Hello community,

here is the log from the commit of package perl-Sub-Install for 
openSUSE:Factory checked in at 2012-03-07 20:10:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Sub-Install (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Sub-Install.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Sub-Install", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Sub-Install/perl-Sub-Install.changes        
2011-12-20 14:30:33.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Sub-Install.new/perl-Sub-Install.changes   
2012-03-07 20:10:19.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Feb 28 08:19:21 UTC 2012 - [email protected]
+
+- updated to 0.926
+  cope with terminal dots from new Carp
+
+-------------------------------------------------------------------

Old:
----
  Sub-Install-0.925.tar.gz

New:
----
  Sub-Install-0.926.tar.gz

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

Other differences:
------------------
++++++ perl-Sub-Install.spec ++++++
--- /var/tmp/diff_new_pack.CzuJSi/_old  2012-03-07 20:10:20.000000000 +0100
+++ /var/tmp/diff_new_pack.CzuJSi/_new  2012-03-07 20:10:20.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Sub-Install
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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,41 +17,32 @@
 
 
 Name:           perl-Sub-Install
+Version:        0.926
+Release:        0
 %define cpan_name Sub-Install
 Summary:        Install subroutines into packages easily
-License:        GPL-1.0+ or Artistic-1.0
+License:        Artistic-1.0 or GPL-1.0+
 Group:          Development/Libraries/Perl
-Version:        0.925
-Release:        0
-Url:            http://search.cpan.org/dist/Sub-Install
-Source:         %{cpan_name}-%{version}.tar.gz
+Url:            http://search.cpan.org/dist/Sub-Install/
+Source:         
http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Scalar::Util)
-BuildRequires:  perl(Test::More)
-# other not perl || perl-base
-BuildRequires:  perl(Test::Pod) >= 1.14
-BuildRequires:  perl(Test::Pod::Coverage) >= 1.06
-#
-Requires:       perl(Scalar::Util)
-Requires:       perl(Test::More)
+#BuildRequires: perl(Sub::Install)
+#BuildRequires: perl(Test::Perl::Critic)
+%{perl_requires}
 
 %description
 This module makes it easy to install subroutines into packages without the
-unslightly mess of no strict or typeglobs lying about where just anyone
+unslightly mess of 'no strict' or typeglobs lying about where just anyone
 can see them.
 
-  Author:      Ricardo Signes, <[email protected]>
-
-
 %prep
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
+%{__perl} Makefile.PL INSTALLDIRS=vendor
 %{__make} %{?_smp_mflags}
 
 %check
@@ -59,19 +50,11 @@
 
 %install
 %perl_make_install
-# do not perl_process_packlist (noarch)
-# remove .packlist file
-%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
-# remove perllocal.pod file
-%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib
+%perl_process_packlist
 %perl_gen_filelist
 
-%clean 
-%{__rm} -rf $RPM_BUILD_ROOT
-
 %files -f %{name}.files
-# normally you only need to check for doc files
-%defattr(-,root,root)
-%doc Changes LICENSE README
+%defattr(-,root,root,755)
+%doc Changes LICENSE MYMETA.json MYMETA.yml README
 
 %changelog

++++++ Sub-Install-0.925.tar.gz -> Sub-Install-0.926.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sub-Install-0.925/Changes 
new/Sub-Install-0.926/Changes
--- old/Sub-Install-0.925/Changes       2009-01-16 16:36:49.000000000 +0100
+++ new/Sub-Install-0.926/Changes       2012-02-26 15:38:41.000000000 +0100
@@ -1,5 +1,8 @@
 Revision history for Sub-Install
 
+0.926   2012-02-26
+        cope with terminal dots from new Carp
+
 0.925   2009-01-16
         add repo loc to metadata
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sub-Install-0.925/MANIFEST 
new/Sub-Install-0.926/MANIFEST
--- old/Sub-Install-0.925/MANIFEST      2009-01-16 16:38:25.000000000 +0100
+++ new/Sub-Install-0.926/MANIFEST      2012-02-26 15:39:42.000000000 +0100
@@ -3,6 +3,8 @@
 LICENSE
 Makefile.PL
 MANIFEST                       This list of files
