[perl-Format-Human-Bytes] New release, v0.06

Petr Sabata psabata at fedoraproject.org
Wed Sep 15 14:12:45 UTC 2010


commit 7c54128cdca81f038038baa330d571438e820b33
Author: Petr Sabata <psabata at redhat.com>
Date:   Wed Sep 15 16:12:32 2010 +0200

    New release, v0.06

 Format-Human-Bytes-no-autoinstall.patch |   10 ++++++++++
 Format-Human-Bytes-switch_off.patch     |   12 ------------
 perl-Format-Human-Bytes.spec            |   14 +++++++++-----
 3 files changed, 19 insertions(+), 17 deletions(-)
---
diff --git a/Format-Human-Bytes-no-autoinstall.patch b/Format-Human-Bytes-no-autoinstall.patch
new file mode 100644
index 0000000..5562cc2
--- /dev/null
+++ b/Format-Human-Bytes-no-autoinstall.patch
@@ -0,0 +1,10 @@
+--- Format-Human-Bytes-0.06/Makefile.PL	2010-09-14 13:58:36.000000000 +0200
++++ Format-Human-Bytes-0.06/Makefile.PL.autoinstall	2010-09-15 16:07:21.303195916 +0200
+@@ -7,7 +7,5 @@
+ 
+ test_requires 'Test::More';
+ 
+-auto_install;
+-
+ WriteAll;
+ 
diff --git a/perl-Format-Human-Bytes.spec b/perl-Format-Human-Bytes.spec
index db85442..0eba61a 100644
--- a/perl-Format-Human-Bytes.spec
+++ b/perl-Format-Human-Bytes.spec
@@ -1,13 +1,13 @@
 Name:           perl-Format-Human-Bytes
-Version:        0.04
-Release:        2%{?dist}
+Version:        0.06
+Release:        1%{?dist}
 Summary:        Format a bytecount and make it human readable
-License:        GPL+
+License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Format-Human-Bytes/
 Source0:        http://www.cpan.org/authors/id/S/SE/SEWI/Format-Human-Bytes-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Patch0:         Format-Human-Bytes-switch_off.patch
+Patch0:         Format-Human-Bytes-no-autoinstall.patch
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Module::Install)
@@ -20,7 +20,7 @@ a simple bytecount.
 
 %prep
 %setup -q -n Format-Human-Bytes-%{version}
-%patch0 -p1
+%patch0 -p1 -b .noautoinstall
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -49,6 +49,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Wed Sep 15 2010 Petr Sabata <psabata at redhat.com> - 0.06-1
+- New release, v0.06
+- License changed to Perl (GPL+ or Artistic)
+
 * Sun May 02 2010 Marcela Maslanova <mmaslano at redhat.com> - 0.04-2
 - Mass rebuild with perl-5.12.0
 


More information about the scm-commits mailing list