Accepting request 1037953 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/1037953
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-IO-Tty?expand=0&rev=26
This commit is contained in:
Dominique Leuenberger 2022-11-25 13:08:03 +00:00 committed by Git OBS Bridge
commit fc94fd8587
4 changed files with 19 additions and 6 deletions

View File

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

BIN
IO-Tty-1.17.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Nov 12 03:06:39 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 1.17
see /usr/share/doc/packages/perl-IO-Tty/ChangeLog
1.17 2022-11-11 Todd Rinaldo <toddr@cpan.org>
* 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 <timueller+perl@suse.de>

View File

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