Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package intltool for openSUSE:Factory checked in at 2023-10-13 23:13:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/intltool (Old) and /work/SRC/openSUSE:Factory/.intltool.new.20540 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "intltool" Fri Oct 13 23:13:41 2023 rev:37 rq:1117001 version:0.51.0 Changes: -------- --- /work/SRC/openSUSE:Factory/intltool/intltool.changes 2018-05-22 16:59:55.136686411 +0200 +++ /work/SRC/openSUSE:Factory/.intltool.new.20540/intltool.changes 2023-10-13 23:13:47.941117494 +0200 @@ -1,0 +2,8 @@ +Sun Oct 8 11:38:19 UTC 2023 - Bjørn Lie <bjorn....@gmail.com> + +- Rebase intltool-perl-5.22.patch, use autosetup and make_build + macros. +- Replace perl-XML-Parser with perl(XML::Parser) + BuildRequires/Requires: Be explicit about the symbol we need. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ intltool.spec ++++++ --- /var/tmp/diff_new_pack.342JcB/_old 2023-10-13 23:13:48.697144916 +0200 +++ /var/tmp/diff_new_pack.342JcB/_new 2023-10-13 23:13:48.701145060 +0200 @@ -1,7 +1,7 @@ # # spec file for package intltool # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -30,9 +30,9 @@ Patch1: fixrace.patch # PATCH-FIX-UPSTREAM intltool-no-guess-builddir.patch lp#1117944 -- Fix out of tree builds with automake 1.15 Patch2: intltool-no-guess-builddir.patch -BuildRequires: perl-XML-Parser +BuildRequires: perl(XML::Parser) Requires: gettext-tools -Requires: perl-XML-Parser +Requires: perl(XML::Parser) Provides: xml-i18n-tools Obsoletes: xml-i18n-tools BuildArch: noarch @@ -44,17 +44,14 @@ information is written back into the XML files. %prep -%setup -q -%patch0 -%patch1 -p1 -%patch2 -p1 +%autosetup -p1 %build %configure -make %{?_smp_mflags} +%make_build %check -make %{?_smp_mflags} check +%make_build check %install %make_install ++++++ intltool-perl-5.22.patch ++++++ --- /var/tmp/diff_new_pack.342JcB/_old 2023-10-13 23:13:48.729146076 +0200 +++ /var/tmp/diff_new_pack.342JcB/_new 2023-10-13 23:13:48.733146222 +0200 @@ -1,7 +1,7 @@ -Index: intltool-update.in +Index: intltool-0.51.0/intltool-update.in =================================================================== ---- intltool-update.in.orig -+++ intltool-update.in +--- intltool-0.51.0.orig/intltool-update.in ++++ intltool-0.51.0/intltool-update.in @@ -1062,13 +1062,13 @@ sub SubstituteVariable } }