[perl-Test-Dist-VersionSync] Update to 1.1.4

Emmanuel Seyman eseyman at fedoraproject.org
Sat Nov 22 08:47:29 UTC 2014


commit 98705ae685501a600135ddd04d9f6db892cdf443
Author: Emmanuel Seyman <emmanuel at seyman.fr>
Date:   Sat Nov 22 09:47:20 2014 +0100

    Update to 1.1.4

 .gitignore                      |    1 +
 perl-Test-Dist-VersionSync.spec |   19 +++++++++++++------
 sources                         |    2 +-
 3 files changed, 15 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dd04a89..bf19063 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /Test-Dist-VersionSync-1.1.1.tar.gz
 /Test-Dist-VersionSync-1.1.2.tar.gz
 /Test-Dist-VersionSync-v1.1.3.tar.gz
+/Test-Dist-VersionSync-v1.1.4.tar.gz
diff --git a/perl-Test-Dist-VersionSync.spec b/perl-Test-Dist-VersionSync.spec
index 4f10eaa..ca82663 100644
--- a/perl-Test-Dist-VersionSync.spec
+++ b/perl-Test-Dist-VersionSync.spec
@@ -1,9 +1,9 @@
 Name:           perl-Test-Dist-VersionSync
-Version:        1.1.3
-Release:        3%{?dist}
+Version:        1.1.4
+Release:        1%{?dist}
 Summary:        Verify that all the modules in a distribution have the same version number
 License:        GPLv3
-Group:          Development/Libraries
+
 URL:            http://search.cpan.org/dist/Test-Dist-VersionSync/
 Source0:        http://www.cpan.org/authors/id/A/AU/AUBERTG/Test-Dist-VersionSync-v%{version}.tar.gz
 BuildArch:      noarch
@@ -38,11 +38,18 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 ./Build test
 
 %files
-%doc Changes ignore.txt LICENSE README.md
-%{perl_vendorlib}/*
-%{_mandir}/man3/*
+%doc Changes README.md
+%license LICENSE
+%{perl_vendorlib}/Test*
+%{_mandir}/man3/Test*
 
 %changelog
+* Sat Nov 22 2014 Emmanuel Seyman <emmanuel at seyman.fr> - 1.1.4-1
+- Update to 1.1.4
+- Tighten file listing
+- Use %%license tag
+- Drop Group tag (no longer used)
+
 * Thu Aug 28 2014 Jitka Plesnikova <jplesnik at redhat.com> - 1.1.3-3
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index c62e735..d446dff 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a7ce414b5788688118d7071d81d34fab  Test-Dist-VersionSync-v1.1.3.tar.gz
+4adc3ed7e4520a13f89b80484f9f9532  Test-Dist-VersionSync-v1.1.4.tar.gz



More information about the perl-devel mailing list