public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-Protocol-WebSocket] epel9: depend on Digest::SHA instead of Digest::SHA1
@ 2026-08-06 20:00 David Dick
0 siblings, 0 replies; 2+ messages in thread
From: David Dick @ 2026-08-06 20:00 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/perl-Protocol-WebSocket
Branch : epel9
Commit : 47b93a655d28148d775b5be67eb78fcfe5f29002
Author : David Dick <ddick@cpan.org>
Date : 2014-09-03T21:06:05+10:00
Stats : +8/-10 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/perl-Protocol-WebSocket/c/47b93a655d28148d775b5be67eb78fcfe5f29002?branch=epel9
Log:
depend on Digest::SHA instead of Digest::SHA1
---
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@cpan.org> - 0.18-1
+- depend on Digest::SHA instead of Digest::SHA1
+
* Sat Apr 12 2014 David Dick <ddick@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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [rpms/perl-Protocol-WebSocket] epel9: depend on Digest::SHA instead of Digest::SHA1
@ 2026-08-06 20:00 David Dick
0 siblings, 0 replies; 2+ messages in thread
From: David Dick @ 2026-08-06 20:00 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/perl-Protocol-WebSocket
Branch : epel9
Commit : db5b2d289d97cdf59f769dbbd24b782bfe089ef4
Author : David Dick <ddick@cpan.org>
Date : 2014-09-03T21:06:56+10:00
Stats : +15/-11 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/perl-Protocol-WebSocket/c/db5b2d289d97cdf59f769dbbd24b782bfe089ef4?branch=epel9
Log:
depend on Digest::SHA instead of Digest::SHA1
---
diff --git a/perl-Protocol-WebSocket.spec b/perl-Protocol-WebSocket.spec
index 15f6f32..a95842c 100644
--- a/perl-Protocol-WebSocket.spec
+++ b/perl-Protocol-WebSocket.spec
@@ -77,5 +77,11 @@ PERL5LIB=test_simple_patch/lib ./Build test
* Wed Sep 03 2014 David Dick <ddick@cpan.org> - 0.18-1
- depend on Digest::SHA instead of Digest::SHA1
+* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.17-3
+- Perl 5.20 rebuild
+
+* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.17-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
+
* Sat Apr 12 2014 David Dick <ddick@cpan.org> - 0.17-1
- Initial release
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 42aee70..a95842c 100644
--- a/perl-Protocol-WebSocket.spec
+++ b/perl-Protocol-WebSocket.spec
@@ -1,6 +1,6 @@
Name: perl-Protocol-WebSocket
-Version: 0.17
-Release: 3%{?dist}
+Version: 0.18
+Release: 1%{?dist}
Summary: WebSocket protocol
License: GPL+ or Artistic
Group: Development/Libraries
@@ -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,6 +74,9 @@ PERL5LIB=test_simple_patch/lib ./Build test
%{_bindir}/*
%changelog
+* Wed Sep 03 2014 David Dick <ddick@cpan.org> - 0.18-1
+- depend on Digest::SHA instead of Digest::SHA1
+
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.17-3
- Perl 5.20 rebuild
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-08-06 20:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-06 20:00 [rpms/perl-Protocol-WebSocket] epel9: depend on Digest::SHA instead of Digest::SHA1 David Dick
2026-08-06 20:00 David Dick
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox