Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Digest-SHA1 for 
openSUSE:Factory checked in at 2025-06-13 18:43:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Digest-SHA1 (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Digest-SHA1.new.19631 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Digest-SHA1"

Fri Jun 13 18:43:09 2025 rev:22 rq:1285246 version:2.130.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Digest-SHA1/perl-Digest-SHA1.changes        
2013-04-17 07:44:43.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Digest-SHA1.new.19631/perl-Digest-SHA1.changes 
    2025-06-13 18:43:28.726023557 +0200
@@ -1,0 +2,6 @@
+Thu Jun 12 18:22:42 UTC 2025 - Tina Müller <tina.muel...@suse.com>
+
+- Normalize CPAN version
+  See https://github.com/openSUSE/cpanspec/issues/47 for details
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Digest-SHA1.spec ++++++
--- /var/tmp/diff_new_pack.cIZdjZ/_old  2025-06-13 18:43:29.798067408 +0200
+++ /var/tmp/diff_new_pack.cIZdjZ/_new  2025-06-13 18:43:29.802067573 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Digest-SHA1
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,55 +12,56 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-Name:           perl-Digest-SHA1
 %define cpan_name Digest-SHA1
-Summary:        Perl Interface to the SHA-1 Algorithm
-License:        Artistic-1.0
-Group:          Development/Libraries/Perl
-Version:        2.13
+Name:           perl-Digest-SHA1
+Version:        2.130.0
 Release:        0
-Url:            http://search.cpan.org/perldoc?Digest::SHA1
-Source:         
http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/%{cpan_name}-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
+# 2.13 -> normalize -> 2.130.0
+%define cpan_version 2.13
+License:        Artistic-1.0 OR GPL-1.0-or-later
+Summary:        Perl interface to the SHA-1 algorithm
+URL:            https://metacpan.org/release/%{cpan_name}
+Source0:        
https://cpan.metacpan.org/authors/id/G/GA/GAAS/%{cpan_name}-%{cpan_version}.tar.gz
 BuildRequires:  perl
 BuildRequires:  perl-macros
+Provides:       perl(Digest::SHA1) = %{version}
+%undefine       __perllib_provides
+%{perl_requires}
 
 %description
-
- %{cpan_name} module for perl
-  The Digest::SHA1 module allows the use of the NIST SHA-1 message digest
-  algorithm from within Perl programs. The algorithm takes a message of
-  arbitrary length as input and produces a 160-bit fingerprint or message
-  digest of the input as output.
-  Authors:
-               Peter C. Gutmann,
-               Uwe Hollerbach <u...@alumni.caltech.edu>,
-               Gisle Aas <gi...@aas.no>
+The 'Digest::SHA1' module allows you to use the NIST SHA-1 message digest
+algorithm from within Perl programs. The algorithm takes as input a message
+of arbitrary length and produces as output a 160-bit "fingerprint" or
+"message digest" of the input.
+
+In 2005, security flaws were identified in SHA-1, namely that a possible
+mathematical weakness might exist, indicating that a stronger hash function
+would be desirable. The Digest::SHA module implements the stronger
+algorithms in the SHA family.
+
+The 'Digest::SHA1' module provide a procedural interface for simple use, as
+well as an object oriented interface that can handle messages of arbitrary
+length and which can read files directly.
 
 %prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup -n %{cpan_name}-%{cpan_version} -p1
 
 %build
-perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+%make_build
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
-
 %files -f %{name}.files
-%defattr(-,root,root)
-%doc Changes README fip180-1.gif fip180-1.html
+%doc Changes fip180-1.gif fip180-1.html README
 

Reply via email to