[incron/el5] Update to upstream 0.5.10

Steven Roberts strobert at fedoraproject.org
Sat Oct 26 19:37:30 UTC 2013


commit 4d135ce53458cc3007f9ef6b75668c2af67f082f
Author: Steven Roberts <strobert at strobe.net>
Date:   Sat Oct 26 12:37:37 2013 -0700

    Update to upstream 0.5.10

 .gitignore  |    2 ++
 incron.spec |   13 ++++++-------
 sources     |    2 +-
 3 files changed, 9 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d9c6e5f..ba5d359 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,3 @@
 incron-0.5.5.tar.bz2
+incron-0.5.9.tar.bz2
+/incron-0.5.10.tar.bz2
diff --git a/incron.spec b/incron.spec
index b617bd1..f15e3f7 100644
--- a/incron.spec
+++ b/incron.spec
@@ -1,15 +1,13 @@
 Summary:     Inotify cron system
 Name:        incron
-Version:     0.5.5
-Release:     2%{?dist}
+Version:     0.5.10
+Release:     1%{?dist}
 
 Group:       System Environment/Base          
 License:     GPL
 URL:         http://inotify.aiken.cz
 Source0:     http://inotify.aiken.cz/download/incron/%{name}-%{version}.tar.bz2
 Source1:     incrond.init
-# 2009-10-01: initialize initgroups, already applied in versuion 0.5.7
-Patch0:      incron-0.5.5-initgroups.patch
 BuildRoot:   %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires(post):   /sbin/chkconfig
@@ -24,13 +22,10 @@ filesystem events rather than time periods.
 
 %prep
 %setup -q
-%patch0 -p1 -b .initgroups
-
 
 %build
 make %{?_smp_mflags} CXXFLAGS="%{optflags}"
 
-
 %install
 rm -rf %{buildroot}
 
@@ -81,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
+
 * Thu Oct 01 2009 Till Maas <opensource at till.name> - 0.5.5-2
 - Initialize initgroups when running user incrontabs
 
diff --git a/sources b/sources
index e7d1ee2..ef2326e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ff54a65afe5e424ba7be5f1e16821718  incron-0.5.5.tar.bz2
+038190dc64568883a206f3d58269b850  incron-0.5.10.tar.bz2


More information about the scm-commits mailing list