pghmcfc pushed to perl-IO-stringy (master). "Update to 2.111 (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Apr 23 11:20:58 UTC 2015


>From c2949ff6850b0581121e1e2d657ceb040c992086 Mon Sep 17 00:00:00 2001
From: Paul Howarth <paul at city-fan.org>
Date: Thu, 23 Apr 2015 12:16:20 +0100
Subject: Update to 2.111

- New upstream release 2.111
  - Update maintainer's name, which is now Dianne Skoll
- Use %license where possible

diff --git a/.gitignore b/.gitignore
index 5b40421..f508e07 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-IO-stringy-2.110.tar.gz
+/IO-stringy-[0-9.]*.tar.gz
diff --git a/perl-IO-stringy.spec b/perl-IO-stringy.spec
index fe935cc..5ca3518 100644
--- a/perl-IO-stringy.spec
+++ b/perl-IO-stringy.spec
@@ -1,30 +1,33 @@
 Summary:	I/O on in-core objects like strings and arrays for Perl
 Name:		perl-IO-stringy
-Version:	2.110
-Release:	28%{?dist}
+Version:	2.111
+Release:	1%{?dist}
 License:	GPL+ or Artistic
 Group:		Development/Libraries
 URL:		http://search.cpan.org/dist/IO-stringy/
 Source0:	http://search.cpan.org/CPAN/authors/id/D/DS/DSKOLL/IO-stringy-%{version}.tar.gz
 BuildArch:	noarch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
-BuildRequires:  perl
+# Module Build
+BuildRequires:	perl
 BuildRequires:	perl(ExtUtils::MakeMaker)
-# Run-time:
+# Module Runtime
 BuildRequires:	perl(Carp)
 BuildRequires:	perl(Exporter)
 BuildRequires:	perl(FileHandle)
 BuildRequires:	perl(IO::File)
 BuildRequires:	perl(IO::Handle)
-BuildRequires:  perl(overload)
-BuildRequires:  perl(strict)
+BuildRequires:	perl(overload)
+BuildRequires:	perl(strict)
 BuildRequires:	perl(Symbol)
-BuildRequires:  perl(vars)
-# Tests:
-BuildRequires:  perl(File::Basename)
+BuildRequires:	perl(vars)
+# Test Suite
+BuildRequires:	perl(File::Basename)
 BuildRequires:	perl(lib)
+# Runtime
 Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
+# Avoid doc-file dependency on /usr/bin/perl
 %{?perl_default_filter}
 
 %description
@@ -61,18 +64,28 @@ make test
 rm -rf %{buildroot}
 
 %files
-%doc README COPYING examples
+%if 0%{?_licensedir:1}
+%license COPYING
+%else
+%doc COPYING
+%endif
+%doc README examples/
 %{perl_vendorlib}/IO/
-%{_mandir}/man3/IO::AtomicFile.3pm*
-%{_mandir}/man3/IO::InnerFile.3pm*
-%{_mandir}/man3/IO::Lines.3pm*
-%{_mandir}/man3/IO::Scalar.3pm*
-%{_mandir}/man3/IO::ScalarArray.3pm*
-%{_mandir}/man3/IO::Stringy.3pm*
-%{_mandir}/man3/IO::Wrap.3pm*
-%{_mandir}/man3/IO::WrapTie.3pm*
+%{_mandir}/man3/IO::AtomicFile.3*
+%{_mandir}/man3/IO::InnerFile.3*
+%{_mandir}/man3/IO::Lines.3*
+%{_mandir}/man3/IO::Scalar.3*
+%{_mandir}/man3/IO::ScalarArray.3*
+%{_mandir}/man3/IO::Stringy.3*
+%{_mandir}/man3/IO::Wrap.3*
+%{_mandir}/man3/IO::WrapTie.3*
 
 %changelog
+* Thu Apr 23 2015 Paul Howarth <paul at city-fan.org> - 2.111-1
+- Update to 2.111
+  - Update maintainer's name, which is now Dianne Skoll
+- Use %%license where possible
+
 * Mon Jan 26 2015 Petr Pisar <ppisar at redhat.com> - 2.110-28
 - Filter provides/requires from docdir
 
diff --git a/sources b/sources
index 0fd1b2a..99a4b77 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2e6a976cfa5521e815c1fdf4006982de  IO-stringy-2.110.tar.gz
+e91acf0a800b190d13585a47de775bdd  IO-stringy-2.111.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-IO-stringy.git/commit/?h=master&id=c2949ff6850b0581121e1e2d657ceb040c992086


More information about the perl-devel mailing list