Bug 125796

Summary: perl-Digest-SHA1 update request
Product: [Fedora] Fedora Reporter: Steven Pritchard <steve>
Component: perl-Digest-SHA1Assignee: Chip Turner <cturner>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 1CC: redhat-bugzilla, wtogami
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-04-02 23:05:38 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Steven Pritchard 2004-06-11 15:27:15 UTC
Would it be possible to get an update to perl-Digest-SHA1 in FC1?

One of the packages I'm working on for fedora.us (perl-Cache-Cache,
required by perl-HTML-Mason) asks for Digest::SHA1 >= 2.02, and the
current version in FC1 is 2.01.  (The current upstream version is
2.10, which appears to have a lot of bugfixes, including one that
seems to remove the necessity for perl-Digest-SHA1-utf8.patch.)

The full changelog for the current release is here:

 http://search.cpan.org/src/GAAS/Digest-SHA1-2.10/Changes

I've done a test build of the current rpm with the updated source (and
the utf8 patch dropped).  It builds fine.

(This has been posted to fedora-devel-list.  Sorry if you've already
seen it.)

Comment 1 Robert Scheck 2005-03-04 22:38:19 UTC
This bug should be assigned to Rawhide, perl Digest::SHA1 2.10 is available, 
the changes below makes it usable for me:

--- snipp ---
--- perl-Digest-SHA1.spec       2004-06-15 16:39:57.000000000 +0200
+++ perl-Digest-SHA1.spec.rsc   2005-03-04 23:35:59.000000000 +0100
@@ -1,15 +1,15 @@
 %define _use_internal_dependency_generator 0

 Name: perl-Digest-SHA1
-Version: 2.07
-Release: 5
+Version: 2.10
+Release: 1
 Summary: Digest-SHA1 Perl module
 License: distributable
 Group: Development/Libraries
-URL: http://search.cpan.org/search?mode=module&query=Digest%3a%3aSHA1
+URL: http://search.cpan.org/dist/Digest-SHA1/
 BuildRoot: %{_tmppath}/%{name}-root
 BuildRequires: perl >= 0:5.00503
-Source0: Digest-SHA1-%{version}.tar.gz
+Source0: http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Digest-SHA1-%{version}.tar.gz

 %description
 The Digest::SHA1 module allows you to use the NIST SHA-1 message
@@ -59,6 +59,9 @@
 %defattr(-,root,root)

 %changelog
+* Fri Mar 04 2005 Robert Scheck <redhat> 2.10-1
+- upgrade to 2.10 (#125796)
+
 * Tue Jun 15 2004 Elliot Lee <sopwith>
 - rebuilt

--- snapp ---

Please upgrade in Rawhide & thanks...

Comment 2 Warren Togami 2005-04-02 23:05:38 UTC
using jpo's spec, fixed in FC4

*** This bug has been marked as a duplicate of 153198 ***