1
0

1 Commits

Author SHA256 Message Date
1fad8934f2 Automatic update to v1.30.0 (1.03) 2025-10-09 20:52:08 +00:00
4 changed files with 26 additions and 9 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3b24aee7f5278c65c3f04115b07c86e646934e99ea409240363f3089913eb899
size 29058

BIN
User-Identity-1.03.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Oct 9 20:52:08 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 1.30.0 (1.03)
see /usr/share/doc/packages/perl-User-Identity/ChangeLog
version 1.03: Fri 12 Sep 15:25:39 CEST 2025
Changes:
- require Perl 5.16 (2012)
Improvements:
- convert to OODoc 3.04
- add .gitignore
-------------------------------------------------------------------
Tue May 20 10:43:58 UTC 2025 - Tina Müller <tina.mueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-User-Identity
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,10 +18,10 @@
%define cpan_name User-Identity
Name: perl-User-Identity
Version: 1.20.0
Version: 1.30.0
Release: 0
# 1.02 -> normalize -> 1.20.0
%define cpan_version 1.02
# 1.03 -> normalize -> 1.30.0
%define cpan_version 1.03
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Collect information about a user
URL: https://metacpan.org/release/%{cpan_name}
@@ -32,6 +32,8 @@ BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Hash::Ordered) >= 0.14
BuildRequires: perl(Test::More) >= 1
BuildRequires: perl(Test::Pod) >= 1
Requires: perl(Hash::Ordered) >= 0.14
Provides: perl(Mail::Identity) = %{version}
Provides: perl(User::Identity) = %{version}
@@ -66,7 +68,7 @@ author.
Extends "DESCRIPTION" in User::Identity::Item.
%prep
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor
@@ -81,6 +83,6 @@ make test
%perl_gen_filelist
%files -f %{name}.files
%doc ChangeLog README README.md
%doc ChangeLog README.md
%changelog