From 0f2dfa4609eb03bf80bc78397a0ff91e2466309f Mon Sep 17 00:00:00 2001 From: Eric Christensen Date: Mar 28 2013 15:50:29 +0000 Subject: Updating to latest version. --- diff --git a/.gitignore b/.gitignore index ed62e53..7ce4a27 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /tudu-0.7.tar.gz /tudu-0.8.1.tar.gz +/tudu-0.8.2.tar.gz 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.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@sindominio.net" ; CONTACT_NAME="Ruben Pollan" ; CONTACT="Ruben Pollan " ; +@@ -289,7 +289,7 @@ do_remove exit 1 fi diff --git a/tudu.spec b/tudu.spec index 675d25d..c212cbf 100644 --- a/tudu.spec +++ b/tudu.spec @@ -1,15 +1,14 @@ Name: tudu -Version: 0.8.1 -Release: 4%{?dist} +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,13 @@ rm -rf $RPM_BUILD_ROOT %config(noreplace) /etc/tudurc %changelog +* Thu Mar 28 2013 Eric "Sparks" Christensen - 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 - 0.8.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild