Hello community,

here is the log from the commit of package perl-WWW-Pastebin-PastebinCom-Create 
for openSUSE:Factory checked in at 2013-06-17 10:16:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-WWW-Pastebin-PastebinCom-Create (Old)
 and      /work/SRC/openSUSE:Factory/.perl-WWW-Pastebin-PastebinCom-Create.new 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-WWW-Pastebin-PastebinCom-Create"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-WWW-Pastebin-PastebinCom-Create/perl-WWW-Pastebin-PastebinCom-Create.changes
        2011-12-25 17:39:55.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-WWW-Pastebin-PastebinCom-Create.new/perl-WWW-Pastebin-PastebinCom-Create.changes
   2013-06-17 10:16:53.000000000 +0200
@@ -1,0 +2,6 @@
+Sat Jun 15 06:13:45 UTC 2013 - [email protected]
+
+- updated to 0.004
+  Fixed an error in one of the test files
+
+-------------------------------------------------------------------

Old:
----
  WWW-Pastebin-PastebinCom-Create-0.003.tar.gz

New:
----
  WWW-Pastebin-PastebinCom-Create-0.004.tar.gz

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

Other differences:
------------------
++++++ perl-WWW-Pastebin-PastebinCom-Create.spec ++++++
--- /var/tmp/diff_new_pack.kyZxFY/_old  2013-06-17 10:16:53.000000000 +0200
+++ /var/tmp/diff_new_pack.kyZxFY/_new  2013-06-17 10:16:53.000000000 +0200
@@ -1,8 +1,7 @@
-# vim: set sw=4 ts=4 et nu:
 #
 # spec file for package perl-WWW-Pastebin-PastebinCom-Create
 #
-# 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
@@ -15,61 +14,50 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
 Name:           perl-WWW-Pastebin-PastebinCom-Create
-Version:        0.003
+Version:        0.004
 Release:        0
-Summary:        Paste to pastebin.com from Perl
+%define cpan_name WWW-Pastebin-PastebinCom-Create
+Summary:        paste to L<http://pastebin.com> from Perl.
 License:        Artistic-1.0 or GPL-1.0+
 Group:          Development/Libraries/Perl
-Source:         
http://search.cpan.org/CPAN/authors/id/Z/ZO/ZOFFIX/WWW-Pastebin-PastebinCom-Create-%{version}.tar.gz
-Url:            http://search.cpan.org/dist/WWW-Pastebin-PastebinCom-Create
+Url:            http://search.cpan.org/dist/WWW-Pastebin-PastebinCom-Create/
+Source:         
http://www.cpan.org/authors/id/Z/ZO/ZOFFIX/%{cpan_name}-%{version}.tar.gz
+BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Carp) >= 1.04
 BuildRequires:  perl(LWP::UserAgent) >= 2.036
-BuildRequires:  perl(Module::Build) >= 0.35
-BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Module::Build) >= 0.36
 BuildRequires:  perl(URI) >= 1.35
-BuildRequires:  perl(overload) >= 1.04
-Requires:       perl(URI) >= 1.35
+#BuildRequires: perl(Test::Kwalitee)
+#BuildRequires: perl(WWW::Pastebin::PastebinCom::Create)
 Requires:       perl(LWP::UserAgent) >= 2.036
-Requires:       perl(overload) >= 1.04
-Requires:       perl(Carp) >= 1.04
+Requires:       perl(URI) >= 1.35
+%{perl_requires}
 
 %description
 The module provides means of pasting large texts into the
-http://pastebin.com pastebin site.
+http://pastebin.com manpage pastebin site.
 
 %prep
-%setup -q -n "WWW-Pastebin-PastebinCom-Create-%{version}"
+%setup -q -n %{cpan_name}-%{version}
 
 %build
-%__perl ./Build.PL
-./Build
-
-%install
-./Build pure_install --destdir "%{buildroot}" --installdirs vendor
-%perl_process_packlist
+%{__perl} Build.PL installdirs=vendor
+./Build build flags=%{?_smp_mflags}
 
 %check
 ./Build test
 
