Hello community,

here is the log from the commit of package perl-UNIVERSAL-require for 
openSUSE:Factory checked in at 2014-02-28 16:22:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-UNIVERSAL-require (Old)
 and      /work/SRC/openSUSE:Factory/.perl-UNIVERSAL-require.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-UNIVERSAL-require"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-UNIVERSAL-require/perl-UNIVERSAL-require.changes
    2013-10-06 18:38:03.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-UNIVERSAL-require.new/perl-UNIVERSAL-require.changes
       2014-02-28 16:22:27.000000000 +0100
@@ -1,0 +2,9 @@
+Mon Feb 24 06:10:40 UTC 2014 - [email protected]
+
+- updated to 0.16
+    - All seems fine with previous dev release
+    - Added README
+    - Specified min version of perl 5.6.0
+    - Now "use warnings"
+
+-------------------------------------------------------------------

Old:
----
  UNIVERSAL-require-0.15.tar.gz

New:
----
  UNIVERSAL-require-0.16.tar.gz

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

Other differences:
------------------
++++++ perl-UNIVERSAL-require.spec ++++++
--- /var/tmp/diff_new_pack.nn8iKV/_old  2014-02-28 16:22:29.000000000 +0100
+++ /var/tmp/diff_new_pack.nn8iKV/_new  2014-02-28 16:22:29.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-UNIVERSAL-require
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           perl-UNIVERSAL-require
-Version:        0.15
+Version:        0.16
 Release:        0
 %define cpan_name UNIVERSAL-require
 Summary:        require() modules from a variable
@@ -29,7 +29,6 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-#BuildRequires: perl(UNIVERSAL::require)
 %{perl_requires}
 
 %description
@@ -64,6 +63,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes
+%doc Changes README
 
 %changelog

++++++ UNIVERSAL-require-0.15.tar.gz -> UNIVERSAL-require-0.16.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/UNIVERSAL-require-0.15/Changes 
new/UNIVERSAL-require-0.16/Changes
--- old/UNIVERSAL-require-0.15/Changes  2013-09-28 01:53:32.000000000 +0200
+++ new/UNIVERSAL-require-0.16/Changes  2014-02-04 00:55:34.000000000 +0100
@@ -1,7 +1,15 @@
 Revision history for Perl module UNIVERSAL::require
 
+0.16 2014-02-03
+    - All seems fine with previous dev release
+
+0.15_01 2014-02-03
+    - Added README
+    - Specified min version of perl 5.6.0
+    - Now "use warnings"
+
 0.15 2013-09-28
-    - Hadn't specific meta-spec version 2, so github repo wasn't turning
+    - Hadn't specified meta-spec version 2, so github repo wasn't turning
       up in the metadata.
 
 0.14 2013-08-25
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/UNIVERSAL-require-0.15/MANIFEST 
new/UNIVERSAL-require-0.16/MANIFEST
--- old/UNIVERSAL-require-0.15/MANIFEST 2013-09-28 01:54:00.000000000 +0200
+++ new/UNIVERSAL-require-0.16/MANIFEST 2014-02-04 00:56:13.000000000 +0100
@@ -2,6 +2,7 @@
 lib/UNIVERSAL/require.pm
 Makefile.PL
 MANIFEST                       This list of files
+README
 t/Dummy.pm
 t/require.t
 t/taint.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/UNIVERSAL-require-0.15/META.json 
new/UNIVERSAL-require-0.16/META.json
--- old/UNIVERSAL-require-0.15/META.json        2013-09-28 01:54:00.000000000 
+0200
+++ new/UNIVERSAL-require-0.16/META.json        2014-02-04 00:56:13.000000000 
+0100
@@ -4,7 +4,7 @@
       "Michael G Schwern <[email protected]>"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 6.74, CPAN::Meta::Converter 
version 2.132140",
+   "generated_by" : "ExtUtils::MakeMaker version 6.86, CPAN::Meta::Converter 
version 2.133380",
    "license" : [
       "perl_5"
    ],
@@ -28,9 +28,15 @@
             "ExtUtils::MakeMaker" : "0"
          }
       },
