diff --git a/App-Nopaste-0.33.tar.gz b/App-Nopaste-0.33.tar.gz deleted file mode 100644 index 5865db1..0000000 --- a/App-Nopaste-0.33.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e335d7d7f017ba966e8845b276af154b320d079a191dd3f286bee209cf0cd8a -size 38620 diff --git a/App-Nopaste-0.35.tar.gz b/App-Nopaste-0.35.tar.gz new file mode 100644 index 0000000..4fa11ac --- /dev/null +++ b/App-Nopaste-0.35.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41bcd5540b8d002b817afbf0e434fdfeda84148c17827d4a9e090bf1bc85f9c0 +size 40698 diff --git a/perl-App-Nopaste.changes b/perl-App-Nopaste.changes index 2f38d2a..6b41177 100644 --- a/perl-App-Nopaste.changes +++ b/perl-App-Nopaste.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Sep 4 13:09:10 UTC 2012 - coolo@suse.com + +- updated to 0.35 + Don't barf when gist-ing STDIN. (Ricardo SIGNES) + Support for GitHub's v3 API [Вячеслав Тихановский (vti)] + ------------------------------------------------------------------- Thu Dec 15 18:57:27 UTC 2011 - pascal.bleser@opensuse.org diff --git a/perl-App-Nopaste.spec b/perl-App-Nopaste.spec index cb1b5ed..c29ae46 100644 --- a/perl-App-Nopaste.spec +++ b/perl-App-Nopaste.spec @@ -1,7 +1,7 @@ # # spec file for package perl-App-Nopaste # -# 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 @@ -15,8 +15,9 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: perl-App-Nopaste -Version: 0.33 +Version: 0.35 Release: 0 Summary: Easy access to any pastebin License: Artistic-1.0 or GPL-1.0+ @@ -36,16 +37,17 @@ BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 BuildRequires: perl(File::Spec) BuildRequires: perl(File::Temp) BuildRequires: perl(HTML::Form) +BuildRequires: perl(JSON) BuildRequires: perl(Module::Pluggable) BuildRequires: perl(Moose) >= 0.74 BuildRequires: perl(MooseX::Getopt) >= 0.17 BuildRequires: perl(WWW::Mechanize) BuildRequires: perl(WWW::Pastebin::PastebinCom::Create) -Requires: perl(MooseX::Getopt) >= 0.17 -Requires: perl(Module::Pluggable) -Requires: perl(WWW::Mechanize) -Requires: perl(Moose) >= 0.74 Requires: perl(HTML::Form) +Requires: perl(Module::Pluggable) +Requires: perl(Moose) >= 0.74 +Requires: perl(MooseX::Getopt) >= 0.17 +Requires: perl(WWW::Mechanize) Recommends: perl(Browser::Open) Recommends: perl(Clipboard) Recommends: perl(WWW::Pastebin::PastebinCom::Create) @@ -113,9 +115,6 @@ find "%{buildroot}%{perl_vendorlib}" -type f -name '*.pm' -exec %__chmod 0644 {} %check %__make test -%clean -%{?buildroot:%__rm -rf "%{buildroot}"} - %files %defattr(-,root,root) %doc Changes