Hello community,

here is the log from the commit of package perl-PAR-Dist for openSUSE:Factory 
checked in at 2013-06-14 16:47:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-PAR-Dist (Old)
 and      /work/SRC/openSUSE:Factory/.perl-PAR-Dist.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-PAR-Dist"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-PAR-Dist/perl-PAR-Dist.changes      
2011-12-01 17:38:25.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.perl-PAR-Dist.new/perl-PAR-Dist.changes 
2013-06-14 16:47:12.000000000 +0200
@@ -1,0 +2,7 @@
+Sat Jun  8 07:55:13 UTC 2013 - [email protected]
+
+- updated to 0.49
+    * Fix RT #78194: PAR::Dist::parse_dist_name mis-parses par file name
+      Patch from KENO, thanks!
+
+-------------------------------------------------------------------

Old:
----
  PAR-Dist-0.48.tar.gz

New:
----
  PAR-Dist-0.49.tar.gz

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

Other differences:
------------------
++++++ perl-PAR-Dist.spec ++++++
--- /var/tmp/diff_new_pack.2oTmBz/_old  2013-06-14 16:47:13.000000000 +0200
+++ /var/tmp/diff_new_pack.2oTmBz/_new  2013-06-14 16:47:13.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-PAR-Dist
 #
-# Copyright (c) 2011 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
@@ -16,20 +16,24 @@
 #
 
 
-
 Name:           perl-PAR-Dist
-Version:        0.48
-Release:        1
-License:        GPL-1.0+ or Artistic-1.0
+Version:        0.49
+Release:        0
 %define cpan_name PAR-Dist
 Summary:        Create and manipulate PAR distributions
-Url:            http://search.cpan.org/dist/PAR-Dist/
+License:        GPL-1.0+ or Artistic-1.0
 Group:          Development/Libraries/Perl
-Source:         
http://www.cpan.org/authors/id/S/SM/SMUELLER/%{cpan_name}-%{version}.tar.gz
+Url:            http://search.cpan.org/dist/PAR-Dist/
+Source:         
http://www.cpan.org/authors/id/R/RS/RSCHUPP/%{cpan_name}-%{version}.tar.gz
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+#BuildRequires: perl(Archive::Unzip::Burst)
+#BuildRequires: perl(Archive::Zip)
+#BuildRequires: perl(LWP::Simple)
+#BuildRequires: perl(Module::Signature)
+#BuildRequires: perl(PAR::Dist)
 %{perl_requires}
 
 %description

++++++ PAR-Dist-0.48.tar.gz -> PAR-Dist-0.49.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PAR-Dist-0.48/Changes new/PAR-Dist-0.49/Changes
--- old/PAR-Dist-0.48/Changes   2011-11-05 11:58:40.000000000 +0100
+++ new/PAR-Dist-0.49/Changes   2012-10-15 00:08:52.000000000 +0200
@@ -1,3 +1,8 @@
+By: rschupp on 2012/10/15
+    * Fix RT #78194: PAR::Dist::parse_dist_name mis-parses par file name
+      Patch from KENO, thanks!
+    * This is 0.49.
+____________________________________________________________________________
 By: smueller on 2011/11/05
     * Prefer MYMETA.yml over META.yml if possible.
     * Try YAML implementations in different order (XS first).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PAR-Dist-0.48/META.json new/PAR-Dist-0.49/META.json
--- old/PAR-Dist-0.48/META.json 2011-11-05 12:08:05.000000000 +0100
+++ new/PAR-Dist-0.49/META.json 2012-10-15 00:11:18.000000000 +0200
@@ -4,7 +4,7 @@
       "Audrey Tang <[email protected]>"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 6.58, CPAN::Meta::Converter 
version 2.110930",
+   "generated_by" : "ExtUtils::MakeMaker version 6.6302, CPAN::Meta::Converter 
version 2.120921",
    "license" : [
       "unknown"
    ],
@@ -22,23 +22,23 @@
    "prereqs" : {
       "build" : {
          "requires" : {
-            "ExtUtils::MakeMaker" : 0
+            "ExtUtils::MakeMaker" : "0"
          }
       },
       "configure" : {
          "requires" : {
-            "ExtUtils::MakeMaker" : 0
+            "ExtUtils::MakeMaker" : "0"
          }
       },
       "runtime" : {
          "requires" : {
-            "File::Find" : 0,
-            "File::Path" : 0,
-            "File::Spec" : 0,
-            "File::Temp" : 0
+            "File::Find" : "0",
+            "File::Path" : "0",
+            "File::Spec" : "0",
+            "File::Temp" : "0"
          }
       }
    },
    "release_status" : "stable",
-   "version" : "0.48"
+   "version" : "0.49"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PAR-Dist-0.48/META.yml new/PAR-Dist-0.49/META.yml
--- old/PAR-Dist-0.48/META.yml  2011-11-05 12:08:05.000000000 +0100
+++ new/PAR-Dist-0.49/META.yml  2012-10-15 00:11:18.000000000 +0200
@@ -7,7 +7,7 @@
 configure_requires:
   ExtUtils::MakeMaker: 0
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.58, CPAN::Meta::Converter version 
2.110930'
+generated_by: 'ExtUtils::MakeMaker version 6.6302, CPAN::Meta::Converter 
version 2.120921'
 license: unknown
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -22,4 +22,4 @@
   File::Path: 0
   File::Spec: 0
   File::Temp: 0
-version: 0.48
+version: 0.49
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PAR-Dist-0.48/lib/PAR/Dist.pm 
new/PAR-Dist-0.49/lib/PAR/Dist.pm
--- old/PAR-Dist-0.48/lib/PAR/Dist.pm   2011-11-05 12:00:28.000000000 +0100
+++ new/PAR-Dist-0.49/lib/PAR/Dist.pm   2012-10-15 00:09:06.000000000 +0200
@@ -4,7 +4,7 @@
 require Exporter;
 use vars qw/$VERSION @ISA @EXPORT @EXPORT_OK $DEBUG/;
 
-$VERSION    = '0.48'; # Change version in POD, too!
+$VERSION    = '0.49'; # Change version in POD, too!
 @ISA        = 'Exporter';
 @EXPORT     = qw/
   blib_to_par
@@ -1168,7 +1168,7 @@
 
     while (@elem) {
         my $e = shift @elem;
-        if ($e =~ /^$version|any_version$/) {
+        if ($e =~ /^(?:$version|any_version)$/) {
             $pv = $e;
             last;
         }

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

Reply via email to