+      "configure" : {
+         "requires" : {
+            "ExtUtils::MakeMaker" : "0"
+         }
+      },
       "runtime" : {
          "requires" : {
-            "Test::More" : "0.47"
+            "Test::More" : "0.47",
+            "perl" : "5.006"
          }
       }
    },
@@ -45,5 +51,5 @@
          "web" : "https://github.com/neilbowers/UNIVERSAL-require";
       }
    },
-   "version" : "0.15"
+   "version" : "0.16"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/UNIVERSAL-require-0.15/META.yml 
new/UNIVERSAL-require-0.16/META.yml
--- old/UNIVERSAL-require-0.15/META.yml 2013-09-28 01:53:59.000000000 +0200
+++ new/UNIVERSAL-require-0.16/META.yml 2014-02-04 00:56:13.000000000 +0100
@@ -4,8 +4,10 @@
   - 'Michael G Schwern <[email protected]>'
 build_requires:
   ExtUtils::MakeMaker: 0
+configure_requires:
+  ExtUtils::MakeMaker: 0
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.74, CPAN::Meta::Converter version 
2.132140'
+generated_by: 'ExtUtils::MakeMaker version 6.86, CPAN::Meta::Converter version 
2.133380'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -19,7 +21,8 @@
     - UNIVERSAL
 requires:
   Test::More: 0.47
+  perl: 5.006
 resources:
   license: http://dev.perl.org/licenses/
   repository: git://github.com/neilbowers/UNIVERSAL-require.git
-version: 0.15
+version: 0.16
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/UNIVERSAL-require-0.15/Makefile.PL 
new/UNIVERSAL-require-0.16/Makefile.PL
--- old/UNIVERSAL-require-0.15/Makefile.PL      2013-08-25 13:56:07.000000000 
+0200
+++ new/UNIVERSAL-require-0.16/Makefile.PL      2014-02-03 13:23:57.000000000 
+0100
@@ -25,6 +25,11 @@
 
     ($mm_ver >= 6.31 ? (LICENSE => 'perl') : ()),
 
+    ($mm_ver >= 6.48
+        ? (MIN_PERL_VERSION => 5.006)
+        : ()
+    ),
+
     ($mm_ver <= 6.45 ? () : (META_MERGE => {
         'meta-spec' => { version => 2 },
         resources => {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/UNIVERSAL-require-0.15/README 
new/UNIVERSAL-require-0.16/README
--- old/UNIVERSAL-require-0.15/README   1970-01-01 01:00:00.000000000 +0100
+++ new/UNIVERSAL-require-0.16/README   2014-02-03 13:20:48.000000000 +0100
@@ -0,0 +1,18 @@
+
+    README for Perl module UNIVERSAL::require
+
+This module lets you require other modules where the module
+name is in a variable, something you can't do with the 'require' built-in.
+
+You can read a nicely formatted version of the documentation for
+this module online:
+
+    https://metacpan.org/pod/UNIVERSAL::require
+
+You should be able to install this using your usual method for installing
+modules from CPAN. If you don't have a usual method yet, have a look at:
+
+    http://www.cpan.org/modules/INSTALL.html
+
+This module was written by Michael G Schwern.
+It is now being maintained by Neil Bowers <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/UNIVERSAL-require-0.15/lib/UNIVERSAL/require.pm 
new/UNIVERSAL-require-0.16/lib/UNIVERSAL/require.pm
--- old/UNIVERSAL-require-0.15/lib/UNIVERSAL/require.pm 2013-09-28 
01:53:05.000000000 +0200
+++ new/UNIVERSAL-require-0.16/lib/UNIVERSAL/require.pm 2014-02-04 
00:55:06.000000000 +0100
@@ -1,5 +1,5 @@
 package UNIVERSAL::require;
-$UNIVERSAL::require::VERSION = '0.15';
+$UNIVERSAL::require::VERSION = '0.16';
 
 # We do this because UNIVERSAL.pm uses CORE::require().  We're going
 # to put our own require() into UNIVERSAL and that makes an ambiguity.
@@ -8,7 +8,9 @@
 
 package UNIVERSAL;
 
+use 5.006;
 use strict;
+use warnings;
 
 use vars qw($Level);
 $Level = 0;

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to