Compare commits
5 Commits
Author | SHA256 | Date | |
---|---|---|---|
308fbf7b17 | |||
d68532a599 | |||
c6c165403c | |||
090f1534b5 | |||
d16ba22473 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ca1ec6fbab7a0275dd2e9cf67b7cb0e0045863f31533210c7dc544631b6aaaa7
|
|
||||||
size 13097
|
|
3
IO-Interactive-1.027.tar.gz
Normal file
3
IO-Interactive-1.027.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:30aaa346a0f664f837750b1b9b3b511e78c7779296fb8f3be31aae5b73f7efb7
|
||||||
|
size 14059
|
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 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 18 05:34:04 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 1.27.0 (1.027)
|
||||||
|
see /usr/share/doc/packages/perl-IO-Interactive/Changes
|
||||||
|
|
||||||
|
1.027 2025-04-17T10:00:24Z
|
||||||
|
* require a newer version.pm for v5.10.1 tests
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 27 05:30:55 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 1.26.0 (1.026)
|
||||||
|
see /usr/share/doc/packages/perl-IO-Interactive/Changes
|
||||||
|
|
||||||
|
1.026 2025-01-26T21:58:11Z
|
||||||
|
* refresh distro and move to BRIANDFOY
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 6 03:07:27 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
Thu Jul 6 03:07:27 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-IO-Interactive
|
# spec file for package perl-IO-Interactive
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,18 +18,24 @@
|
|||||||
|
|
||||||
%define cpan_name IO-Interactive
|
%define cpan_name IO-Interactive
|
||||||
Name: perl-IO-Interactive
|
Name: perl-IO-Interactive
|
||||||
Version: 1.025
|
Version: 1.27.0
|
||||||
Release: 0
|
Release: 0
|
||||||
|
# 1.027 -> normalize -> 1.27.0
|
||||||
|
%define cpan_version 1.027
|
||||||
License: Artistic-2.0
|
License: Artistic-2.0
|
||||||
Summary: Utilities for interactive I/O
|
Summary: Utilities for interactive I/O
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/B/BD/BDFOY/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/B/BR/BRIANDFOY/%{cpan_name}-%{cpan_version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
|
Source100: README.md
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.64
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.64
|
||||||
BuildRequires: perl(Test::More) >= 1
|
BuildRequires: perl(Test::More) >= 1
|
||||||
|
BuildRequires: perl(version) >= 0.86
|
||||||
|
Provides: perl(IO::Interactive) = %{version}
|
||||||
|
%undefine __perllib_provides
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -99,7 +105,7 @@ A 'busy' block is therefore useful to prevent attempts at input when the
|
|||||||
program is busy at some non-interactive task.
|
program is busy at some non-interactive task.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
@@ -114,7 +120,7 @@ make test
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%doc Changes examples
|
%doc Changes examples SECURITY.md
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user