[perl-Protocol-WebSocket: 1/2] depend on Digest::SHA instead of Digest::SHA1

David Dick ddick at fedoraproject.org
Wed Sep 3 11:07:12 UTC 2014


commit 47b93a655d28148d775b5be67eb78fcfe5f29002
Author: David Dick <ddick at cpan.org>
Date:   Wed Sep 3 21:06:05 2014 +1000

    depend on Digest::SHA instead of Digest::SHA1

 .gitignore                   |    1 +
 perl-Protocol-WebSocket.spec |   15 ++++++---------
 sources                      |    2 +-
 3 files changed, 8 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 99591c1..a76d862 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Protocol-WebSocket-0.17.tar.gz
+/Protocol-WebSocket-0.18.tar.gz
diff --git a/perl-Protocol-WebSocket.spec b/perl-Protocol-WebSocket.spec
index 713eade..15f6f32 100644
--- a/perl-Protocol-WebSocket.spec
+++ b/perl-Protocol-WebSocket.spec
@@ -1,5 +1,5 @@
 Name:           perl-Protocol-WebSocket
-Version:        0.17
+Version:        0.18
 Release:        1%{?dist}
 Summary:        WebSocket protocol
 License:        GPL+ or Artistic
@@ -8,26 +8,20 @@ URL:            http://search.cpan.org/dist/Protocol-WebSocket/
 Source0:        http://www.cpan.org/modules/by-module/Protocol/Protocol-WebSocket-%{version}.tar.gz
 # includes Test::More with a higher version than available for epel6
 Patch1:         test_simple_include.patch
-# Remove the CPAN::Meta references from Build.PL
-Patch2:         protocol_websocket_remove_cpan_meta_references.patch
 BuildArch:      noarch
 BuildRequires:  perl
 BuildRequires:  perl(base)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Config)
 BuildRequires:  perl(constant)
-%if 0%{?el6}
-%else
-BuildRequires:  perl(CPAN::Meta)
-BuildRequires:  perl(CPAN::Meta::Prereqs)
-%endif
 BuildRequires:  perl(Digest::MD5)
-BuildRequires:  perl(Digest::SHA1)
+BuildRequires:  perl(Digest::SHA)
 BuildRequires:  perl(Encode)
 %if 0%{?el6}
 BuildRequires:  perl(Exporter)
 %endif
 BuildRequires:  perl(File::Basename)
+BuildRequires:  perl(File::Copy)
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(IO::Handle)
 BuildRequires:  perl(MIME::Base64)
@@ -80,5 +74,8 @@ PERL5LIB=test_simple_patch/lib ./Build test
 %{_bindir}/*
 
 %changelog
+* Wed Sep 03 2014 David Dick <ddick at cpan.org> - 0.18-1
+- depend on Digest::SHA instead of Digest::SHA1
+
 * Sat Apr 12 2014 David Dick <ddick at cpan.org> - 0.17-1
 - Initial release
diff --git a/sources b/sources
index 4834a61..323e97e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-522b7d591b0e9206385352a69b5fd85f  Protocol-WebSocket-0.17.tar.gz
+60c169ef985a96d8edc35d5caeb3f885  Protocol-WebSocket-0.18.tar.gz



More information about the perl-devel mailing list