Hello community,

here is the log from the commit of package unionfs-fuse for openSUSE:Factory 
checked in at 2016-07-15 12:52:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/unionfs-fuse (Old)
 and      /work/SRC/openSUSE:Factory/.unionfs-fuse.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "unionfs-fuse"

Changes:
--------
--- /work/SRC/openSUSE:Factory/unionfs-fuse/unionfs-fuse.changes        
2015-04-12 00:11:12.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.unionfs-fuse.new/unionfs-fuse.changes   
2016-07-15 12:52:29.000000000 +0200
@@ -1,0 +2,7 @@
+Mon Jul 11 05:17:05 UTC 2016 - [email protected]
+
+- fix build by adding -fPIC 
+- clean up the spec file now that 13.1 is EOL
+- add libattr as buildrequire
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ unionfs-fuse.spec ++++++
--- /var/tmp/diff_new_pack.ETwTEy/_old  2016-07-15 12:52:31.000000000 +0200
+++ /var/tmp/diff_new_pack.ETwTEy/_new  2016-07-15 12:52:31.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package unionfs-fuse
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,6 +20,7 @@
 BuildRequires:  cmake
 BuildRequires:  fuse-devel
 BuildRequires:  gcc-c++
+BuildRequires:  libattr-devel
 Requires:       fuse
 Summary:        Userspace Unionfs File System
 License:        BSD-3-Clause
@@ -43,19 +44,12 @@
 %setup -q
 
 %build
-%if 0%{?suse_version} >= 1310
-%cmake -DWITH_XATTR=1
-%else
-export CFLAGS=$RPM_OPT_FLAGS
+export CFLAGS="$RPM_OPT_FLAGS -fPIC"
 export CXXFLAGS=$CFLAGS 
 cmake -DCMAKE_INSTALL_PREFIX=/usr -DWITH_XATTR=1 .
-%endif
 make %{?_smp_mflags}
 
 %install
-%if 0%{?suse_version} >= 1310
-cd build
-%endif
 make DESTDIR="$RPM_BUILD_ROOT" install
 
 %files


Reply via email to