Hello community,

here is the log from the commit of package cachefilesd for openSUSE:Factory
checked in at Tue Jun 7 10:57:01 CEST 2011.



--------
--- cachefilesd/cachefilesd.changes     2009-04-20 15:51:56.000000000 +0200
+++ /mounts/work_src_done/STABLE/cachefilesd/cachefilesd.changes        
2011-06-06 10:33:44.000000000 +0200
@@ -1,0 +2,7 @@
+Mon Jun  6 08:28:27 UTC 2011 - [email protected]
+
+- Fix build with newer glibc due to missing includes.
+- Use RPM_OPT_FLAGS.
+- Add short description to init file.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  cachefilesd-header.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ cachefilesd.spec ++++++
--- /var/tmp/diff_new_pack.N8shRt/_old  2011-06-07 10:53:20.000000000 +0200
+++ /var/tmp/diff_new_pack.N8shRt/_new  2011-06-07 10:53:20.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package cachefilesd (Version 0.9)
+# spec file for package cachefilesd
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,10 +25,11 @@
 AutoReqProv:    on
 Summary:        CacheFiles userspace management daemon
 Version:        0.9
-Release:        3
+Release:        13
 Source:         %{name}-%{version}.tar.bz2
 Source1:        cachefilesd.init
-Patch:          cachefilesd-dir-fix.diff
+Patch1:         cachefilesd-dir-fix.diff
+Patch2:         cachefilesd-header.patch
 Url:            http://people.redhat.com/~dhowells/fscache/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -44,10 +45,11 @@
 
 %prep
 %setup -q
-%patch -p1
+%patch1 -p1
+%patch2 -p1
 
 %build
-make
+make CFLAGS="$RPM_OPT_FLAGS"
 
 %install
 make DESTDIR=$RPM_BUILD_ROOT install

++++++ cachefilesd-header.patch ++++++
Index: cachefilesd-0.9/cachefilesd.c
===================================================================
--- cachefilesd-0.9.orig/cachefilesd.c
+++ cachefilesd-0.9/cachefilesd.c
@@ -46,6 +46,7 @@
 #include <sys/inotify.h>
 #include <sys/time.h>
 #include <sys/vfs.h>
+#include <sys/stat.h>
 
 typedef enum objtype {
        OBJTYPE_INDEX,
++++++ cachefilesd.init ++++++
--- /var/tmp/diff_new_pack.N8shRt/_old  2011-06-07 10:53:21.000000000 +0200
+++ /var/tmp/diff_new_pack.N8shRt/_new  2011-06-07 10:53:21.000000000 +0200
@@ -6,6 +6,7 @@
 # Required-Stop:  $remote_fs $syslog
 # Default-Start:  3 5
 # Default-Stop:
+# Short-Description: cache files daemon used by remote fs like NFS
 # Description:    cache files daemon used by remote fs like NFS
 ### END INIT INFO
 


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to