Hello community,

here is the log from the commit of package fuse for openSUSE:Factory checked in 
at 2017-10-23 16:38:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fuse (Old)
 and      /work/SRC/openSUSE:Factory/.fuse.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fuse"

Mon Oct 23 16:38:46 2017 rev:67 rq:534302 version:2.9.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/fuse/fuse.changes        2017-08-18 
14:56:50.686004515 +0200
+++ /work/SRC/openSUSE:Factory/.fuse.new/fuse.changes   2017-10-23 
16:38:49.997284085 +0200
@@ -1,0 +2,14 @@
+Mon Oct 16 19:28:32 UTC 2017 - admor...@morgancomputers.net
+
+- Fix download link in fuse.spec
+
+-------------------------------------------------------------------
+Fri Oct  6 15:57:44 UTC 2017 - admor...@morgancomputers.net
+
+- fuse 2.9.7
+  * Shared-object version has now been bumped correctly.
+  * Added SELinux support.
+  * Fixed race-condition when session is terminated right after
+    starting a FUSE file system.
+
+-------------------------------------------------------------------

Old:
----
  fuse-2.9.5.tar.gz
  fuse-2.9.5.tar.gz.asc

New:
----
  fuse-2.9.7.tar.gz
  fuse-2.9.7.tar.gz.asc

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

Other differences:
------------------
++++++ fuse.spec ++++++
--- /var/tmp/diff_new_pack.E0cY9R/_old  2017-10-23 16:38:50.941239910 +0200
+++ /var/tmp/diff_new_pack.E0cY9R/_new  2017-10-23 16:38:50.941239910 +0200
@@ -16,19 +16,18 @@
 #
 
 
-%define tag 2_9_5
 Name:           fuse
-Version:        2.9.5
+Version:        2.9.7
 Release:        0
 Summary:        User space File System
 License:        GPL-2.0+ and LGPL-2.1+
 Group:          System/Filesystems
 Url:            https://github.com/libfuse/libfuse
-Source:         
https://github.com/libfuse/libfuse/releases/download/fuse_%{tag}/fuse-%{version}.tar.gz
+Source:         
https://github.com/libfuse/libfuse/releases/download/fuse-%{version}/fuse-%{version}.tar.gz
 Source2:        fuse.rpmlintrc
 Source3:        baselibs.conf
 Source4:        fuse.conf
-Source5:        
https://github.com/libfuse/libfuse/releases/download/fuse_%{tag}/fuse-%{version}.tar.gz.asc
+Source5:        
https://github.com/libfuse/libfuse/releases/download/fuse-%{version}/fuse-%{version}.tar.gz.asc
 Source6:        fuse.keyring
 Patch0:         fuse-install-fix.diff
 Patch3:         fusermount-compile-as-pie.patch
@@ -110,10 +109,18 @@
 other user space file systems which can be found at
 http://fuse.sourceforge.net/wiki
 
+%package doc
+Summary:        Document package for FUSE (userspace filesystem)
+Group:          Development/Languages/C and C++
+
+%description doc
+This package contains the documentation for FUSE (userspace filesystem).
+
 %package devel
 Summary:        Development package for FUSE (userspace filesystem) modules
 Group:          Development/Languages/C and C++
 Requires:       fuse = %{version}
+Requires:       fuse-doc = %{version}
 Requires:       glibc-devel
 Requires:       libfuse2 = %{version}
 Requires:       libulockmgr1 = %{version}
@@ -236,9 +243,12 @@
 #EndUsrMerge
 %{_libdir}/libulockmgr.so.*
 
-%files devel
+%files doc
 %defattr(-,root,root)
 %doc example doc
+
+%files devel
+%defattr(-,root,root)
 %{_libdir}/libfuse.so
 %{_libdir}/libulockmgr.so
 %{_includedir}/fuse.h

++++++ fuse-2.9.5.tar.gz -> fuse-2.9.7.tar.gz ++++++
++++ 12867 lines of diff (skipped)



Reply via email to