Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-FFI-CheckLib for openSUSE:Factory checked in at 2026-09-19 22:19:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-FFI-CheckLib (Old) and /work/SRC/openSUSE:Factory/.perl-FFI-CheckLib.new.383539 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-FFI-CheckLib" Sat Sep 19 22:19:57 2026 rev:8 rq:1378806 version:0.310.0 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-FFI-CheckLib/perl-FFI-CheckLib.changes 2022-10-10 18:43:58.398792559 +0200 +++ /work/SRC/openSUSE:Factory/.perl-FFI-CheckLib.new.383539/perl-FFI-CheckLib.changes 2026-09-19 22:20:29.369970156 +0200 @@ -1,0 +2,7 @@ +Fri Sep 18 11:09:03 UTC 2026 - Tina Müller <[email protected]> + +- Normalize CPAN version + + See https://github.com/openSUSE/cpanspec/issues/47 for details + +------------------------------------------------------------------- New: ---- README.md _scmsync.obsinfo build.specials.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-FFI-CheckLib.spec ++++++ --- /var/tmp/diff_new_pack.gSq1HH/_old 2026-09-19 22:20:30.175003734 +0200 +++ /var/tmp/diff_new_pack.gSq1HH/_new 2026-09-19 22:20:30.176003776 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-FFI-CheckLib # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,13 +18,16 @@ %define cpan_name FFI-CheckLib Name: perl-FFI-CheckLib -Version: 0.31 +Version: 0.310.0 Release: 0 +# 0.31 -> normalize -> 0.310.0 +%define cpan_version 0.31 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Check that a library is available for FFI URL: https://metacpan.org/release/%{cpan_name} -Source0: https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/%{cpan_name}-%{cpan_version}.tar.gz Source1: cpanspec.yml +Source100: README.md BuildArch: noarch BuildRequires: perl BuildRequires: perl-macros @@ -36,6 +39,8 @@ BuildRequires: perl(Test2::V0) >= 0.000121 Requires: perl(File::Which) Requires: perl(List::Util) >= 1.33 +Provides: perl(FFI::CheckLib) = %{version} +%undefine __perllib_provides %{perl_requires} %description @@ -47,8 +52,9 @@ FFI system. %prep -%autosetup -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}-%{cpan_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 @@ -63,6 +69,6 @@ %perl_gen_filelist %files -f %{name}.files -%doc author.yml Changes example README +%doc Changes example README %license LICENSE ++++++ README.md ++++++ ## Build Results Current state of perl in openSUSE:Factory is  The current state of perl in the devel project build (devel:languages:perl)  ++++++ _scmsync.obsinfo ++++++ mtime: 1789729756 commit: 14bcc7e672ca62abbd43548b55fa07c129e71078cb114f609cf91ecfa54e69c0 url: https://src.opensuse.org/perl/perl-FFI-CheckLib revision: 14bcc7e672ca62abbd43548b55fa07c129e71078cb114f609cf91ecfa54e69c0 projectscmsync: https://src.opensuse.org/perl/_ObsPrj ++++++ 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-09-18 13:09:16.000000000 +0200 @@ -0,0 +1 @@ +.osc
