[tudu/f19] Updated to 0.9.1

Eric Christensen sparks at fedoraproject.org
Mon Aug 26 21:55:27 UTC 2013


commit 0f216f5816584abad2f6fd40a652ca20163fde9d
Author: Eric Christensen <sparks at fedoraproject.org>
Date:   Mon Aug 26 17:55:05 2013 -0400

    Updated to 0.9.1

 tudu.patch |   18 +++++++++---------
 tudu.spec  |   11 ++++++++++-
 2 files changed, 19 insertions(+), 10 deletions(-)
---
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