Hello community,

here is the log from the commit of package perl-Config-Tiny for 
openSUSE:Factory checked in at 2013-11-26 19:24:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Config-Tiny (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Config-Tiny.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Config-Tiny"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Config-Tiny/perl-Config-Tiny.changes        
2013-10-21 15:13:03.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Config-Tiny.new/perl-Config-Tiny.changes   
2013-11-26 19:24:44.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Nov 26 07:31:49 UTC 2013 - co...@suse.com
+
+- updated to 2.20
+  - Relax pre-req version requirements
+
+-------------------------------------------------------------------

Old:
----
  Config-Tiny-2.19.tgz

New:
----
  Config-Tiny-2.20.tgz

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

Other differences:
------------------
++++++ perl-Config-Tiny.spec ++++++
--- /var/tmp/diff_new_pack.JmseGx/_old  2013-11-26 19:24:45.000000000 +0100
+++ /var/tmp/diff_new_pack.JmseGx/_new  2013-11-26 19:24:45.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           perl-Config-Tiny
-Version:        2.19
+Version:        2.20
 Release:        0
 %define cpan_name Config-Tiny
 Summary:        Read/Write .ini style files with as little code as possible
@@ -29,12 +29,10 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(File::Spec) >= 3.4
-BuildRequires:  perl(File::Temp) >= 0.2301
-BuildRequires:  perl(Module::Build) >= 0.38
+BuildRequires:  perl(File::Spec) >= 3.3
+BuildRequires:  perl(File::Temp) >= 0.22
+BuildRequires:  perl(Module::Build) >= 0.34
 #BuildRequires: perl(Config::Tiny)
-Requires:       perl(File::Spec) >= 3.4
-Requires:       perl(File::Temp) >= 0.2301
 %{perl_requires}
 
 %description

++++++ Config-Tiny-2.19.tgz -> Config-Tiny-2.20.tgz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-Tiny-2.19/Build.PL 
new/Config-Tiny-2.20/Build.PL
--- old/Config-Tiny-2.19/Build.PL       2013-09-15 01:22:11.000000000 +0200
+++ new/Config-Tiny-2.20/Build.PL       2013-11-24 00:54:11.000000000 +0100
@@ -1,3 +1,6 @@
+use strict;
+use warnings;
+
 use Module::Build;
 
 Module::Build -> new
@@ -8,21 +11,20 @@
        dist_author    => 'Adam Kennedy <ad...@cpan.org>',
        build_requires =>
        {
-               Test::More => 0.47,
-#              Test::Pod  => 1.45, # Make it optional. See xt/pod.t
+               'File::Spec' => 3.30,
+               'File::Temp' => 0.22,
+               'Test::More' => 0.47,
+#              'Test::Pod'  => 1.45, # Make it optional. See xt/pod.t
        },
        configure_requires =>
        {
-                Module::Build => 0.3800,
+                'Module::Build' => 0.3400,
        },
        requires =>
        {
-               'File::Spec' => 3.40,
-               'File::Temp' => 0.2301,
                'perl'       => '5.8.1', # For the utf stuff.
                'strict'     => 0,
                'UNIVERSAL'  => 0,
                'utf8'       => 0,
-               'vars'       => 0,
        },
 ) -> create_build_script();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-Tiny-2.19/Changelog.ini 
new/Config-Tiny-2.20/Changelog.ini
--- old/Config-Tiny-2.19/Changelog.ini  2013-09-15 01:22:11.000000000 +0200
+++ new/Config-Tiny-2.20/Changelog.ini  2013-11-24 00:54:11.000000000 +0100
@@ -1,7 +1,11 @@
 [Module]
 Name=Config-Tiny:
 Changelog.Creator=Module::Metadata::Changes V 2.05
-Changelog.Parser=Config::IniFiles V 2.78
+Changelog.Parser=Config::IniFiles V 2.82
+
+[V 2.20]
+Date=2013-11-24T10:52:00
+Comments=- Relax pre-req version requirements
 
 [V 2.19]
 Date=2013-09-15T09:16:00
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-Tiny-2.19/Changes new/Config-Tiny-2.20/Changes
--- old/Config-Tiny-2.19/Changes        2013-09-15 01:22:11.000000000 +0200
+++ new/Config-Tiny-2.20/Changes        2013-11-24 00:54:11.000000000 +0100
@@ -1,5 +1,8 @@
 Revision history for Perl extension Config-Tiny:
 
+2.20  Sun Nov 24 10:52:00 2013
+       - Relax pre-req version requirements
+
 2.19  Sun Sep 15 09:16:00 2013
        - Change VERSION => $VERSION in Makefile.PL to VERSION_FROM => 
'lib/Config/Tiny.pm'.
                Reported by Jean-Louis Morel. See RT#88670.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-Tiny-2.19/META.json 
