diff --git a/IO-Tty-1.17.tar.gz b/IO-Tty-1.17.tar.gz deleted file mode 100644 index d8eb3e2..0000000 --- a/IO-Tty-1.17.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a5f1a83020bc5b5dd6c1b570f48c7546e0a8f7fac10a068740b03925ad9e14e8 -size 27245 diff --git a/IO-Tty-1.18.tar.gz b/IO-Tty-1.18.tar.gz new file mode 100644 index 0000000..2108349 --- /dev/null +++ b/IO-Tty-1.18.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0e45b186e4ca54636b1f15111ec0fee86b993e23db529aacb4759df946792ff +size 26567 diff --git a/perl-IO-Tty.changes b/perl-IO-Tty.changes index 69e10e8..62d5a5b 100644 --- a/perl-IO-Tty.changes +++ b/perl-IO-Tty.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Nov 28 03:07:45 UTC 2023 - Tina Müller + +- updated to 1.18 + see /usr/share/doc/packages/perl-IO-Tty/ChangeLog + + 1.18 2023-11-27 Todd Rinaldo + * #35 - Address Freebsd build issue: Make function checks more robust within shared lib + ------------------------------------------------------------------- Sat Nov 12 03:06:39 UTC 2022 - Tina Müller diff --git a/perl-IO-Tty.spec b/perl-IO-Tty.spec index c46d0f1..43bbd5b 100644 --- a/perl-IO-Tty.spec +++ b/perl-IO-Tty.spec @@ -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}"