[perl-Data-Random] Update to 0.08, remove upstreamed patch

Emmanuel Seyman eseyman at fedoraproject.org
Sun Sep 23 10:13:23 UTC 2012


commit b25cabcb6874016251e5fc734af8b2c16a7e8b15
Author: Emmanuel Seyman <emmanuel.seyman at club-internet.fr>
Date:   Sun Sep 23 12:12:44 2012 +0200

    Update to 0.08, remove upstreamed patch

 .gitignore                                         |    1 +
 ...ndom-0.06-Check-if-_to_secs-returns-undef.patch |   56 --------------------
 perl-Data-Random.spec                              |   10 ++--
 sources                                            |    2 +-
 4 files changed, 8 insertions(+), 61 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 73ae3ef..2af42bc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 Data-Random-0.05.tar.gz
 /Data-Random-0.06.tar.gz
 /Data-Random-0.07.tar.gz
+/Data-Random-0.08.tar.gz
diff --git a/perl-Data-Random.spec b/perl-Data-Random.spec
index 6f2c65d..c791083 100644
--- a/perl-Data-Random.spec
+++ b/perl-Data-Random.spec
@@ -1,12 +1,11 @@
 Name:           perl-Data-Random
-Version:        0.07
-Release:        3%{?dist}
+Version:        0.08
+Release:        1%{?dist}
 Summary:        Perl module to generate random data
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Data-Random/
 Source0:        http://www.cpan.org/authors/id/B/BA/BAREFOOT/Data-Random-%{version}.tar.gz
-Patch0:         perl-Data-Random-0.06-Check-if-_to_secs-returns-undef.patch
 BuildArch:      noarch
 BuildRequires:  perl(Date::Calc)
 BuildRequires:  perl(GD)
@@ -23,7 +22,6 @@ A module used to generate random data. Useful mostly for test programs.
 
 %prep
 %setup -q -n Data-Random-%{version}
-%patch0 -p1 -b .test
 chmod 644 lib/Data/Random.pm README.linux.words README2.linux.words lib/Data/Random/WordList.pm
 
 %build
@@ -47,6 +45,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sun Sep 23 2012 Emmanuel Seyman <emmanuel at seyman.fr> - 0.08-1
+- Update to 0.08
+- Remove upstreamed patch
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.07-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 4250975..b540f62 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6fd61fee50a5dbc09e2c54395ff7f2b0  Data-Random-0.07.tar.gz
+f09b1e469a132d5c58fce4aeacdb2786  Data-Random-0.08.tar.gz


More information about the scm-commits mailing list