From e03e710cd92bf87d81c8a81df1b6b262b3097d45 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Wed, 17 Feb 2010 03:17:55 +0000 Subject: [PATCH 1/7] Initialize branch F-13 for task --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..baa94ef --- /dev/null +++ b/branch @@ -0,0 +1 @@ +F-13 From ceaa6ad07be834a858bfb85719383792d20c72fe Mon Sep 17 00:00:00 2001 From: Federico Hernandez Date: Tue, 23 Feb 2010 01:57:47 +0000 Subject: [PATCH 2/7] task updated to 1.9.0 --- .cvsignore | 2 +- import.log | 1 + sources | 2 +- task.spec | 18 ++++++++++++++---- 4 files changed, 17 insertions(+), 6 deletions(-) diff --git a/.cvsignore b/.cvsignore index 513be82..dfeb482 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -task-1.8.5.tar.gz +task-1.9.0.tar.gz diff --git a/import.log b/import.log index 649c390..ac422c2 100644 --- a/import.log +++ b/import.log @@ -8,3 +8,4 @@ task-1_8_3-1_fc10:HEAD:task-1.8.3-1.fc10.src.rpm:1256164568 task-1_8_4-1_fc11:HEAD:task-1.8.4-1.fc11.src.rpm:1258468735 task-1_8_5-1_fc11:HEAD:task-1.8.5-1.fc11.src.rpm:1260056257 task-1_8_5-2_fc11:HEAD:task-1.8.5-2.fc11.src.rpm:1260063044 +task-1_9_0-1_fc12:F-13:task-1.9.0-1.fc12.src.rpm:1266890245 diff --git a/sources b/sources index 8868a8e..b42cbf6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b7e5ab3abf624027068d9a01bf684035 task-1.8.5.tar.gz +b9c12f60ff509c1ce5c6292041789baa task-1.9.0.tar.gz diff --git a/task.spec b/task.spec index 94d25e0..4d378d0 100644 --- a/task.spec +++ b/task.spec @@ -1,6 +1,6 @@ Name: task -Version: 1.8.5 -Release: 2%{?dist} +Version: 1.9.0 +Release: 1%{?dist} Summary: A command-line to do list manager Group: Applications/Productivity @@ -17,7 +17,7 @@ support for GTD functionality and includes the following features: tags, colorful tabular output, reports and graphs, lots of manipulation commands, low-level API, abbreviations for all commands and -options, multiuser file locking, recurring tasks. +options, multi-user file locking, recurring tasks. %prep %setup -q @@ -40,15 +40,25 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc AUTHORS ChangeLog COPYING NEWS README scripts i18n +%doc AUTHORS ChangeLog COPYING NEWS README scripts i18n doc/rc %{_bindir}/task %{_mandir}/man1/task.1.gz %{_mandir}/man5/taskrc.5.gz %{_mandir}/man5/task-tutorial.5.gz +%{_mandir}/man5/task-color.5.gz +%{_mandir}/man5/task-faq.5.gz %config(noreplace) %{_sysconfdir}/bash_completion.d %changelog +* Mon Feb 22 2010 Federico Hernandez - 1.9.0-1 + Intial RPM for task beta release 1.9.0 +* Mon Feb 15 2010 Federico Hernandez - 1.9.0.beta3-1 + Intial RPM for task beta release 1.9.0.beta3 +* Mon Feb 08 2010 Federico Hernandez - 1.9.0.beta2-1 + Intial RPM for task beta release 1.9.0.beta2 +* Wed Feb 03 2010 Federico Hernandez - 1.9.0.beta1-1 + Intial RPM for task beta release 1.9.0.beta1 * Sat Dec 05 2009 Federico Hernandez - 1.8.5-2 Fixed wrong ChangeLog file * Sat Dec 05 2009 Federico Hernandez - 1.8.5-1 From 88d9cec03dd35609c97e22de9d932d21ab10d097 Mon Sep 17 00:00:00 2001 From: Federico Hernandez Date: Tue, 13 Jul 2010 22:58:55 +0000 Subject: [PATCH 3/7] task updated to 1.9.2 --- .cvsignore | 2 +- import.log | 1 + sources | 2 +- task.spec | 9 +++++++-- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index dfeb482..91dea9a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -task-1.9.0.tar.gz +task-1.9.2.tar.gz diff --git a/import.log b/import.log index ac422c2..450054f 100644 --- a/import.log +++ b/import.log @@ -9,3 +9,4 @@ task-1_8_4-1_fc11:HEAD:task-1.8.4-1.fc11.src.rpm:1258468735 task-1_8_5-1_fc11:HEAD:task-1.8.5-1.fc11.src.rpm:1260056257 task-1_8_5-2_fc11:HEAD:task-1.8.5-2.fc11.src.rpm:1260063044 task-1_9_0-1_fc12:F-13:task-1.9.0-1.fc12.src.rpm:1266890245 +task-1_9_2-1_fc13:F-13:task-1.9.2-1.fc13.src.rpm:1279061883 diff --git a/sources b/sources index b42cbf6..921b6c4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b9c12f60ff509c1ce5c6292041789baa task-1.9.0.tar.gz +be98cc74fe03b8336250e0b7ed3cd8c7 task-1.9.2.tar.gz diff --git a/task.spec b/task.spec index 4d378d0..fdc87e0 100644 --- a/task.spec +++ b/task.spec @@ -1,5 +1,5 @@ Name: task -Version: 1.9.0 +Version: 1.9.2 Release: 1%{?dist} Summary: A command-line to do list manager @@ -24,6 +24,7 @@ options, multi-user file locking, recurring tasks. %build +export LDFLAGS="${LDFLAGS} -s" %configure make %{?_smp_mflags} @@ -40,7 +41,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc AUTHORS ChangeLog COPYING NEWS README scripts i18n doc/rc +%doc /usr/share/doc/task/ %{_bindir}/task %{_mandir}/man1/task.1.gz %{_mandir}/man5/taskrc.5.gz @@ -51,6 +52,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Jul 14 2010 Federico Hernandez - 1.9.2-1 + Intial RPM for task beta release 1.9.2 +* Mon May 22 2010 Federico Hernandez - 1.9.1-1 + Intial RPM for task beta release 1.9.1 * Mon Feb 22 2010 Federico Hernandez - 1.9.0-1 Intial RPM for task beta release 1.9.0 * Mon Feb 15 2010 Federico Hernandez - 1.9.0.beta3-1 From 072d1a68c397e2e9d3d1c0303f86d263656da8e4 Mon Sep 17 00:00:00 2001 From: Federico Hernandez Date: Thu, 15 Jul 2010 20:29:56 +0000 Subject: [PATCH 4/7] task updated to 1.9.2 --- import.log | 1 + task.spec | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/import.log b/import.log index 450054f..8855e7e 100644 --- a/import.log +++ b/import.log @@ -10,3 +10,4 @@ task-1_8_5-1_fc11:HEAD:task-1.8.5-1.fc11.src.rpm:1260056257 task-1_8_5-2_fc11:HEAD:task-1.8.5-2.fc11.src.rpm:1260063044 task-1_9_0-1_fc12:F-13:task-1.9.0-1.fc12.src.rpm:1266890245 task-1_9_2-1_fc13:F-13:task-1.9.2-1.fc13.src.rpm:1279061883 +task-1_9_2-2_fc13:F-13:task-1.9.2-2.fc13.src.rpm:1279225764 diff --git a/task.spec b/task.spec index fdc87e0..ff5d93f 100644 --- a/task.spec +++ b/task.spec @@ -1,6 +1,6 @@ Name: task Version: 1.9.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A command-line to do list manager Group: Applications/Productivity @@ -24,7 +24,6 @@ options, multi-user file locking, recurring tasks. %build -export LDFLAGS="${LDFLAGS} -s" %configure make %{?_smp_mflags} @@ -52,6 +51,8 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Jul 15 2010 Federico Hernandez - 1.9.2-2 + Wrong build config (Bugzilla 615034) * Mon Jul 14 2010 Federico Hernandez - 1.9.2-1 Intial RPM for task beta release 1.9.2 * Mon May 22 2010 Federico Hernandez - 1.9.1-1 From f02e7e993ebe23308faa2f9505e43150d38e16fd Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 13:51:13 +0000 Subject: [PATCH 5/7] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- branch | 1 - import.log | 13 ------------- 4 files changed, 35 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 branch delete mode 100644 import.log diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index ad02dfb..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: task -# $Id$ -NAME := task -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/branch b/branch deleted file mode 100644 index baa94ef..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -F-13 diff --git a/import.log b/import.log deleted file mode 100644 index 8855e7e..0000000 --- a/import.log +++ /dev/null @@ -1,13 +0,0 @@ -task-1_7_0-2_fc10:HEAD:task-1.7.0-2.fc10.src.rpm:1243415776 -task-1_7_1-1_fc10:HEAD:task-1.7.1-1.fc10.src.rpm:1244551419 -task-1_7_1-2_fc10:HEAD:task-1.7.1-2.fc10.src.rpm:1244565493 -task-1_8_0-1_fc10:HEAD:task-1.8.0-1.fc10.src.rpm:1249997682 -task-1_8_1-1_fc10:HEAD:task-1.8.1-1.fc10.src.rpm:1250806897 -task-1_8_2-1_fc10:HEAD:task-1.8.2-1.fc10.src.rpm:1252319639 -task-1_8_3-1_fc10:HEAD:task-1.8.3-1.fc10.src.rpm:1256164568 -task-1_8_4-1_fc11:HEAD:task-1.8.4-1.fc11.src.rpm:1258468735 -task-1_8_5-1_fc11:HEAD:task-1.8.5-1.fc11.src.rpm:1260056257 -task-1_8_5-2_fc11:HEAD:task-1.8.5-2.fc11.src.rpm:1260063044 -task-1_9_0-1_fc12:F-13:task-1.9.0-1.fc12.src.rpm:1266890245 -task-1_9_2-1_fc13:F-13:task-1.9.2-1.fc13.src.rpm:1279061883 -task-1_9_2-2_fc13:F-13:task-1.9.2-2.fc13.src.rpm:1279225764 From 7b3d288568803b86d399b1b22b18890e19345b89 Mon Sep 17 00:00:00 2001 From: Federico Hernandez Date: Tue, 9 Nov 2010 01:21:09 +0100 Subject: [PATCH 6/7] task 1.9.3 --- .gitignore | 1 + sources | 2 +- task.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 91dea9a..79c397e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ task-1.9.2.tar.gz +/task-1.9.3.tar.gz diff --git a/sources b/sources index 921b6c4..18e1304 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -be98cc74fe03b8336250e0b7ed3cd8c7 task-1.9.2.tar.gz +1eb9cf957a3abf60e148208e587909c2 task-1.9.3.tar.gz diff --git a/task.spec b/task.spec index ff5d93f..7708d2c 100644 --- a/task.spec +++ b/task.spec @@ -1,6 +1,6 @@ Name: task -Version: 1.9.2 -Release: 2%{?dist} +Version: 1.9.3 +Release: 1%{?dist} Summary: A command-line to do list manager Group: Applications/Productivity @@ -47,10 +47,13 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man5/task-tutorial.5.gz %{_mandir}/man5/task-color.5.gz %{_mandir}/man5/task-faq.5.gz +%{_mandir}/man5/task-sync.5.gz %config(noreplace) %{_sysconfdir}/bash_completion.d %changelog +* Mon Nov 08 2010 Federico Hernandez - 1.9.3-1 + Intial RPM for task beta release 1.9.3 * Thu Jul 15 2010 Federico Hernandez - 1.9.2-2 Wrong build config (Bugzilla 615034) * Mon Jul 14 2010 Federico Hernandez - 1.9.2-1 From 94deda0140383727a9774685eebad8f9861f2e45 Mon Sep 17 00:00:00 2001 From: Federico Hernandez Date: Fri, 4 Mar 2011 01:50:22 +0100 Subject: [PATCH 7/7] task 1.9.4 --- .gitignore | 1 + sources | 2 +- task.spec | 13 +++++++------ 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 79c397e..bffff60 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ task-1.9.2.tar.gz /task-1.9.3.tar.gz +/task-1.9.4.tar.gz diff --git a/sources b/sources index 18e1304..ed224f9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1eb9cf957a3abf60e148208e587909c2 task-1.9.3.tar.gz +0c5d9dedb1ead69590af895d16708070 task-1.9.4.tar.gz diff --git a/task.spec b/task.spec index 7708d2c..831ec28 100644 --- a/task.spec +++ b/task.spec @@ -1,5 +1,5 @@ Name: task -Version: 1.9.3 +Version: 1.9.4 Release: 1%{?dist} Summary: A command-line to do list manager @@ -9,7 +9,6 @@ URL: http://taskwarrior.org Source0: http://taskwarrior.org/download/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: ncurses-devel %description Task is a command-line to do list manager. It has @@ -52,16 +51,18 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Mar 04 2011 Federico Hernandez - 1.9.4-1 + Intial RPM for task release 1.9.4 * Mon Nov 08 2010 Federico Hernandez - 1.9.3-1 - Intial RPM for task beta release 1.9.3 + Intial RPM for task release 1.9.3 * Thu Jul 15 2010 Federico Hernandez - 1.9.2-2 Wrong build config (Bugzilla 615034) * Mon Jul 14 2010 Federico Hernandez - 1.9.2-1 - Intial RPM for task beta release 1.9.2 + Intial RPM for task release 1.9.2 * Mon May 22 2010 Federico Hernandez - 1.9.1-1 - Intial RPM for task beta release 1.9.1 + Intial RPM for task release 1.9.1 * Mon Feb 22 2010 Federico Hernandez - 1.9.0-1 - Intial RPM for task beta release 1.9.0 + Intial RPM for task release 1.9.0 * Mon Feb 15 2010 Federico Hernandez - 1.9.0.beta3-1 Intial RPM for task beta release 1.9.0.beta3 * Mon Feb 08 2010 Federico Hernandez - 1.9.0.beta2-1