-%clean
-%{?buildroot:%__rm -rf "%{buildroot}"}
+%install
+./Build install destdir=%{buildroot} create_packlist=0
+%perl_gen_filelist
 
-%files
-%defattr(-,root,root)
-%doc Changes README
-%dir %{perl_vendorlib}/WWW
-%dir %{perl_vendorlib}/WWW/Pastebin
-%dir %{perl_vendorlib}/WWW/Pastebin/PastebinCom
-%{perl_vendorlib}/WWW/Pastebin/PastebinCom/Create.pm
-%dir %{perl_vendorarch}/auto/WWW
-%dir %{perl_vendorarch}/auto/WWW/Pastebin
-%dir %{perl_vendorarch}/auto/WWW/Pastebin/PastebinCom
-%{perl_vendorarch}/auto/WWW/Pastebin/PastebinCom/Create
-%doc 
%{perl_man3dir}/WWW::Pastebin::PastebinCom::Create.%{perl_man3ext}%{ext_man}
+%files -f %{name}.files
+%defattr(-,root,root,755)
+%doc Changes examples README
 
 %changelog

++++++ WWW-Pastebin-PastebinCom-Create-0.003.tar.gz -> 
WWW-Pastebin-PastebinCom-Create-0.004.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Pastebin-PastebinCom-Create-0.003/Changes 
new/WWW-Pastebin-PastebinCom-Create-0.004/Changes
--- old/WWW-Pastebin-PastebinCom-Create-0.003/Changes   2010-03-17 
21:24:56.000000000 +0100
+++ new/WWW-Pastebin-PastebinCom-Create-0.004/Changes   2011-12-04 
15:11:50.000000000 +0100
@@ -1,5 +1,8 @@
 Revision history for WWW-Pastebin-PastebinCom-Create
 
+0.004   Dec 4, 2011
+        Fixed an error in one of the test files
+
 0.003   Jan 17, 2009
         Applied Diab Jerius's patch to adopt the module for the new 
pastebin.com format
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Pastebin-PastebinCom-Create-0.003/META.yml 
new/WWW-Pastebin-PastebinCom-Create-0.004/META.yml
--- old/WWW-Pastebin-PastebinCom-Create-0.003/META.yml  2010-03-17 
21:24:56.000000000 +0100
+++ new/WWW-Pastebin-PastebinCom-Create-0.004/META.yml  2011-12-04 
15:11:50.000000000 +0100
@@ -1,26 +1,26 @@
 ---
-name: WWW-Pastebin-PastebinCom-Create
-version: 0.003
+abstract: 'paste to L<http://pastebin.com> from Perl.'
 author:
   - 'Zoffix Znet <[email protected]>'
-abstract: paste to L<http://pastebin.com> from Perl.
-license: perl
-resources:
-  license: http://dev.perl.org/licenses/
 build_requires:
   Test::More: 0
+configure_requires:
+  Module::Build: 0.36
+generated_by: 'Module::Build version 0.3607'
+license: perl
+meta-spec:
+  url: http://module-build.sourceforge.net/META-spec-v1.4.html
+  version: 1.4
+name: WWW-Pastebin-PastebinCom-Create
+provides:
+  WWW::Pastebin::PastebinCom::Create:
+    file: lib/WWW/Pastebin/PastebinCom/Create.pm
+    version: 0.004
 requires:
   Carp: 1.04
   LWP::UserAgent: 2.036
   URI: 1.35
   overload: 1.04
