commit 90b5bb82bf40504e7a27778894cb947c4e8989b8
Author: Emmanuel Seyman <emman...@seyman.fr>
Date:   Sun Apr 27 12:41:31 2014 +0200

    Update to 1.1.3

 .gitignore                                         |    1 +
 ...-Test-Simple-0.98_04-quotes-default-names.patch |   56 -----------
 ...Test-Simple-0.98_05-outputs-subtest-names.patch |  105 --------------------
 perl-Test-Dist-VersionSync.spec                    |    9 +-
 sources                                            |    2 +-
 5 files changed, 8 insertions(+), 165 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 79e1d27..dd04a89 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /Test-Dist-VersionSync-1.1.0.tar.gz
 /Test-Dist-VersionSync-1.1.1.tar.gz
 /Test-Dist-VersionSync-1.1.2.tar.gz
+/Test-Dist-VersionSync-v1.1.3.tar.gz
diff --git a/perl-Test-Dist-VersionSync.spec b/perl-Test-Dist-VersionSync.spec
index 143debb..5d1c126 100644
--- a/perl-Test-Dist-VersionSync.spec
+++ b/perl-Test-Dist-VersionSync.spec
@@ -1,11 +1,11 @@
 Name:           perl-Test-Dist-VersionSync
-Version:        1.1.2
+Version:        1.1.3
 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-%{version}.tar.gz
+Source0:        
http://www.cpan.org/authors/id/A/AU/AUBERTG/Test-Dist-VersionSync-v%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  perl
 BuildRequires:  perl(Carp)
@@ -22,7 +22,7 @@ The Test-Dist-VersionSync gives perl developers an easy way 
to verify that all
 the modules in a distribution have the same version number.
 
 %prep
-%setup -q -n Test-Dist-VersionSync-%{version}
+%setup -q -n Test-Dist-VersionSync-v%{version}
 
 %build
 %{__perl} Build.PL installdirs=vendor
@@ -43,6 +43,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2>/dev/null \;
 %{_mandir}/man3/*
 
 %changelog
+* Sun Apr 27 2014 Emmanuel Seyman <emman...@seyman.fr> - 1.1.3-1
+- Update to 1.1.3
+
 * Mon Aug 05 2013 Emmanuel Seyman <emman...@seyman.fr> - 1.1.2-1
 - Update to 1.1.2
 - Remove all patches (upstreamed in 1.1.2)
diff --git a/sources b/sources
index 253e6b2..c62e735 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-24b336202f45e47579442e1b8cb07d5a  Test-Dist-VersionSync-1.1.2.tar.gz
+a7ce414b5788688118d7071d81d34fab  Test-Dist-VersionSync-v1.1.3.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to