rpms/incron/devel incron-gcc43.patch, NONE, 1.1 .cvsignore, 1.5, 1.6 incron.spec, 1.4, 1.5 sources, 1.5, 1.6

Ruben Kerkhof (ruben) fedora-extras-commits at redhat.com
Sat Feb 9 12:58:36 UTC 2008


Author: ruben

Update of /cvs/pkgs/rpms/incron/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23845

Modified Files:
	.cvsignore incron.spec sources 
Added Files:
	incron-gcc43.patch 
Log Message:
- Upstream released new version
- Fix building with gcc 4.3


incron-gcc43.patch:

--- NEW FILE incron-gcc43.patch ---
diff -up incron-0.5.7/appargs.h.orig incron-0.5.7/appargs.h
--- incron-0.5.7/appargs.h.orig	2008-02-09 13:45:31.000000000 +0100
+++ incron-0.5.7/appargs.h	2008-02-09 13:45:39.000000000 +0100
@@ -23,7 +23,7 @@
 #ifndef APPARGS_H_
 #define APPARGS_H_
 
-#include <string>
+#include <cstring>
 #include <map>
 #include <deque>
 
diff -up incron-0.5.7/incroncfg.h.orig incron-0.5.7/incroncfg.h
--- incron-0.5.7/incroncfg.h.orig	2008-02-09 13:45:06.000000000 +0100
+++ incron-0.5.7/incroncfg.h	2008-02-09 13:45:13.000000000 +0100
@@ -18,7 +18,7 @@
 #define INCRONCFG_H_
 
 
-#include <string>
+#include <cstring>
 #include <map>
 
 /// Configuration class.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/incron/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	13 Mar 2007 18:13:37 -0000	1.5
+++ .cvsignore	9 Feb 2008 12:58:01 -0000	1.6
@@ -1 +1 @@
-incron-0.5.5.tar.bz2
+incron-0.5.7.tar.bz2


Index: incron.spec
===================================================================
RCS file: /cvs/pkgs/rpms/incron/devel/incron.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- incron.spec	13 Mar 2007 18:13:37 -0000	1.4
+++ incron.spec	9 Feb 2008 12:58:01 -0000	1.5
@@ -1,13 +1,14 @@
 Summary:     Inotify cron system
 Name:        incron
-Version:     0.5.5
+Version:     0.5.7
 Release:     1%{?dist}
 
 Group:       System Environment/Base          
-License:     GPL
+License:     GPLv2
 URL:         http://inotify.aiken.cz
 Source0:     http://inotify.aiken.cz/download/incron/%{name}-%{version}.tar.bz2
 Source1:     incrond.init
+Patch0:      incron-gcc43.patch
 BuildRoot:   %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires(post):   /sbin/chkconfig
@@ -22,6 +23,7 @@
 
 %prep
 %setup -q
+%patch0 -p 1
 
 %build
 make %{?_smp_mflags} CXXFLAGS="%{optflags}"
@@ -77,6 +79,9 @@
 
 
 %changelog
+* Sat Feb 09 2008 Ruben Kerkhof <ruben at rubenkerkhof.com> - 0.5.7-1
+- Sync with upstream
+
 * Thu Mar 13 2007 <ruben at rubenkerkhof.com> 0.5.5-1
 - Sync with upstream
 * Mon Feb 12 2007 <ruben at rubenkerkhof.com> 0.5.4-1


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/incron/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	13 Mar 2007 18:13:37 -0000	1.5
+++ sources	9 Feb 2008 12:58:01 -0000	1.6
@@ -1 +1 @@
-ff54a65afe5e424ba7be5f1e16821718  incron-0.5.5.tar.bz2
+f2be35d85854ed76a78f1a192d253139  incron-0.5.7.tar.bz2




More information about the fedora-extras-commits mailing list