diff --git a/IO-Tty-1.10.tar.gz b/IO-Tty-1.10.tar.gz deleted file mode 100644 index ddd2f34..0000000 --- a/IO-Tty-1.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:31a6e21ad187ec5ea93c2b898d6b3519647c5fce9f394b6d3c05a1f7c3f6f8b1 -size 23291 diff --git a/IO-Tty-1.12.tar.gz b/IO-Tty-1.12.tar.gz new file mode 100644 index 0000000..3a32388 --- /dev/null +++ b/IO-Tty-1.12.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2ef8770d3309178203f8c8ac25e623e63cf76e97830fd3be280ade1a555290d +size 24564 diff --git a/perl-IO-Tty.changes b/perl-IO-Tty.changes index 0a45317..b7c56ab 100644 --- a/perl-IO-Tty.changes +++ b/perl-IO-Tty.changes @@ -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 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 + * 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 diff --git a/perl-IO-Tty.spec b/perl-IO-Tty.spec index fee85cd..bb5efee 100644 --- a/perl-IO-Tty.spec +++ b/perl-IO-Tty.spec @@ -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