Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-Inline for openSUSE:Factory checked in at 2022-01-17 22:34:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Inline (Old) and /work/SRC/openSUSE:Factory/.perl-Inline.new.1892 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Inline" Mon Jan 17 22:34:14 2022 rev:32 rq:946965 version:0.86 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Inline/perl-Inline.changes 2020-01-10 17:50:10.494128239 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Inline.new.1892/perl-Inline.changes 2022-01-17 22:35:01.722282781 +0100 @@ -1,0 +2,7 @@ +Fri Jan 14 14:33:59 UTC 2022 - Tina M??ller <tina.muel...@suse.com> + +- Remove "Provides: perl-Inline-C" + Inline::C got split out alraedy in version 0.57 in 2014 + https://metacpan.org/dist/Inline/changes#L114 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Inline.spec ++++++ --- /var/tmp/diff_new_pack.thijPD/_old 2022-01-17 22:35:02.282283152 +0100 +++ /var/tmp/diff_new_pack.thijPD/_new 2022-01-17 22:35:02.294283159 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-Inline # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,18 +16,16 @@ # +%define cpan_name Inline Name: perl-Inline Version: 0.86 Release: 0 -%define cpan_name Inline Summary: Write Perl Subroutines in Other Programming Languages License: Artistic-1.0 OR GPL-1.0-or-later -Group: Development/Libraries/Perl -Url: https://metacpan.org/release/%{cpan_name} +URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/I/IN/INGY/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(JSON::PP) @@ -36,12 +34,6 @@ BuildRequires: perl(version) >= 0.82 Requires: perl(version) >= 0.82 %{perl_requires} -# MANUAL BEGIN -Requires: gcc -Requires: make -Provides: perl-Inline-C = 0.20 -Obsoletes: perl-Inline-C < 0.20 -# MANUAL END %description The Inline module allows you to put source code from other programming @@ -66,12 +58,12 @@ Inline- Support for support information. %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build perl Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} +%make_build %check make test @@ -82,7 +74,6 @@ %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes CONTRIBUTING example README %license LICENSE ++++++ cpanspec.yml ++++++ --- /var/tmp/diff_new_pack.thijPD/_old 2022-01-17 22:35:02.330283183 +0100 +++ /var/tmp/diff_new_pack.thijPD/_new 2022-01-17 22:35:02.330283183 +0100 @@ -7,11 +7,7 @@ #patches: # foo.patch: -p1 # bar.patch: -preamble: |- - Requires: gcc - Requires: make - Provides: perl-Inline-C = 0.20 - Obsoletes: perl-Inline-C < 0.20 +#preamble: |- #post_prep: |- # hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'` # sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL