Accepting request 1130067 from devel:languages:perl:autoupdate
- updated to 1.18 see /usr/share/doc/packages/perl-IO-Tty/ChangeLog 1.18 2023-11-27 Todd Rinaldo <toddr@cpan.org> * #35 - Address Freebsd build issue: Make function checks more robust within shared lib OBS-URL: https://build.opensuse.org/request/show/1130067 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Tty?expand=0&rev=25
This commit is contained in:
parent
2e569d6e83
commit
696cea5002
BIN
IO-Tty-1.17.tar.gz
(Stored with Git LFS)
BIN
IO-Tty-1.17.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
IO-Tty-1.18.tar.gz
Normal file
3
IO-Tty-1.18.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b0e45b186e4ca54636b1f15111ec0fee86b993e23db529aacb4759df946792ff
|
||||
size 26567
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 28 03:07:45 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.18
|
||||
see /usr/share/doc/packages/perl-IO-Tty/ChangeLog
|
||||
|
||||
1.18 2023-11-27 Todd Rinaldo <toddr@cpan.org>
|
||||
* #35 - Address Freebsd build issue: Make function checks more robust within shared lib
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 12 03:06:39 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-IO-Tty
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,15 +18,19 @@
|
||||
|
||||
%define cpan_name IO-Tty
|
||||
Name: perl-IO-Tty
|
||||
Version: 1.17
|
||||
Version: 1.180.0
|
||||
Release: 0
|
||||
%define cpan_version 1.18
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Pseudo ttys and constants
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/T/TO/TODDR/%{cpan_name}-%{version}.tar.gz
|
||||
Source0: https://cpan.metacpan.org/authors/id/T/TO/TODDR/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
Provides: perl(IO::Pty) = %{version}
|
||||
Provides: perl(IO::Tty) = %{version}
|
||||
%define __perllib_provides /bin/true
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@ -60,8 +64,9 @@ interesting info, so please include that as well) so I can get an overview.
|
||||
Thanks!
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||
|
Loading…
Reference in New Issue
Block a user