Automatic update to Object-Realize-Later-0.22.tar.gz #1

Open
cpanmirror wants to merge 1 commits from cpanmirror/perl-Object-Realize-Later:autoupdate into main
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:8f7b9640cc8e34ea92bcf6c01049a03c145e0eb46e562275e28dddd3a8d6d8d9
size 12375

BIN
Object-Realize-Later-0.22.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Nov 5 05:34:13 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 0.220.0 (0.22)
see /usr/share/doc/packages/perl-Object-Realize-Later/ChangeLog
version 0.22: Mon 15 Sep 14:43:11 CEST 2025
Changes:
- require 5.016 (2012)
Fixes:
- fix metadata [Mohammad S Anwar]
Improvements:
- convert to OODoc 3.04
- add .gitignore
-------------------------------------------------------------------
Wed Feb 7 17:03:18 UTC 2018 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Object-Realize-Later
#
# Copyright (c) 2024 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 Object-Realize-Later
Name: perl-Object-Realize-Later
Version: 0.210.0
Version: 0.220.0
Release: 0
# 0.21 -> normalize -> 0.210.0
%define cpan_version 0.21
# 0.22 -> normalize -> 0.220.0
%define cpan_version 0.22
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Delayed realization of objects
URL: https://metacpan.org/release/%{cpan_name}
@@ -31,6 +31,8 @@ Source100: README.md
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Test::More) >= 1
BuildRequires: perl(Test::Pod) >= 1
Provides: perl(Object::Realize::Later) = %{version}
%undefine __perllib_provides
%{perl_requires}
@@ -48,7 +50,7 @@ start-up: the realization of objects is triggered by the use, so spread
over time.
%prep
%autosetup -n %{cpan_name}-%{cpan_version}
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor
@@ -63,6 +65,6 @@ make test
%perl_gen_filelist
%files -f %{name}.files
%doc ChangeLog Changes README README.md
%doc ChangeLog README.md
%changelog