Accepting request 867232 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/867232
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-IO-Tty?expand=0&rev=25
This commit is contained in:
Dominique Leuenberger 2021-01-28 20:22:24 +00:00 committed by Git OBS Bridge
commit 1e84317a9f
4 changed files with 21 additions and 14 deletions

View File

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

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

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat Jan 23 03:07:15 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 1.16
see /usr/share/doc/packages/perl-IO-Tty/ChangeLog
1.16 2021-01-2 Todd Rinaldo <toddr@cpan.org>
* Switch to github for issue tracker.
* Switch to testsuite CI workflow.
* Tidy
-------------------------------------------------------------------
Wed Nov 4 03:08:31 UTC 2020 - Tina Müller <timueller+perl@suse.de>

View File

@ -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