[perl-App-Nopaste] Update to 0.98

Emmanuel Seyman eseyman at fedoraproject.org
Sat Nov 22 10:42:23 UTC 2014


commit cea4d7068b502e8ff97c5c15a15667d8cb5e7585
Author: Emmanuel Seyman <emmanuel at seyman.fr>
Date:   Sat Nov 22 11:42:14 2014 +0100

    Update to 0.98

 .gitignore            |    1 +
 perl-App-Nopaste.spec |   15 +++++++++++----
 sources               |    2 +-
 3 files changed, 13 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 556dbdb..7d904a5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ App-Nopaste-0.22.tar.gz
 /App-Nopaste-0.35.tar.gz
 /App-Nopaste-0.90.tar.gz
 /App-Nopaste-0.96.tar.gz
+/App-Nopaste-0.98.tar.gz
diff --git a/perl-App-Nopaste.spec b/perl-App-Nopaste.spec
index 9547e52..96ff6b0 100644
--- a/perl-App-Nopaste.spec
+++ b/perl-App-Nopaste.spec
@@ -1,5 +1,5 @@
 Name:           perl-App-Nopaste
-Version:        0.96
+Version:        0.98
 Release:        1%{?dist}
 Summary:        Easy access to any pastebin
 License:        GPL+ or Artistic
@@ -20,6 +20,7 @@ BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(Getopt::Long::Descriptive)
 BuildRequires:  perl(JSON)
+BuildRequires:  perl(JSON::MaybeXS)
 BuildRequires:  perl(Module::Pluggable)
 BuildRequires:  perl(Module::Runtime)
 BuildRequires:  perl(POSIX)
@@ -78,15 +79,21 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} +
 make test
 
 %files
-%doc Changes CONTRIBUTING LICENSE README
-%{perl_vendorlib}/*
-%{_mandir}/man3/*
+%doc Changes CONTRIBUTING README
+%license LICENSE
+%{perl_vendorlib}/App*
+%{_mandir}/man3/App*
 
 %files -n nopaste
 %{_bindir}/*
 %{_mandir}/man1/*
 
 %changelog
+* Sat Nov 22 2014 Emmanuel Seyman <emmanuel at seyman.fr> - 0.98-1
+- Update to 0.98
+- Add the %%license tag
+- Tighten file listing
+
 * Fri Nov 07 2014 Petr Ĺ abata <contyk at redhat.com> - 0.96-1
 - 0.96 bump
 
diff --git a/sources b/sources
index e52c10f..a788c23 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-609063c6bbdf4334ef7d2a115260a82d  App-Nopaste-0.96.tar.gz
+ad8be3f0cdeff08ccd812dcb8c304f3e  App-Nopaste-0.98.tar.gz



More information about the perl-devel mailing list