Hello community,

here is the log from the commit of package perl-Class-Base for openSUSE:Factory 
checked in at 2015-04-15 16:23:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Class-Base (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Class-Base.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Class-Base"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Class-Base/perl-Class-Base.changes  
2013-06-05 17:48:15.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Class-Base.new/perl-Class-Base.changes     
2015-04-15 16:23:07.000000000 +0200
@@ -1,0 +2,9 @@
+Mon Apr 13 18:08:50 UTC 2015 - [email protected]
+
+- updated to 0.06
+   see /usr/share/doc/packages/perl-Class-Base/Changes
+
+   Add license to META files
+   Updating the Changes file
+
+-------------------------------------------------------------------

Old:
----
  Class-Base-0.05.tar.gz

New:
----
  Class-Base-0.06.tar.gz

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

Other differences:
------------------
++++++ perl-Class-Base.spec ++++++
--- /var/tmp/diff_new_pack.LaboJz/_old  2015-04-15 16:23:07.000000000 +0200
+++ /var/tmp/diff_new_pack.LaboJz/_new  2015-04-15 16:23:07.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Class-Base
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -17,11 +17,11 @@
 
 
 Name:           perl-Class-Base
-Version:        0.05
+Version:        0.06
 Release:        0
 %define cpan_name Class-Base
 Summary:        useful base class for deriving other modules
-License:        GPL-1.0+ or Artistic-1.0
+License:        Artistic-1.0 or GPL-1.0+
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/Class-Base/
 Source:         
http://www.cpan.org/authors/id/S/SZ/SZABGAB/%{cpan_name}-%{version}.tar.gz
@@ -29,7 +29,6 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-#BuildRequires: perl(Class::Base)
 %{perl_requires}
 
 %description

++++++ Class-Base-0.05.tar.gz -> Class-Base-0.06.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-Base-0.05/Changes new/Class-Base-0.06/Changes
--- old/Class-Base-0.05/Changes 2012-05-16 09:18:44.000000000 +0200
+++ new/Class-Base-0.06/Changes 2014-08-26 09:12:03.000000000 +0200
@@ -10,47 +10,32 @@
 #
 #========================================================================
 
-#------------------------------------------------------------------------
-# Version 0.05 2012/05/16
-#------------------------------------------------------------------------
 
-* Silencing a warning by chromatic RT 75286
-
-* Linking to source repository
-
-#------------------------------------------------------------------------
-# Version 0.04 2012/02/06
-#------------------------------------------------------------------------
-
-* Test script is using Test::More instead the home-made ok() and is().
-
-* Recommend using Badger::Base instead.
-
-* Gabor Szabo co-maintainer.
-
-#------------------------------------------------------------------------
-# Version 0.03 
-#------------------------------------------------------------------------
-
-* Added the params() method which is typically called from the init()
-  method to copy value from a configuration hash into $self.  
-
-* Minor changes to debug() method to only use object value _DEBUG if
-  defined, otherwise fall back on $DEBUG package variable.
-
-#------------------------------------------------------------------------
-# Version 0.02  2002/02/20
-#------------------------------------------------------------------------
-
-* Added the clone() method as suggested by Brian Moseley
-
-* Added the id(), debug() and debugging() methods to provide a fairly
-  simple mechanism for generating debugging information.
-
-
-#------------------------------------------------------------------------
-# Version 0.01  2002/01/11
-#------------------------------------------------------------------------
-
-* initial version
+0.06 2014.08.26
+    Add license to META files
+    Updating the Changes file
+
+0.05 2012.05.16
+    Silencing a warning by chromatic RT 75286
+    Linking to source repository
+
+
+0.04 2012.02.06
+    Test script is using Test::More instead the home-made ok() and is().
+    Recommend using Badger::Base instead.
+    Gabor Szabo co-maintainer.
+
+0.03 2002.05.13
+    Added the params() method which is typically called from the init()
+      method to copy value from a configuration hash into $self.  
+    
+    Minor changes to debug() method to only use object value _DEBUG if
+      defined, otherwise fall back on $DEBUG package variable.
+
+0.02  2002.02.20
+    Added the clone() method as suggested by Brian Moseley
+    Added the id(), debug() and debugging() methods to provide a fairly
+      simple mechanism for generating debugging information.
 
+0.01  2002.01.11
+    initial version
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-Base-0.05/META.json 
new/Class-Base-0.06/META.json
--- old/Class-Base-0.05/META.json       2012-05-16 09:20:31.000000000 +0200
+++ new/Class-Base-0.06/META.json       2014-08-26 09:12:47.000000000 +0200
@@ -4,9 +4,9 @@
       "Andy Wardley <[email protected]>"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter 
version 2.112150",
+   "generated_by" : "ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter 
version 2.140640",
    "license" : [
-      "unknown"
+      "perl_5"
    ],
    "meta-spec" : {
       "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec";,
@@ -22,12 +22,12 @@
    "prereqs" : {
       "build" : {
          "requires" : {
-            "ExtUtils::MakeMaker" : 0
+            "ExtUtils::MakeMaker" : "0"
          }
       },
       "configure" : {
          "requires" : {
-            "ExtUtils::MakeMaker" : 0
+            "ExtUtils::MakeMaker" : "0"
          }
       },
       "runtime" : {
@@ -42,5 +42,5 @@
          "url" : "https://github.com/szabgab/Class-Base";
       }
    },
-   "version" : "0.05"
+   "version" : "0.06"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-Base-0.05/META.yml new/Class-Base-0.06/META.yml
--- old/Class-Base-0.05/META.yml        2012-05-16 09:20:31.000000000 +0200
+++ new/Class-Base-0.06/META.yml        2014-08-26 09:12:47.000000000 +0200
@@ -3,22 +3,22 @@
 author:
   - 'Andy Wardley <[email protected]>'
 build_requires:
-  ExtUtils::MakeMaker: 0
+  ExtUtils::MakeMaker: '0'
 configure_requires:
-  ExtUtils::MakeMaker: 0
+  ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter version 
2.112150'
-license: unknown
+generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 
2.140640'
+license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
-  version: 1.4
+  version: '1.4'
 name: Class-Base
 no_index:
   directory:
     - t
     - inc
 requires:
-  Test::More: 0.47
+  Test::More: '0.47'
 resources:
   repository: https://github.com/szabgab/Class-Base
-version: 0.05
+version: '0.06'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-Base-0.05/Makefile.PL 
new/Class-Base-0.06/Makefile.PL
--- old/Class-Base-0.05/Makefile.PL     2012-05-16 09:16:21.000000000 +0200
+++ new/Class-Base-0.06/Makefile.PL     2013-07-13 21:31:30.000000000 +0200
@@ -6,6 +6,7 @@
     'PREREQ_PM' => {
         'Test::More' => 0.47,
     },
+    LICENSE  => 'perl',
     META_MERGE        => {
        resources => {
            repository  =>  'https://github.com/szabgab/Class-Base',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-Base-0.05/lib/Class/Base.pm 
new/Class-Base-0.06/lib/Class/Base.pm
--- old/Class-Base-0.05/lib/Class/Base.pm       2012-05-16 09:17:35.000000000 
+0200
+++ new/Class-Base-0.06/lib/Class/Base.pm       2014-08-26 09:12:14.000000000 
+0200
@@ -22,7 +22,7 @@
 
 use strict;
 
-our $VERSION  = '0.05';
+our $VERSION  = '0.06';
 
 
 #------------------------------------------------------------------------


Reply via email to