[perl-Test-Dist-VersionSync] Update Test-Dist-VersionSync to 1.1.2, dropping both patches in the process (upstream author has acc

Emmanuel Seyman eseyman at fedoraproject.org
Mon Aug 5 21:41:49 UTC 2013


commit 240bc12a915d46727e02b5084e5af0ad0d917650
Author: Emmanuel Seyman <emmanuel at seyman.fr>
Date:   Mon Aug 5 23:40:43 2013 +0200

    Update Test-Dist-VersionSync to 1.1.2, dropping both patches in the
    process (upstream author has accepted them).

 .gitignore                      |    1 +
 perl-Test-Dist-VersionSync.spec |   16 ++++++----------
 sources                         |    2 +-
 3 files changed, 8 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fc2e0ff..79e1d27 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /Test-Dist-VersionSync-1.1.0.tar.gz
 /Test-Dist-VersionSync-1.1.1.tar.gz
+/Test-Dist-VersionSync-1.1.2.tar.gz
diff --git a/perl-Test-Dist-VersionSync.spec b/perl-Test-Dist-VersionSync.spec
index 99092bf..143debb 100644
--- a/perl-Test-Dist-VersionSync.spec
+++ b/perl-Test-Dist-VersionSync.spec
@@ -1,17 +1,11 @@
 Name:           perl-Test-Dist-VersionSync
-Version:        1.1.1
-Release:        3%{?dist}
+Version:        1.1.2
+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
-# Adapt to Test-Simple-0.98_05,
-# https://github.com/guillaumeaubert/Test-Dist-VersionSync/issues/1
-Patch0:         Test-Dist-VersionSync-1.1.1-Test-Simple-0.98_05-outputs-subtest-names.patch
-# Adapt to Test-Simple-0.98_04,
-# https://github.com/guillaumeaubert/Test-Dist-VersionSync/issues/2
-Patch1:         Test-Dist-VersionSync-1.1.1-Test-Simple-0.98_04-quotes-default-names.patch
 BuildArch:      noarch
 BuildRequires:  perl
 BuildRequires:  perl(Carp)
@@ -29,8 +23,6 @@ the modules in a distribution have the same version number.
 
 %prep
 %setup -q -n Test-Dist-VersionSync-%{version}
-%patch0 -p1
-%patch1 -p1
 
 %build
 %{__perl} Build.PL installdirs=vendor
@@ -51,6 +43,10 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_mandir}/man3/*
 
 %changelog
+* Mon Aug 05 2013 Emmanuel Seyman <emmanuel at seyman.fr> - 1.1.2-1
+- Update to 1.1.2
+- Remove all patches (upstreamed in 1.1.2)
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.1-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 3daeb9a..253e6b2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-70bf9220e2d055fe1fc70b85bd148c40  Test-Dist-VersionSync-1.1.1.tar.gz
+24b336202f45e47579442e1b8cb07d5a  Test-Dist-VersionSync-1.1.2.tar.gz


More information about the scm-commits mailing list