[perl-String-Diff] update to 0.06

Iain Arnell iarnell at fedoraproject.org
Sun Jul 29 16:27:04 UTC 2012


commit e8f5de2c047072a0736a0956d0c8bdac114b7ccb
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sun Jul 29 10:27:00 2012 -0600

    update to 0.06

 .gitignore            |    1 +
 perl-String-Diff.spec |   11 ++++++-----
 sources               |    2 +-
 3 files changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7cc52db..c31604b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 String-Diff-0.04.tar.gz
 /String-Diff-0.05.tar.gz
+/String-Diff-0.06.tar.gz
diff --git a/perl-String-Diff.spec b/perl-String-Diff.spec
index cb984d6..71c1553 100644
--- a/perl-String-Diff.spec
+++ b/perl-String-Diff.spec
@@ -1,13 +1,11 @@
 Name:           perl-String-Diff
-Version:        0.05
-Release:        3%{?dist}
+Version:        0.06
+Release:        1%{?dist}
 Summary:        Simple diff to String
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/String-Diff/
 Source0:        http://www.cpan.org/authors/id/Y/YA/YAPPO/String-Diff-%{version}.tar.gz
-# temporary workaround for https://rt.cpan.org/Public/Bug/Display.html?id=76371
-Patch0:         rt76371.patch
 BuildArch:      noarch
 BuildRequires:  perl(inc::Module::Install)
 BuildRequires:  perl(Module::Install::TestBase)
@@ -29,7 +27,6 @@ general diff is done, the difference in the line is searchable.
 
 %prep
 %setup -q -n String-Diff-%{version}
-%patch0 -p 1
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -51,6 +48,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sun Jul 29 2012 Iain Arnell <iarnell at gmail.com> 0.06-1
+- update to latest upstream version
+- drop rt76371 patch
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.05-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 4f4ff5a..6962f90 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cd6c243138c308f8be1506befac89299  String-Diff-0.05.tar.gz
+be19b772f0ad33ea80cf731c01e8b509  String-Diff-0.06.tar.gz


More information about the scm-commits mailing list