[perl-Module-Info] Drop pointless in-place edit flag from perl filter invocation

Paul Howarth pghmcfc at fedoraproject.org
Tue Jan 21 19:33:52 UTC 2014


commit f78d3643dbc2c62a352335b91789543e021e52cc
Author: Paul Howarth <paul at city-fan.org>
Date:   Tue Jan 21 19:33:57 2014 +0000

    Drop pointless in-place edit flag from perl filter invocation

 perl-Module-Info.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/perl-Module-Info.spec b/perl-Module-Info.spec
index 6c818dd..7993d01 100644
--- a/perl-Module-Info.spec
+++ b/perl-Module-Info.spec
@@ -1,9 +1,9 @@
 # Provides/Requires filtering is different from rpm 4.9 onwards
-%global rpm49 %(rpm --version | perl -pi -e 's/^.* (\\d+)\\.(\\d+).*/sprintf("%d.%03d",$1,$2) ge 4.009 ? 1 : 0/e')
+%global rpm49 %(rpm --version | perl -p -e 's/^.* (\\d+)\\.(\\d+).*/sprintf("%d.%03d",$1,$2) ge 4.009 ? 1 : 0/e')
 
 Name:           perl-Module-Info
 Version:        0.35
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Information about Perl modules
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -65,6 +65,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Tue Jan 21 2014 Paul Howarth <paul at city-fan.org> - 0.35-2
+- Drop pointless in-place edit flag from perl filter invocation
+
 * Sun Sep  8 2013 Paul Howarth <paul at city-fan.org> - 0.35-1
 - Update to 0.35
   - Handle 'package NAME VERSION' syntax


More information about the scm-commits mailing list