Hello community,

here is the log from the commit of package perl-ExtUtils-LibBuilder for 
openSUSE:Factory checked in at 2014-09-20 15:49:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-ExtUtils-LibBuilder (Old)
 and      /work/SRC/openSUSE:Factory/.perl-ExtUtils-LibBuilder.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-ExtUtils-LibBuilder"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-ExtUtils-LibBuilder/perl-ExtUtils-LibBuilder.changes
        2012-05-26 12:38:40.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-ExtUtils-LibBuilder.new/perl-ExtUtils-LibBuilder.changes
   2014-09-20 15:49:12.000000000 +0200
@@ -1,0 +2,7 @@
+Fri Sep 19 12:15:47 UTC 2014 - [email protected]
+
+- updated to 0.06
+     - Fixed metadata for metacpan (thanks to Gabor Szabo).
+     - Added metadata for metacpan.
+
+-------------------------------------------------------------------

Old:
----
  ExtUtils-LibBuilder-0.04.tar.gz

New:
----
  ExtUtils-LibBuilder-0.06.tar.gz

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

Other differences:
------------------
++++++ perl-ExtUtils-LibBuilder.spec ++++++
--- /var/tmp/diff_new_pack.sTBgdj/_old  2014-09-20 15:49:13.000000000 +0200
+++ /var/tmp/diff_new_pack.sTBgdj/_new  2014-09-20 15:49:13.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-ExtUtils-LibBuilder (Version 0.04)
+# spec file for package perl-ExtUtils-LibBuilder
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -15,25 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           perl-ExtUtils-LibBuilder
-Version:        0.04
-Release:        1
-License:        GPL-1.0+ or Artistic-1.0
+Version:        0.06
+Release:        0
 %define cpan_name ExtUtils-LibBuilder
 Summary:        A tool to build C libraries.
-Url:            http://search.cpan.org/dist/ExtUtils-LibBuilder/
+License:        Artistic-1.0 or GPL-1.0+
 Group:          Development/Libraries/Perl
-Source:         
http://www.cpan.org/authors/id/A/AM/AMBS/ExtUtils/%{cpan_name}-%{version}.tar.gz
+Url:            http://search.cpan.org/dist/ExtUtils-LibBuilder/
+Source:         
http://www.cpan.org/authors/id/A/AM/AMBS/%{cpan_name}-%{version}.tar.gz
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
-BuildRequires:  perl(Module::Build)
 BuildRequires:  perl-macros
 BuildRequires:  perl(ExtUtils::CBuilder) >= 0.23
-BuildRequires:  perl(File::Spec)
-BuildRequires:  perl(File::Temp)
-BuildRequires:  perl(Module::Build)
-BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Module::Build) >= 0.42
 %{perl_requires}
 
 %description
@@ -53,9 +50,6 @@
 ./Build install destdir=%{buildroot} create_packlist=0
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
 %defattr(-,root,root,755)
 %doc Changes README

++++++ ExtUtils-LibBuilder-0.04.tar.gz -> ExtUtils-LibBuilder-0.06.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-LibBuilder-0.04/Build.PL 
new/ExtUtils-LibBuilder-0.06/Build.PL
--- old/ExtUtils-LibBuilder-0.04/Build.PL       2010-11-21 14:41:53.000000000 
+0100
+++ new/ExtUtils-LibBuilder-0.06/Build.PL       2014-08-31 22:02:55.000000000 
+0200
@@ -7,13 +7,18 @@
     license             => 'perl',
     dist_author         => q{Alberto Simoes <[email protected]>},
     dist_version_from   => 'lib/ExtUtils/LibBuilder.pm',
-    build_requires => {
-                       'ExtUtils::CBuilder' => '0.23',
-                       'File::Spec' => 0,
-                       'File::Temp' => 0,
-                       'Test::More' => 0,
+    build_requires      => {
+                            'ExtUtils::CBuilder' => '0.23',
+                            'File::Spec'         => 0,
+                            'File::Temp'         => 0,
+                            'Test::More'         => 0,
     },
     add_to_cleanup      => [ 'ExtUtils-LibBuilder-*' ],
+    meta_merge => {
+        resources  => {
+            repository => 'http://github.com/ambs/ExtUtils-LibBuilder',
+        },
+    },
 );
 
 $builder->create_build_script();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-LibBuilder-0.04/Changes 
new/ExtUtils-LibBuilder-0.06/Changes
--- old/ExtUtils-LibBuilder-0.04/Changes        2010-11-21 14:41:53.000000000 
+0100
+++ new/ExtUtils-LibBuilder-0.06/Changes        2014-08-31 22:02:55.000000000 
+0200
@@ -1,5 +1,11 @@
 Revision history for ExtUtils-LibBuilder
 
+0.06    Sun Aug 31 21:02:44 WEST 2014
+        - Fixed metadata for metacpan (thanks to Gabor Szabo).
+
+0.05    Sun Aug 31 13:44:44 WEST 2014
+        - Added metadata for metacpan.
+
 0.04    Sun Nov 21 13:38:35 WET 2010
         - Trying my luck on IRIX...
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-LibBuilder-0.04/MANIFEST 
new/ExtUtils-LibBuilder-0.06/MANIFEST
--- old/ExtUtils-LibBuilder-0.04/MANIFEST       2010-11-21 14:41:53.000000000 
+0100
+++ new/ExtUtils-LibBuilder-0.06/MANIFEST       2014-08-31 22:02:55.000000000 
+0200
@@ -5,7 +5,7 @@
 lib/ExtUtils/LibBuilder.pm
 t/00-load.t
 t/01-simple.t
