Hello community,

here is the log from the commit of package bindfs for openSUSE:Factory checked 
in at 2012-10-31 06:54:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bindfs (Old)
 and      /work/SRC/openSUSE:Factory/.bindfs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bindfs", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/bindfs/bindfs.changes    2012-05-23 
08:52:20.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.bindfs.new/bindfs.changes       2012-10-31 
06:55:01.000000000 +0100
@@ -1,0 +2,19 @@
+Tue Oct 16 17:00:45 UTC 2012 - jeng...@inai.de
+
+- Update to new upstream release 1.11
+* Be single-threaded by default due to an inherent race condition;
+  use -o multithreaded to get the old behavior back.
+* Respect setgid bit on directories when using --create-as-user
+
+-------------------------------------------------------------------
+Wed Jul  4 00:10:22 UTC 2012 - jeng...@inai.de
+
+- Update to new upstream version 1.10.6
+* a memory bug from 1.10.1, and --create-as-user and thread
+  safety regressions were resolved
+* honor CFLAGS in ./configure call
+* fix a short-allocation that led to a crash in bindfs_readdir
+* implement a lookup cache to speed up repeated lookups
+  (helpful for networked user databases, e.g. on LDAP)
+
+-------------------------------------------------------------------

Old:
----
  bindfs-1.10.2.tar.bz2

New:
----
  bindfs-1.11.tar.gz

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

Other differences:
------------------
++++++ bindfs.spec ++++++
--- /var/tmp/diff_new_pack.1K2RLO/_old  2012-10-31 06:55:04.000000000 +0100
+++ /var/tmp/diff_new_pack.1K2RLO/_new  2012-10-31 06:55:04.000000000 +0100
@@ -17,30 +17,28 @@
 
 
 Name:           bindfs
-Version:        1.10.2
+Version:        1.11
 Release:        0
 Summary:        Mount Directories to other Locations and alter Permission Bits
 License:        GPL-2.0+
 Group:          System/Filesystems
 
-#DL-URL:       http://bindfs.googlecode.com/files/bindfs-%{version}.tar.gz
-Source:         %name-%version.tar.bz2
+#Git-Clone:    git://github.com/mpartel/bindfs
+#DL-URL:       http://bindfs.googlecode.com/files/bindfs-1.11.tar.gz
+Source:         http://bindfs.googlecode.com/files/%name-%version.tar.gz
 Url:            http://code.google.com/p/bindfs/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-#BuildRequires:        autoconf automake # only for when regeneration is needed
-BuildRequires:  fuse-devel >= 2.5.3
-BuildRequires:  gcc
-BuildRequires:  glibc-devel
-BuildRequires:  libtool
-BuildRequires:  make
 BuildRequires:  pkgconfig
-# Just for filesystems: project for a short while, hence no Provides et al.
-Obsoletes:      fuse-bindfs
+%if 0%{?suse_version} >= 1140 || 0%{?fedora_version}
+BuildRequires:  pkgconfig(fuse) >= 2.5.3
+%else
+BuildRequires:  fuse-devel >= 2.5.3
+%endif
 
 %description
-bindfs is a FUSE filesystem for mounting a directory to another location,
-similarly to mount --bind. The permissions inside the mountpoint can be altered
-using various rules.
+bindfs is a FUSE filesystem for mounting a directory to another
+location, similarly to mount --bind. The permissions inside the
+mountpoint can be altered using various rules.
 
 %prep
 %setup -q
@@ -50,12 +48,12 @@
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+make install DESTDIR="%buildroot";
 
 %files
 %defattr(-,root,root)
-%doc ChangeLog COPYING README TODO
-%{_bindir}/bindfs
-%doc %{_mandir}/man1/bindfs.1%{ext_man}
+%doc ChangeLog COPYING
+%_bindir/bindfs
+%_mandir/man1/bindfs.1*
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to