+MYMETA.json
+MYMETA.yml
 README
 t/00-load.t
 t/auto_as.t
@@ -16,4 +18,5 @@
 t/reinstall.t
 t/SI_install.t
 t/SI_reinstall.t
-META.yml                                 Module meta-data (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/Sub-Install-0.925/META.json 
new/Sub-Install-0.926/META.json
--- old/Sub-Install-0.925/META.json     1970-01-01 01:00:00.000000000 +0100
+++ new/Sub-Install-0.926/META.json     2012-02-26 15:39:42.000000000 +0100
@@ -0,0 +1,45 @@
+{
+   "abstract" : "install subroutines into packages easily",
+   "author" : [
+      "Ricardo Signes <[email protected]>"
+   ],
+   "dynamic_config" : 1,
+   "generated_by" : "ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter 
version 2.120351",
+   "license" : [
+      "perl_5"
+   ],
+   "meta-spec" : {
+      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec";,
+      "version" : "2"
+   },
+   "name" : "Sub-Install",
+   "no_index" : {
+      "directory" : [
+         "t",
+         "inc"
+      ]
+   },
+   "prereqs" : {
+      "build" : {
+         "requires" : {
+            "ExtUtils::MakeMaker" : "0"
+         }
+      },
+      "configure" : {
+         "requires" : {
+            "ExtUtils::MakeMaker" : "0"
+         }
+      },
+      "runtime" : {
+         "requires" : {
+            "Scalar::Util" : "0",
+            "Test::More" : "0"
+         }
+      }
+   },
+   "release_status" : "stable",
+   "resources" : {
+      "x_Repository" : "http://github.com/rjbs/sub-install";
+   },
+   "version" : "0.926"
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sub-Install-0.925/META.yml 
new/Sub-Install-0.926/META.yml
--- old/Sub-Install-0.925/META.yml      2009-01-16 16:38:25.000000000 +0100
+++ new/Sub-Install-0.926/META.yml      2012-02-26 15:39:42.000000000 +0100
@@ -1,23 +1,25 @@
---- #YAML:1.0
-name:               Sub-Install
-version:            0.925
-abstract:           install subroutines into packages easily
+---
+abstract: 'install subroutines into packages easily'
 author:
-    - Ricardo Signes <[email protected]>
-license:            perl
-distribution_type:  module
+  - 'Ricardo Signes <[email protected]>'
+build_requires:
+  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.120351'
+license: perl
+meta-spec:
+  url: http://module-build.sourceforge.net/META-spec-v1.4.html
+  version: 1.4
+name: Sub-Install
+no_index:
+  directory:
+    - t
+    - inc
 requires:
-    Scalar::Util:  0
-    Test::More:    0
+  Scalar::Util: 0
+  Test::More: 0
 resources:
-    Repository:  http://github.com/rjbs/sub-install
-no_index:
-    directory:
-        - t
-        - inc
-generated_by:       ExtUtils::MakeMaker version 6.48
-meta-spec:
-    url:      http://module-build.sourceforge.net/META-spec-v1.4.html
-    version:  1.4
+  x_Repository: http://github.com/rjbs/sub-install
+version: 0.926
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sub-Install-0.925/MYMETA.json 
new/Sub-Install-0.926/MYMETA.json
--- old/Sub-Install-0.925/MYMETA.json   1970-01-01 01:00:00.000000000 +0100
+++ new/Sub-Install-0.926/MYMETA.json   2012-02-26 15:39:39.000000000 +0100
@@ -0,0 +1,45 @@
+{
+   "abstract" : "install subroutines into packages easily",
+   "author" : [
+      "Ricardo Signes <[email protected]>"
+   ],
+   "dynamic_config" : 0,
+   "generated_by" : "ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter 
version 2.120351",
+   "license" : [
+      "perl_5"
+   ],
+   "meta-spec" : {
+      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec";,
+      "version" : "2"
+   },
+   "name" : "Sub-Install",
+   "no_index" : {
+      "directory" : [
+         "t",
+         "inc"
+      ]
+   },
+   "prereqs" : {
+      "build" : {
+         "requires" : {
+            "ExtUtils::MakeMaker" : "0"
+         }
+      },
+      "configure" : {
+         "requires" : {
+            "ExtUtils::MakeMaker" : "0"
+         }
+      },
+      "runtime" : {
+         "requires" : {
+            "Scalar::Util" : "0",
+            "Test::More" : "0"
+         }
+      }
+   },
+   "release_status" : "stable",
+   "resources" : {
+      "x_Repository" : "http://github.com/rjbs/sub-install";
+   },
+   "version" : "0.926"
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sub-Install-0.925/MYMETA.yml 
new/Sub-Install-0.926/MYMETA.yml
--- old/Sub-Install-0.925/MYMETA.yml    1970-01-01 01:00:00.000000000 +0100
+++ new/Sub-Install-0.926/MYMETA.yml    2012-02-26 15:39:39.000000000 +0100
@@ -0,0 +1,25 @@
+---
+abstract: 'install subroutines into packages easily'
+author:
+  - 'Ricardo Signes <[email protected]>'
+build_requires:
+  ExtUtils::MakeMaker: 0
+configure_requires:
+  ExtUtils::MakeMaker: 0
+dynamic_config: 0
+generated_by: 'ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter version 
2.120351'
+license: perl
+meta-spec:
+  url: http://module-build.sourceforge.net/META-spec-v1.4.html
+  version: 1.4
+name: Sub-Install
+no_index:
+  directory:
+    - t
+    - inc
+requires:
+  Scalar::Util: 0
+  Test::More: 0
+resources:
+  x_Repository: http://github.com/rjbs/sub-install
+version: 0.926
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sub-Install-0.925/lib/Sub/Install.pm 
new/Sub-Install-0.926/lib/Sub/Install.pm
--- old/Sub-Install-0.925/lib/Sub/Install.pm    2009-01-16 16:37:32.000000000 
+0100
+++ new/Sub-Install-0.926/lib/Sub/Install.pm    2012-02-26 15:38:56.000000000 
+0100
@@ -12,11 +12,11 @@
 
 =head1 VERSION
 
-version 0.925
+version 0.926
 
 =cut
 
-our $VERSION = '0.925';
+our $VERSION = '0.926';
 
 =head1 SYNOPSIS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sub-Install-0.925/t/install.t 
new/Sub-Install-0.926/t/install.t
--- old/Sub-Install-0.925/t/install.t   2008-11-21 22:44:22.000000000 +0100
+++ new/Sub-Install-0.926/t/install.t   2012-02-26 15:37:53.000000000 +0100
@@ -21,7 +21,7 @@
   SKIP: {
     skip "can't run this test without Test::Output", 1 unless $to_avail;
     Sub::Install::install_sub({ code => \&ok, as => 'tmp_ok' });
-    
+
     my $expected_warning = <<'END_WARNING';
 Subroutine main::tmp_ok redefined at t/install.t line 31
 Prototype mismatch: sub main::tmp_ok ($;$) vs ($$;$) at t/install.t line 31
@@ -31,6 +31,7 @@
       sub { Sub::Install::install_sub({ code => \&is, as => 'tmp_ok' }) }
     );
 
+    $stderr =~ s!\.$!!gm;
     $stderr =~ s!\\!/!g;
     is(
       $stderr,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sub-Install-0.925/t/reinstall.t 
new/Sub-Install-0.926/t/reinstall.t
--- old/Sub-Install-0.925/t/reinstall.t 2008-11-21 22:44:22.000000000 +0100
+++ new/Sub-Install-0.926/t/reinstall.t 2012-02-26 15:36:40.000000000 +0100
@@ -23,7 +23,7 @@
   SKIP: {
     skip "can't run this test without Test::Output", 1 unless $to_avail;
     Sub::Install::reinstall_sub({ code => \&ok, as => 'tmp_ok' });
-    
+
     my $expected_warning = <<'END_WARNING';
 Prototype mismatch: sub main::tmp_ok ($;$) vs ($$;$) at t/reinstall.t line 32
 END_WARNING
@@ -33,6 +33,7 @@
     );
 
     $stderr =~ s!\\!/!g;
+    $stderr =~ s!\.$!!g;
     is(
       $stderr,
       $expected_warning,

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

Reply via email to