Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-exiv2 for openSUSE:Factory checked in at 2023-08-17 19:44:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-exiv2 (Old) and /work/SRC/openSUSE:Factory/.python-exiv2.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-exiv2" Thu Aug 17 19:44:44 2023 rev:9 rq:1104337 version:0.12.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-exiv2/python-exiv2.changes 2022-10-14 15:43:55.876057862 +0200 +++ /work/SRC/openSUSE:Factory/.python-exiv2.new.1766/python-exiv2.changes 2023-08-17 19:45:00.226953025 +0200 @@ -1,0 +2,13 @@ +Thu Aug 10 21:33:24 UTC 2023 - Matej Cepl <mc...@suse.com> + +- Update to 0.12.3: + - upstream doesn't release proper changelog +- Remove the exiv2_0-28-0.patch patch again. + +------------------------------------------------------------------- +Fri Aug 4 23:06:13 UTC 2023 - Matej Cepl <mc...@suse.com> + +- Add exiv2_0-28-0.patch making the package compatible with the + latest exiv2 0.28 (lp#2027823). + +------------------------------------------------------------------- Old: ---- py3exiv2-0.11.0.tar.gz New: ---- py3exiv2-0.12.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-exiv2.spec ++++++ --- /var/tmp/diff_new_pack.ABao3p/_old 2023-08-17 19:45:01.238954918 +0200 +++ /var/tmp/diff_new_pack.ABao3p/_new 2023-08-17 19:45:01.250954940 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-exiv2 # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,12 +16,8 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -# This is a python3 only package -%define skip_python2 1 - Name: python-exiv2 -Version: 0.11.0 +Version: 0.12.3 Release: 0 Summary: Python3 bindings for the exiv2 library License: GPL-3.0-only @@ -31,7 +27,6 @@ Source0: https://files.pythonhosted.org/packages/source/p/py3exiv2/py3exiv2-%{version}.tar.gz # Patch0: py3exiv2-link-boost.patch -# BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes @@ -60,9 +55,11 @@ %install %python_install -%python_expand %fdupes %{buildroot}%{$python_sitelib} +%python_expand %fdupes %{buildroot}%{$python_sitearch} %files %{python_files} -%{python_sitearch}/* +%{python_sitearch}/libexiv2python.*.so +%{python_sitearch}/pyexiv2 +%{python_sitearch}/py3exiv2-%{version}*-info %changelog ++++++ py3exiv2-0.11.0.tar.gz -> py3exiv2-0.12.3.tar.gz ++++++ ++++ 1861 lines of diff (skipped) ++++++ py3exiv2-link-boost.patch ++++++ --- /var/tmp/diff_new_pack.ABao3p/_old 2023-08-17 19:45:01.482955374 +0200 +++ /var/tmp/diff_new_pack.ABao3p/_new 2023-08-17 19:45:01.486955382 +0200 @@ -1,8 +1,10 @@ -Index: py3exiv2-0.8.0/setup.py -=================================================================== ---- py3exiv2-0.8.0.orig/setup.py 2020-09-29 18:30:38.000000000 +0200 -+++ py3exiv2-0.8.0/setup.py 2020-10-20 08:52:35.836907091 +0200 -@@ -37,7 +37,7 @@ if platform.system() == "Darwin": +--- + setup.py | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +--- a/setup.py ++++ b/setup.py +@@ -40,7 +40,7 @@ if platform.system() == "Darwin": boostlib = get_libboost_osx() else: