Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libgexiv2 for openSUSE:Factory checked in at 2021-12-12 00:55:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libgexiv2 (Old) and /work/SRC/openSUSE:Factory/.libgexiv2.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libgexiv2" Sun Dec 12 00:55:52 2021 rev:42 rq:936192 version:0.14.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libgexiv2/libgexiv2.changes 2021-09-25 00:35:04.339109208 +0200 +++ /work/SRC/openSUSE:Factory/.libgexiv2.new.2520/libgexiv2.changes 2021-12-12 00:56:09.378524505 +0100 @@ -1,0 +2,8 @@ +Wed Dec 1 20:38:22 UTC 2021 - Bj??rn Lie <bjorn....@gmail.com> + +- Set pythons python3 define, only build for python 3, following + this, drop conditional sub-package python-gexiv2 and + bcond_without macros. Use plain py3-*devel BuildRequires instead + of python modules. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libgexiv2.spec ++++++ --- /var/tmp/diff_new_pack.iM37mW/_old 2021-12-12 00:56:09.902524865 +0100 +++ /var/tmp/diff_new_pack.iM37mW/_new 2021-12-12 00:56:09.906524869 +0100 @@ -17,9 +17,8 @@ %define tarname gexiv2 -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%bcond_without python2 -%bcond_without python3 +%define pythons python3 + Name: libgexiv2 Version: 0.14.0 Release: 0 @@ -30,8 +29,8 @@ Source0: https://download.gnome.org/sources/gexiv2/0.14/%{tarname}-%{version}.tar.xz Source99: baselibs.conf -BuildRequires: %{python_module devel} -BuildRequires: %{python_module gobject} +BuildRequires: python3-devel +BuildRequires: python3-gobject-devel BuildRequires: gcc-c++ BuildRequires: gobject-introspection BuildRequires: libtool @@ -76,17 +75,6 @@ gexiv2 is a GObject-based wrapper around the Exiv2 library. It makes the basic features of Exiv2 available to GNOME applications. -%package -n python-gexiv2 -Summary: A GObject-based Exiv2 wrapper -Group: Development/Libraries/Python -Requires: python-gobject - -%description -n python-gexiv2 -gexiv2 is a GObject-based wrapper around the Exiv2 library. It makes the -basic features of Exiv2 available to GNOME applications. - -This package provides the Python 2 bindings for the libgexiv2 library. - %package -n python3-gexiv2 Summary: A GObject-based Exiv2 wrapper Group: Development/Libraries/Python @@ -131,14 +119,7 @@ %{_datadir}/vala/vapi/gexiv2.vapi %{_datadir}/vala/vapi/gexiv2.deps -%if %{with python2} -%files -n python-gexiv2 -%{python_sitearch}/* -%endif - -%if %{with python3} %files -n python3-gexiv2 %{python3_sitearch}/* -%endif %changelog