Hello community,

here is the log from the commit of package perl-Gtk3-SimpleList for 
openSUSE:Factory checked in at 2020-05-07 14:54:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Gtk3-SimpleList (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Gtk3-SimpleList.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Gtk3-SimpleList"

Thu May  7 14:54:02 2020 rev:2 rq:800733 version:0.21

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-Gtk3-SimpleList/perl-Gtk3-SimpleList.changes    
    2020-03-14 09:54:59.363094677 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Gtk3-SimpleList.new.2738/perl-Gtk3-SimpleList.changes
      2020-05-07 14:54:06.370255305 +0200
@@ -1,0 +2,7 @@
+Tue May  5 03:09:26 UTC 2020 - Tina Müller <[email protected]>
+
+updated to 0.21
+   see /usr/share/doc/packages/perl-Gtk3-SimpleList/Changes
+
+
+-------------------------------------------------------------------

Old:
----
  Gtk3-SimpleList-0.18.tar.gz

New:
----
  Gtk3-SimpleList-0.21.tar.gz

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

Other differences:
------------------
++++++ perl-Gtk3-SimpleList.spec ++++++
--- /var/tmp/diff_new_pack.wYf18z/_old  2020-05-07 14:54:08.210258556 +0200
+++ /var/tmp/diff_new_pack.wYf18z/_new  2020-05-07 14:54:08.214258563 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Gtk3-SimpleList
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
 
 
 Name:           perl-Gtk3-SimpleList
-Version:        0.18
+Version:        0.21
 Release:        0
-#Upstream:  Vignaud This library is free software; you can redistribute it 
and/or modify it under the terms of the GNU Library General Public License as 
published by the Free Software Foundation; either version 2.1 of the License, 
or (at your option) any later version. This library is distributed in the hope 
that it will be useful, but WITHOUT ANY WARRANTY; without even the implied 
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 
Library General Public License for more details. You should have received a 
copy of the GNU Library General Public License along with this library; if not, 
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 
Boston, MA 02111-1307 USA.
+#Upstream: SUSE-Public-Domain
 %define cpan_name Gtk3-SimpleList
 Summary:        Simple interface to Gtk3's complex MVC list widget
 License:        LGPL-2.1-only
 Group:          Development/Libraries/Perl
-Url:            https://metacpan.org/release/%{cpan_name}
+URL:            https://metacpan.org/release/%{cpan_name}
 Source0:        
https://cpan.metacpan.org/authors/id/T/TV/TVIGNAUD/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
 BuildArch:      noarch

++++++ Gtk3-SimpleList-0.18.tar.gz -> Gtk3-SimpleList-0.21.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gtk3-SimpleList-0.18/Changes 
new/Gtk3-SimpleList-0.21/Changes
--- old/Gtk3-SimpleList-0.18/Changes    2013-11-23 05:21:06.000000000 +0100
+++ new/Gtk3-SimpleList-0.21/Changes    2020-05-04 16:17:10.000000000 +0200
@@ -1,4 +1,21 @@
 Revision history for Gtk3::SimpleList
 
-0.01 Mon Nov 23 21:37:15 CEST 2013
+0.21 Mon Apr 4 16:17:00 CEST 2020
+* Remove useless Data::Dumper from Makefile.PL (CPAN RT#132493)
+
+0.20 Mon Apr 4 11:35:15 CEST 2020
+    Add repository details
+    Fix URL
+
+0.19 Mon Apr 4 10:51:15 CEST 2020
+    Do not use PREREQ_FATAL=>1 (CPAN RT#127879)
+    Remove debug message that causes warnings (CPAN RT#132441)
+
+0.18 Mon Nov 5 04:26:15 CEST 2018
+    Clarify docs (RT#124740)
+
+0.17 Mon Nov 6 08:57:15 CEST 2017
+    Actually include tests
+
+0.16 Mon Nov 5 21:38:15 CEST 2017
     First version, released on an unsuspecting world.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gtk3-SimpleList-0.18/META.json 
new/Gtk3-SimpleList-0.21/META.json
--- old/Gtk3-SimpleList-0.18/META.json  2018-11-05 04:27:12.000000000 +0100
+++ new/Gtk3-SimpleList-0.21/META.json  2020-05-04 16:17:47.000000000 +0200
@@ -4,9 +4,9 @@
       "Thierry Vignaud <[email protected]>"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter 
version 2.150010",
+   "generated_by" : "ExtUtils::MakeMaker version 7.44, CPAN::Meta::Converter 
version 2.150010",
    "license" : [
-      "unknown"
+      "open_source"
    ],
    "meta-spec" : {
       "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec";,
@@ -27,7 +27,7 @@
       },
       "configure" : {
          "requires" : {
-            "ExtUtils::MakeMaker" : "0"
+            "ExtUtils::MakeMaker" : "6.64"
          }
       },
       "runtime" : {
@@ -38,12 +38,14 @@
    },
    "release_status" : "stable",
    "resources" : {
-      "X_bucktracker" : "https://github.com/potyl/perl-Gtk3-SimpleList/issues";,
-      "homepage" : "https://github.com/potyl/perl-Gtk3-SimpleList";,
-      "repository" : {
-         "url" : "https://github.com/potyl/perl-Gtk3-SimpleList";
-      }
+      "X_bucktracker" : "https://github.com/soig/Gtk3-SimpleList/issues";,
+      "homepage" : "https://github.com/soig/Gtk3-SimpleList";
+   },
+   "version" : "0.21",
+   "x_repository" : {
+      "type" : "git",
+      "url" : "https://github.com/soig/Gtk3-SimpleList.git";,
+      "web" : "https://github.com/soig/Gtk3-SimpleList";
    },
-   "version" : "0.18",
-   "x_serialization_backend" : "JSON::PP version 2.97001"
+   "x_serialization_backend" : "JSON::PP version 4.04"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gtk3-SimpleList-0.18/META.yml 
new/Gtk3-SimpleList-0.21/META.yml
--- old/Gtk3-SimpleList-0.18/META.yml   2018-11-05 04:27:12.000000000 +0100
+++ new/Gtk3-SimpleList-0.21/META.yml   2020-05-04 16:17:47.000000000 +0200
@@ -5,10 +5,10 @@
 build_requires:
   ExtUtils::MakeMaker: '0'
 configure_requires:
-  ExtUtils::MakeMaker: '0'
+  ExtUtils::MakeMaker: '6.64'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 
2.150010'
-license: unknown
+generated_by: 'ExtUtils::MakeMaker version 7.44, CPAN::Meta::Converter version 
2.150010'
+license: open_source
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
   version: '1.4'
@@ -20,8 +20,11 @@
 requires:
   Gtk3: '0'
 resources:
-  X_bucktracker: https://github.com/potyl/perl-Gtk3-SimpleList/issues
-  homepage: https://github.com/potyl/perl-Gtk3-SimpleList
-  repository: https://github.com/potyl/perl-Gtk3-SimpleList
-version: '0.18'
+  X_bucktracker: https://github.com/soig/Gtk3-SimpleList/issues
+  homepage: https://github.com/soig/Gtk3-SimpleList
+version: '0.21'
+x_repository:
+  type: git
+  url: https://github.com/soig/Gtk3-SimpleList.git
+  web: https://github.com/soig/Gtk3-SimpleList
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gtk3-SimpleList-0.18/Makefile.PL 
new/Gtk3-SimpleList-0.21/Makefile.PL
--- old/Gtk3-SimpleList-0.18/Makefile.PL        2013-11-23 05:23:18.000000000 
+0100
+++ new/Gtk3-SimpleList-0.21/Makefile.PL        2020-05-04 16:14:10.000000000 
+0200
@@ -4,7 +4,6 @@
 use ExtUtils::MakeMaker;
 
 use File::Spec;
-use Data::Dumper;
 
 
 sub main {
@@ -14,19 +13,27 @@
                NAME          => 'Gtk3::SimpleList',
                VERSION_FROM  => File::Spec->catfile('lib', 'Gtk3', 
'SimpleList.pm'),
                ABSTRACT_FROM => File::Spec->catfile('lib', 'Gtk3', 
'SimpleList.pm'),
-               LICENSE       => 'perl, lgpl',
+               LICENSE       => 'lgpl',
 
+               'CONFIGURE_REQUIRES' => {
+                       'ExtUtils::MakeMaker' => '6.64'
+               },
                PREREQ_PM     => {
                        'Gtk3'                        => 0,
                },
-               PREREQ_FATAL  => 1,
 
                META_MERGE => {
+                       'meta-spec' => { version => 2 },
                        resources => {
-                               homepage    => 
'https://github.com/potyl/perl-Gtk3-SimpleList',
-                               bucktracker => 
'https://github.com/potyl/perl-Gtk3-SimpleList/issues',
-                               repository  => 
'https://github.com/potyl/perl-Gtk3-SimpleList',
+                               homepage    => 
'https://github.com/soig/Gtk3-SimpleList',
+                               bucktracker => 
'https://github.com/soig/Gtk3-SimpleList/issues',
+                       },
+                       repository  => {
+                               type => 'git',
+                               url => 
'https://github.com/soig/Gtk3-SimpleList.git',
+                               web =>  
'https://github.com/soig/Gtk3-SimpleList',
                        },
+                       release_status => 'stable',
                },
        );
        WriteMakefile(@args);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gtk3-SimpleList-0.18/lib/Gtk3/SimpleList.pm 
new/Gtk3-SimpleList-0.21/lib/Gtk3/SimpleList.pm
--- old/Gtk3-SimpleList-0.18/lib/Gtk3/SimpleList.pm     2018-11-05 
04:26:36.000000000 +0100
+++ new/Gtk3-SimpleList-0.21/lib/Gtk3/SimpleList.pm     2020-05-04 
16:16:52.000000000 +0200
@@ -11,7 +11,7 @@
 
 our @ISA = 'Gtk3::TreeView';
 
-our $VERSION = '0.18';
+our $VERSION = '0.21';
 
 our %column_types = (
   'hidden' => {type=>'Glib::String',                                        
attr=>'hidden'},
@@ -171,7 +171,6 @@
        # but all the indices will be squashed into one array... so, ah,
        # don't use this for TreeStores!
        my ($indices) = $selection->get_selected_rows;
-       use Data::Dumper; warn Dumper $indices;
        map { $_->get_indices } @$indices;
 }
 


Reply via email to