SHA256
1
0
forked from pool/perl-IO-Tty

Accepting request 296068 from devel:languages:perl

1

OBS-URL: https://build.opensuse.org/request/show/296068
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-IO-Tty?expand=0&rev=22
This commit is contained in:
Dominique Leuenberger 2015-04-15 14:23:59 +00:00 committed by Git OBS Bridge
commit a344527934
4 changed files with 25 additions and 15 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:31a6e21ad187ec5ea93c2b898d6b3519647c5fce9f394b6d3c05a1f7c3f6f8b1
size 23291

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

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Apr 13 18:51:40 UTC 2015 - coolo@suse.com
- updated to 1.12
see /usr/share/doc/packages/perl-IO-Tty/ChangeLog
2014-09-12 Todd Rinaldo <toddr@cpan.org> 1.12
* Merge pull request from Chris Williams (bingos) to fix "redefinition of typedef" errors with v5.19.4 and above
2014-05-05 Todd Rinaldo <toddr@cpan.org>
* Release 1.11 to CPAN with explicit dropping of support for Win32 (we never supported it) - RT 77813
* Bump version to a devel release 1.11_01 for experimental work.
* Fix typo in compilter - RT 75649
* Add support for PERL_MM_OPT
-------------------------------------------------------------------
Thu Mar 31 18:15:58 UTC 2011 - coolo@novell.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-IO-Tty
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# 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.10
Release: 1
License: GPL-1.0+ or Artistic-1.0
Version: 1.12
Release: 0
%define cpan_name IO-Tty
Summary: Low-level allocate a pseudo-Tty, import constants.
Url: http://search.cpan.org/dist/IO-Tty/
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
#Source: http://www.cpan.org/authors/id/T/TO/TODDR/IO-Tty-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.gz
Url: http://search.cpan.org/dist/IO-Tty/
Source: http://www.cpan.org/authors/id/T/TO/TODDR/%{cpan_name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
@ -77,11 +75,8 @@ Thanks!
%perl_process_packlist
%perl_gen_filelist
%clean
%{__rm} -rf %{buildroot}
%files -f %{name}.files
%defattr(644,root,root,755)
%defattr(-,root,root,755)
%doc ChangeLog README try
%changelog