Hello community,

here is the log from the commit of package perl-Config-General for 
openSUSE:Factory checked in at 2015-06-15 17:48:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Config-General (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Config-General.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Config-General"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Config-General/perl-Config-General.changes  
2015-05-27 12:48:22.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Config-General.new/perl-Config-General.changes 
    2015-06-15 17:48:23.000000000 +0200
@@ -1,0 +2,6 @@
+Sun Jun  7 08:18:53 UTC 2015 - [email protected]
+
+- updated to 2.58
+   see /usr/share/doc/packages/perl-Config-General/Changelog
+
+-------------------------------------------------------------------

Old:
----
  Config-General-2.57.tar.gz

New:
----
  Config-General-2.58.tar.gz

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

Other differences:
------------------
++++++ perl-Config-General.spec ++++++
--- /var/tmp/diff_new_pack.JH01NN/_old  2015-06-15 17:48:24.000000000 +0200
+++ /var/tmp/diff_new_pack.JH01NN/_new  2015-06-15 17:48:24.000000000 +0200
@@ -17,11 +17,11 @@
 
 
 Name:           perl-Config-General
-Version:        2.57
+Version:        2.58
 Release:        0
 %define cpan_name Config-General
 Summary:        Generic Config Module
-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/Config-General/
 Source0:        
http://www.cpan.org/authors/id/T/TL/TLINDEN/%{cpan_name}-%{version}.tar.gz
@@ -62,6 +62,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changelog README TODO
+%doc Changelog README
 
 %changelog

++++++ Config-General-2.57.tar.gz -> Config-General-2.58.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-General-2.57/General.pm 
new/Config-General-2.58/General.pm
--- old/Config-General-2.57/General.pm  2015-05-20 19:30:20.000000000 +0200
+++ new/Config-General-2.58/General.pm  2015-05-21 19:19:49.000000000 +0200
@@ -32,7 +32,7 @@
 use Carp;
 use Exporter;
 
-$Config::General::VERSION = "2.57";
+$Config::General::VERSION = "2.58";
 
 use vars  qw(@ISA @EXPORT_OK);
 use base qw(Exporter);
@@ -2753,7 +2753,7 @@
 
 =head1 VERSION
 
-2.57
+2.58
 
 =cut
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-General-2.57/META.yml 
new/Config-General-2.58/META.yml
--- old/Config-General-2.57/META.yml    2015-05-20 19:30:20.000000000 +0200
+++ new/Config-General-2.58/META.yml    2015-05-21 19:20:25.000000000 +0200
@@ -1,16 +1,26 @@
-name:         Config-General
-version:      2.50
-version_from: General.pm
-installdirs:  site
+--- #YAML:1.0
+name:               Config-General
+version:            2.58
+abstract:           ~
+author:  []
+license:            perl
+distribution_type:  module
+configure_requires:
+    ExtUtils::MakeMaker:  0
+build_requires:
+    ExtUtils::MakeMaker:  0
 requires:
-    File::Glob:                    0
-    File::Spec::Functions:         0
-    FileHandle:                    0
-    IO::File:                      0
+    File::Glob:           0
+    File::Spec::Functions:  0
+    FileHandle:           0
+    IO::File:             0
 resources:
-    bugtracker: 
https://rt.cpan.org/Public/Dist/Display.html?Name=Config-General
-    homepage:   http://search.cpan.org/dist/Config-General/
-    license:    http://dev.perl.org/licenses/artistic.html
-    repository: http://dev.catalyst.perl.org/repos/Config-General
-distribution_type: module
-generated_by: ExtUtils::MakeMaker version 6.30
+    repository:  http://dev.catalyst.perl.org/repos/Config-General/trunk/
+no_index:
+    directory:
+        - t
+        - inc
+generated_by:       ExtUtils::MakeMaker version 6.56
+meta-spec:
+    url:      http://module-build.sourceforge.net/META-spec-v1.4.html
+    version:  1.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-General-2.57/README 
new/Config-General-2.58/README
--- old/Config-General-2.57/README      2015-05-20 19:30:20.000000000 +0200
+++ new/Config-General-2.58/README      2015-05-21 19:19:58.000000000 +0200
@@ -104,4 +104,4 @@
 
 
 VERSION
-       2.57
+       2.58
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-General-2.57/TODO new/Config-General-2.58/TODO
--- old/Config-General-2.57/TODO        2015-05-20 19:30:20.000000000 +0200
+++ new/Config-General-2.58/TODO        1970-01-01 01:00:00.000000000 +0100
@@ -1,5 +0,0 @@
-
-
- o need separate methods like ::String or ::File to fill
-   module parameters, and ::Parse and/or ::Read for manually
-   invocation of the parser
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-General-2.57/t/PathObject.pm 
new/Config-General-2.58/t/PathObject.pm
--- old/Config-General-2.57/t/PathObject.pm     2015-05-20 19:30:20.000000000 
+0200
+++ new/Config-General-2.58/t/PathObject.pm     1970-01-01 01:00:00.000000000 
+0100
@@ -1,24 +0,0 @@
-#
-# Pathobject fake module to test Config::General
-# without the need to install Path::Class::File module.
-#
-# Submitted by Matt S Trout, Copyright (c) 2009 Matt S Trout.
-
-
-package PathObject;
-
-use overload ('""' => 'stringify');
-
-sub new {
-       my $class = shift;
-       my $self = {};
-       bless $self, $class;
-       return $self;
-}
-
-sub stringify {
-       my ($self) = @_;
-       return "t/test.rc";
-}
-
-1;


Reply via email to