Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Sub-Delete for openSUSE:Factory 
checked in at 2025-10-10 17:11:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Sub-Delete (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Sub-Delete.new.5300 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Sub-Delete"

Fri Oct 10 17:11:43 2025 rev:2 rq:1310538 version:1.00003

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Sub-Delete/perl-Sub-Delete.changes  
2019-07-05 13:49:19.981510202 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Sub-Delete.new.5300/perl-Sub-Delete.changes    
    2025-10-10 17:13:26.099559314 +0200
@@ -1,0 +2,18 @@
+Thu Oct  9 20:28:44 UTC 2025 - Tina Müller <[email protected]>
+
+- updated to 1.00003
+   see /usr/share/doc/packages/perl-Sub-Delete/Changes
+
+  1.00003     12 August 2025
+           - promote to stable; passes on 5.10.0 locally; no CPAN
+             Testers results
+  1.00002_02  19 July 2025
+           - re-bundle the Test::More originally bundled with the
+             distribution. CPAN versions circa 2025 cause test of 'tie
+             $@' to erroneously fail on Perl 5.10.0.
+  1.00002_01  22 February 2025
+           - unbundle Test::More
+           - replace q{'} with q{::} as package separator, as it is
+             use is deprecated as of Perl 5.38
+
+-------------------------------------------------------------------

Old:
----
  Sub-Delete-1.00002.tar.gz

New:
----
  README.md
  Sub-Delete-1.00003.tar.gz
  _scmsync.obsinfo
  build.specials.obscpio

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

Other differences:
------------------
++++++ perl-Sub-Delete.spec ++++++
--- /var/tmp/diff_new_pack.dJ1Vlp/_old  2025-10-10 17:13:26.667583211 +0200
+++ /var/tmp/diff_new_pack.dJ1Vlp/_new  2025-10-10 17:13:26.667583211 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Sub-Delete
 #
-# 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,19 +16,18 @@
 #
 
 
+%define cpan_name Sub-Delete
 Name:           perl-Sub-Delete
-Version:        1.00002
+Version:        1.00003
 Release:        0
 #Upstream:  This program is free software; you may redistribute or modify it 
(or both) under the same terms as perl.
-%define cpan_name Sub-Delete
-Summary:        Perl module enabling one to delete subroutines
 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/S/SP/SPROUT/%{cpan_name}-%{version}.tar.gz
+Summary:        Perl module enabling one to delete subroutines
+URL:            https://metacpan.org/release/%{cpan_name}
+Source0:        
https://cpan.metacpan.org/authors/id/D/DJ/DJERIUS/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
+Source100:      README.md
 BuildArch:      noarch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 %{perl_requires}
@@ -45,11 +44,11 @@
 including in compiled code).
 
 %prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup -n %{cpan_name}-%{version} -p1
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags}
+%make_build
 
 %check
 make test
@@ -60,6 +59,5 @@
 %perl_gen_filelist
 
 %files -f %{name}.files
-%defattr(-,root,root,755)
 %doc Changes README
 

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

## Build Results

Current state of perl in openSUSE:Factory is

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



++++++ Sub-Delete-1.00002.tar.gz -> Sub-Delete-1.00003.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sub-Delete-1.00002/Changes 
new/Sub-Delete-1.00003/Changes
--- old/Sub-Delete-1.00002/Changes      2010-04-15 02:11:47.000000000 +0200
+++ new/Sub-Delete-1.00003/Changes      2025-08-12 16:30:42.000000000 +0200
@@ -1,5 +1,21 @@
 Revision history for Sub::Delete
 
