Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libgexiv2 for openSUSE:Factory checked in at 2026-04-10 17:47:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libgexiv2 (Old) and /work/SRC/openSUSE:Factory/.libgexiv2.new.21863 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libgexiv2" Fri Apr 10 17:47:07 2026 rev:50 rq:1345430 version:0.14.6 Changes: -------- --- /work/SRC/openSUSE:Factory/libgexiv2/libgexiv2.changes 2025-07-08 15:28:12.576164456 +0200 +++ /work/SRC/openSUSE:Factory/.libgexiv2.new.21863/libgexiv2.changes 2026-04-10 17:49:06.464157285 +0200 @@ -1,0 +2,7 @@ +Fri Mar 27 12:12:04 UTC 2026 - Dominique Leuenberger <[email protected]> + +- Disable python3 bindings for Tumbleweed, where the python + bindings for GExiv2 are built as part of the gexiv2 0.16 package + (library parallel installable). + +------------------------------------------------------------------- New: ---- _scmsync.obsinfo build.specials.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libgexiv2.spec ++++++ --- /var/tmp/diff_new_pack.fzzh7T/_old 2026-04-10 17:49:07.676207161 +0200 +++ /var/tmp/diff_new_pack.fzzh7T/_new 2026-04-10 17:49:07.676207161 +0200 @@ -17,7 +17,12 @@ %define tarname gexiv2 +%if 0%{?suse_version} < 1699 %define pythons python3 +%bcond_without python3 +%else +%bcond_with python3 +%endif Name: libgexiv2 Version: 0.14.6 @@ -33,9 +38,11 @@ BuildRequires: libtool BuildRequires: meson >= 0.48 BuildRequires: pkgconfig +%if %{with python3} BuildRequires: python-rpm-macros BuildRequires: python3-devel BuildRequires: python3-gobject-devel +%endif BuildRequires: pkgconfig(exiv2) >= 0.26 BuildRequires: pkgconfig(gio-2.0) >= 2.32.0 BuildRequires: pkgconfig(gobject-2.0) >= 2.38.0 @@ -92,6 +99,7 @@ %build %meson \ -Dintrospection=true \ + -Dpython3=%[ %{with python3} ? "true" : "false" ] \ %{nil} %meson_build @@ -118,6 +126,8 @@ %{_datadir}/vala/vapi/gexiv2.vapi %{_datadir}/vala/vapi/gexiv2.deps +%if %{with python3} %files -n python3-gexiv2 %{python3_sitelib}/* +%endif ++++++ _scmsync.obsinfo ++++++ mtime: 1774613668 commit: e1b9df9f2978e8f75a24bf57abcf534fa1b16f68488c77ba506f67161c528d63 url: https://src.opensuse.org/GNOME/libgexiv2 revision: factory ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2026-03-27 17:01:26.000000000 +0100 @@ -0,0 +1,4 @@ +*.obscpio +*.osc +_build.* +.pbuild
