Hello community,

here is the log from the commit of package bindfs.1403 for openSUSE:12.2:Update 
checked in at 2013-03-11 11:19:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.2:Update/bindfs.1403 (Old)
 and      /work/SRC/openSUSE:12.2:Update/.bindfs.1403.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bindfs.1403", Maintainer is ""

Changes:
--------
New Changes file:

--- /dev/null   2013-02-26 18:15:11.936010755 +0100
+++ /work/SRC/openSUSE:12.2:Update/.bindfs.1403.new/bindfs.changes      
2013-03-11 11:20:01.000000000 +0100
@@ -0,0 +1,41 @@
+-------------------------------------------------------------------
+Fri Mar  1 10:51:55 UTC 2013 - [email protected]
+
+- Update to new upstream release 1.12
+* Replace "-o user" and "-o group" with "-o force-user" and
+  "-o force-group", because the former are standard mount options
+  that mount(8) consumes and does not pass on to the helper.
+  (bnc#806956)
+
+-------------------------------------------------------------------
+Tue Oct 16 17:00:45 UTC 2012 - [email protected]
+
+- 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 - [email protected]
+
+- 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)
+
+-------------------------------------------------------------------
+Sat May  5 13:30:19 UTC 2012 - [email protected]
+
+- Update to new upstream version 1.10.2
+* No changelog was provided
+- Remove redundant sections/tags from specfile
+- Enable parallel build
+
+-------------------------------------------------------------------
+Sun Mar 14 13:14:50 UTC 2010 - [email protected]
+
+- initial package (1.8.4)
+

New:
----
  bindfs-1.12.tar.xz
  bindfs.changes
  bindfs.spec

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

Other differences:
------------------
++++++ bindfs.spec ++++++
#
# spec file for package bindfs
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           bindfs
Version:        1.12
Release:        0
Summary:        Mount Directories to other Locations and alter Permission Bits
License:        GPL-2.0+
Group:          System/Filesystems
Url:            http://code.google.com/p/bindfs/

#Git-Clone:     git://github.com/mpartel/bindfs
#DL-URL:        http://bindfs.googlecode.com/files/bindfs-1.12.tar.gz
Source:         %name-%version.tar.xz
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  pkgconfig
BuildRequires:  xz
%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.

%prep
%setup -q

%build
%configure
make %{?_smp_mflags}

%install
make install DESTDIR="%buildroot";

%files
%defattr(-,root,root)
%doc ChangeLog COPYING
%_bindir/bindfs
%_mandir/man1/bindfs.1*

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

Reply via email to