Hello community,

here is the log from the commit of package perl-Parse-PMFile for 
openSUSE:Factory checked in at 2019-11-26 16:52:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Parse-PMFile (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Parse-PMFile.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Parse-PMFile"

Tue Nov 26 16:52:50 2019 rev:2 rq:748278 version:0.42

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Parse-PMFile/perl-Parse-PMFile.changes      
2017-06-08 15:02:44.429247281 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Parse-PMFile.new.26869/perl-Parse-PMFile.changes
   2019-11-26 16:53:15.944229749 +0100
@@ -1,0 +2,11 @@
+Sun Nov 10 10:10:21 UTC 2019 -  <[email protected]>
+
+- updated to 0.42
+   see /usr/share/doc/packages/perl-Parse-PMFile/Changes
+
+  0.42 2019/11/09
+    - no code changes
+    - explicitly declared ExtUtils::MakeMaker::CPANfile as a configure
+      requirement (Nikolo++)
+
+-------------------------------------------------------------------

Old:
----
  Parse-PMFile-0.41.tar.gz

New:
----
  Parse-PMFile-0.42.tar.gz
  cpanspec.yml

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

Other differences:
------------------
++++++ perl-Parse-PMFile.spec ++++++
--- /var/tmp/diff_new_pack.mKAM9X/_old  2019-11-26 16:53:16.340229606 +0100
+++ /var/tmp/diff_new_pack.mKAM9X/_new  2019-11-26 16:53:16.344229605 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Parse-PMFile
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,24 +12,25 @@
 # 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/
 #
 
 
 Name:           perl-Parse-PMFile
-Version:        0.41
+Version:        0.42
 Release:        0
 %define cpan_name Parse-PMFile
-Summary:        Parses .Pm File As Pause Does
-License:        Artistic-1.0 or GPL-1.0+
+Summary:        Parses .pm file as PAUSE does
+License:        Artistic-1.0 OR GPL-1.0-or-later
 Group:          Development/Libraries/Perl
-Url:            http://search.cpan.org/dist/Parse-PMFile/
-Source0:        
http://www.cpan.org/authors/id/I/IS/ISHIGAKI/%{cpan_name}-%{version}.tar.gz
+Url:            https://metacpan.org/release/%{cpan_name}
+Source0:        
https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/%{cpan_name}-%{version}.tar.gz
+Source1:        cpanspec.yml
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(ExtUtils::MakeMaker::CPANfile) >= 0.07
+BuildRequires:  perl(ExtUtils::MakeMaker::CPANfile) >= 0.08
 BuildRequires:  perl(File::Temp) >= 0.19
 BuildRequires:  perl(JSON::PP) >= 2.00
 BuildRequires:  perl(Test::More) >= 0.88
@@ -52,11 +53,11 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install

++++++ Parse-PMFile-0.41.tar.gz -> Parse-PMFile-0.42.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Parse-PMFile-0.41/Changes 
new/Parse-PMFile-0.42/Changes
--- old/Parse-PMFile-0.41/Changes       2016-11-03 14:03:09.000000000 +0100
+++ new/Parse-PMFile-0.42/Changes       2019-11-09 04:10:57.000000000 +0100
@@ -1,5 +1,10 @@
 Revision history for Parse-PMFile
 
+0.42 2019/11/09
+  - no code changes
+  - explicitly declared ExtUtils::MakeMaker::CPANfile as a configure
+    requirement (Nikolo++)
+
 0.41 2016/11/03
   - not to count package declaration in a string
   - treat a package that contains multiple singlequotes correctly
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Parse-PMFile-0.41/META.json 
new/Parse-PMFile-0.42/META.json
--- old/Parse-PMFile-0.41/META.json     2016-11-03 14:03:42.000000000 +0100
+++ new/Parse-PMFile-0.42/META.json     2019-11-09 04:11:30.000000000 +0100
@@ -4,13 +4,13 @@
       "Kenichi Ishigaki <[email protected]>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter 
version 2.143240",
+   "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter 
version 2.150010",
    "license" : [
       "perl_5"
    ],
    "meta-spec" : {
       "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec";,
-      "version" : "2"
+      "version" : 2
    },
    "name" : "Parse-PMFile",
    "no_index" : {
@@ -22,14 +22,12 @@
    "prereqs" : {
       "build" : {
          "requires" : {
-            "ExtUtils::MakeMaker" : "0",
-            "File::Temp" : "0.19",
-            "Test::More" : "0.88"
+            "ExtUtils::MakeMaker" : "0"
          }
       },
       "configure" : {
          "requires" : {
-            "ExtUtils::MakeMaker::CPANfile" : "0.07"
+            "ExtUtils::MakeMaker::CPANfile" : "0.08"
          }
       },
       "runtime" : {
@@ -40,6 +38,12 @@
             "Safe" : "0",
             "version" : "0.83"
          }
+      },
+      "test" : {
+         "requires" : {
+            "File::Temp" : "0.19",
+            "Test::More" : "0.88"
+         }
       }
    },
    "release_status" : "stable",
@@ -48,5 +52,6 @@
          "url" : "https://github.com/charsbar/Parse-PMFile";
       }
    },
