From 0bf9181d07bae2b13df900874f5cd0cf223adaf82fc670a0ef3388dbf55c9faf Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Thu, 4 Jan 2024 15:13:45 +0000 Subject: [PATCH] Accepting request 1136597 from devel:languages:perl:autoupdate - updated to 1.20 see /usr/share/doc/packages/perl-IO-Tty/ChangeLog 1.20 2023-12-28 Todd Rinaldo * #32 - Skip t/pty_get_winsize.t tests on AIX * #27 - Fix patchlevel check for util.h 1.19 2023-12-28 Todd Rinaldo * #37 - Remove --no-undefined from compiler test which is not compatible with all platforms. OBS-URL: https://build.opensuse.org/request/show/1136597 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Tty?expand=0&rev=27 --- IO-Tty-1.18.tar.gz | 3 --- IO-Tty-1.20.tar.gz | 3 +++ perl-IO-Tty.changes | 13 +++++++++++++ perl-IO-Tty.spec | 6 +++--- 4 files changed, 19 insertions(+), 6 deletions(-) delete mode 100644 IO-Tty-1.18.tar.gz create mode 100644 IO-Tty-1.20.tar.gz diff --git a/IO-Tty-1.18.tar.gz b/IO-Tty-1.18.tar.gz deleted file mode 100644 index 2108349..0000000 --- a/IO-Tty-1.18.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b0e45b186e4ca54636b1f15111ec0fee86b993e23db529aacb4759df946792ff -size 26567 diff --git a/IO-Tty-1.20.tar.gz b/IO-Tty-1.20.tar.gz new file mode 100644 index 0000000..9da4c71 --- /dev/null +++ b/IO-Tty-1.20.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b15309fc85623893289cb9b2b88dfa9ed1e69156b75f29938553a45be6d730af +size 27709 diff --git a/perl-IO-Tty.changes b/perl-IO-Tty.changes index 62d5a5b..10d2947 100644 --- a/perl-IO-Tty.changes +++ b/perl-IO-Tty.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Dec 29 03:06:58 UTC 2023 - Tina Müller + +- updated to 1.20 + see /usr/share/doc/packages/perl-IO-Tty/ChangeLog + + 1.20 2023-12-28 Todd Rinaldo + * #32 - Skip t/pty_get_winsize.t tests on AIX + * #27 - Fix patchlevel check for util.h + + 1.19 2023-12-28 Todd Rinaldo + * #37 - Remove --no-undefined from compiler test which is not compatible with all platforms. + ------------------------------------------------------------------- Tue Nov 28 03:07:45 UTC 2023 - Tina Müller diff --git a/perl-IO-Tty.spec b/perl-IO-Tty.spec index 43bbd5b..52a0880 100644 --- a/perl-IO-Tty.spec +++ b/perl-IO-Tty.spec @@ -1,7 +1,7 @@ # # spec file for package perl-IO-Tty # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,9 +18,9 @@ %define cpan_name IO-Tty Name: perl-IO-Tty -Version: 1.180.0 +Version: 1.200.0 Release: 0 -%define cpan_version 1.18 +%define cpan_version 1.20 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Pseudo ttys and constants URL: https://metacpan.org/release/%{cpan_name}