Accepting request 295899 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/295899
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Tty?expand=0&rev=15
This commit is contained in:
Stephan Kulow 2015-04-14 06:02:54 +00:00 committed by Git OBS Bridge
parent f7eb2a1623
commit 82384e97d5
4 changed files with 27 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 (Version 1.10)
# spec file for package perl-IO-Tty
#
# Copyright (c) 2010 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
@ -15,16 +15,16 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: perl-IO-Tty
Version: 1.10
Release: 1
License: GPL+ or Artistic
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
@ -75,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