[perl-Net-Random] Update to 2.31

Christopher Meng cicku at fedoraproject.org
Wed Apr 16 02:27:52 UTC 2014


commit d4012c742d06f97633db54896b9478984b2b4153
Author: Christopher Meng <i at cicku.me>
Date:   Wed Apr 16 10:27:20 2014 +0800

    Update to 2.31

 .gitignore           |    1 +
 perl-Net-Random.spec |    8 +++++---
 sources              |    2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bd9230b..1944a2d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Net-Random-2.22.tar.gz
+/Net-Random-2.31.tar.gz
diff --git a/perl-Net-Random.spec b/perl-Net-Random.spec
index 6ce260f..c67c33b 100644
--- a/perl-Net-Random.spec
+++ b/perl-Net-Random.spec
@@ -1,8 +1,8 @@
 %global pkgname Net-Random
 
 Name:           perl-Net-Random
-Version:        2.22
-Release:        4%{?dist}
+Version:        2.31
+Release:        1%{?dist}
 Summary:        A module gets random data from online sources
 License:        GPLv2+ or Artistic
 URL:            http://search.cpan.org/dist/Net-Random/
@@ -30,7 +30,6 @@ make %{?_smp_mflags}
 %install
 make pure_install PERL_INSTALL_ROOT=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} \;
-find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_fixperms} %{buildroot}/*
 
 %check
@@ -42,6 +41,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Apr 16 2014 Christopher Meng <rpm at cicku.me> - 2.31-1
+- Update to 2.31
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.22-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index b3068fd..0379991 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d54453c76853362a84a2ab62031c9b79  Net-Random-2.22.tar.gz
+9bf0da1b66d484b3ff56882e60da3ff1  Net-Random-2.31.tar.gz


More information about the scm-commits mailing list