diff --git a/IO-Tty-1.16.tar.gz b/IO-Tty-1.16.tar.gz deleted file mode 100644 index 55816a9..0000000 --- a/IO-Tty-1.16.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f1a09c070738adc695df903f2e7f74308dd8d991b914c0bc390a0e6021294dd -size 26765 diff --git a/IO-Tty-1.17.tar.gz b/IO-Tty-1.17.tar.gz new file mode 100644 index 0000000..d8eb3e2 --- /dev/null +++ b/IO-Tty-1.17.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5f1a83020bc5b5dd6c1b570f48c7546e0a8f7fac10a068740b03925ad9e14e8 +size 27245 diff --git a/perl-IO-Tty.changes b/perl-IO-Tty.changes index 8d9e5fd..69e10e8 100644 --- a/perl-IO-Tty.changes +++ b/perl-IO-Tty.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat Nov 12 03:06:39 UTC 2022 - Tina Müller + +- updated to 1.17 + see /usr/share/doc/packages/perl-IO-Tty/ChangeLog + + 1.17 2022-11-11 Todd Rinaldo + * Switch changelog entries to metacpan friendly format + * #29 - Fix printf format conversion specifiers in croak to support size_t on all platforms + * #11,#30 - Tty.pm: pre-allocate buffer for ioctl but leave it length 0 + * #28 - Use $arg to match @ARGV in Makefile.PL + ------------------------------------------------------------------- Sat Jan 23 03:07:15 UTC 2021 - Tina Müller diff --git a/perl-IO-Tty.spec b/perl-IO-Tty.spec index 9222570..c46d0f1 100644 --- a/perl-IO-Tty.spec +++ b/perl-IO-Tty.spec @@ -1,7 +1,7 @@ # # spec file for package perl-IO-Tty # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,10 +18,10 @@ %define cpan_name IO-Tty Name: perl-IO-Tty -Version: 1.16 +Version: 1.17 Release: 0 -Summary: Low-level allocate a pseudo-Tty, import constants 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 Source1: cpanspec.yml @@ -61,6 +61,7 @@ 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 %build perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"