Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package iso-codes for openSUSE:Factory checked in at 2026-03-06 18:17:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/iso-codes (Old) and /work/SRC/openSUSE:Factory/.iso-codes.new.561 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "iso-codes" Fri Mar 6 18:17:28 2026 rev:97 rq:1336744 version:4.20.1 Changes: -------- --- /work/SRC/openSUSE:Factory/iso-codes/iso-codes.changes 2025-09-03 21:07:48.253581983 +0200 +++ /work/SRC/openSUSE:Factory/.iso-codes.new.561/iso-codes.changes 2026-03-06 18:18:10.663123283 +0100 @@ -1,0 +2,15 @@ +Tue Mar 3 15:36:46 UTC 2026 - Dominique Leuenberger <[email protected]> + +- Update to version 4.20.1: + + Install symlinks for obsolete .po filenames +- Changes from version 4.20.0: + + Switch from autotools to meson build system + + The project is now fully compliant with version 3.3 of the + REUSE specification + + Updated translations. +- Follow upstream, switch to meson build system: + + Add meson remove pkgconfig BuildRequires + + use meson/meson_build/meson_install macros instead of + configure/make_build/make_install. + +------------------------------------------------------------------- Old: ---- iso-codes-v4.18.0.tar.gz New: ---- _service iso-codes-4.20.1.obscpio iso-codes.obsinfo ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ iso-codes.spec ++++++ --- /var/tmp/diff_new_pack.P54eq9/_old 2026-03-06 18:18:11.623163185 +0100 +++ /var/tmp/diff_new_pack.P54eq9/_new 2026-03-06 18:18:11.627163350 +0100 @@ -1,7 +1,7 @@ # # spec file for package iso-codes # -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 SUSE LLC and contributors # Copyright (c) 2024 Andreas Stieger <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -18,13 +18,13 @@ Name: iso-codes -Version: 4.18.0 +Version: 4.20.1 Release: 0 Summary: ISO Code Lists and Translations License: LGPL-2.1-or-later URL: https://salsa.debian.org/iso-codes-team/iso-codes -Source0: https://salsa.debian.org/iso-codes-team/iso-codes/-/archive/v%{version}/iso-codes-v%{version}.tar.gz -BuildRequires: pkgconfig +Source0: %{name}-%{version}.tar.zst +BuildRequires: meson BuildRequires: python3-devel BuildRequires: python3-lxml BuildArch: noarch @@ -48,14 +48,14 @@ %lang_package %prep -%setup -q -n %{name}-v%{version} +%autosetup -p1 %build -%configure -%make_build +%meson +%meson_build %install -%make_install +%meson_install %find_lang iso_639 %{name}.lang %find_lang iso_639-2 %{name}.lang %find_lang iso_639-3 %{name}.lang @@ -71,12 +71,12 @@ %find_lang iso_15924 %{name}.lang %files -f %{name}.lang -%license COPYING -%doc CHANGELOG.md README.md TODO +%license LICENSES/* +%doc CHANGELOG.md README.md %{_datadir}/xml/iso-codes/ %{_datadir}/iso-codes/ %files devel -%license COPYING +%license LICENSES/* %{_datadir}/pkgconfig/iso-codes.pc ++++++ _service ++++++ <?xml version="1.0"?> <services> <service name="obs_scm" mode="manual"> <param name="scm">git</param> <param name="url">https://salsa.debian.org/iso-codes-team/iso-codes.git</param> <param name="revision">v4.20.1</param> <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param> <param name="versionrewrite-pattern">v?(.*)\+0</param> <param name="versionrewrite-replacement">\1</param> <!-- <param name="changesgenerate">enable</param> --> </service> <service name="tar" mode="buildtime"/> <service name="recompress" mode="buildtime"> <param name="file">*.tar</param> <param name="compression">zst</param> </service> <service name="set_version" mode="manual" /> </services> ++++++ iso-codes.obsinfo ++++++ name: iso-codes version: 4.20.1 mtime: 1767302550 commit: 74623235ae99f6e835e1e465017ce4c544ae6b53
