Hello community,

here is the log from the commit of package perl-UNIVERSAL-require for 
openSUSE:Factory checked in at 2013-10-06 18:38:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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
    2012-02-14 13:09:43.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-UNIVERSAL-require.new/perl-UNIVERSAL-require.changes
       2013-10-06 18:38:03.000000000 +0200
@@ -1,0 +2,11 @@
+Fri Oct  4 09:11:33 UTC 2013 - [email protected]
+
+- updated to 0.15
+     - Hadn't specific meta-spec version 2, so github repo wasn't turning
+       up in the metadata.
+     - Changed the repository meta_merge to the new format
+     - Tweaked format (mainly release dates) to conform to CPAN::Changes::Spec
+     - first test release by NEILB after getting comaint
+     - no changes other than specifying github repository
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ perl-UNIVERSAL-require.spec ++++++
--- /var/tmp/diff_new_pack.wKoMEF/_old  2013-10-06 18:38:03.000000000 +0200
+++ /var/tmp/diff_new_pack.wKoMEF/_new  2013-10-06 18:38:03.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-UNIVERSAL-require
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,14 +17,14 @@
 
 
 Name:           perl-UNIVERSAL-require
-Version:        0.13
+Version:        0.15
 Release:        0
 %define cpan_name UNIVERSAL-require
 Summary:        require() modules from a variable
 License:        Artistic-1.0 or GPL-1.0+
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/UNIVERSAL-require/
-Source:         
http://www.cpan.org/authors/id/M/MS/MSCHWERN/%{cpan_name}-%{version}.tar.gz
+Source:         
http://www.cpan.org/authors/id/N/NE/NEILB/%{cpan_name}-%{version}.tar.gz
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl

++++++ UNIVERSAL-require-0.13.tar.gz -> UNIVERSAL-require-0.15.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/UNIVERSAL-require-0.13/Changes 
new/UNIVERSAL-require-0.15/Changes
--- old/UNIVERSAL-require-0.13/Changes  2009-03-30 18:50:22.000000000 +0200
+++ new/UNIVERSAL-require-0.15/Changes  2013-09-28 01:53:32.000000000 +0200
@@ -1,33 +1,46 @@
-0.13  Mon Mar 30 17:50:10 BST 2009
-    Bug Fixes
-    * $module->require now always resets $@ which removes a trap of using $@
+Revision history for Perl module UNIVERSAL::require
+
+0.15 2013-09-28
+    - Hadn't specific meta-spec version 2, so github repo wasn't turning
+      up in the metadata.
+
+0.14 2013-08-25
+    - Changed the repository meta_merge to the new format
+    - Tweaked format (mainly release dates) to conform to CPAN::Changes::Spec
+
+0.13_1 2013-03-08
+    - first test release by NEILB after getting comaint
+    - no changes other than specifying github repository
+
+0.13 2009-03-30
+    - $module->require now always resets $@ which removes a trap of using $@
       to indicate an error, rather than checking $module->require directly.
       [rt.cpan.org 44444]
 
-0.12  Mon Mar 30 10:53:51 BST 2009
-    Test Fixes
-    * bleadperl introduced a new warning deprecating "use UNIVERSAL"
+0.12 2009-03-30
+    - bleadperl introduced a new warning deprecating "use UNIVERSAL"
       (thank goodness) which interfered with t/require.t
 
-0.11  Sat Nov 11 18:13:20 CST 2006
-    * Sped up require() by about 400% for already loaded modules.
+0.11 2006-11-11
+    - Sped up require() by about 400% for already loaded modules.
       [rt.cpan.org 21141]
     - Fix the test for the changed version error in 5.10.
 
-0.10  Mon Oct 10 19:10:33 PDT 2005
-    * Split out of UNIVERSAL-exports into its own distribution.
-    * UNIVERSAL::require no longer uses eval STRING in require().  This 
+0.10 2005-10-10
+    - Split out of UNIVERSAL-exports into its own distribution.
+    - UNIVERSAL::require no longer uses eval STRING in require().  This 
       closes a security hole.
     - Testing that it works under taint mode.
     - Added license and copyright notice.
-    * Added use()
+    - Added use()
     - Mention Module::Load in SEE ALSO.
 
-0.03  Sun Dec 16 21:51:58 EST 2001
+0.03 2001-12-16
     - Fixed a little nit when "use UNIVERSAL" is involved.
 
-0.02  Mon Jun 25 15:00:19 EDT 2001
-    * -->API CHANGE!<-- require() no longer dies on failure
+0.02 2001-06-25
+    - -->API CHANGE!<-- require() no longer dies on failure
+
+0.01 2001-01-22
+    - First version, adapted from the Perl 6 RFC prototypes 253 and 257.
 
