[tudu/el5] Updating version

Eric Christensen sparks at fedoraproject.org
Thu Mar 28 18:37:46 UTC 2013


commit ee6b8716611a37b0d718648c7252f8e771ade247
Author: Eric Christensen <echriste at redhat.com>
Date:   Thu Mar 28 14:37:15 2013 -0400

    Updating version

 sources           |    2 +-
 tudu-0.8.2.tar.gz |  Bin 0 -> 58820 bytes
 tudu.patch        |   25 ++++++++++++-------------
 tudu.spec         |   26 ++++++++++++++++++++------
 4 files changed, 33 insertions(+), 20 deletions(-)
---
diff --git a/sources b/sources
index 6e09711..0020304 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ba3c2ffacccca840e07918e115484d49  tudu-0.8.1.tar.gz
+37deae3a4a41fd02816d3f1c9a90abf1  tudu-0.8.2.tar.gz
diff --git a/tudu-0.8.2.tar.gz b/tudu-0.8.2.tar.gz
new file mode 100644
index 0000000..d1f2c56
Binary files /dev/null and b/tudu-0.8.2.tar.gz differ
diff --git a/tudu.patch b/tudu.patch
index a46d90b..280b512 100644
--- a/tudu.patch
+++ b/tudu.patch
@@ -1,16 +1,15 @@
-diff -up tudu-0.8.1/configure.old tudu-0.8.1/configure
---- tudu-0.8.1/configure.old	2012-01-13 11:45:07.334622544 -0500
-+++ tudu-0.8.1/configure	2012-01-17 09:40:00.910492121 -0500
-@@ -217,7 +217,7 @@ echo "OPTIONAL:  libncursesw"
- "--localstatedir")
- 	LOCALSTATEDIR="$value"; ;;
- "--libdir")
--	LIBDIR="$value"; LDFLAGS="${LDFLAGS} -L$value -Wl,-R$value"; ;;
-+	LIBDIR="$value"; LDFLAGS="${LDFLAGS} -L$value"; ;;
- "--includedir")
- 	INCLUDEDIR="$value"; CFLAGS="${CFLAGS} -I$value"; ;;
- "--infodir")
-@@ -283,7 +283,7 @@ echo "ERROR: ${CXX} cannot create execut
+--- configure.orig	2013-03-28 11:26:59.844432830 -0400
++++ configure	2013-03-28 11:28:01.567652615 -0400
+@@ -98,7 +98,7 @@
+ : ${INSTALL_DIR:=${INSTALL} -d}
+ : ${INSTALL_DATA:=${INSTALL} -m 644}
+ : ${INSTALL_SCRIPT:=${INSTALL} -m 755}
+-: ${INSTALL_PROGRAM:=${INSTALL} -m 755 -s}
++: ${INSTALL_PROGRAM:=${INSTALL} -m 755}
+ : ${INSTALL_MAN:=${INSTALL} -m 444}
+ : ${INSTALL_LIB:=${INSTALL} -c}
+  PKGNAME='tudu' ; VERSION='0.8.2' ; CONTACT_MAIL="meskio at sindominio.net" ; CONTACT_NAME="Ruben Pollan" ; CONTACT="Ruben Pollan <meskio at sindominio.net>" ;
+@@ -289,7 +289,7 @@
  do_remove
  exit 1
   fi
diff --git a/tudu.spec b/tudu.spec
index d71d146..c212cbf 100644
--- a/tudu.spec
+++ b/tudu.spec
@@ -1,15 +1,14 @@
 Name:		tudu
-Version:	0.8.1
+Version:	0.8.2
 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.8.1.tar.gz
+URL:		http://code.meskio.net/tudu/
+Source0:	http://code.meskio.net/tudu/%{name}-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Patch0:		tudu.patch
-Patch1:		tudu.2.patch
 
 BuildRequires:	gcc-c++
 BuildRequires:	ncurses-devel
@@ -21,8 +20,7 @@ a scheduled date. There are categories and priorities.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
+%patch0
 
 %build
 %configure
@@ -46,6 +44,22 @@ rm -rf $RPM_BUILD_ROOT
 %config(noreplace) /etc/tudurc
 
 %changelog
+* Thu Mar 28 2013 Eric "Sparks" Christensen <sparks at fedoraproject.org> - 0.8.2-1
+- Updated to version 0.8.2
+- Adds a configuration variable 'tudu_file' to set the path to the XML file.
+- Improves the category editor. 
+- Doesn't check configuration files when invoked with '-h' and '-v'. 
+- Fixes a segfault on the scroll help page when the resolution is high. 
+
+* Fri Feb 15 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8.1-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
+
+* Sun Jul 22 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8.1-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+
+* Tue Feb 28 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8.1-2
+- Rebuilt for c++ ABI breakage
+
 * 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


More information about the scm-commits mailing list