8
0

Compare commits

5 Commits

Author SHA256 Message Date
488bd6a6cd Add Gitea build results 2025-08-12 18:15:28 +02:00
58ee14bd97 Accepting request 1286342 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1286342
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Modern-Perl?expand=0&rev=29
2025-06-17 16:23:18 +00:00
87884ae002 Accepting request 1284896 from devel:languages:perl:autoupdate
- updated to 1.20250607
   see /usr/share/doc/packages/perl-Modern-Perl/Changes
  1.20250607 2025-06-07 16:56:19-07:00 America/Los_Angeles
      - update for 2025 year bundle
      - enhance documentation to discourage this module for v5.38 and newer

OBS-URL: https://build.opensuse.org/request/show/1284896
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Modern-Perl?expand=0&rev=46
2025-06-17 10:46:55 +00:00
892063c081 Accepting request 1235279 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1235279
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Modern-Perl?expand=0&rev=28
2025-01-07 19:52:44 +00:00
bff518ece2 Accepting request 1234006 from devel:languages:perl:autoupdate
- updated to 1.20241001
   see /usr/share/doc/packages/perl-Modern-Perl/Changes
  1.20241001 2024-09-30 19:12:47-07:00 America/Los_Angeles
      - fix switch tests after Perl 5.41.4 removal of deprecated feature (RT #155822, Slaven Rezic)
  1.20240120 2024-01-20 12:15:09-08:00 America/Los_Angeles
      - fix tests for Perl < 5.26.0 (RT #151198, Slaven Rezic)
      - fix feature reset for Perl < 5.15 (RT #151190, Slaven Rezic)

OBS-URL: https://build.opensuse.org/request/show/1234006
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Modern-Perl?expand=0&rev=44
2025-01-06 16:49:12 +00:00
5 changed files with 42 additions and 6 deletions

View File

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

View File

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

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-Modern-Perl/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-Modern-Perl)

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Sun Jun 8 05:36:11 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 1.20250607
see /usr/share/doc/packages/perl-Modern-Perl/Changes
1.20250607 2025-06-07 16:56:19-07:00 America/Los_Angeles
- update for 2025 year bundle
- enhance documentation to discourage this module for v5.38 and newer
-------------------------------------------------------------------
Tue Oct 1 05:32:58 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- updated to 1.20241001
see /usr/share/doc/packages/perl-Modern-Perl/Changes
1.20241001 2024-09-30 19:12:47-07:00 America/Los_Angeles
- fix switch tests after Perl 5.41.4 removal of deprecated feature (RT #155822, Slaven Rezic)
1.20240120 2024-01-20 12:15:09-08:00 America/Los_Angeles
- fix tests for Perl < 5.26.0 (RT #151198, Slaven Rezic)
- fix feature reset for Perl < 5.15 (RT #151190, Slaven Rezic)
-------------------------------------------------------------------
Mon Jan 15 03:07:07 UTC 2024 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Modern-Perl
#
# Copyright (c) 2024 SUSE LLC
# 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
@@ -18,13 +18,14 @@
%define cpan_name Modern-Perl
Name: perl-Modern-Perl
Version: 1.20240115
Version: 1.20250607
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Enable all of the features of Modern Perl with one import
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/C/CH/CHROMATIC/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
Source100: README.md
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
@@ -39,7 +40,7 @@ Requires: perl(mro)
enable all of the features of Modern Perl with one import
%prep
%autosetup -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor