[perl-Crypt-OpenSSL-Random] updated to upstream 0.6 for small bug fixes

Wes Hardaker hardaker at fedoraproject.org
Wed Jul 17 13:24:11 UTC 2013


commit 0309a02be077dace7d0e47ebeae9e4d9e97d55a9
Author: Wes Hardaker <opensource at hardakers.net>
Date:   Wed Jul 17 06:23:43 2013 -0700

    updated to upstream 0.6 for small bug fixes

 .gitignore                     |    1 +
 perl-Crypt-OpenSSL-Random.spec |   11 ++++++-----
 sources                        |    2 +-
 3 files changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ac6d70b..97c3be1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Crypt-OpenSSL-Random-0.04.tar.gz
+/Crypt-OpenSSL-Random-0.06.tar.gz
diff --git a/perl-Crypt-OpenSSL-Random.spec b/perl-Crypt-OpenSSL-Random.spec
index ae3f678..eff7706 100644
--- a/perl-Crypt-OpenSSL-Random.spec
+++ b/perl-Crypt-OpenSSL-Random.spec
@@ -1,12 +1,11 @@
 Name:           perl-Crypt-OpenSSL-Random
-Version:        0.04
-Release:        21%{?dist}
+Version:        0.06
+Release:        1%{?dist}
 Summary:        Perl interface to OpenSSL for Random
 License:        GPL+ or Artistic 
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Crypt-OpenSSL-Random/
 Source0:        http://www.cpan.org/authors/id/I/IR/IROBERTS/Crypt-OpenSSL-Random-%{version}.tar.gz
-Patch0:         perl-Crypt-OpenSSL-Random-name.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  openssl
 BuildRequires:  openssl-devel
@@ -25,7 +24,6 @@ pseudo-random number generator
 
 %prep
 %setup -q -n Crypt-OpenSSL-Random-%{version}
-%patch0 -p1 -b name
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -37,7 +35,7 @@ rm -rf %{buildroot}
 make pure_install PERL_INSTALL_ROOT=%{buildroot}
 
 find %{buildroot} -type f \( -name .packlist -o \
-        -name '*.bs' -empty \) -exec rm {} \;
+        -name '*.bs' -empty \) -exec rm -f {} \;
 find %{buildroot} -depth -type d -empty -exec rmdir {} \;
 %{_fixperms} %{buildroot}/*
 
@@ -56,6 +54,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jul 17 2013 Wes Hardaker <wjhns174 at hardakers.net> - 0.06-1
+- Updated to upstream 0.6 for bug fixes
+
 * Wed Jul 17 2013 Petr Pisar <ppisar at redhat.com> - 0.04-21
 - Perl 5.18 rebuild
 
diff --git a/sources b/sources
index d987fec..2853a94 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c56ac5dbdd46122eb9b8da59613b7b0a  Crypt-OpenSSL-Random-0.04.tar.gz
+3771d3417f658d28f8682adc1e087136  Crypt-OpenSSL-Random-0.06.tar.gz



More information about the perl-devel mailing list