+1.00003     12 August 2025
+
+         - promote to stable; passes on 5.10.0 locally; no CPAN
+           Testers results
+
+1.00002_02  19 July 2025
+
+         - re-bundle the Test::More originally bundled with the
+           distribution. CPAN versions circa 2025 cause test of 'tie
+           $@' to erroneously fail on Perl 5.10.0.
+
+1.00002_01  22 February 2025
+         - unbundle Test::More
+         - replace q{'} with q{::} as package separator, as it is
+           use is deprecated as of Perl 5.38
+
 1.00002  18 April, 2010
          delete_sub no longer leaks messages into $@.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sub-Delete-1.00002/MANIFEST 
new/Sub-Delete-1.00003/MANIFEST
--- old/Sub-Delete-1.00002/MANIFEST     2009-11-18 07:19:31.000000000 +0100
+++ new/Sub-Delete-1.00003/MANIFEST     2025-08-12 16:31:43.000000000 +0200
@@ -2,9 +2,11 @@
 lib/Sub/Delete.pm
 Makefile.PL
 MANIFEST
+MANIFEST.SKIP
+META.yml                       Module meta-data (added by MakeMaker)
 README
 t/test.t
-t/Test/Builder/Module.pm
 t/Test/Builder.pm
+t/Test/Builder/Module.pm
 t/Test/More.pm
-META.yml                                 Module meta-data (added by MakeMaker)
+META.json                                Module JSON meta-data (added by 
MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sub-Delete-1.00002/MANIFEST.SKIP 
new/Sub-Delete-1.00003/MANIFEST.SKIP
--- old/Sub-Delete-1.00002/MANIFEST.SKIP        1970-01-01 01:00:00.000000000 
+0100
+++ new/Sub-Delete-1.00003/MANIFEST.SKIP        2025-07-19 18:34:46.000000000 
+0200
@@ -0,0 +1,9 @@
+[.]git
+Sub-Delete-.*
+MYMETA[.].*
+^blib
+^local
+pm_to_blib
+[.]bak$
+~$
+Makefile$
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sub-Delete-1.00002/META.json 
new/Sub-Delete-1.00003/META.json
--- old/Sub-Delete-1.00002/META.json    1970-01-01 01:00:00.000000000 +0100
+++ new/Sub-Delete-1.00003/META.json    2025-08-12 16:31:43.000000000 +0200
@@ -0,0 +1,46 @@
+{
+   "abstract" : "Perl module enabling one to delete subroutines",
+   "author" : [
+      "Father Chrysostomos <sprout [hat] cpan . org>"
+   ],
+   "dynamic_config" : 1,
+   "generated_by" : "ExtUtils::MakeMaker version 7.70, CPAN::Meta::Converter 
version 2.150010",
+   "license" : [
+      "unknown"
+   ],
+   "meta-spec" : {
+      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec";,
+      "version" : 2
+   },
+   "name" : "Sub-Delete",
+   "no_index" : {
+      "directory" : [
+         "t",
+         "inc"
+      ]
+   },
+   "prereqs" : {
+      "build" : {
+         "requires" : {
+            "ExtUtils::MakeMaker" : "0"
+         }
+      },
+      "configure" : {
+         "requires" : {
+            "ExtUtils::MakeMaker" : "0"
+         }
+      },
+      "runtime" : {
+         "requires" : {
+            "Exporter" : "5.57",
+            "Test::More" : "0",
+            "constant" : "0",
+            "strict" : "0",
+            "warnings" : "0"
+         }
+      }
+   },
+   "release_status" : "stable",
+   "version" : "1.00003",
+   "x_serialization_backend" : "JSON::PP version 4.16"
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sub-Delete-1.00002/META.yml 
new/Sub-Delete-1.00003/META.yml
--- old/Sub-Delete-1.00002/META.yml     2010-04-15 02:12:03.000000000 +0200
+++ new/Sub-Delete-1.00003/META.yml     2025-08-12 16:31:43.000000000 +0200
@@ -1,14 +1,27 @@
-# http://module-build.sourceforge.net/META-spec.html
-#XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
-name:         Sub-Delete
-version:      1.00002
-version_from: lib/Sub/Delete.pm
-installdirs:  site
+---
+abstract: 'Perl module enabling one to delete subroutines'
+author:
+  - 'Father Chrysostomos <sprout [hat] cpan . org>'
+build_requires:
+  ExtUtils::MakeMaker: '0'
+configure_requires:
+  ExtUtils::MakeMaker: '0'
+dynamic_config: 1
+generated_by: 'ExtUtils::MakeMaker version 7.70, CPAN::Meta::Converter version 
2.150010'
+license: unknown
+meta-spec:
+  url: http://module-build.sourceforge.net/META-spec-v1.4.html
+  version: '1.4'
+name: Sub-Delete
+no_index:
+  directory:
+    - t
+    - inc
 requires:
-    constant:                      0
-    Exporter:                      5.57
-    strict:                        0
-    warnings:                      0
-
-distribution_type: module
-generated_by: ExtUtils::MakeMaker version 6.17
+  Exporter: '5.57'
+  Test::More: '0'
+  constant: '0'
+  strict: '0'
+  warnings: '0'
+version: '1.00003'
+x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sub-Delete-1.00002/Makefile.PL 
new/Sub-Delete-1.00003/Makefile.PL
--- old/Sub-Delete-1.00002/Makefile.PL  2010-02-21 21:44:52.000000000 +0100
+++ new/Sub-Delete-1.00003/Makefile.PL  2025-07-19 18:29:14.000000000 +0200
@@ -15,6 +15,7 @@
          strict                           => 0,
 # for testing:
        warnings   => 0,
+         'Test::More' => 0,
     },
     dist               => { COMPRESS => 'gzip -9f', SUFFIX => 'gz',
                             TAR => 'COPYFILE_DISABLE=1 tar' },
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sub-Delete-1.00002/README 
new/Sub-Delete-1.00003/README
--- old/Sub-Delete-1.00002/README       2010-04-09 02:52:47.000000000 +0200
+++ new/Sub-Delete-1.00003/README       2025-08-12 16:30:42.000000000 +0200
@@ -1,4 +1,4 @@
-Sub::Delete, version 1.00002
+Sub::Delete, version 1.00003
 
 This module allows one to delete a subroutine. Not much to it.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sub-Delete-1.00002/lib/Sub/Delete.pm 
new/Sub-Delete-1.00003/lib/Sub/Delete.pm
--- old/Sub-Delete-1.00002/lib/Sub/Delete.pm    2010-04-13 03:22:17.000000000 
+0200
+++ new/Sub-Delete-1.00003/lib/Sub/Delete.pm    2025-08-12 16:30:42.000000000 
+0200
@@ -2,9 +2,9 @@
 
 package Sub::Delete;
 
-$VERSION = '1.00002';
+$VERSION = '1.00003';
 @EXPORT = delete_sub;
- use Exporter 5.57 'import';
+use Exporter 5.57 'import';
 use constant point0 => 0+$] eq 5.01;
 
 # This sub must come before any lexical vars.
@@ -44,7 +44,7 @@
        }
         delete $stash->{$key};
        keys %imported_slots == 1 and exists $imported_slots{SCALAR}