new/Config-Tiny-2.20/META.json
--- old/Config-Tiny-2.19/META.json      2013-09-15 01:22:11.000000000 +0200
+++ new/Config-Tiny-2.20/META.json      2013-11-24 00:54:11.000000000 +0100
@@ -16,30 +16,29 @@
    "prereqs" : {
       "build" : {
          "requires" : {
+            "File::Spec" : "3.3",
+            "File::Temp" : "0.22",
             "Test::More" : "0.47"
          }
       },
       "configure" : {
          "requires" : {
-            "Module::Build" : "0.38"
+            "Module::Build" : "0.34"
          }
       },
       "runtime" : {
          "requires" : {
-            "File::Spec" : "3.4",
-            "File::Temp" : "0.2301",
             "UNIVERSAL" : "0",
             "perl" : "v5.8.1",
             "strict" : "0",
-            "utf8" : "0",
-            "vars" : "0"
+            "utf8" : "0"
          }
       }
    },
    "provides" : {
       "Config::Tiny" : {
          "file" : "lib/Config/Tiny.pm",
-         "version" : "2.19"
+         "version" : "2.20"
       }
    },
    "release_status" : "stable",
@@ -48,5 +47,5 @@
          "http://dev.perl.org/licenses/";
       ]
    },
-   "version" : "2.19"
+   "version" : "2.20"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-Tiny-2.19/META.yml 
new/Config-Tiny-2.20/META.yml
--- old/Config-Tiny-2.19/META.yml       2013-09-15 01:22:11.000000000 +0200
+++ new/Config-Tiny-2.20/META.yml       2013-11-24 00:54:11.000000000 +0100
@@ -3,9 +3,11 @@
 author:
   - 'Adam Kennedy <ad...@cpan.org>'
 build_requires:
+  File::Spec: 3.3
+  File::Temp: 0.22
   Test::More: 0.47
 configure_requires:
-  Module::Build: 0.38
+  Module::Build: 0.34
 dynamic_config: 1
 generated_by: 'Module::Build version 0.4005, CPAN::Meta::Converter version 
2.131560'
 license: perl
@@ -16,15 +18,12 @@
 provides:
   Config::Tiny:
     file: lib/Config/Tiny.pm
-    version: 2.19
+    version: 2.20
 requires:
-  File::Spec: 3.4
-  File::Temp: 0.2301
   UNIVERSAL: 0
   perl: v5.8.1
   strict: 0
   utf8: 0
-  vars: 0
 resources:
   license: http://dev.perl.org/licenses/
-version: 2.19
+version: 2.20
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-Tiny-2.19/Makefile.PL 
new/Config-Tiny-2.20/Makefile.PL
--- old/Config-Tiny-2.19/Makefile.PL    2013-09-15 01:22:11.000000000 +0200
+++ new/Config-Tiny-2.20/Makefile.PL    2013-11-24 00:54:11.000000000 +0100
@@ -1,4 +1,6 @@
 use strict;
+use warnings;
+
 BEGIN {
        require 5.008001;
 }
@@ -20,14 +22,12 @@
        VERSION_FROM => 'lib/Config/Tiny.pm',
        PREREQ_PM    =>
        {
-               'File::Spec' => 3.40,
-               'File::Temp' => 0.2301,
-               'Path::Tiny' => 0.025,
+               'File::Spec' => 3.30,
+               'File::Temp' => 0.22,
                'perl'       => '5.8.1', # For the utf stuff.
                'strict'     => 0,
                'UNIVERSAL'  => 0,
                'utf8'       => 0,
-               'vars'       => 0,
        },
        AUTHOR  => 'Adam Kennedy <ad...@cpan.org>',
        LICENSE => 'perl',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-Tiny-2.19/lib/Config/Tiny.pm 
new/Config-Tiny-2.20/lib/Config/Tiny.pm
--- old/Config-Tiny-2.19/lib/Config/Tiny.pm     2013-09-15 01:22:11.000000000 
+0200
+++ new/Config-Tiny-2.20/lib/Config/Tiny.pm     2013-11-24 00:54:11.000000000 
+0100
@@ -3,7 +3,7 @@
 # If you thought Config::Simple was small...
 
 use strict;
-our $VERSION = '2.19'; # Also change version # in t/02.main.t.
+our $VERSION = '2.20'; # Also change version # in t/02.main.t.
 BEGIN {
        require 5.008001;
        $Config::Tiny::errstr  = '';
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-Tiny-2.19/t/02.main.t 
new/Config-Tiny-2.20/t/02.main.t
--- old/Config-Tiny-2.19/t/02.main.t    2013-09-15 01:22:11.000000000 +0200
+++ new/Config-Tiny-2.20/t/02.main.t    2013-11-24 00:54:11.000000000 +0100
@@ -17,7 +17,7 @@
 
 use UNIVERSAL ();
 
-our $VERSION = '2.19';
+our $VERSION = '2.20';
 
 # --------------------
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to