From 22f08075b33542c319f3c34e8fbd06f92938665a Mon Sep 17 00:00:00 2001
From: Fabian Affolter <m...@fabian-affolter.ch>
Date: Mon, 9 Jan 2017 22:08:13 +0100
Subject: * Mon Jan 09 2017 Fabian Affolter <m...@fabian-affolter.ch> - 0.11-1
 - Updte to latest upstream release 0.11 (rhbz#1411308)

---
 .gitignore                   |  1 +
 perl-Number-Bytes-Human.spec | 23 ++++++-----------------
 sources                      |  2 +-
 3 files changed, 8 insertions(+), 18 deletions(-)

diff --git a/.gitignore b/.gitignore
index 64d7e7d..f8b42a0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /Number-Bytes-Human-0.07.tar.gz
 /Number-Bytes-Human-0.09.tar.gz
 /Number-Bytes-Human-0.10.tar.gz
+/Number-Bytes-Human-0.11.tar.gz
diff --git a/perl-Number-Bytes-Human.spec b/perl-Number-Bytes-Human.spec
index 299af97..d44ea20 100644
--- a/perl-Number-Bytes-Human.spec
+++ b/perl-Number-Bytes-Human.spec
@@ -1,12 +1,11 @@
 Name:           perl-Number-Bytes-Human
-Version:        0.10
-Release:        2%{?dist}
+Version:        0.11
+Release:        1%{?dist}
 Summary:        Convert byte count to human readable format
 
-Group:          Development/Libraries
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/Number-Bytes-Human/
-Source0:        
http://search.cpan.org/CPAN/authors/id/D/DA/DAGOBERT/Number-Bytes-Human-%{version}.tar.gz
+Source0:        
http://search.cpan.org/CPAN/authors/id/F/FE/FERREIRA/Number-Bytes-Human-%{version}.tar.gz
 
 BuildArch:      noarch
 
@@ -17,24 +16,19 @@ BuildRequires:  perl(Test::Pod) >= 1.18
 
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
-
 %description
 This module is designed to format byte counts to usual readable
 format, like '2.0K', '3.1G', '100B'. It was inspired in the -h option of 
 Unix utilities like du, df and ls for "human-readable" output.
 
-
 %prep
 %setup -q -n Number-Bytes-Human-%{version}
 
-
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
 %{__make} %{?_smp_mflags}
 
-
 %install
-rm -rf %{buildroot}
 make pure_install DESTDIR=%{buildroot}
 
 find %{buildroot} -type f -name .packlist -exec rm -f {} \;
@@ -42,23 +36,18 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null 
\;
 
 %{_fixperms} %{buildroot}/*
 
-
 %check
 make test
 
-
-%clean
-rm -rf %{buildroot}
-
-
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
-
 %changelog
+* Mon Jan 09 2017 Fabian Affolter <m...@fabian-affolter.ch> - 0.11-1 
+- Updte to latest upstream release 0.11 (rhbz#1411308)
+
 * Sun May 15 2016 Jitka Plesnikova <jples...@redhat.com> - 0.10-2
 - Perl 5.24 rebuild
 
diff --git a/sources b/sources
index 753a1a6..8fd0553 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-732e19370c4f7d07bd6016a6fa7e80f7  Number-Bytes-Human-0.10.tar.gz
+SHA512 (Number-Bytes-Human-0.11.tar.gz) = 
045bfe3d26b3460cb45ef69aeb1398c897605e621f559c43cf199829b1715e12781ad0330d80bed8b7c15b332ca6c9e620e580c71a0f1cf68c7d2fcf4b023936
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-Number-Bytes-Human.git/commit/?h=epel7&id=22f08075b33542c319f3c34e8fbd06f92938665a
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org

Reply via email to