[perl-Test-Warn] Convert end-of-lines in Changes.

Marcela Mašláňová mmaslano at fedoraproject.org
Wed Nov 21 14:29:31 UTC 2012


commit 8bc87249bee577f22b9100e77a5bc80daf3999bb
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Wed Nov 21 15:29:10 2012 +0100

    Convert end-of-lines in Changes.
    
    Signed-off-by: Marcela Mašláňová <mmaslano at redhat.com>

 perl-Test-Warn.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/perl-Test-Warn.spec b/perl-Test-Warn.spec
index bc652e0..6ee7205 100644
--- a/perl-Test-Warn.spec
+++ b/perl-Test-Warn.spec
@@ -1,6 +1,6 @@
 Name:           perl-Test-Warn
 Version:        0.24
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Perl extension to test methods for warnings
 Group:          Development/Libraries
 License:        GPL+ or Artistic
@@ -28,6 +28,7 @@ based code.
 
 %prep
 %setup -q -n Test-Warn-%{version}
+sed -i -e 's/\r//' Changes
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor
@@ -47,6 +48,9 @@ make test
 %{_mandir}/man3/Test::Warn.3pm*
 
 %changelog
+* Wed Nov 21 2012 Jitka Plesnikova <jplesnik at redhat.com> - 0.24-4
+- Convert end-of-lines in Changes
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.24-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 



More information about the perl-devel mailing list