-        and !$imported_slots{SCALAR} and Internals'SvREFCNT $$glob =>== 1
+        and !$imported_slots{SCALAR} and Internals::SvREFCNT $$glob =>== 1
         and !defined *$glob{IO} and !defined *$glob{FORMAT}
         and return; # empty glob
        my $newglob = \*$globname;
@@ -70,7 +70,7 @@
 
 =head1 VERSION
 
-1.00002
+1.00003
 
 =head1 SYNOPSIS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sub-Delete-1.00002/t/Test/More.pm 
new/Sub-Delete-1.00003/t/Test/More.pm
--- old/Sub-Delete-1.00002/t/Test/More.pm       2010-04-13 03:23:36.000000000 
+0200
+++ new/Sub-Delete-1.00003/t/Test/More.pm       2025-07-21 16:52:35.000000000 
+0200
@@ -335,7 +335,6 @@
     $tb->isnt_eq(@_);
 }
 
-*isn't = \&isnt;
 
 
 =item B<like>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sub-Delete-1.00002/t/test.t 
new/Sub-Delete-1.00003/t/test.t
--- old/Sub-Delete-1.00002/t/test.t     2010-04-13 03:21:05.000000000 +0200
+++ new/Sub-Delete-1.00003/t/test.t     2025-07-19 18:29:14.000000000 +0200
@@ -97,7 +97,7 @@
 }
 
 # Make sure ‘use vars’ info is preserved.
-{ package gred; *'chit = \$'chit } # use vars
+{ package gred; *::chit = \$::chit } # use vars
 sub chit;
 delete_sub 'chit';
 {

++++++ _scmsync.obsinfo ++++++
mtime: 1760041725
commit: c278010032b68f742b497278a03aeb4953f5c16750ab5fedfdec029fcbbcc0af
url: https://src.opensuse.org/perl/perl-Sub-Delete.git
revision: c278010032b68f742b497278a03aeb4953f5c16750ab5fedfdec029fcbbcc0af
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-10-10 11:22:45.000000000 +0200
@@ -0,0 +1 @@
+.osc

Reply via email to