Hello community,

here is the log from the commit of package perl-Test-Warn for openSUSE:Factory 
checked in at 2018-07-04 23:52:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Test-Warn (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Test-Warn.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Test-Warn"

Wed Jul  4 23:52:34 2018 rev:27 rq:619557 version:0.36

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Test-Warn/perl-Test-Warn.changes    
2018-06-18 13:50:26.212908890 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Test-Warn.new/perl-Test-Warn.changes       
2018-07-04 23:53:36.707992718 +0200
@@ -1,0 +2,9 @@
+Sun Jun 24 06:08:42 UTC 2018 - [email protected]
+
+- updated to 0.36
+   see /usr/share/doc/packages/perl-Test-Warn/Changes
+
+  0.36  2018-06-23
+          - Added provide section to META.yml via changing Makefile.PL
+
+-------------------------------------------------------------------

Old:
----
  Test-Warn-0.35.tar.gz

New:
----
  Test-Warn-0.36.tar.gz

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

Other differences:
------------------
++++++ perl-Test-Warn.spec ++++++
--- /var/tmp/diff_new_pack.OD88pS/_old  2018-07-04 23:53:37.103992281 +0200
+++ /var/tmp/diff_new_pack.OD88pS/_new  2018-07-04 23:53:37.103992281 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           perl-Test-Warn
-Version:        0.35
+Version:        0.36
 Release:        0
 %define cpan_name Test-Warn
 Summary:        Perl extension to test methods for warnings

++++++ Test-Warn-0.35.tar.gz -> Test-Warn-0.36.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Warn-0.35/Changes new/Test-Warn-0.36/Changes
--- old/Test-Warn-0.35/Changes  2018-06-13 09:49:33.000000000 +0200
+++ new/Test-Warn-0.36/Changes  2018-06-23 12:00:45.000000000 +0200
@@ -1,5 +1,8 @@
 Revision history for Perl extension Test::Warn.
 
+0.36  2018-06-23
+        - Added provide section to META.yml via changing Makefile.PL
+
 0.35  2018-06-13
         Merged several Pull Requests:
         - README clean-up: Assign Copyright to current author
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Warn-0.35/META.json new/Test-Warn-0.36/META.json
--- old/Test-Warn-0.35/META.json        2018-06-13 09:49:57.000000000 +0200
+++ new/Test-Warn-0.36/META.json        2018-06-23 12:04:28.000000000 +0200
@@ -50,6 +50,12 @@
          }
       }
    },
+   "provides" : {
+      "Test::Warn" : {
+         "file" : "Warn.pm",
+         "version" : "0.36"
+      }
+   },
    "release_status" : "stable",
    "resources" : {
       "repository" : {
@@ -58,6 +64,6 @@
          "web" : "https://github.com/hanfried/test-warn";
       }
    },
-   "version" : "0.35",
+   "version" : "0.36",
    "x_serialization_backend" : "JSON::PP version 2.27400_02"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Warn-0.35/META.yml new/Test-Warn-0.36/META.yml
--- old/Test-Warn-0.35/META.yml 2018-06-13 09:49:57.000000000 +0200
+++ new/Test-Warn-0.36/META.yml 2018-06-23 12:04:28.000000000 +0200
@@ -22,6 +22,10 @@
   directory:
     - t
     - inc
+provides:
+  Test::Warn:
+    file: Warn.pm
+    version: '0.36'
 requires:
   Carp: '1.22'
   Sub::Uplevel: '0.12'
@@ -30,5 +34,5 @@
   perl: '5.006'
 resources:
   repository: git://github.com/hanfried/test-warn.git
-version: '0.35'
+version: '0.36'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Warn-0.35/Makefile.PL 
new/Test-Warn-0.36/Makefile.PL
--- old/Test-Warn-0.35/Makefile.PL      2018-05-29 10:46:13.000000000 +0200
+++ new/Test-Warn-0.36/Makefile.PL      2018-06-23 11:59:13.000000000 +0200
@@ -34,6 +34,14 @@
         },
       keywords => ['testing', 'warnings'],
     },
+    META_ADD => {
+        provides => {
+            'Test::Warn' => {
+                file => 'Warn.pm',
+                version => '0.36',
+            },
+        },
+    },
     PL_FILES => {},
     $^O =~/win/i ? (
         dist => {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Warn-0.35/README new/Test-Warn-0.36/README
--- old/Test-Warn-0.35/README   2018-06-13 09:43:51.000000000 +0200
+++ new/Test-Warn-0.36/README   2018-06-23 12:00:03.000000000 +0200
@@ -1,4 +1,4 @@
-Test/Warn version 0.35
+Test/Warn version 0.36
 ======================
 
 INSTALLATION
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Warn-0.35/Warn.pm new/Test-Warn-0.36/Warn.pm
--- old/Test-Warn-0.35/Warn.pm  2018-06-13 09:43:33.000000000 +0200
+++ new/Test-Warn-0.36/Warn.pm  2018-06-23 11:59:48.000000000 +0200
@@ -282,7 +282,7 @@
 
 use Sub::Uplevel 0.12;
 
-our $VERSION = '0.35';
+our $VERSION = '0.36';
 
 require Exporter;
 


Reply via email to