Mailinglist Archive: opensuse-commit (769 mails)
| < Previous | Next > |
commit fam for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Fri, 12 Jun 2009 17:11:49 +0200
- Message-id: <20090612151149.337DD678161@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package fam for openSUSE:Factory
checked in at Fri Jun 12 17:11:48 CEST 2009.
--------
--- fam/fam.changes 2009-06-02 08:41:40.000000000 +0200
+++ fam/fam.changes 2009-06-11 21:27:17.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Jun 11 21:27:04 CEST 2009 - coolo@xxxxxxxxxx
+
+- fix build with glibc 2.10
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ fam.spec ++++++
--- /var/tmp/diff_new_pack.k14589/_old 2009-06-12 17:10:23.000000000 +0200
+++ /var/tmp/diff_new_pack.k14589/_new 2009-06-12 17:10:23.000000000 +0200
@@ -31,7 +31,7 @@
Summary: File Alteration Monitoring Daemon
Url: http://oss.sgi.com/projects/fam/
Version: 2.7.0
-Release: 131
+Release: 132
%define fc_version 0.6.5
Source0: fam-%{version}.tar.bz2
Source1: sysconfig.fam
@@ -227,6 +227,8 @@
%config(noreplace) /etc/xinetd.d/fam
%changelog
+* Thu Jun 11 2009 coolo@xxxxxxxxxx
+- fix build with glibc 2.10
* Tue Jun 02 2009 adrian@xxxxxxxxxx
- fix build for gcc 4.4 (patch from dl9pf)
* Wed Dec 10 2008 olh@xxxxxxx
++++++ fam-gcc44.diff ++++++
--- /var/tmp/diff_new_pack.k14589/_old 2009-06-12 17:10:23.000000000 +0200
+++ /var/tmp/diff_new_pack.k14589/_new 2009-06-12 17:10:23.000000000 +0200
@@ -1,7 +1,8 @@
-diff -Naur _fam-2.7.0//src/NFSFileSystem.c++ fam-2.7.0/src/NFSFileSystem.c++
---- _fam-2.7.0//src/NFSFileSystem.c++ 2003-01-18 15:18:12.000000000 +0100
-+++ fam-2.7.0/src/NFSFileSystem.c++ 2009-05-29 23:15:10.237713770 +0200
-@@ -97,7 +97,7 @@
+Index: fam-2.7.0/src/NFSFileSystem.c++
+===================================================================
+--- fam-2.7.0.orig/src/NFSFileSystem.c++
++++ fam-2.7.0/src/NFSFileSystem.c++
+@@ -97,7 +97,7 @@ NFSFileSystem::NFSFileSystem(const mnten
attr_cache_timeout = ACREGMAX;
@@ -10,3 +11,15 @@
if (strstr(opt, "noac")) {
f_noac = true;
+Index: fam-2.7.0/src/Interest.h
+===================================================================
+--- fam-2.7.0.orig/src/Interest.h
++++ fam-2.7.0/src/Interest.h
+@@ -26,6 +26,7 @@
+ #include <sys/stat.h>
+ #include <sys/types.h>
+ #include <sys/time.h>
++#include <stdlib.h>
+ #include <netinet/in.h> // for in_addr
+
+ #include "Boolean.h"
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |