Author: blues Date: Wed Nov 25 21:08:17 2009 GMT Module: packages Tag: HEAD ---- Log message: - 0.5.9 - gcc44 patch added
---- Files affected: packages/incron: incron.spec (1.7 -> 1.8) , incron-gcc44.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/incron/incron.spec diff -u packages/incron/incron.spec:1.7 packages/incron/incron.spec:1.8 --- packages/incron/incron.spec:1.7 Fri Jan 2 09:44:58 2009 +++ packages/incron/incron.spec Wed Nov 25 22:08:11 2009 @@ -4,14 +4,15 @@ # - directories for incrontab, and many other things Summary: incron :: inotify cron system Name: incron -Version: 0.5.8 +Version: 0.5.9 Release: 1 License: GPL v2 Group: Daemons Source0: http://inotify.aiken.cz/download/incron/%{name}-%{version}.tar.bz2 -# Source0-md5: 6d4f5ad2a523824771ec984ee0e15684 +# Source0-md5: ccae2ca5cb4b142be002ab482250fb5f Source1: %{name}.init Patch0: %{name}-DESTDIR.patch +Patch1: %{name}-gcc44.patch URL: http://incron.aiken.cz/ Requires(post): fileutils Requires(post,preun): /sbin/chkconfig @@ -34,6 +35,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %build %{__make} \ @@ -97,6 +99,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.8 2009/11/25 21:08:11 blues +- 0.5.9 - gcc44 patch added + Revision 1.7 2009/01/02 08:44:58 blues - 0.5.8 - gcc4.3 patch outdated ================================================================ Index: packages/incron/incron-gcc44.patch diff -u /dev/null packages/incron/incron-gcc44.patch:1.1 --- /dev/null Wed Nov 25 22:08:17 2009 +++ packages/incron/incron-gcc44.patch Wed Nov 25 22:08:11 2009 @@ -0,0 +1,51 @@ +--- ./appargs.cpp.org 2009-06-21 22:27:24.000000000 +0200 ++++ ./appargs.cpp 2009-11-25 21:56:46.978234275 +0100 +@@ -21,6 +21,7 @@ + + + #include <cstring> ++#include <cstdio> + + #include "strtok.h" + +--- ./inotify-cxx.cpp.org 2009-06-21 22:27:24.000000000 +0200 ++++ ./inotify-cxx.cpp 2009-11-25 21:58:13.222711219 +0100 +@@ -23,6 +23,7 @@ + #include <errno.h> + #include <unistd.h> + #include <fcntl.h> ++#include <cstdio> + + #include "inotify-cxx.h" + +--- ./usertable.cpp.org 2009-06-21 22:27:24.000000000 +0200 ++++ ./usertable.cpp 2009-11-25 21:58:51.692289072 +0100 +@@ -27,6 +27,7 @@ + #include <stdlib.h> + #include <sys/stat.h> + #include <cstring> ++#include <cstdio> + + #include "usertable.h" + #include "incroncfg.h" +--- ./icd-main.cpp.org 2009-06-21 22:27:24.000000000 +0200 ++++ ./icd-main.cpp 2009-11-25 21:59:33.665203662 +0100 +@@ -24,6 +24,7 @@ + #include <sys/poll.h> + #include <sys/stat.h> + #include <cstring> ++#include <cstdio> + + #include "inotify-cxx.h" + #include "appinst.h" +--- ./incroncfg.cpp.org 2009-06-21 22:27:24.000000000 +0200 ++++ ./incroncfg.cpp 2009-11-25 22:05:22.108291144 +0100 +@@ -181,7 +181,7 @@ bool IncronCfg::ParseLine(const char* s, + + bool IncronCfg::IsComment(const char* s) + { +- char* sx = strchr(s, '#'); ++ const char* sx = strchr(s, '#'); + if (sx == NULL) + return false; + ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/incron/incron.spec?r1=1.7&r2=1.8&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
