Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Crypt-Eksblowfish for 
openSUSE:Factory checked in at 2025-06-03 19:10:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Crypt-Eksblowfish (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Crypt-Eksblowfish.new.16005 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Crypt-Eksblowfish"

Tue Jun  3 19:10:54 2025 rev:2 rq:1282369 version:0.9.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-Crypt-Eksblowfish/perl-Crypt-Eksblowfish.changes
    2016-02-17 12:19:31.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Crypt-Eksblowfish.new.16005/perl-Crypt-Eksblowfish.changes
 2025-06-03 19:10:56.490422053 +0200
@@ -1,0 +2,6 @@
+Tue Jun  3 14:05:59 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-Crypt-Eksblowfish.spec ++++++
--- /var/tmp/diff_new_pack.wck0vy/_old  2025-06-03 19:10:57.310456114 +0200
+++ /var/tmp/diff_new_pack.wck0vy/_new  2025-06-03 19:10:57.310456114 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Crypt-Eksblowfish
 #
-# Copyright (c) 2016 SUSE LINUX 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,28 +12,35 @@
 # 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 Crypt-Eksblowfish
 Name:           perl-Crypt-Eksblowfish
-Version:        0.009
+Version:        0.9.0
 Release:        0
-%define cpan_name Crypt-Eksblowfish
-Summary:        The Eksblowfish Block Cipher
-License:        Artistic-1.0 or GPL-1.0+
-Group:          Development/Libraries/Perl
-Url:            http://search.cpan.org/dist/Crypt-Eksblowfish/
-Source0:        Crypt-Eksblowfish-0.009.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+# 0.009 -> normalize -> 0.9.0
+%define cpan_version 0.009
+License:        Artistic-1.0 OR GPL-1.0-or-later
+Summary:        The Eksblowfish block cipher
+URL:            https://metacpan.org/release/%{cpan_name}
+Source0:        
https://cpan.metacpan.org/authors/id/Z/ZE/ZEFRAM/%{cpan_name}-%{cpan_version}.tar.gz
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Class::Mix) >= 0.001
+BuildRequires:  perl(Class::Mix) >= 0.1
 BuildRequires:  perl(ExtUtils::CBuilder) >= 0.15
 BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(parent)
-Requires:       perl(Class::Mix) >= 0.001
+Requires:       perl(Class::Mix) >= 0.1
 Requires:       perl(parent)
+Provides:       perl(Crypt::Eksblowfish) = %{version}
+Provides:       perl(Crypt::Eksblowfish::Bcrypt) = %{version}
+Provides:       perl(Crypt::Eksblowfish::Blowfish) = %{version}
+Provides:       perl(Crypt::Eksblowfish::Family) = %{version}
+Provides:       perl(Crypt::Eksblowfish::Subkeyed) = %{version}
+Provides:       perl(Crypt::Eksblowfish::Uklblowfish) = %{version}
+%undefine       __perllib_provides
 %{perl_requires}
 
 %description
@@ -45,32 +52,31 @@
 doesn't make it significantly cryptographically stronger, but is intended
 to hinder brute-force attacks. It also makes it unsuitable for any
 application requiring key agility. It was designed by Niels Provos and
-David Mazieres for password hashing in OpenBSD. See the
-Crypt::Eksblowfish::Bcrypt manpage for the hash algorithm. See the
-Crypt::Eksblowfish::Blowfish manpage for the unmodified Blowfish cipher.
+David Mazieres for password hashing in OpenBSD. See
+Crypt::Eksblowfish::Bcrypt for the hash algorithm. See
+Crypt::Eksblowfish::Blowfish for the unmodified Blowfish cipher.
 
 Eksblowfish is a parameterised (family-keyed) cipher. It takes a cost
 parameter that controls how expensive the key scheduling is. It also takes
 a family key, known as the "salt". Cost and salt parameters together define
 a cipher family. Within each family, a key determines an encryption
-function in the usual way. See the Crypt::Eksblowfish::Family manpage for a
-way to encapsulate an Eksblowfish cipher family.
+function in the usual way. See Crypt::Eksblowfish::Family for a way to
+encapsulate an Eksblowfish cipher family.
 
 %prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup -n %{cpan_name}-%{cpan_version} -p1
 
 %build
-%{__perl} Build.PL installdirs=vendor optimize="%{optflags}"
-./Build build flags=%{?_smp_mflags}
+perl Build.PL --installdirs=vendor optimize="%{optflags}"
+./Build build --flags=%{?_smp_mflags}
 
 %check
 ./Build test
 
 %install
-./Build install destdir=%{buildroot} create_packlist=0
+./Build install --destdir=%{buildroot} --create_packlist=0
 %perl_gen_filelist
 
 %files -f %{name}.files
-%defattr(-,root,root,755)
 %doc Changes README
 

Reply via email to