Hello community,
here is the log from the commit of package perl-WWW-Pastebin-PastebinCom-Create
for openSUSE:Factory checked in at 2015-04-27 22:08:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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
2013-06-17 10:16:53.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-WWW-Pastebin-PastebinCom-Create.new/perl-WWW-Pastebin-PastebinCom-Create.changes
2015-04-27 22:09:11.000000000 +0200
@@ -1,0 +2,14 @@
+Mon Apr 27 05:17:56 UTC 2015 - [email protected]
+
+- disable tesing
+
+-------------------------------------------------------------------
+Sun Feb 9 13:34:25 UTC 2014 - [email protected]
+
+- updated to 1.003
+ - Fixed a bug where the module died when a network error occured
+ - Fixed the module and the tests to handle properly the case
+ when we reach the daily 10-pastes limit.
+ - Resurrected the module for use with App::Nopaste
+
+-------------------------------------------------------------------
Old:
----
WWW-Pastebin-PastebinCom-Create-0.004.tar.gz
New:
----
WWW-Pastebin-PastebinCom-Create-1.003.tar.gz
cpanspec.yml
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-WWW-Pastebin-PastebinCom-Create.spec ++++++
--- /var/tmp/diff_new_pack.Vggegq/_old 2015-04-27 22:09:11.000000000 +0200
+++ /var/tmp/diff_new_pack.Vggegq/_new 2015-04-27 22:09:11.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-WWW-Pastebin-PastebinCom-Create
#
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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,30 +17,30 @@
Name: perl-WWW-Pastebin-PastebinCom-Create
-Version: 0.004
+Version: 1.003
Release: 0
%define cpan_name WWW-Pastebin-PastebinCom-Create
-Summary: paste to L<http://pastebin.com> from Perl.
-License: Artistic-1.0 or GPL-1.0+
+Summary: Paste On Www.Pastebin.Com Without Api Keys
+License: Artistic-2.0
Group: Development/Libraries/Perl
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
+Source0:
http://www.cpan.org/authors/id/Z/ZO/ZOFFIX/%{cpan_name}-%{version}.tar.gz
+Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
-BuildRequires: perl(LWP::UserAgent) >= 2.036
-BuildRequires: perl(Module::Build) >= 0.36
-BuildRequires: perl(URI) >= 1.35
-#BuildRequires: perl(Test::Kwalitee)
-#BuildRequires: perl(WWW::Pastebin::PastebinCom::Create)
-Requires: perl(LWP::UserAgent) >= 2.036
-Requires: perl(URI) >= 1.35
+BuildRequires: perl(Module::Build)
+BuildRequires: perl(Moo) >= 1.004001
+BuildRequires: perl(WWW::Mechanize) >= 1.73
+Requires: perl(Moo) >= 1.004001
+Requires: perl(WWW::Mechanize) >= 1.73
%{perl_requires}
%description
-The module provides means of pasting large texts into the
-http://pastebin.com manpage pastebin site.
+This module provides the means to paste on the www.pastebin.com manpage
+pastebin, without the need for http://pastebin.com/api. See the WARNING!!!
+section above.
%prep
%setup -q -n %{cpan_name}-%{version}
@@ -50,7 +50,8 @@
./Build build flags=%{?_smp_mflags}
%check
-./Build test
+# MANUAL no testing (accesses pastebin)
+#./Build test
%install
./Build install destdir=%{buildroot} create_packlist=0
@@ -58,6 +59,6 @@
%files -f %{name}.files
%defattr(-,root,root,755)
-%doc Changes examples README
+%doc Changes examples LICENSE README
%changelog
++++++ WWW-Pastebin-PastebinCom-Create-0.004.tar.gz ->
WWW-Pastebin-PastebinCom-Create-1.003.tar.gz ++++++
++++ 2091 lines of diff (skipped)
++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
no_testing: accesses pastebin
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
#preamble: |-
# BuildRequires: gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module