Hello community,

here is the log from the commit of package python-fusepy for openSUSE:Factory 
checked in at 2019-10-30 14:48:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-fusepy (Old)
 and      /work/SRC/openSUSE:Factory/.python-fusepy.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-fusepy"

Wed Oct 30 14:48:17 2019 rev:3 rq:743984 version:3.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-fusepy/python-fusepy.changes      
2019-05-24 11:31:51.161399240 +0200
+++ /work/SRC/openSUSE:Factory/.python-fusepy.new.2990/python-fusepy.changes    
2019-10-30 14:48:23.402218737 +0100
@@ -1,0 +2,6 @@
+Wed Oct 16 13:15:35 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Sort out the deps a bit and add missing libfuse2 dependency
+  to make the plugin actually work
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-fusepy.spec ++++++
--- /var/tmp/diff_new_pack.3wlBDA/_old  2019-10-30 14:48:24.146219528 +0100
+++ /var/tmp/diff_new_pack.3wlBDA/_new  2019-10-30 14:48:24.150219532 +0100
@@ -17,26 +17,24 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-
 Name:           python-fusepy
 Version:        3.0.1
 Release:        0
 Summary:        A python module that provides a simple interface to FUSE
 License:        ISC
-Group:          Development/Libraries/Python
-Url:            https://github.com/terencehonles/fusepy
+URL:            https://github.com/fusepy/fusepy
 Source:         
https://files.pythonhosted.org/packages/source/f/fusepy/fusepy-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  fuse-devel
-BuildRequires:  pkg-config
-# required for older SUSE versions w/o python single-spec support
+BuildRequires:  libfuse2
+BuildRequires:  pkgconfig
 BuildRequires:  python-rpm-macros
+# this is not really fuse3 compatible
+Requires:       libfuse2
+# both projects use the same python package name
+Conflicts:      python-fuse
 # fusepy interfaces via ctypes to libfuse, so no arch dependent elements
 # should be in the package
 BuildArch:      noarch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-# both projects use the same python package name
-Conflicts:      python-fuse
 %python_subpackages
 
 %description
@@ -57,7 +55,6 @@
 # no upstream tests
 
 %files %{python_files}
-%defattr(-,root,root)
 %{python_sitelib}/*
 %doc README.rst
 


Reply via email to