[perl-Stream-Buffered] Upstream update.

corsepiu corsepiu at fedoraproject.org
Mon Jun 30 13:11:45 UTC 2014


commit 5a82a5154db0d5b5f32336337926780865b5f0d8
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Mon Jun 30 15:11:51 2014 +0200

    Upstream update.
    
    - Modernize spec.

 .gitignore                |    2 +-
 perl-Stream-Buffered.spec |   14 +++++++++-----
 sources                   |    2 +-
 3 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e61ce7c..660d13f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Stream-Buffered-0.02.tar.gz
+/Stream-Buffered-0.03.tar.gz
diff --git a/perl-Stream-Buffered.spec b/perl-Stream-Buffered.spec
index c87770e..c0245af 100644
--- a/perl-Stream-Buffered.spec
+++ b/perl-Stream-Buffered.spec
@@ -1,6 +1,6 @@
 Name:           perl-Stream-Buffered
-Version:        0.02
-Release:        4%{?dist}
+Version:        0.03
+Release:        1%{?dist}
 Summary:        Temporary buffer to save bytes
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -8,9 +8,10 @@ URL:            http://search.cpan.org/dist/Stream-Buffered/
 Source0:        http://www.cpan.org/authors/id/D/DO/DOY/Stream-Buffered-%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(base)
 BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
-BuildRequires:  perl(IO::File)
+BuildRequires:  perl(IO::File) >= 1.14
 BuildRequires:  perl(FileHandle)
 BuildRequires:  perl(Test::More)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@@ -40,12 +41,15 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 make test
 
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jun 30 2014 Ralf Corsépius <corsepiu at fedoraproject.org> - 0.03-1
+- Upstream update.
+- Modernize spec.
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.02-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
@@ -55,6 +59,6 @@ make test
 * Wed Jul 17 2013 Petr Pisar <ppisar at redhat.com> - 0.02-2
 - Perl 5.18 rebuild
 
-* Tue Feb 05 2013 Ralf Corsépius <corsepiu at fedoraproject.org> 0.02-1
+* Tue Feb 05 2013 Ralf Corsépius <corsepiu at fedoraproject.org> - 0.02-1
 - Initial Fedora package.
 - Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index 4d41bc8..0b2edd4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-63d7776365a4ffd22f15002e03781c01  Stream-Buffered-0.02.tar.gz
+b030fecaa784cd573289ae797c7aeae9  Stream-Buffered-0.03.tar.gz


More information about the scm-commits mailing list