-configure_requires:
-  Module::Build: 0.35
-provides:
-  WWW::Pastebin::PastebinCom::Create:
-    file: lib/WWW/Pastebin/PastebinCom/Create.pm
-    version: 0.003
-generated_by: Module::Build version 0.35
-meta-spec:
-  url: http://module-build.sourceforge.net/META-spec-v1.4.html
-  version: 1.4
+resources:
+  license: http://dev.perl.org/licenses/
+version: 0.004
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Pastebin-PastebinCom-Create-0.003/Makefile.PL 
new/WWW-Pastebin-PastebinCom-Create-0.004/Makefile.PL
--- old/WWW-Pastebin-PastebinCom-Create-0.003/Makefile.PL       2010-03-17 
21:24:56.000000000 +0100
+++ new/WWW-Pastebin-PastebinCom-Create-0.004/Makefile.PL       2011-12-04 
15:11:50.000000000 +0100
@@ -1,18 +1,18 @@
-# Note: this file was auto-generated by Module::Build::Compat version 0.35
+# Note: this file was auto-generated by Module::Build::Compat version 0.3607
 use ExtUtils::MakeMaker;
 WriteMakefile
 (
-          'NAME' => 'WWW::Pastebin::PastebinCom::Create',
-          'VERSION_FROM' => 'lib/WWW/Pastebin/PastebinCom/Create.pm',
-          'PREREQ_PM' => {
-                           'Carp' => '1.04',
-                           'LWP::UserAgent' => '2.036',
-                           'Test::More' => 0,
-                           'URI' => '1.35',
-                           'overload' => '1.04'
-                         },
-          'INSTALLDIRS' => 'site',
-          'EXE_FILES' => [],
-          'PL_FILES' => {}
-        )
+  'NAME' => 'WWW::Pastebin::PastebinCom::Create',
+  'VERSION_FROM' => 'lib/WWW/Pastebin/PastebinCom/Create.pm',
+  'PREREQ_PM' => {
+                   'Carp' => '1.04',
+                   'LWP::UserAgent' => '2.036',
+                   'Test::More' => 0,
+                   'URI' => '1.35',
+                   'overload' => '1.04'
+                 },
+  'INSTALLDIRS' => 'site',
+  'EXE_FILES' => [],
+  'PL_FILES' => {}
+)
 ;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/WWW-Pastebin-PastebinCom-Create-0.003/lib/WWW/Pastebin/PastebinCom/Create.pm
 
new/WWW-Pastebin-PastebinCom-Create-0.004/lib/WWW/Pastebin/PastebinCom/Create.pm
--- 
old/WWW-Pastebin-PastebinCom-Create-0.003/lib/WWW/Pastebin/PastebinCom/Create.pm
    2010-03-17 21:24:56.000000000 +0100
+++ 
new/WWW-Pastebin-PastebinCom-Create-0.004/lib/WWW/Pastebin/PastebinCom/Create.pm
    2011-12-04 15:11:50.000000000 +0100
@@ -3,7 +3,7 @@
 use warnings;
 use strict;
 
-our $VERSION = '0.003';
+our $VERSION = '0.004';
 
 use Carp;
 use URI;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Pastebin-PastebinCom-Create-0.003/t/00-load.t 
new/WWW-Pastebin-PastebinCom-Create-0.004/t/00-load.t
--- old/WWW-Pastebin-PastebinCom-Create-0.003/t/00-load.t       2010-03-17 
21:24:56.000000000 +0100
+++ new/WWW-Pastebin-PastebinCom-Create-0.004/t/00-load.t       2011-12-04 
15:11:50.000000000 +0100
@@ -13,10 +13,10 @@
     use_ok( 'WWW::Pastebin::PastebinCom::Create' );
 }
 
-diag( "Testing WWW::Pastebin::PastebinCom::Paste 
$WWW::Pastebin::PastebinCom::Paste::VERSION, Perl $], $^X" );
+diag( "Testing WWW::Pastebin::PastebinCom::Create 
$WWW::Pastebin::PastebinCom::Create::VERSION, Perl $], $^X" );
 
 use WWW::Pastebin::PastebinCom::Create;
 
 my $p = WWW::Pastebin::PastebinCom::Create->new;
 isa_ok( $p, 'WWW::Pastebin::PastebinCom::Create' );
-can_ok( $p, qw(new paste paste_uri error get_valid_formats) );
\ No newline at end of file
+can_ok( $p, qw(new paste paste_uri error get_valid_formats) );

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

Reply via email to