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:
Dirk Stoecker 2023-12-09 13:22:23 +00:00 committed by Git OBS Bridge
parent 2e569d6e83
commit 696cea5002
4 changed files with 22 additions and 8 deletions

BIN
IO-Tty-1.17.tar.gz (Stored with Git LFS)

Binary file not shown.

3
IO-Tty-1.18.tar.gz Normal file
View File

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

View File

@ -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> Sat Nov 12 03:06:39 UTC 2022 - Tina Müller <timueller+perl@suse.de>

View File

@ -1,7 +1,7 @@
# #
# spec file for package perl-IO-Tty # 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 # 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,15 +18,19 @@
%define cpan_name IO-Tty %define cpan_name IO-Tty
Name: perl-IO-Tty Name: perl-IO-Tty
Version: 1.17 Version: 1.180.0
Release: 0 Release: 0
%define cpan_version 1.18
License: Artistic-1.0 OR GPL-1.0-or-later License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Pseudo ttys and constants Summary: Pseudo ttys and constants
URL: https://metacpan.org/release/%{cpan_name} 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 Source1: cpanspec.yml
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
Provides: perl(IO::Pty) = %{version}
Provides: perl(IO::Tty) = %{version}
%define __perllib_provides /bin/true
%{perl_requires} %{perl_requires}
%description %description
@ -60,8 +64,9 @@ interesting info, so please include that as well) so I can get an overview.
Thanks! Thanks!
%prep %prep
%autosetup -n %{cpan_name}-%{version} %autosetup -n %{cpan_name}-%{cpan_version}
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build %build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"