-t/manifest.t
 t/pod-coverage.t
 t/pod.t
 META.yml
+META.json
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-LibBuilder-0.04/META.json 
new/ExtUtils-LibBuilder-0.06/META.json
--- old/ExtUtils-LibBuilder-0.04/META.json      1970-01-01 01:00:00.000000000 
+0100
+++ new/ExtUtils-LibBuilder-0.06/META.json      2014-08-31 22:02:55.000000000 
+0200
@@ -0,0 +1,47 @@
+{
+   "abstract" : "A tool to build C libraries.",
+   "author" : [
+      "Alberto Simoes <[email protected]>"
+   ],
+   "dynamic_config" : 1,
+   "generated_by" : "Module::Build version 0.4208",
+   "license" : [
+      "perl_5"
+   ],
+   "meta-spec" : {
+      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec";,
+      "version" : "2"
+   },
+   "name" : "ExtUtils-LibBuilder",
+   "prereqs" : {
+      "build" : {
+         "requires" : {
+            "ExtUtils::CBuilder" : "0.23",
+            "File::Spec" : "0",
+            "File::Temp" : "0",
+            "Test::More" : "0"
+         }
+      },
+      "configure" : {
+         "requires" : {
+            "Module::Build" : "0.42"
+         }
+      }
+   },
+   "provides" : {
+      "ExtUtils::LibBuilder" : {
+         "file" : "lib/ExtUtils/LibBuilder.pm",
+         "version" : "0.06"
+      }
+   },
+   "release_status" : "stable",
+   "resources" : {
+      "license" : [
+         "http://dev.perl.org/licenses/";
+      ],
+      "repository" : {
+         "url" : "http://github.com/ambs/ExtUtils-LibBuilder";
+      }
+   },
+   "version" : "0.06"
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-LibBuilder-0.04/META.yml 
new/ExtUtils-LibBuilder-0.06/META.yml
--- old/ExtUtils-LibBuilder-0.04/META.yml       2010-11-21 14:41:53.000000000 
+0100
+++ new/ExtUtils-LibBuilder-0.06/META.yml       2014-08-31 22:02:55.000000000 
+0200
@@ -3,22 +3,24 @@
 author:
   - 'Alberto Simoes <[email protected]>'
 build_requires:
-  ExtUtils::CBuilder: 0.23
-  File::Spec: 0
-  File::Temp: 0
-  Test::More: 0
+  ExtUtils::CBuilder: '0.23'
+  File::Spec: '0'
+  File::Temp: '0'
+  Test::More: '0'
 configure_requires:
-  Module::Build: 0.36
-generated_by: 'Module::Build version 0.3607'
+  Module::Build: '0.42'
+dynamic_config: 1
+generated_by: 'Module::Build version 0.4208, CPAN::Meta::Converter version 
2.142060'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
-  version: 1.4
+  version: '1.4'
 name: ExtUtils-LibBuilder
 provides:
   ExtUtils::LibBuilder:
     file: lib/ExtUtils/LibBuilder.pm
-    version: 0.04
+    version: '0.06'
 resources:
   license: http://dev.perl.org/licenses/
-version: 0.04
+  repository: http://github.com/ambs/ExtUtils-LibBuilder
+version: '0.06'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-LibBuilder-0.04/lib/ExtUtils/LibBuilder.pm 
new/ExtUtils-LibBuilder-0.06/lib/ExtUtils/LibBuilder.pm
--- old/ExtUtils-LibBuilder-0.04/lib/ExtUtils/LibBuilder.pm     2010-11-21 
14:41:53.000000000 +0100
+++ new/ExtUtils-LibBuilder-0.06/lib/ExtUtils/LibBuilder.pm     2014-08-31 
22:02:55.000000000 +0200
@@ -3,7 +3,7 @@
 use warnings;
 use strict;
 
-our $VERSION = '0.04';
+our $VERSION = '0.06';
 our $DEBUG   = 0;
 
 use base 'ExtUtils::CBuilder';
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-LibBuilder-0.04/t/manifest.t 
new/ExtUtils-LibBuilder-0.06/t/manifest.t
--- old/ExtUtils-LibBuilder-0.04/t/manifest.t   2010-11-21 14:41:53.000000000 
+0100
+++ new/ExtUtils-LibBuilder-0.06/t/manifest.t   1970-01-01 01:00:00.000000000 
+0100
@@ -1,13 +0,0 @@
-#!perl -T
-
-use strict;
-use warnings;
-use Test::More;
-
-unless ( $ENV{RELEASE_TESTING} ) {
-    plan( skip_all => "Author tests not required for installation" );
-}
-
-eval "use Test::CheckManifest 0.9";
-plan skip_all => "Test::CheckManifest 0.9 required" if $@;
-ok_manifest();

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

Reply via email to