Hello community, here is the log from the commit of package gamin for openSUSE:Factory checked in at 2018-08-08 14:44:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gamin (Old) and /work/SRC/openSUSE:Factory/.gamin.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gamin" Wed Aug 8 14:44:22 2018 rev:10 rq:627622 version:0.1.10 Changes: -------- --- /work/SRC/openSUSE:Factory/gamin/gamin.changes 2014-01-23 15:42:52.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.gamin.new/gamin.changes 2018-08-08 14:44:23.912655488 +0200 @@ -1,0 +2,10 @@ +Mon Aug 6 09:33:25 UTC 2018 - dims...@opensuse.org + +- Add baselibs.conf to the file source list. + +------------------------------------------------------------------- +Wed Jul 25 16:26:53 UTC 2018 - dims...@opensuse.org + +- Replace deprecated macro py_sitedir with python_sitearch. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gamin-devel.spec ++++++ --- /var/tmp/diff_new_pack.B6FPH6/_old 2018-08-08 14:44:24.372656236 +0200 +++ /var/tmp/diff_new_pack.B6FPH6/_new 2018-08-08 14:44:24.376656243 +0200 @@ -1,7 +1,7 @@ # # spec file for package gamin-devel # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,22 +16,17 @@ # -Name: gamin-devel -Version: 0.1.10 -Release: 0 %define sonum 0 %define vernum 1 %define packnum %{vernum}-%{sonum} %define famnum 0 +Name: gamin-devel +Version: 0.1.10 +Release: 0 Summary: Libraries and includes to build against gamin -License: LGPL-2.1 +License: LGPL-2.1-only Group: Development/Libraries/C and C++ -# Both have libfam.so -Conflicts: fam-devel -Requires: libfam%{famnum}-gamin = %{version} -Requires: libgamin-%{packnum} = %{version} -Provides: %{name}-static = %{version} -Url: http://www.gnome.org/~veillard/gamin/ +URL: http://www.gnome.org/~veillard/gamin/ Source: http://www.gnome.org/~veillard/gamin/sources/gamin-%{version}.tar.gz Source2: gamin-rpmlintrc Patch0: gamin-return.patch @@ -46,8 +41,12 @@ BuildRequires: gcc-c++ BuildRequires: libstdc++-devel BuildRequires: pkgconfig +Requires: libfam%{famnum}-gamin = %{version} +Requires: libgamin-%{packnum} = %{version} +# Both have libfam.so +Conflicts: fam-devel +Provides: %{name}-static = %{version} # No glib* requires here to avoid build cycles -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Libraries, includes, etc. to use and build against gamin. @@ -55,9 +54,9 @@ %package -n libgamin-%{packnum} Summary: Library providing the FAM File Alteration Monitor API Group: System/Libraries +Requires: gamin-server >= %{version} Provides: libgamin = %{version} Obsoletes: libgamin < %{version} -Requires: gamin-server >= %{version} %description -n libgamin-%{packnum} This C library provides an API and ABI compatible file alteration @@ -67,8 +66,8 @@ %package -n libfam%{famnum}-gamin Summary: Library providing the FAM File Alteration Monitor API Group: System/Libraries -Conflicts: libfam0 Requires: gamin-server >= %{version} +Conflicts: libfam0 %description -n libfam%{famnum}-gamin This C library provides an API and ABI compatible file alteration ++++++ gamin.spec ++++++ --- /var/tmp/diff_new_pack.B6FPH6/_old 2018-08-08 14:44:24.392656269 +0200 +++ /var/tmp/diff_new_pack.B6FPH6/_new 2018-08-08 14:44:24.392656269 +0200 @@ -1,7 +1,7 @@ # # spec file for package gamin # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,19 +16,20 @@ # -Name: gamin -Version: 0.1.10 -Release: 0 %define sonum 0 %define vernum 1 %define packnum %{vernum}-%{sonum} %define famnum 0 +Name: gamin +Version: 0.1.10 +Release: 0 Summary: Library providing the FAM File Alteration Monitor API -License: LGPL-2.1 +License: LGPL-2.1-only Group: System/Daemons -Url: http://www.gnome.org/~veillard/%{name}/ +URL: http://www.gnome.org/~veillard/%{name}/ Source: http://www.gnome.org/~veillard/%{name}/sources/%{name}-%{version}.tar.gz Source2: %name-rpmlintrc +Source99: baselibs.conf Patch0: gamin-return.patch Patch1: gamin-fam_abi_compatibility_FamErrlist.patch Patch2: gamin-fix_python_main.patch @@ -43,7 +44,6 @@ BuildRequires: pkgconfig BuildRequires: python-devel BuildRequires: pkgconfig(glib-2.0) -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description This C library provides an API and ABI compatible file alteration @@ -56,7 +56,6 @@ Requires: lib%{name}-%{packnum} = %{version} Provides: %{name}-python = %{version}-%{release} Obsoletes: %{name}-python < %{version}-%{release} -%py_requires %description -n python-%{name} The python-%{name} package contains a module that allow monitoring of @@ -115,8 +114,8 @@ %files -n python-%{name} %defattr(-,root,root) %doc .rpmdoc/python/* -%{py_sitedir}/gamin.py* -%{py_sitedir}/_gamin* +%{python_sitearch}/gamin.py* +%{python_sitearch}/_gamin* %files server %defattr(-, root, root)