From 8a1c05ab40c03e8eae7be28657f0c54c5ea0cae4723f0a186c5f60ced15d5fcf Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Wed, 27 Jan 2021 16:13:19 +0000 Subject: [PATCH] Accepting request 866754 from devel:languages:perl:autoupdate - updated to 1.16 see /usr/share/doc/packages/perl-IO-Tty/ChangeLog 1.16 2021-01-2 Todd Rinaldo * Switch to github for issue tracker. * Switch to testsuite CI workflow. * Tidy OBS-URL: https://build.opensuse.org/request/show/866754 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Tty?expand=0&rev=21 --- IO-Tty-1.15.tar.gz | 3 --- IO-Tty-1.16.tar.gz | 3 +++ perl-IO-Tty.changes | 11 +++++++++++ perl-IO-Tty.spec | 18 +++++++----------- 4 files changed, 21 insertions(+), 14 deletions(-) delete mode 100644 IO-Tty-1.15.tar.gz create mode 100644 IO-Tty-1.16.tar.gz diff --git a/IO-Tty-1.15.tar.gz b/IO-Tty-1.15.tar.gz deleted file mode 100644 index 61f7496..0000000 --- a/IO-Tty-1.15.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:43f9cc0f87620bbb159e0890e196b23a8e6419cbd04224c10f3dcee948f6b51a -size 25761 diff --git a/IO-Tty-1.16.tar.gz b/IO-Tty-1.16.tar.gz new file mode 100644 index 0000000..55816a9 --- /dev/null +++ b/IO-Tty-1.16.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1a09c070738adc695df903f2e7f74308dd8d991b914c0bc390a0e6021294dd +size 26765 diff --git a/perl-IO-Tty.changes b/perl-IO-Tty.changes index ad849c0..8d9e5fd 100644 --- a/perl-IO-Tty.changes +++ b/perl-IO-Tty.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sat Jan 23 03:07:15 UTC 2021 - Tina Müller + +- updated to 1.16 + see /usr/share/doc/packages/perl-IO-Tty/ChangeLog + + 1.16 2021-01-2 Todd Rinaldo + * Switch to github for issue tracker. + * Switch to testsuite CI workflow. + * Tidy + ------------------------------------------------------------------- Wed Nov 4 03:08:31 UTC 2020 - Tina Müller diff --git a/perl-IO-Tty.spec b/perl-IO-Tty.spec index 0a73892..9222570 100644 --- a/perl-IO-Tty.spec +++ b/perl-IO-Tty.spec @@ -1,7 +1,7 @@ # # spec file for package perl-IO-Tty # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,17 +16,15 @@ # -Name: perl-IO-Tty -Version: 1.15 -Release: 0 %define cpan_name IO-Tty +Name: perl-IO-Tty +Version: 1.16 +Release: 0 Summary: Low-level allocate a pseudo-Tty, import constants License: Artistic-1.0 OR GPL-1.0-or-later -Group: Development/Libraries/Perl 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 -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros %{perl_requires} @@ -62,12 +60,11 @@ interesting info, so please include that as well) so I can get an overview. Thanks! %prep -%setup -q -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}-%{version} %build perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" -make %{?_smp_mflags} +%make_build %check make test @@ -78,7 +75,6 @@ make test %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) -%doc ChangeLog README.md try +%doc ChangeLog README try %changelog