[incron/el6] Update to upstream 0.5.10

Steven Roberts strobert at fedoraproject.org
Sat Oct 26 08:36:32 UTC 2013


commit 7b885ee6a2364c05816bfcae82f2972d0d2a58dc
Author: Steven Roberts <strobert at strobe.net>
Date:   Sat Oct 26 01:36:31 2013 -0700

    Update to upstream 0.5.10

 .gitignore  |    1 +
 incron.spec |    9 +++++----
 sources     |    2 +-
 3 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e1d879f..c320e49 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 incron-0.5.9.tar.bz2
+/incron-0.5.10.tar.bz2
diff --git a/incron.spec b/incron.spec
index 528cbef..aa0e7c5 100644
--- a/incron.spec
+++ b/incron.spec
@@ -1,6 +1,6 @@
 Summary:     Inotify cron system
 Name:        incron
-Version:     0.5.9
+Version:     0.5.10
 Release:     1%{?dist}
 
 Group:       System Environment/Base          
@@ -8,7 +8,6 @@ License:     GPLv2
 URL:         http://inotify.aiken.cz
 Source0:     http://inotify.aiken.cz/download/incron/%{name}-%{version}.tar.bz2
 Source1:     incrond.init
-Patch0:      incron-gcc44.patch
 BuildRoot:   %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires(post):   /sbin/chkconfig
@@ -23,12 +22,10 @@ filesystem events rather than time periods.
 
 %prep
 %setup -q
-%patch0 -p1 -b .orig
 
 %build
 make %{?_smp_mflags} CXXFLAGS="%{optflags}"
 
-
 %install
 rm -rf %{buildroot}
 
@@ -79,6 +76,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sat Oct 26 2013 Steven Roberts <strobert at strobe.net> 0.5.10-1
+- Upstream released new version 0.5.10
+- Drop GCC 4.4 patch, fixed upstream
+
 * Mon Dec 21 2009 Ruben Kerkhof <ruben at rubenkerkhof.com> 0.5.9-1
 - Upstream released new version
 
diff --git a/sources b/sources
index 49f24c1..ef2326e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ccae2ca5cb4b142be002ab482250fb5f  incron-0.5.9.tar.bz2
+038190dc64568883a206f3d58269b850  incron-0.5.10.tar.bz2


More information about the scm-commits mailing list