Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Module-Build-XSUtil for 
openSUSE:Factory checked in at 2025-11-24 14:08:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Module-Build-XSUtil (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Module-Build-XSUtil.new.14147 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Module-Build-XSUtil"

Mon Nov 24 14:08:03 2025 rev:7 rq:1319075 version:0.190.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-Module-Build-XSUtil/perl-Module-Build-XSUtil.changes
        2019-07-11 13:07:37.231016495 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Module-Build-XSUtil.new.14147/perl-Module-Build-XSUtil.changes
     2025-11-24 14:09:29.834047579 +0100
@@ -1,0 +2,6 @@
+Fri Nov 21 11:33:19 UTC 2025 - 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-Module-Build-XSUtil.spec ++++++
--- /var/tmp/diff_new_pack.7rVlPK/_old  2025-11-24 14:09:30.446073294 +0100
+++ /var/tmp/diff_new_pack.7rVlPK/_new  2025-11-24 14:09:30.446073294 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Module-Build-XSUtil
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2025 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
@@ -16,30 +16,33 @@
 #
 
 
+%define cpan_name Module-Build-XSUtil
 Name:           perl-Module-Build-XSUtil
-Version:        0.19
+Version:        0.190.0
 Release:        0
-%define cpan_name Module-Build-XSUtil
-Summary:        Module::Build class for building XS modules
+# 0.19 -> normalize -> 0.190.0
+%define cpan_version 0.19
 License:        Artistic-1.0 OR GPL-1.0-or-later
-Group:          Development/Libraries/Perl
-Url:            https://metacpan.org/release/%{cpan_name}
-Source0:        
https://cpan.metacpan.org/authors/id/H/HI/HIDEAKIO/%{cpan_name}-%{version}.tar.gz
+Summary:        Module::Build class for building XS modules
+URL:            https://metacpan.org/release/%{cpan_name}
+Source0:        
https://cpan.metacpan.org/authors/id/H/HI/HIDEAKIO/%{cpan_name}-%{cpan_version}.tar.gz
 Source1:        cpanspec.yml
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Source100:      README.md
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Capture::Tiny)
 BuildRequires:  perl(Cwd::Guard)
 BuildRequires:  perl(Devel::CheckCompiler)
 BuildRequires:  perl(ExtUtils::CBuilder)
-BuildRequires:  perl(File::Copy::Recursive::Reduced) >= 0.002
-BuildRequires:  perl(Module::Build) >= 0.400500
+BuildRequires:  perl(File::Copy::Recursive::Reduced) >= 0.2
+BuildRequires:  perl(Module::Build) >= 0.400.500
 BuildRequires:  perl(Test::More) >= 0.98
 BuildRequires:  perl(parent)
 Requires:       perl(Devel::CheckCompiler)
 Requires:       perl(ExtUtils::CBuilder)
 Requires:       perl(parent)
+Provides:       perl(Module::Build::XSUtil) = %{version}
+%undefine       __perllib_provides
 %{perl_requires}
 
 %description
@@ -82,21 +85,20 @@
 If invoke Build.PL with '-g' option, It will build with debug options.
 
 %prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup -n %{cpan_name}-%{cpan_version} -p1
 
 %build
-perl Build.PL installdirs=vendor optimize="%{optflags}"
-./Build build flags=%{?_smp_mflags}
+perl Build.PL --installdirs=vendor optimize="%{optflags}"
+./Build build --flags=%{?_smp_mflags}
 
 %check
 ./Build test
 
 %install
-./Build install destdir=%{buildroot} create_packlist=0
+./Build install --destdir=%{buildroot} --create_packlist=0
 %perl_gen_filelist
 
 %files -f %{name}.files
-%defattr(-,root,root,755)
-%doc Changes minil.toml README.md
+%doc Changes README.md
 %license LICENSE
 

++++++ README.md ++++++

## Build Results

Current state of perl in openSUSE:Factory is

![Factory build 
results](https://br.opensuse.org/status/openSUSE:Factory/perl-Module-Build-XSUtil/standard)

The current state of perl in the devel project build (devel:languages:perl)

![Devel project build 
results](https://br.opensuse.org/status/devel:languages:perl/perl-Module-Build-XSUtil)



++++++ _scmsync.obsinfo ++++++
mtime: 1763724831
commit: 476c332f29cf1f7d6b0b2678026dce061b7f4f43feaf5b80edcda3c6f84f0930
url: https://src.opensuse.org/perl/perl-Module-Build-XSUtil.git
revision: 476c332f29cf1f7d6b0b2678026dce061b7f4f43feaf5b80edcda3c6f84f0930
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      2025-11-21 12:36:05.000000000 +0100
@@ -0,0 +1 @@
+.osc

Reply via email to