From ec4521eeeb15771be581566b8ac4cd050b8256a0c3ab16619a1fd11c1863d581 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 4 Sep 2012 13:18:09 +0000 Subject: [PATCH] =?UTF-8?q?-=20updated=20to=200.35=20=20=20=20=20=20Don't?= =?UTF-8?q?=20barf=20when=20gist-ing=20STDIN.=20(Ricardo=20SIGNES)=20=20?= =?UTF-8?q?=20=20=20=20Support=20for=20GitHub's=20v3=20API=20[=D0=92=D1=8F?= =?UTF-8?q?=D1=87=D0=B5=D1=81=D0=BB=D0=B0=D0=B2=20=D0=A2=D0=B8=D1=85=D0=B0?= =?UTF-8?q?=D0=BD=D0=BE=D0=B2=D1=81=D0=BA=D0=B8=D0=B9=20(vti)]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-Nopaste?expand=0&rev=17 --- App-Nopaste-0.33.tar.gz | 3 --- App-Nopaste-0.35.tar.gz | 3 +++ perl-App-Nopaste.changes | 7 +++++++ perl-App-Nopaste.spec | 17 ++++++++--------- 4 files changed, 18 insertions(+), 12 deletions(-) delete mode 100644 App-Nopaste-0.33.tar.gz create mode 100644 App-Nopaste-0.35.tar.gz 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