[tudu/f20] Updated to 0.9.1

Eric Christensen sparks at fedoraproject.org
Mon Aug 26 21:39:50 UTC 2013


commit 262a5ba39076f84739a224c343f060b1e2c41959
Author: Eric Christensen <sparks at fedoraproject.org>
Date:   Mon Aug 26 17:38:49 2013 -0400

    Updated to 0.9.1

 .gitignore |    1 +
 sources    |    2 +-
 tudu.patch |   18 +++++++++---------
 tudu.spec  |   11 ++++++++++-
 4 files changed, 21 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 95bc727..620cbed 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /tudu-0.8.1.tar.gz
 /tudu-0.8.2.tar.gz
 /tudu-0.9.tar.gz
+/tudu-0.9.1.tar.gz
diff --git a/sources b/sources
index a3fdd7c..6dbe72e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9f43b077ce10f1c644cac8be2a212310  tudu-0.9.tar.gz
+c79333a9dcfa321e723aae424e90c778  tudu-0.9.1.tar.gz
diff --git a/tudu.patch b/tudu.patch
index 0c34ba9..cbb3b76 100644
--- a/tudu.patch
+++ b/tudu.patch
@@ -1,20 +1,20 @@
---- configure.old	2013-08-21 22:00:37.332489796 -0400
-+++ configure	2013-08-21 22:01:23.115284313 -0400
-@@ -98,7 +98,7 @@
- : ${INSTALL_DIR:=${INSTALL} -d}
+--- configure.old	2013-08-26 16:28:57.725228356 -0400
++++ configure	2013-08-26 16:28:09.958262059 -0400
+@@ -99,7 +99,7 @@
  : ${INSTALL_DATA:=${INSTALL} -m 644}
  : ${INSTALL_SCRIPT:=${INSTALL} -m 755}
--: ${INSTALL_PROGRAM:=${INSTALL} -m 755 -s}
-+: ${INSTALL_PROGRAM:=${INSTALL} -m 755}
+ : ${INSTALL_PROGRAM:=${INSTALL} -m 755}
+-: ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s}
++: ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755}
  : ${INSTALL_MAN:=${INSTALL} -m 444}
  : ${INSTALL_LIB:=${INSTALL} -c}
-  PKGNAME='tudu' ; VERSION='0.9' ; CONTACT_MAIL="meskio at sindominio.net" ; CONTACT_NAME="Ruben Pollan" ; CONTACT="Ruben Pollan <meskio at sindominio.net>" ;
-@@ -289,7 +289,7 @@
+  PKGNAME='tudu' ; VERSION='0.9.1' ; CONTACT_MAIL="meskio at sindominio.net" ; CONTACT_NAME="Ruben Pollan" ; CONTACT="Ruben Pollan <meskio at sindominio.net>" ;
+@@ -290,7 +290,7 @@
  do_remove
  exit 1
   fi
 -CXXFLAGS="${CXXFLAGS} -Wall -O2"
 +CXXFLAGS="${CXXFLAGS} -g -Wall -O2"
+ CPPFLAGS="${CPPFLAGS} "
  SRCS="${SRCS} tudu.cc data.cc editor.cc interface.cc window.cc text.cc parser.cc config.cc date.cc screen.cc sched.cc cmd.cc"
  check_include() {
- VAR=$1
diff --git a/tudu.spec b/tudu.spec
index 19e53e1..01ad66b 100644
--- a/tudu.spec
+++ b/tudu.spec
@@ -1,5 +1,5 @@
 Name:		tudu
-Version:	0.9
+Version:	0.9.1
 Release:	1%{?dist}
 Summary:	A simple, command line interface to do list application
 
@@ -44,6 +44,14 @@ rm -rf $RPM_BUILD_ROOT
 %config(noreplace) /etc/tudurc
 
 %changelog
+* Mon Aug 26 2013 Eric "Sparks" Christensen <sparks at fedoraproject.org> - 0.9.1-2
+- Fixed configure patch file.
+
+* Mon Aug 26 2013 Eric "Sparks" Christensen <sparks at fedoraproject.org> - 0.9.1-1
+- Added CPPFLAGS to the makefiles
+- Fixed a segfault adding sched
+- Fixed the cursor drawing on the editor
+
 * Wed Aug 21 2013 Eric "Sparks" Christensen <sparks at fedoraproject.org> - 0.9-1
 - Updated to version 0.9
 - Adding support for double-with characters and fixing some bugs.
@@ -88,5 +96,6 @@ rm -rf $RPM_BUILD_ROOT
 
 * Fri Nov 26 2010 Eric "Sparks" Christensen <sparks at fedoraproject.org> - 0.7-2
 - Added two patches to fix problems in the Makefile regarding the debugging RPM.
+
 * Tue Nov 23 2010 Eric "Sparks" Christensen <sparks at fedoraproject.org> - 0.7-1
 - Initial RPM build.


More information about the scm-commits mailing list