forked from pool/perl-App-Nopaste
0.32
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-Nopaste?expand=0&rev=13
This commit is contained in:
committed by
Git OBS Bridge
parent
a8b9e4d3c1
commit
7b174c08d2
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:145787acc1722fe51cd07117417af3610e2759c1118509fc708e00dbe0e872ce
|
||||
size 34971
|
3
App-Nopaste-0.32.tar.gz
Normal file
3
App-Nopaste-0.32.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0882c5b6a2f3758fedc49aff167c27f3f1d7fc50a45fc76796ab7d549a27ce67
|
||||
size 38551
|
@@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 21 21:05:32 UTC 2011 - pascal.bleser@opensuse.org
|
||||
|
||||
- update to 0.32:
|
||||
* better error reporting
|
||||
* fix some attribution errors [RT#70434]
|
||||
- changes from 0.31:
|
||||
* better filenames for ssh service
|
||||
- changes from 0.30:
|
||||
* fix App::Nopaste::ssh's new filename description feature
|
||||
- changes from 0.29:
|
||||
* add --private to several services
|
||||
* use Class::Load instead of require "Module/Name.pm"
|
||||
* document --list and --private options
|
||||
* less hardcoding of argument names to better support subclassing
|
||||
* new Ubuntu service (http://paste.ubuntu.com/)
|
||||
* SSH: add a small suggested Apache conf that's useful for paste directories
|
||||
* SSH: optionally use the supplied description in the paste filename
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 23 00:24:55 UTC 2011 - pascal.bleser@opensuse.org
|
||||
|
||||
|
@@ -1,15 +1,32 @@
|
||||
# vim: set sw=4 ts=4 et nu:
|
||||
#
|
||||
# spec file for package perl-App-Nopaste
|
||||
#
|
||||
# Copyright (c) 2011 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
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: perl-App-Nopaste
|
||||
Version: 0.28
|
||||
Version: 0.32
|
||||
Release: 0
|
||||
Summary: Easy access to any pastebin
|
||||
Source: http://search.cpan.org/CPAN/authors/id/S/SA/SARTAK/App-Nopaste-%{version}.tar.gz
|
||||
Source1: SusePaste.pm
|
||||
URL: http://search.cpan.org/dist/App-Nopaste
|
||||
Url: http://search.cpan.org/dist/App-Nopaste
|
||||
Group: Development/Libraries/Perl
|
||||
License: Perl License
|
||||
BuildRoot: %{_tmppath}/build-%{name}-%{version}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%{perl_requires}
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: make
|
||||
@@ -25,6 +42,7 @@ BuildRequires: perl(Config::GitLike)
|
||||
BuildRequires: perl(File::Temp)
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(HTML::Form)
|
||||
BuildRequires: perl(Class::Load)
|
||||
Requires: perl(MooseX::Getopt) >= 0.17
|
||||
Requires: perl(Module::Pluggable)
|
||||
Requires: perl(WWW::Mechanize)
|
||||
@@ -120,3 +138,4 @@ find "%{buildroot}%{perl_vendorlib}" -type f -name '*.pm' -exec %__chmod 0644 {}
|
||||
%{_bindir}/nopaste
|
||||
%doc %{_mandir}/man1/nopaste.1%{ext_man}
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user