-   "version" : "0.41"
+   "version" : "0.42",
+   "x_serialization_backend" : "JSON::PP version 4.00"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Parse-PMFile-0.41/META.yml 
new/Parse-PMFile-0.42/META.yml
--- old/Parse-PMFile-0.41/META.yml      2016-11-03 14:03:42.000000000 +0100
+++ new/Parse-PMFile-0.42/META.yml      2019-11-09 04:11:30.000000000 +0100
@@ -7,9 +7,9 @@
   File::Temp: '0.19'
   Test::More: '0.88'
 configure_requires:
-  ExtUtils::MakeMaker::CPANfile: '0.07'
+  ExtUtils::MakeMaker::CPANfile: '0.08'
 dynamic_config: 0
-generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 
2.143240'
+generated_by: 'ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 
2.150010'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -27,4 +27,5 @@
   version: '0.83'
 resources:
   repository: https://github.com/charsbar/Parse-PMFile
-version: '0.41'
+version: '0.42'
+x_serialization_backend: 'CPAN::Meta::YAML version 0.012'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Parse-PMFile-0.41/cpanfile 
new/Parse-PMFile-0.42/cpanfile
--- old/Parse-PMFile-0.41/cpanfile      2014-12-04 08:28:48.000000000 +0100
+++ new/Parse-PMFile-0.42/cpanfile      2019-11-09 04:08:40.000000000 +0100
@@ -4,6 +4,8 @@
 requires 'Safe' => 0;
 requires 'version' => '0.83';
 
+configure_requires 'ExtUtils::MakeMaker::CPANfile' => '0.07';
+
 on test => sub {
   requires 'File::Temp' => '0.19'; # newdir
   requires 'Test::More' => '0.88';
@@ -12,4 +14,4 @@
 on develop => sub {
   requires 'PAUSE::Permissions' => '0.08' if $] > 5.010000;
   requires 'WorePAN' => '0.13';
-};
\ No newline at end of file
+};
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Parse-PMFile-0.41/lib/Parse/PMFile.pm 
new/Parse-PMFile-0.42/lib/Parse/PMFile.pm
--- old/Parse-PMFile-0.41/lib/Parse/PMFile.pm   2016-11-03 14:00:38.000000000 
+0100
+++ new/Parse-PMFile-0.42/lib/Parse/PMFile.pm   2019-11-09 04:11:04.000000000 
+0100
@@ -10,7 +10,7 @@
 use version ();
 use File::Spec ();
 
-our $VERSION = '0.41';
+our $VERSION = '0.42';
 our $VERBOSE = 0;
 our $ALLOW_DEV_VERSION = 0;
 our $FORK = 0;

++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#description: |-
#  override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
#patches:
#  foo.patch: -p1
#  bar.patch:
#preamble: |-
# BuildRequires:  gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL 
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module

Reply via email to