[tudu/f16] Updated to latest version.

Eric Christensen sparks at fedoraproject.org
Tue Jan 31 15:33:43 UTC 2012


commit 12c298a482877d660c5aad8c11dff044c5ef6488
Author: Eric Christensen <eric.christensen at citrix.com>
Date:   Tue Jan 31 10:33:07 2012 -0500

    Updated to latest version.

 Makefile-tudu.patch  |   13 -------------
 Makefile-tudu2.patch |   13 -------------
 tudu.spec            |   35 +++++++++++++++++++++++------------
 3 files changed, 23 insertions(+), 38 deletions(-)
---
diff --git a/tudu.spec b/tudu.spec
index cdb6020..d71d146 100644
--- a/tudu.spec
+++ b/tudu.spec
@@ -1,15 +1,15 @@
 Name:		tudu
-Version:	0.7
-Release:	3%{?dist}
+Version:	0.8.1
+Release:	1%{?dist}
 Summary:	A simple, command line interface to do list application
 
 Group:		Applications/Productivity
 License:	GPLv3
 URL:		http://cauterized.net/~meskio/tudu/
-Source0:	http://cauterized.net/~meskio/tudu/tudu-0.7.tar.gz
-Patch0:		Makefile-tudu.patch
-Patch1:		Makefile-tudu2.patch
+Source0:	http://cauterized.net/~meskio/tudu/tudu-0.8.1.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Patch0:		tudu.patch
+Patch1:		tudu.2.patch
 
 BuildRequires:	gcc-c++
 BuildRequires:	ncurses-devel
@@ -22,20 +22,16 @@ a scheduled date. There are categories and priorities.
 %prep
 %setup -q
 %patch0 -p1
-pushd src
 %patch1 -p1
-sed -i -e "1 i \
-CFLAGS=%{optflags}
-" Makefile
-popd
 
 %build
+%configure
 make %{?_smp_mflags}
 
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT BIN_DIR=$RPM_BUILD_ROOT%{_bindir} SHARE_DIR=$RPM_BUILD_ROOT/usr/share/tudu MAN_DIR=$RPM_BUILD_ROOT/usr/share/man ETC_DIR=$RPM_BUILD_ROOT/etc
+make install DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -47,10 +43,25 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/%{name}
 %{_mandir}/man1/%{name}*
 %{_datadir}/%{name}
-%{_sysconfdir}/*
 %config(noreplace) /etc/tudurc
 
 %changelog
+* Tue Dec 20 2011 Eric "Sparks" Christensen <sparks at fedoraproject.org> - 0.8.1-1
+- Updated to version 0.8.1
+- Added arrow keys on date editor
+- Added support for non-latin keybinding pairs
+- Fixed wrong plotting while change tudu task position
+- Fixed category problems (autofill, showonly, ...)
+- Fixed Makefile problems reported on debian bug #611077
+- Removed freeze on moving task
+- Added ./configure script compatible with autotools
+- Added multiple category support
+- Added support for non-fix length categories
+- Added warning color to old scheduled tasks in sched
+- Added AvPag and RvPag to normal interface
+- Fixed display when the length of the title equal to the screen
+- Fixed problems with updating sched when the title changes
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.7-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list