[perl-Data-Dump-Streamer] update to 2.33

Iain Arnell iarnell at fedoraproject.org
Tue Apr 3 13:26:19 UTC 2012


commit 9c1a8c024ef0ab3320566c2cf3b98c254b38eedf
Author: Iain Arnell <iarnell at gmail.com>
Date:   Tue Apr 3 07:26:14 2012 -0600

    update to 2.33

 .gitignore                   |    1 +
 perl-Data-Dump-Streamer.spec |   12 +++++++-----
 sources                      |    2 +-
 3 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 89d3ebb..1d2098d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ Data-Dump-Streamer-2.22.tar.gz
 /Data-Dump-Streamer-2.25.tar.gz
 /Data-Dump-Streamer-2.31.tar.gz
 /Data-Dump-Streamer-2.32.tar.gz
+/Data-Dump-Streamer-2.33.tar.gz
diff --git a/perl-Data-Dump-Streamer.spec b/perl-Data-Dump-Streamer.spec
index 667efc2..b164fd1 100644
--- a/perl-Data-Dump-Streamer.spec
+++ b/perl-Data-Dump-Streamer.spec
@@ -1,16 +1,17 @@
 Name:           perl-Data-Dump-Streamer
-Version:        2.32
-Release:        5%{?dist}
+Version:        2.33
+Release:        1%{?dist}
 Summary:        Accurately serialize a data structure as Perl code
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Data-Dump-Streamer/
-Source0:        http://www.cpan.org/authors/id/J/JJ/JJORE/Data-Dump-Streamer-%{version}.tar.gz
+Source0:        http://search.cpan.org/CPAN/authors/id/Y/YV/YVES/Data-Dump-Streamer-%{version}.tar.gz
 BuildRequires:  perl(Algorithm::Diff)
 BuildRequires:  perl(B::Utils)
 BuildRequires:  perl(Compress::Zlib)
 BuildRequires:  perl(Config)
 BuildRequires:  perl(ExtUtils::CBuilder)
+BuildRequires:  perl(JSON::XS)
 BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(PadWalker) >= 0.99
 BuildRequires:  perl(Test::More)
@@ -44,7 +45,6 @@ find . -type f | xargs chmod -x
 %install
 ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
 find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
 %{_fixperms} $RPM_BUILD_ROOT/*
 
@@ -52,7 +52,6 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 ./Build test
 
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorarch}/auto/*
 %{perl_vendorarch}/Data*
@@ -60,6 +59,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_mandir}/man3/*
 
 %changelog
+* Tue Apr 03 2012 Iain Arnell <iarnell at gmail.com> 2.33-1
+- update to latest upstream version
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.32-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index cb60d7d..508ef24 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dc96995cadacd3404730dafdc35fdec3  Data-Dump-Streamer-2.32.tar.gz
+63244de2c9bd168743b114d04d582d26  Data-Dump-Streamer-2.33.tar.gz


More information about the scm-commits mailing list