Compare commits
9 Commits
Author | SHA256 | Date | |
---|---|---|---|
23352e9962 | |||
f1372c40a4 | |||
03a56bf6cc | |||
774d676add | |||
25236fe06b | |||
4d0a1f26e4 | |||
d85cb2842d | |||
8d40739e59 | |||
8c99077e21 |
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
## Build Results
|
||||
|
||||
Current state of perl in openSUSE:Factory is
|
||||
|
||||

|
||||
|
||||
The current state of perl in the devel project build (devel:languages:perl)
|
||||
|
||||

|
||||
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bcd10933b337b9f125bfb33a182b8e380d844c78ea94ffb331948a6a1b0568b0
|
||||
size 15936
|
3
experimental-0.036.tar.gz
Normal file
3
experimental-0.036.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:42612937c20f0c758547d0519bf535d7f378aa2a01fb20453b2a015a14d6720c
|
||||
size 16702
|
@@ -1,3 +1,41 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 17 05:41:42 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.036
|
||||
see /usr/share/doc/packages/perl-experimental/Changes
|
||||
|
||||
0.036 2025-07-17 01:40:39+02:00 Europe/Brussels
|
||||
- Add features "class", "keyword_any" and "keyword_all"
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 2 05:36:07 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.035
|
||||
see /usr/share/doc/packages/perl-experimental/Changes
|
||||
|
||||
0.035 2025-05-01 11:35:41+02:00 Europe/Berlin
|
||||
- regex_sets no longer experimental
|
||||
- switch/smartmatch were deprecated then undeprecated
|
||||
- Properly handle the win32_perlio warning
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 10 05:33:23 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.034
|
||||
see /usr/share/doc/packages/perl-experimental/Changes
|
||||
|
||||
0.034 2025-01-09 22:11:31+01:00 Europe/Brussels
|
||||
- Rerelease to deal with illegal core update
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 24 05:35:20 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.033
|
||||
see /usr/share/doc/packages/perl-experimental/Changes
|
||||
|
||||
0.033 2024-12-24 00:50:41+01:00 Europe/Brussels
|
||||
- feature extra_paired_delimiters not considered stable
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 26 03:14:49 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-experimental
|
||||
#
|
||||
# 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,24 +18,20 @@
|
||||
|
||||
%define cpan_name experimental
|
||||
Name: perl-experimental
|
||||
Version: 0.32.0
|
||||
Version: 0.036
|
||||
Release: 0
|
||||
# 0.032 -> normalize -> 0.32.0
|
||||
%define cpan_version 0.032
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Experimental features made easy
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source0: https://cpan.metacpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
Source100: README.md
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Test::More) >= 0.89
|
||||
BuildRequires: perl(version)
|
||||
Requires: perl(version)
|
||||
Provides: perl(experimental) = %{version}
|
||||
Provides: perl(stable) = %{version}
|
||||
%undefine __perllib_provides
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -56,7 +52,7 @@ enclosing lexical scope:
|
||||
use experimental 'feature-name';
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||
%autosetup -n %{cpan_name}-%{version} -p1
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
|
Reference in New Issue
Block a user