Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Context-Preserve for 
openSUSE:Factory checked in at 2025-12-22 22:52:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Context-Preserve (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Context-Preserve.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Context-Preserve"

Mon Dec 22 22:52:12 2025 rev:8 rq:1324193 version:0.30.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-Context-Preserve/perl-Context-Preserve.changes  
    2017-11-08 15:15:55.669357436 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Context-Preserve.new.1928/perl-Context-Preserve.changes
    2025-12-22 22:55:54.105501049 +0100
@@ -1,0 +2,6 @@
+Mon Dec 22 13:01:59 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-Context-Preserve.spec ++++++
--- /var/tmp/diff_new_pack.vs2oDP/_old  2025-12-22 22:55:54.933535198 +0100
+++ /var/tmp/diff_new_pack.vs2oDP/_new  2025-12-22 22:55:54.937535363 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Context-Preserve
 #
-# Copyright (c) 2017 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
@@ -12,26 +12,29 @@
 # 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/
 #
 
 
+%define cpan_name Context-Preserve
 Name:           perl-Context-Preserve
-Version:        0.03
+Version:        0.30.0
 Release:        0
-%define cpan_name Context-Preserve
+# 0.03 -> normalize -> 0.30.0
+%define cpan_version 0.03
+License:        Artistic-1.0 OR GPL-1.0-or-later
 Summary:        Run code after a subroutine call, preserving the context the 
subroutine [cut]
-License:        Artistic-1.0 or GPL-1.0+
-Group:          Development/Libraries/Perl
-Url:            http://search.cpan.org/dist/Context-Preserve/
-Source0:        
https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+URL:            https://metacpan.org/release/%{cpan_name}
+Source0:        
https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{cpan_version}.tar.gz
 Source1:        cpanspec.yml
+Source100:      README.md
 BuildArch:      noarch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Test::Exception)
 BuildRequires:  perl(ok)
+Provides:       perl(Context::Preserve) = %{version}
+%undefine       __perllib_provides
 %{perl_requires}
 
 %description
@@ -51,14 +54,14 @@
 related to the context that the original function was called in.
 
 %prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup -n %{cpan_name}-%{cpan_version} -p1
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+%make_build
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install
@@ -66,6 +69,6 @@
 %perl_gen_filelist
 
 %files -f %{name}.files
-%defattr(-,root,root,755)
-%doc Changes CONTRIBUTING LICENCE README
+%doc Changes CONTRIBUTING README
+%license LICENCE
 

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

## Build Results

Current state of perl in openSUSE:Factory is

![Factory build 
results](https://br.opensuse.org/status/openSUSE:Factory/perl-Context-Preserve/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-Context-Preserve)



++++++ _scmsync.obsinfo ++++++
mtime: 1766408529
commit: d1625afcab7e9d683abfebd05ec950a4164a7b3ca8c6f01a4d670f817a72f599
url: https://src.opensuse.org/perl/perl-Context-Preserve.git
revision: d1625afcab7e9d683abfebd05ec950a4164a7b3ca8c6f01a4d670f817a72f599
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-12-22 14:03:37.000000000 +0100
@@ -0,0 +1 @@
+.osc

Reply via email to