Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Alien-SDL for openSUSE:Factory 
checked in at 2021-04-22 18:04:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Alien-SDL (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Alien-SDL.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Alien-SDL"

Thu Apr 22 18:04:48 2021 rev:10 rq:887835 version:1.446

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Alien-SDL/perl-Alien-SDL.changes    
2019-06-20 18:55:50.772882470 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Alien-SDL.new.12324/perl-Alien-SDL.changes 
2021-04-22 18:06:26.406741901 +0200
@@ -1,0 +2,6 @@
+Tue Apr 20 11:37:09 UTC 2021 - Tina M??ller <[email protected]>
+
+- Extend reproducible.patch (enforce list context for the return value
+  of sort because the behaviour of sort in scalar context is undefined)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ perl-Alien-SDL.spec ++++++
--- /var/tmp/diff_new_pack.Xaay8C/_old  2021-04-22 18:06:26.866742663 +0200
+++ /var/tmp/diff_new_pack.Xaay8C/_new  2021-04-22 18:06:26.870742670 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Alien-SDL
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # 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/
 #
 
 
@@ -21,9 +21,9 @@
 Release:        0
 %define cpan_name Alien-SDL
 Summary:        Building, Finding and Using Sdl Binaries
-License:        Artistic-1.0 or GPL-1.0+
+License:        Artistic-1.0 OR GPL-1.0-or-later
 Group:          Development/Libraries/Perl
-Url:            http://search.cpan.org/dist/Alien-SDL/
+URL:            http://search.cpan.org/dist/Alien-SDL/
 Source0:        
http://www.cpan.org/authors/id/F/FR/FROGGS/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
 Patch0:         reproducible.patch

++++++ reproducible.patch ++++++
--- /var/tmp/diff_new_pack.Xaay8C/_old  2021-04-22 18:06:26.906742729 +0200
+++ /var/tmp/diff_new_pack.Xaay8C/_new  2021-04-22 18:06:26.906742729 +0200
@@ -64,7 +64,7 @@
      find({ wanted => sub { push @files, rel2abs($_) if /$re/ }, follow => 1, 
no_chdir => 1 , follow_skip => 2}, $dir);
    };
 -  return @files;
-+  return sort @files;
++  return @files = sort @files; # enforce list context, see `perldoc -f sort`
  }
  
  sub find_SDL_dir {

Reply via email to