[fetchlog/el6] * Updated to 1.4

Paul Wouters pwouters at fedoraproject.org
Wed Jul 4 02:12:46 UTC 2012


commit d2c817d5d89e4a29ec3b22bf5b948634dbcc36da
Author: Paul Wouters <paul at nohats.ca>
Date:   Tue Jul 3 22:12:23 2012 -0400

    * Updated to 1.4

 .gitignore    |    1 +
 fetchlog.spec |   13 +++++++++++--
 sources       |    2 +-
 3 files changed, 13 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6d42285..78f1569 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 fetchlog-1.0.tar.gz
 fetchlog-build.patch
 fetchlog-1.2.tar.gz
+/fetchlog-1.4.tar.gz
diff --git a/fetchlog.spec b/fetchlog.spec
index 987146a..4176420 100644
--- a/fetchlog.spec
+++ b/fetchlog.spec
@@ -1,11 +1,14 @@
 Summary: Utility to display new messages of a logfile since last run
 Name: fetchlog
-Version: 1.2
-Release: 3%{?dist}
+Version: 1.4
+Release: 1%{?dist}
 License: GPLv2+
 Url: http://sourceforge.net/projects/%{name}/
 Source: http://dl.sf.net/sourceforge/fetchlog/%{name}-%{version}.tar.gz
 Patch0: %{name}-build.patch
+Patch1: fetchlog-unusedvar.patch
+Patch2: fetchlog-1.4-write.patch
+Patch3: fetchlog-1.4-tests.patch
 Group: Applications/System
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -18,6 +21,9 @@ fetchlog uses a bookmark to remember which messages have been fetched.
 %prep
 %setup -q 
 %patch0
+%patch1 -p1
+%patch2 -p0
+%patch3 -p1
 
 %build
 make %{?_smp_mflags}
@@ -42,6 +48,9 @@ rm -rf %{buildroot}
 %{_mandir}/*/*
 
 %changelog
+* Wed Jul 04 2012 Paul Wouters <pwouters at redhat.com> - 1.4-1
+- Updated to 1.4
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 
diff --git a/sources b/sources
index 8db0f3e..5ae4c70 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
 e2ef0a076d1901c489c953fe48e1b2a9  fetchlog-1.0.tar.gz
-99228569b122b994b1ab83148a3bd261  fetchlog-build.patch
 520c5bfd2591506444cd8ca2629c1a98  fetchlog-1.2.tar.gz
+287b0dfee38639f8c01765c558d8c77c  fetchlog-1.4.tar.gz


More information about the scm-commits mailing list