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

Emmanuel Seyman eseyman at fedoraproject.org
Sun May 12 08:47:45 UTC 2013


commit 975c88de8380caaccbd1c419db8f175adc2516a7
Author: Emmanuel Seyman <emmanuel at seyman.fr>
Date:   Sun May 12 10:47:43 2013 +0200

    Update to 1.1.1

 .gitignore                      |    1 +
 perl-Test-Dist-VersionSync.spec |   10 +++++++---
 sources                         |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 087d2a0..fc2e0ff 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Test-Dist-VersionSync-1.1.0.tar.gz
+/Test-Dist-VersionSync-1.1.1.tar.gz
diff --git a/perl-Test-Dist-VersionSync.spec b/perl-Test-Dist-VersionSync.spec
index be8969e..14aae7c 100644
--- a/perl-Test-Dist-VersionSync.spec
+++ b/perl-Test-Dist-VersionSync.spec
@@ -1,6 +1,6 @@
 Name:           perl-Test-Dist-VersionSync
-Version:        1.1.0
-Release:        2%{?dist}
+Version:        1.1.1
+Release:        1%{?dist}
 Summary:        Verify that all the modules in a distribution have the same version number
 License:        GPLv3
 Group:          Development/Libraries
@@ -11,6 +11,7 @@ BuildRequires:  perl
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Test::Builder::Tester)
+BuildRequires:  perl(Test::FailWarnings)
 BuildRequires:  perl(Test::More)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
@@ -37,11 +38,14 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 ./Build test
 
 %files
-%doc Changes ignore.txt LICENSE README
+%doc Changes ignore.txt LICENSE README.md
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Sun May 12 2013 Emmanuel Seyman <emmanuel at seyman.fr> - 1.1.1-1
+- Update to 1.1.1
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 4769881..3daeb9a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0a51c94b1a0ed4ff3f63a2298267d3fb  Test-Dist-VersionSync-1.1.0.tar.gz
+70bf9220e2d055fe1fc70b85bd148c40  Test-Dist-VersionSync-1.1.1.tar.gz


More information about the scm-commits mailing list