forked from pool/perl-App-Nopaste
0.26
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-Nopaste?expand=0&rev=9
This commit is contained in:
parent
ae0943f0f0
commit
11f5805475
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:af011e85819df38db0fc0f814fc507ff6fab1d3e8ce94c8c05bdc22b7982249e
|
||||
size 34965
|
3
App-Nopaste-0.26.tar.gz
Normal file
3
App-Nopaste-0.26.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f87cd8d92cf1dd9109c9976b27871d6f75d9c9757b11f0de67b7ce60f4c6ef3c
|
||||
size 35126
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 24 13:29:59 UTC 2011 - pascal.bleser@opensuse.org
|
||||
|
||||
- update to 0.26:
|
||||
* add --open (-o) for opening the nopaste in your browser
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 4 01:39:47 UTC 2011 - pascal.bleser@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
# vim: set sw=4 ts=4 et nu:
|
||||
|
||||
Name: perl-App-Nopaste
|
||||
Version: 0.25
|
||||
Version: 0.26
|
||||
Release: 0
|
||||
Summary: Easy access to any pastebin
|
||||
Source: http://search.cpan.org/CPAN/authors/id/S/SA/SARTAK/App-Nopaste-%{version}.tar.gz
|
||||
@ -11,7 +11,6 @@ Group: Development/Libraries/Perl
|
||||
License: Perl License
|
||||
BuildRoot: %{_tmppath}/build-%{name}-%{version}
|
||||
%{perl_requires}
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: make
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
|
||||
@ -20,6 +19,7 @@ BuildRequires: perl(Module::Pluggable)
|
||||
BuildRequires: perl(WWW::Mechanize)
|
||||
BuildRequires: perl(Moose) >= 0.74
|
||||
BuildRequires: perl(Clipboard)
|
||||
BuildRequires: perl(Browser::Open)
|
||||
BuildRequires: perl(WWW::Pastebin::PastebinCom::Create)
|
||||
BuildRequires: perl(Config::GitLike)
|
||||
BuildRequires: perl(File::Temp)
|
||||
@ -28,6 +28,7 @@ Requires: perl(MooseX::Getopt) >= 0.17
|
||||
Requires: perl(Module::Pluggable)
|
||||
Requires: perl(WWW::Mechanize)
|
||||
Requires: perl(Moose) >= 0.74
|
||||
Recommends: perl(Browser::Open)
|
||||
Recommends: perl(Clipboard)
|
||||
Recommends: perl(WWW::Pastebin::PastebinCom::Create)
|
||||
Recommends: perl(Config::GitLike)
|
||||
|
Loading…
Reference in New Issue
Block a user