Hello community,

here is the log from the commit of package perl-App-Nopaste for 
openSUSE:Factory checked in at 2014-02-11 10:42:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-App-Nopaste (Old)
 and      /work/SRC/openSUSE:Factory/.perl-App-Nopaste.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-App-Nopaste"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-App-Nopaste/perl-App-Nopaste.changes        
2013-05-16 11:22:59.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-App-Nopaste.new/perl-App-Nopaste.changes   
2014-02-11 10:42:29.000000000 +0100
@@ -1,0 +2,12 @@
+Sun Feb  9 13:31:34 UTC 2014 - [email protected]
+
+- updated to 0.96
+       - added missing prereqs
+       - bumped the minimum version needed for the (optional) prerequisite
+         WWW::Pastebin::PastebinCom::Create, to avoid errors in previous
+         versions (thanks, Zoffix!)
+       - updated and fixed debian and ubuntu language mappings (haarg, PR#1)
+       - packaging converted to Dist::Zilla; handling of optional features
+         fixed (see RT#91053)
+
+-------------------------------------------------------------------

Old:
----
  App-Nopaste-0.92.tar.gz

New:
----
  App-Nopaste-0.96.tar.gz

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

Other differences:
------------------
++++++ perl-App-Nopaste.spec ++++++
--- /var/tmp/diff_new_pack.pdWAnX/_old  2014-02-11 10:42:29.000000000 +0100
+++ /var/tmp/diff_new_pack.pdWAnX/_new  2014-02-11 10:42:29.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-App-Nopaste
 #
-# Copyright (c) 2013 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
@@ -17,54 +17,40 @@
 
 
 Name:           perl-App-Nopaste
-Version:        0.92
+Version:        0.96
 Release:        0
 %define cpan_name App-Nopaste
 Summary:        easy access to any pastebin
 License:        Artistic-1.0 or GPL-1.0+
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/App-Nopaste/
-Source:         
http://www.cpan.org/authors/id/S/SA/SARTAK/%{cpan_name}-%{version}.tar.gz
+Source:         
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
 # MANUAL
 Source1:        SusePaste.pm
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Browser::Open)
 BuildRequires:  perl(Class::Load)
-BuildRequires:  perl(Clipboard)
-BuildRequires:  perl(Getopt::Long::Descriptive) >= 0.090
+BuildRequires:  perl(Getopt::Long::Descriptive)
 BuildRequires:  perl(JSON)
+BuildRequires:  perl(LWP::Protocol)
+BuildRequires:  perl(Module::Build::Tiny) >= 0.034
 BuildRequires:  perl(Module::Pluggable)
+BuildRequires:  perl(Module::Runtime)
 BuildRequires:  perl(URI::Escape)
 BuildRequires:  perl(WWW::Mechanize)
-BuildRequires:  perl(WWW::Pastebin::PastebinCom::Create)
-#BuildRequires: perl(App::Nopaste)
-#BuildRequires: perl(App::Nopaste::Command)
-#BuildRequires: perl(App::Nopaste::Service)
-#BuildRequires: perl(CPANPLUS::Backend)
-#BuildRequires: perl(HTTP::Request::Common)
-#BuildRequires: perl(inc::Module::Install)
-#BuildRequires: perl(LWP::Protocol)
-#BuildRequires: perl(LWP::Simple)
-#BuildRequires: perl(Module::AutoInstall)
-#BuildRequires: perl(Module::Build)
-#BuildRequires: perl(Module::Install::AutoManifest)
-#BuildRequires: perl(Module::Install::Base)
-#BuildRequires: perl(Module::Install::GithubMeta)
-#BuildRequires: perl(Module::Install::ManifestSkip)
-#BuildRequires: perl(Parse::CPAN::Meta)
-#BuildRequires: perl(YAML::Tiny)
-Requires:       perl(Browser::Open)
+BuildRequires:  perl(version)
 Requires:       perl(Class::Load)
-Requires:       perl(Clipboard)
-Requires:       perl(Getopt::Long::Descriptive) >= 0.090
+Requires:       perl(Getopt::Long::Descriptive)
 Requires:       perl(JSON)
 Requires:       perl(Module::Pluggable)
+Requires:       perl(Module::Runtime)
 Requires:       perl(URI::Escape)
 Requires:       perl(WWW::Mechanize)
-Requires:       perl(WWW::Pastebin::PastebinCom::Create)
+Recommends:     perl(Browser::Open)
+Recommends:     perl(Clipboard)
+Recommends:     perl(WWW::Pastebin::PastebinCom::Create) >= 1.003
 %{perl_requires}
 
 %description
@@ -115,19 +101,18 @@
 find . -type f -print0 | xargs -0 chmod 644
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+%{__perl} Build.PL --installdirs=vendor
+./Build build --flags=%{?_smp_mflags}
 
 %check
-%{__make} test
+./Build test
 
 %install
-%perl_make_install
-%perl_process_packlist
+./Build install --destdir=%{buildroot} --create_packlist=0
 %perl_gen_filelist
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes
+%doc Changes CONTRIBUTING LICENSE README README.md
 
 %changelog

++++++ App-Nopaste-0.92.tar.gz -> App-Nopaste-0.96.tar.gz ++++++
++++ 7715 lines of diff (skipped)

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

Reply via email to