17
0

5 Commits
devel ... main

5 changed files with 39 additions and 9 deletions

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
## Build Results
Current state of perl in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-User-Identity/standard)
The current state of perl in the devel project build (devel:languages:perl)
![Devel project build results](https://br.opensuse.org/status/devel:languages:perl/perl-User-Identity)

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,19 +18,22 @@
%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}
Source0: https://cpan.metacpan.org/authors/id/M/MA/MARKOV/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
Source100: README.md
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}
@@ -65,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
@@ -80,6 +83,6 @@ make test
%perl_gen_filelist
%files -f %{name}.files
%doc ChangeLog README README.md
%doc ChangeLog README.md
%changelog