Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Perl-Version for 
openSUSE:Factory checked in at 2026-03-11 20:52:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Perl-Version (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Perl-Version.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Perl-Version"

Wed Mar 11 20:52:14 2026 rev:14 rq:1338049 version:1.19.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Perl-Version/perl-Perl-Version.changes      
2025-02-11 21:27:03.340275464 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Perl-Version.new.8177/perl-Perl-Version.changes
    2026-03-11 20:52:45.947629113 +0100
@@ -1,0 +2,9 @@
+Wed Feb 25 06:18:41 UTC 2026 - Tina Müller <[email protected]>
+
+- updated to 1.19.0 (1.019)
+   see /usr/share/doc/packages/perl-Perl-Version/Changes
+
+  1.019 2026-02-24T23:29:05Z
+       * perl-reversion needs IO::File before perl v5.14 (#12)
+
+-------------------------------------------------------------------

Old:
----
  Perl-Version-1.018.tar.gz

New:
----
  Perl-Version-1.019.tar.gz
  README.md
  _scmsync.obsinfo
  build.specials.obscpio

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Perl-Version.spec ++++++
--- /var/tmp/diff_new_pack.vDpAcq/_old  2026-03-11 20:52:46.503652052 +0100
+++ /var/tmp/diff_new_pack.vDpAcq/_new  2026-03-11 20:52:46.507652217 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Perl-Version
 #
-# Copyright (c) 2025 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,14 +18,15 @@
 
 %define cpan_name Perl-Version
 Name:           perl-Perl-Version
-Version:        1.18.0
+Version:        1.19.0
 Release:        0
-# 1.018 -> normalize -> 1.18.0
-%define cpan_version 1.018
+# 1.019 -> normalize -> 1.19.0
+%define cpan_version 1.019
 License:        Artistic-2.0
 Summary:        Parse and manipulate Perl version strings
 URL:            https://metacpan.org/release/%{cpan_name}
 Source0:        
https://cpan.metacpan.org/authors/id/B/BR/BRIANDFOY/%{cpan_name}-%{cpan_version}.tar.gz
+Source100:      README.md
 BuildArch:      noarch
 BuildRequires:  perl
 BuildRequires:  perl-macros

++++++ Perl-Version-1.018.tar.gz -> Perl-Version-1.019.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Perl-Version-1.018/Changes 
new/Perl-Version-1.019/Changes
--- old/Perl-Version-1.018/Changes      2025-01-27 14:07:50.000000000 +0100
+++ new/Perl-Version-1.019/Changes      2026-02-25 00:29:06.000000000 +0100
@@ -1,5 +1,8 @@
 Revision history for Perl module Perl::Version
 
+1.019 2026-02-24T23:29:05Z
+       * perl-reversion needs IO::File before perl v5.14 (#12)
+
 1.018 2025-01-27T13:07:40Z
        * refresh distro and move to BRIANDFOY
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Perl-Version-1.018/META.json 
new/Perl-Version-1.019/META.json
--- old/Perl-Version-1.018/META.json    2025-01-27 14:07:52.000000000 +0100
+++ new/Perl-Version-1.019/META.json    2026-02-25 00:29:07.000000000 +0100
@@ -57,6 +57,6 @@
          "web" : "https://github.com/briandfoy/perl-version";
       }
    },
-   "version" : "1.018",
+   "version" : "1.019",
    "x_serialization_backend" : "JSON::PP version 4.16"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Perl-Version-1.018/META.yml 
new/Perl-Version-1.019/META.yml
--- old/Perl-Version-1.018/META.yml     2025-01-27 14:07:52.000000000 +0100
+++ new/Perl-Version-1.019/META.yml     2026-02-25 00:29:07.000000000 +0100
@@ -29,5 +29,5 @@
   bugtracker: https://github.com/briandfoy/perl-version/issues
   homepage: https://github.com/briandfoy/perl-version
   repository: https://github.com/briandfoy/perl-version
-version: '1.018'
+version: '1.019'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Perl-Version-1.018/examples/perl-reversion 
new/Perl-Version-1.019/examples/perl-reversion
--- old/Perl-Version-1.018/examples/perl-reversion      2025-01-27 
14:07:50.000000000 +0100
+++ new/Perl-Version-1.019/examples/perl-reversion      2026-02-25 
00:29:06.000000000 +0100
@@ -15,6 +15,7 @@
 use Pod::Usage;
 use File::Spec;
 use File::Basename;
+use IO::File;
 
 # Files that suggest that we have a project directory. The scores next
 # to each are summed for each candidate directory. The first directory
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Perl-Version-1.018/lib/Perl/Version.pm 
new/Perl-Version-1.019/lib/Perl/Version.pm
--- old/Perl-Version-1.018/lib/Perl/Version.pm  2025-01-27 14:07:50.000000000 
+0100
+++ new/Perl-Version-1.019/lib/Perl/Version.pm  2026-02-25 00:29:06.000000000 
+0100
@@ -8,7 +8,7 @@
 use Carp;
 use Scalar::Util qw( blessed );
 
-our $VERSION = '1.018';
+our $VERSION = '1.019';
 
 use overload (
   '""'  => \&stringify,
@@ -384,7 +384,7 @@
 
 =head1 VERSION
 
-This document describes Perl::Version version 1.016
+This document describes Perl::Version version 1.019
 
 =head1 SYNOPSIS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Perl-Version-1.018/xt/changes.t 
new/Perl-Version-1.019/xt/changes.t
--- old/Perl-Version-1.018/xt/changes.t 2025-01-27 14:07:50.000000000 +0100
+++ new/Perl-Version-1.019/xt/changes.t 2026-02-25 00:29:06.000000000 +0100
@@ -1,4 +1,4 @@
 use Test::More;
-eval 'use Test::CPAN::Changes';
-plan skip_all => 'Test::CPAN::Changes required for this test' if $@;
+eval 'use Test::CPAN::Changes 0.500005';
+plan skip_all => 'Test::CPAN::Changes 0.500005 required for this test' if $@;
 changes_ok();

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

## Build Results

Current state of perl in openSUSE:Factory is

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



++++++ _scmsync.obsinfo ++++++
mtime: 1772000322
commit: ad24c302fcd61d633d3ae241988e8508b05dd48c8052b113f2382b5abd8a0693
url: https://src.opensuse.org/perl/perl-Perl-Version.git
revision: ad24c302fcd61d633d3ae241988e8508b05dd48c8052b113f2382b5abd8a0693
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-03-09 18:07:36.000000000 +0100
@@ -0,0 +1 @@
+.osc

Reply via email to