Hello community,

here is the log from the commit of package fusecompress for openSUSE:Factory
checked in at Tue Aug 30 10:40:51 CEST 2011.



--------
--- fusecompress/fusecompress.changes   2009-02-26 16:51:32.000000000 +0100
+++ /mounts/work_src_done/STABLE/fusecompress/fusecompress.changes      
2011-08-29 22:58:29.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Aug 29 20:57:42 UTC 2011 - [email protected]
+
+- Fix linking, must use -pthread 
+- Use rpmoptflags
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  fusecompress-linking.patch

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

Other differences:
------------------
++++++ fusecompress.spec ++++++
--- /var/tmp/diff_new_pack.77WQYQ/_old  2011-08-30 10:40:08.000000000 +0200
+++ /var/tmp/diff_new_pack.77WQYQ/_new  2011-08-30 10:40:08.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package fusecompress (Version 0.9.2svn20090226)
+# spec file for package fusecompress
 #
-# 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
@@ -23,7 +23,7 @@
 Group:          System/Filesystems
 AutoReqProv:    on
 Version:        0.9.2svn20090226
-Release:        1
+Release:        11
 Summary:        FUSE-based filesystem with transparent compression
 Source:         %name-%version.tar.gz
 Url:            http://code.google.com/p/fusecompress/
@@ -31,6 +31,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Obsoletes:      FuseCompress < %version
 Provides:       FuseCompress = %version-%release
+Patch1:         fusecompress-linking.patch
 
 %description
 FuseCompress provides a mountable Linux filesystem which transparently
@@ -56,15 +57,16 @@
 
 %prep
 %setup -q -n %name
+%patch1
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS"
 cmake -DCMAKE_BUILD_TYPE=debug .
-make %{?jobs:-j%jobs}
+make %{?jobs:-j%jobs} VERBOSE=1
 mv fusecompress fusecompress.debug
 make clean
 cmake -DCMAKE_BUILD_TYPE=release .
-make %{?jobs:-j%jobs}
+make %{?jobs:-j%jobs} VERBOSE=1
 mv fusecompress fusecompress.release
 
 %install

++++++ fusecompress-linking.patch ++++++
--- CMakeLists.txt.orig
+++ CMakeLists.txt
@@ -17,7 +17,7 @@ set (SOURCES_OFFLINE tools/offline.c)
 include (CheckIncludeFile)
 include (CheckLibraryExists)
 
-set (CMAKE_C_FLAGS "-Wall -D_REENTRANT -D_FILE_OFFSET_BITS=64 -D_POSIX_SOURCE 
-D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -g")
+set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -pthread -D_FILE_OFFSET_BITS=64 
-D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE 
-D_XOPEN_SOURCE=500 -g")
 
 check_include_file("fuse.h" CMAKE_HAVE_FUSE_H)
 if (CMAKE_HAVE_FUSE_H)

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



Remember to have fun...

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

Reply via email to