Hello community, here is the log from the commit of package gamin for openSUSE:Factory checked in at 2020-01-12 23:17:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gamin (Old) and /work/SRC/openSUSE:Factory/.gamin.new.6675 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gamin" Sun Jan 12 23:17:48 2020 rev:12 rq:762486 version:0.1.10 Changes: -------- --- /work/SRC/openSUSE:Factory/gamin/gamin.changes 2018-08-08 14:44:23.912655488 +0200 +++ /work/SRC/openSUSE:Factory/.gamin.new.6675/gamin.changes 2020-01-12 23:18:17.838681057 +0100 @@ -1,0 +2,8 @@ +Thu Jan 9 13:23:06 UTC 2020 - Dominique Leuenberger <[email protected]> + +- Disable python bindings (python2-only): + + Drop python-devel BuildRequires. + + Drop gamin-fix_python_main.patch: no longer needed. + + No longer build python-gamin sub-package. + +------------------------------------------------------------------- Old: ---- gamin-fix_python_main.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gamin-devel.spec ++++++ --- /var/tmp/diff_new_pack.erUdO4/_old 2020-01-12 23:18:18.734681389 +0100 +++ /var/tmp/diff_new_pack.erUdO4/_new 2020-01-12 23:18:18.738681390 +0100 @@ -1,7 +1,7 @@ # # spec file for package gamin-devel # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -31,7 +31,6 @@ Source2: gamin-rpmlintrc Patch0: gamin-return.patch Patch1: gamin-fam_abi_compatibility_FamErrlist.patch -Patch2: gamin-fix_python_main.patch Patch3: gamin-obsol-glib.diff # PATCH-FIX-UPSTREAM gamin-0.1.11-double-lock.patch (bgo#669292) Patch4: gamin-0.1.11-double-lock.patch @@ -78,7 +77,6 @@ %setup -q -n gamin-%version %patch0 -p0 %patch1 -%patch2 %patch3 -p1 %patch4 -p1 %patch5 -p1 ++++++ gamin.spec ++++++ --- /var/tmp/diff_new_pack.erUdO4/_old 2020-01-12 23:18:18.750681395 +0100 +++ /var/tmp/diff_new_pack.erUdO4/_new 2020-01-12 23:18:18.750681395 +0100 @@ -1,7 +1,7 @@ # # spec file for package gamin # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -32,7 +32,6 @@ Source99: baselibs.conf Patch0: gamin-return.patch Patch1: gamin-fam_abi_compatibility_FamErrlist.patch -Patch2: gamin-fix_python_main.patch Patch3: gamin-obsol-glib.diff # PATCH-FIX-UPSTREAM gamin-0.1.11-double-lock.patch (bgo#669292) Patch4: gamin-0.1.11-double-lock.patch @@ -42,7 +41,6 @@ BuildRequires: gcc-c++ BuildRequires: libstdc++-devel BuildRequires: pkgconfig -BuildRequires: python-devel BuildRequires: pkgconfig(glib-2.0) %description @@ -50,18 +48,6 @@ monitor mechanism compatible with FAM, but not dependent on a system wide daemon. -%package -n python-%{name} -Summary: Python bindings for the %{name} library -Group: Development/Libraries/Python -Requires: lib%{name}-%{packnum} = %{version} -Provides: %{name}-python = %{version}-%{release} -Obsoletes: %{name}-python < %{version}-%{release} - -%description -n python-%{name} -The python-%{name} package contains a module that allow monitoring of -files and directories from the Python language based on the support -of the %{name} package. - %package doc Summary: Documentation for %{name} Group: Development/Libraries/C and C++ @@ -84,7 +70,6 @@ %setup -q %patch0 -p0 %patch1 -%patch2 %patch3 -p1 %patch4 -p1 %patch5 -p1 @@ -96,8 +81,6 @@ %install %make_install rm "%{buildroot}%{_libdir}"/*.la -mkdir -p .rpmdoc/python -mv doc/python.html .rpmdoc/python/doc.html %fdupes %{buildroot} # drop files which are build via libgamin spec file @@ -111,12 +94,6 @@ # tests are currently broken :/ make tests || echo "**** WARNING TESTSUITE FAILS ****" -%files -n python-%{name} -%defattr(-,root,root) -%doc .rpmdoc/python/* -%{python_sitearch}/gamin.py* -%{python_sitearch}/_gamin* - %files server %defattr(-, root, root) %{_libexecdir}/gam_server
