Hello community,

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

Package is "unionfs-fuse", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/unionfs-fuse/unionfs-fuse.changes        
2012-06-05 15:35:54.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.unionfs-fuse.new/unionfs-fuse.changes   
2013-02-15 18:52:35.000000000 +0100
@@ -1,0 +2,19 @@
+Mon Feb 11 08:35:24 UTC 2013 - [email protected]
+
+- update to 0.26
+ - use BUILD_PATH instead of snprintf, which will 
+   return -ENAMETOOLONG if the path is too long instead of simply 
+   using a wrong path
+ - new options "-o relaxed_permissions" and "-o hide_meta_dir"
+ - included the debian directory
+ - Properly check on rmdir() if sub-branches are also empty
+ - Always compile with debug code, but only enable debugging on request
+ - New option -o debug_file
+ - Lots of bugs fixed in BUILD_PATH()
+ - Improved search of white-out files
+ - Properly fix Debian Bug#509516.
+ - More debug output.
+ - Add syslog support without the risk of possible dead locks
+ - Use fuse big-writes (and reads) if available
+
+-------------------------------------------------------------------

Old:
----
  unionfs-fuse-0.25.tar.bz2

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

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

Other differences:
------------------
++++++ unionfs-fuse.spec ++++++
--- /var/tmp/diff_new_pack.2jsdYg/_old  2013-02-15 18:52:36.000000000 +0100
+++ /var/tmp/diff_new_pack.2jsdYg/_new  2013-02-15 18:52:36.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package unionfs-fuse
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,13 +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.25
+Version:        0.26
 Release:        0
-Source:         %{name}-%{version}.tar.bz2
+Source:         
http://podgorny.cz/unionfs-fuse/releases/%{name}-%{version}.tar.xz
 Url:            http://podgorny.cz/moin/UnionFsFuse
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -45,7 +46,7 @@
 %build
 export CFLAGS=$RPM_OPT_FLAGS
 export CXXFLAGS=$CFLAGS 
-cmake -DCMAKE_INSTALL_PREFIX=/usr .
+cmake -DCMAKE_INSTALL_PREFIX=/usr -DWITH_XATTR=1 .
 make %{?_smp_mflags}
 
 %install

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

Reply via email to