Hello community,

here is the log from the commit of package unionfs-fuse for openSUSE:Factory 
checked in at 2015-04-12 00:11:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        
2013-02-15 18:52:35.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.unionfs-fuse.new/unionfs-fuse.changes   
2015-04-12 00:11:12.000000000 +0200
@@ -1,0 +2,13 @@
+Tue Apr  7 16:52:22 UTC 2015 - [email protected]
+
+- Update to version 1.0
+  * renamed binary to unionfs-fuse
+  * add uniofs-fuse-ctl utility to control unionfs-fuse over ioctl
+  * better apple support
+  * dropped stats
+  * better test suite
+- Update project and download Urls
+- Use %cmake macro with openSUSE >= 13.1
+- Remove xz require; not needed anymore
+
+-------------------------------------------------------------------

Old:
----
  unionfs-fuse-0.26.tar.xz

New:
----
  v1.0.tar.gz

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

Other differences:
------------------
++++++ unionfs-fuse.spec ++++++
--- /var/tmp/diff_new_pack.CNC6rK/_old  2015-04-12 00:11:14.000000000 +0200
+++ /var/tmp/diff_new_pack.CNC6rK/_new  2015-04-12 00:11:14.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package unionfs-fuse
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -20,15 +20,14 @@
 BuildRequires:  cmake
 BuildRequires:  fuse-devel
 BuildRequires:  gcc-c++
-BuildRequires:  xz
 Requires:       fuse
 Summary:        Userspace Unionfs File System
 License:        BSD-3-Clause
 Group:          System/Filesystems
-Version:        0.26
+Version:        1.0
 Release:        0
-Source:         
http://podgorny.cz/unionfs-fuse/releases/%{name}-%{version}.tar.xz
-Url:            http://podgorny.cz/moin/UnionFsFuse
+Source:         
https://github.com/rpodgorny/unionfs-fuse/archive/v%{version}.tar.gz
+Url:            https://github.com/rpodgorny/unionfs-fuse
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -44,12 +43,19 @@
 %setup -q
 
 %build
+%if 0%{?suse_version} >= 1310
+%cmake -DWITH_XATTR=1
+%else
 export CFLAGS=$RPM_OPT_FLAGS
 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
@@ -57,5 +63,6 @@
 %doc LICENSE CREDITS NEWS
 %{_mandir}/man?/*
 %{_bindir}/unionfs
+%{_bindir}/unionfsctl
 
 %changelog


Reply via email to