-0.01  Mon Jan 22 11:06:50 EST 2001
-    * First version, adapted from the Perl 6 RFC prototypes 253 and 257.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/UNIVERSAL-require-0.13/MANIFEST 
new/UNIVERSAL-require-0.15/MANIFEST
--- old/UNIVERSAL-require-0.13/MANIFEST 2009-03-30 18:51:18.000000000 +0200
+++ new/UNIVERSAL-require-0.15/MANIFEST 2013-09-28 01:54:00.000000000 +0200
@@ -6,5 +6,5 @@
 t/require.t
 t/taint.t
 t/use.t
-META.yml                                 Module meta-data (added by MakeMaker)
-SIGNATURE                                Public-key signature (added by 
MakeMaker)
+META.yml                                 Module YAML meta-data (added by 
MakeMaker)
+META.json                                Module JSON meta-data (added by 
MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/UNIVERSAL-require-0.13/META.json 
new/UNIVERSAL-require-0.15/META.json
--- old/UNIVERSAL-require-0.13/META.json        1970-01-01 01:00:00.000000000 
+0100
+++ new/UNIVERSAL-require-0.15/META.json        2013-09-28 01:54:00.000000000 
+0200
@@ -0,0 +1,49 @@
+{
+   "abstract" : "require() modules from a variable",
+   "author" : [
+      "Michael G Schwern <[email protected]>"
+   ],
+   "dynamic_config" : 1,
+   "generated_by" : "ExtUtils::MakeMaker version 6.74, CPAN::Meta::Converter 
version 2.132140",
+   "license" : [
+      "perl_5"
+   ],
+   "meta-spec" : {
+      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec";,
+      "version" : "2"
+   },
+   "name" : "UNIVERSAL-require",
+   "no_index" : {
+      "directory" : [
+         "t",
+         "inc"
+      ],
+      "package" : [
+         "UNIVERSAL"
+      ]
+   },
+   "prereqs" : {
+      "build" : {
+         "requires" : {
+            "ExtUtils::MakeMaker" : "0"
+         }
+      },
+      "runtime" : {
+         "requires" : {
+            "Test::More" : "0.47"
+         }
+      }
+   },
+   "release_status" : "stable",
+   "resources" : {
+      "license" : [
+         "http://dev.perl.org/licenses/";
+      ],
+      "repository" : {
+         "type" : "git",
+         "url" : "git://github.com/neilbowers/UNIVERSAL-require.git",
+         "web" : "https://github.com/neilbowers/UNIVERSAL-require";
+      }
+   },
+   "version" : "0.15"
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/UNIVERSAL-require-0.13/META.yml 
new/UNIVERSAL-require-0.15/META.yml
--- old/UNIVERSAL-require-0.13/META.yml 2009-03-30 18:51:18.000000000 +0200
+++ new/UNIVERSAL-require-0.15/META.yml 2013-09-28 01:53:59.000000000 +0200
@@ -1,28 +1,25 @@
---- #YAML:1.0
-name:               UNIVERSAL-require
-version:            0.13
-abstract:           require() modules from a variable
+---
+abstract: 'require() modules from a variable'
 author:
-    - Michael G Schwern <[email protected]>
-license:            perl
-distribution_type:  module
-configure_requires:
-    ExtUtils::MakeMaker:  0
+  - 'Michael G Schwern <[email protected]>'
 build_requires:
-    ExtUtils::MakeMaker:  0
+  ExtUtils::MakeMaker: 0
+dynamic_config: 1
+generated_by: 'ExtUtils::MakeMaker version 6.74, CPAN::Meta::Converter version 
2.132140'
+license: perl
+meta-spec:
+  url: http://module-build.sourceforge.net/META-spec-v1.4.html
+  version: 1.4
+name: UNIVERSAL-require
+no_index:
+  directory:
+    - t
+    - inc
+  package:
+    - UNIVERSAL
 requires:
-    Test::More:  0.47
+  Test::More: 0.47
 resources:
-    bugtracker:  
http://rt.cpan.org/Public/Dist/Display.html?Name=UNIVERSAL-require
-    license:     http://dev.perl.org/licenses/
-    repository:  http://svn.schwern.org/repos/CPAN/UNIVERSAL-require/trunk/
-no_index:
-    directory:
-        - t
-        - inc
-    package:
-        - UNIVERSAL
-generated_by:       ExtUtils::MakeMaker version 6.50
-meta-spec:
-    url:      http://module-build.sourceforge.net/META-spec-v1.4.html
-    version:  1.4
+  license: http://dev.perl.org/licenses/
+  repository: git://github.com/neilbowers/UNIVERSAL-require.git
+version: 0.15
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/UNIVERSAL-require-0.13/Makefile.PL 
new/UNIVERSAL-require-0.15/Makefile.PL
--- old/UNIVERSAL-require-0.13/Makefile.PL      2009-03-30 14:00:43.000000000 
+0200
+++ new/UNIVERSAL-require-0.15/Makefile.PL      2013-08-25 13:56:07.000000000 
+0200
@@ -26,10 +26,15 @@
     ($mm_ver >= 6.31 ? (LICENSE => 'perl') : ()),
 
     ($mm_ver <= 6.45 ? () : (META_MERGE => {
+        'meta-spec' => { version => 2 },
         resources => {
             license     =>      'http://dev.perl.org/licenses/',
             bugtracker  =>      
'http://rt.cpan.org/Public/Dist/Display.html?Name=UNIVERSAL-require',
-            repository  =>      
'http://svn.schwern.org/repos/CPAN/UNIVERSAL-require/trunk/',
+            repository  => {
+                type => 'git',
+                web  => 'https://github.com/neilbowers/UNIVERSAL-require',
+                url  => 'git://github.com/neilbowers/UNIVERSAL-require.git',
+            },
         },
 
         no_index => {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/UNIVERSAL-require-0.13/SIGNATURE 
new/UNIVERSAL-require-0.15/SIGNATURE
--- old/UNIVERSAL-require-0.13/SIGNATURE        2009-03-30 18:51:25.000000000 
+0200
+++ new/UNIVERSAL-require-0.15/SIGNATURE        1970-01-01 01:00:00.000000000 
+0100
@@ -1,32 +0,0 @@
-This file contains message digests of all files listed in MANIFEST,
-signed via the Module::Signature module, version 0.55.
-
-To verify the content in this distribution, first make sure you have
-Module::Signature installed, then type:
-
-    % cpansign -v
-
-It will check each file's integrity, as well as the signature's
-validity.  If "==> Signature verified OK! <==" is not displayed,
-the distribution may already have been compromised, and you should
-not run its Makefile.PL or Build.PL.
-
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-SHA1 e97479924f58486141140a275443ee7247d9a1dc Changes
-SHA1 9715d81055567a1011e6f6b12feb609bb0578e9c MANIFEST
-SHA1 60041a48fab8015a6cbf12282cdac8ede6c1a319 META.yml
-SHA1 7147bcde8579ac7ae7254a7024002aed03d4709e Makefile.PL
-SHA1 85616118c1daddaa67fc6e711e20a565ec729cf1 lib/UNIVERSAL/require.pm
-SHA1 d61d5af638badb57470992348c30648786868987 t/Dummy.pm
-SHA1 50c8013e1005b5589263fe913cfccfcfcdf89959 t/require.t
-SHA1 55c5a15b4033df55d7393a3056d6da7efe1c1538 t/taint.t
-SHA1 4a169deefc6417d1ab2e5465f7d8d63205bf895b t/use.t
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.9 (Darwin)
-
-iEYEARECAAYFAknQ+IYACgkQWMohlhD1QyejIACePwsMwvSy+Dxb1hGc/iEWzfYc
-CB8An18g51qb1kyJ8SrPxvuktvMuAYrf
-=R5dK
------END PGP SIGNATURE-----
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/UNIVERSAL-require-0.13/lib/UNIVERSAL/require.pm 
new/UNIVERSAL-require-0.15/lib/UNIVERSAL/require.pm
--- old/UNIVERSAL-require-0.13/lib/UNIVERSAL/require.pm 2009-03-30 
18:50:51.000000000 +0200
+++ new/UNIVERSAL-require-0.15/lib/UNIVERSAL/require.pm 2013-09-28 
01:53:05.000000000 +0200
@@ -1,5 +1,5 @@
 package UNIVERSAL::require;
-$UNIVERSAL::require::VERSION = '0.13';
+$UNIVERSAL::require::VERSION = '0.15';
 
 # We do this because UNIVERSAL.pm uses CORE::require().  We're going
 # to put our own require() into UNIVERSAL and that makes an ambiguity.
@@ -181,6 +181,7 @@
 
 Michael G Schwern <[email protected]>
 
+Now maintained by Neil Bowers (NEILB).
 
 =head1 SEE ALSO
 

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

Reply via email to