Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-PkgConfig for openSUSE:Factory checked in at 2025-04-27 22:54:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-PkgConfig (Old) and /work/SRC/openSUSE:Factory/.perl-PkgConfig.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-PkgConfig" Sun Apr 27 22:54:20 2025 rev:2 rq:1272897 version:0.26026 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-PkgConfig/perl-PkgConfig.changes 2022-08-01 21:32:40.574048467 +0200 +++ /work/SRC/openSUSE:Factory/.perl-PkgConfig.new.30101/perl-PkgConfig.changes 2025-04-27 22:54:34.072820153 +0200 @@ -1,0 +2,9 @@ +Fri Apr 11 05:37:49 UTC 2025 - Tina Müller <timueller+p...@suse.de> + +- updated to 0.26026 + see /usr/share/doc/packages/perl-PkgConfig/Changes + + 0.26026 2025-04-10 08:11:00 -0700 + - Fixes for spaces and long filenames (gh#48, gh#61, mohawk++) + +------------------------------------------------------------------- Old: ---- PkgConfig-0.25026.tar.gz New: ---- PkgConfig-0.26026.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-PkgConfig.spec ++++++ --- /var/tmp/diff_new_pack.xsoXPK/_old 2025-04-27 22:54:34.672845236 +0200 +++ /var/tmp/diff_new_pack.xsoXPK/_new 2025-04-27 22:54:34.672845236 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-PkgConfig # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,19 +16,18 @@ # +%define cpan_name PkgConfig Name: perl-PkgConfig -Version: 0.25026 +Version: 0.26026 Release: 0 -%define cpan_name PkgConfig -Summary: Pure-Perl Core-Only replacement for pkg-config License: Artistic-1.0 OR GPL-1.0-or-later -Group: Development/Libraries/Perl +Summary: Pure-Perl Core-Only replacement for pkg-config URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.56 BuildRequires: perl(Test::More) >= 0.94 Requires: perl(Test::More) >= 0.94 %{perl_requires} @@ -48,12 +47,13 @@ '--exists' and '--modversion'. %prep -%setup -q -n %{cpan_name}-%{version} -find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 +%autosetup -n %{cpan_name}-%{version} -p1 + +find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" -make %{?_smp_mflags} +%make_build %check make test @@ -64,7 +64,6 @@ %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes ignore.txt PkgConfig.kpf README README.win32 %license LICENSE ++++++ PkgConfig-0.25026.tar.gz -> PkgConfig-0.26026.tar.gz ++++++ ++++ 2921 lines of diff (skipped)