diff --git a/User-Identity-3.00.tar.gz b/User-Identity-3.00.tar.gz deleted file mode 100644 index f2a572d..0000000 --- a/User-Identity-3.00.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:105f8e2b44ea9ca3ddd373a5aeea945045ce8f7743b4e798b41011c2250e97af -size 28642 diff --git a/User-Identity-4.00.tar.gz b/User-Identity-4.00.tar.gz new file mode 100644 index 0000000..1728daa --- /dev/null +++ b/User-Identity-4.00.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46ec55c4b2c158fb9e3bd5c63aaa10695fee8508ef4ec958774dd8eaccab3847 +size 29054 diff --git a/perl-User-Identity.changes b/perl-User-Identity.changes index 981cf51..2fcf8ee 100644 --- a/perl-User-Identity.changes +++ b/perl-User-Identity.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Dec 13 05:37:18 UTC 2025 - Tina Müller + +- updated to 4.0.0 (4.00) + see /usr/share/doc/packages/perl-User-Identity/ChangeLog + ------------------------------------------------------------------- Tue Nov 25 05:36:40 UTC 2025 - Tina Müller diff --git a/perl-User-Identity.spec b/perl-User-Identity.spec index 18fe497..360112d 100644 --- a/perl-User-Identity.spec +++ b/perl-User-Identity.spec @@ -18,10 +18,10 @@ %define cpan_name User-Identity Name: perl-User-Identity -Version: 3.0.0 +Version: 4.0.0 Release: 0 -# 3.00 -> normalize -> 3.0.0 -%define cpan_version 3.00 +# 4.00 -> normalize -> 4.0.0 +%define cpan_version 4.00 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Collect information about a user URL: https://metacpan.org/release/%{cpan_name} @@ -32,9 +32,11 @@ BuildArch: noarch BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Hash::Ordered) >= 0.14 +BuildRequires: perl(Log::Report) >= 1.420 BuildRequires: perl(Test::More) >= 1 BuildRequires: perl(Test::Pod) >= 1 Requires: perl(Hash::Ordered) >= 0.14 +Requires: perl(Log::Report) >= 1.420 Provides: perl(Mail::Identity) = %{version} Provides: perl(User::Identity) = %{version} Provides: perl(User::Identity::Archive) = %{version} @@ -56,9 +58,10 @@ informational objects which are related to one user. The 'User::Identity' module tries to be smart providing defaults, conversions and often required combinations. -*This is a maintenance release for the old interface*. Read -_https://github.com/markov2/perl5-Mail-Box/wiki/_ how to move towards -version 4. +*Be aware:* This module versions 4.0 and up is not fully compatible with +older releases: mainly the exception handling has changed. When you need to +upgrade, please read at https://github.com/markov2/perl5-Mail-Box/wiki/. +*Version 3 is still maintained* and may see new releases as well. The identities are not implementing any kind of storage, and can therefore be created by any simple or complex Perl program. This way, it is more