Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Digest-MD4 for openSUSE:Factory 
checked in at 2025-02-09 20:00:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Digest-MD4 (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Digest-MD4.new.2316 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Digest-MD4"

Sun Feb  9 20:00:39 2025 rev:23 rq:1244032 version:1.900.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Digest-MD4/perl-Digest-MD4.changes  
2013-06-07 06:58:26.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Digest-MD4.new.2316/perl-Digest-MD4.changes    
    2025-02-09 20:00:49.196885020 +0100
@@ -1,0 +2,6 @@
+Thu Feb  6 22:21:39 UTC 2025 - Tina Müller <[email protected]>
+
+- Normalize CPAN version
+  See https://github.com/openSUSE/cpanspec/issues/47 for details
+
+-------------------------------------------------------------------

New:
----
  cpanspec.yml

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

Other differences:
------------------
++++++ perl-Digest-MD4.spec ++++++
--- /var/tmp/diff_new_pack.VMFaGp/_old  2025-02-09 20:00:49.716906400 +0100
+++ /var/tmp/diff_new_pack.VMFaGp/_new  2025-02-09 20:00:49.716906400 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Digest-MD4
 #
-# 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,24 +12,25 @@
 # 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/
 #
 
 
+%define cpan_name Digest-MD4
 Name:           perl-Digest-MD4
-Version:        1.9
+Version:        1.900.0
 Release:        0
-%define cpan_name Digest-MD4
+# 1.9 -> normalize -> 1.900.0
+%define cpan_version 1.9
+License:        Artistic-1.0 OR GPL-1.0-or-later
 Summary:        Perl interface to the MD4 Algorithm
-License:        GPL-1.0+ or Artistic-1.0
-Group:          Development/Libraries/Perl
-Url:            http://search.cpan.org/dist/Digest-MD4/
-Source:         
http://www.cpan.org/authors/id/M/MI/MIKEM/DigestMD4/%{cpan_name}-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+URL:            https://metacpan.org/release/%{cpan_name}
+Source0:        
https://cpan.metacpan.org/authors/id/M/MI/MIKEM/DigestMD4/%{cpan_name}-%{cpan_version}.tar.gz
+Source1:        cpanspec.yml
 BuildRequires:  perl
 BuildRequires:  perl-macros
-#BuildRequires: perl(Digest::MD4)
-#BuildRequires: perl(Digest::Perl::MD4)
+Provides:       perl(Digest::MD4) = %{version}
+%undefine       __perllib_provides
 %{perl_requires}
 
 %description
@@ -38,19 +39,19 @@
 input a message of arbitrary length and produces as output a 128-bit
 "fingerprint" or "message digest" of the input.
 
-The 'Digest::MD4' module provides a procedural interface for simple use, as
+The 'Digest::MD4' 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 INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+%make_build
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install
@@ -58,6 +59,5 @@
 %perl_gen_filelist
 
 %files -f %{name}.files
-%defattr(-,root,root,755)
 %doc Changes README rfc1320.txt
 

++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#description: |-
#  override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
#patches:
#  foo.patch: -p1
#  bar.patch:
#  baz.patch: PATCH-FIX-OPENSUSE
#preamble: |-
# BuildRequires:  gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL 
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
license: perl
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module
#skip_doc: regexp_to_skip_for_doc.*
#add_doc: files to add to docs
#misc: |-
#anything else to be added to spec file
#follows directly after %files section, so it can contain new blocks or also
#changes to %files section

Reply via email to