From 2c0e66bdc9f81f5b40769985d69ea1f45b9d0eed Mon Sep 17 00:00:00 2001
From: Iain Arnell <iarn...@fedoraproject.org>
Date: Tue, 6 Apr 2010 14:28:04 +0000
Subject: - update to latest upstream - drop madness.t patch

---
 .cvsignore                   |  2 +-
 perl-Data-Dump-Streamer.spec | 10 +++++-----
 sources                      |  2 +-
 t-madness.patch              | 12 ------------
 4 files changed, 7 insertions(+), 19 deletions(-)
 delete mode 100644 t-madness.patch

diff --git a/.cvsignore b/.cvsignore
index f31b7e4..524264a 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-Data-Dump-Streamer-2.11.tar.gz
+Data-Dump-Streamer-2.13.tar.gz
diff --git a/perl-Data-Dump-Streamer.spec b/perl-Data-Dump-Streamer.spec
index 1929189..8705c69 100644
--- a/perl-Data-Dump-Streamer.spec
+++ b/perl-Data-Dump-Streamer.spec
@@ -1,5 +1,5 @@
 Name:           perl-Data-Dump-Streamer
-Version:        2.11
+Version:        2.13
 Release:        1%{?dist}
 Summary:        Accurately serialize a data structure as Perl code
 License:        GPL+ or Artistic
@@ -21,9 +21,6 @@ Requires:       perl(MIME::Base64)
 Requires:       perl(PadWalker)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
-# http://rt.cpan.org/Public/Bug/Display.html?id=44610
-Patch0:         t-madness.patch
-
 %description
 Given a list of scalars or reference variables, writes out their contents
 in perl syntax. The references can also be objects. The contents of each
@@ -33,7 +30,6 @@ output correctly.
 
 %prep
 %setup -q -n Data-Dump-Streamer-%{version}
-%patch0 -p1
 find . -type f | xargs chmod -x
 
 # Strip out private provides/requires
@@ -83,6 +79,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Tue Apr 06 2010 Iain Arnell <iarn...@gmail.com> 2.13-1
+- update to latest upstream
+- drop madness.t patch
+
 * Mon Apr 05 2010 Iain Arnell <iarn...@gmail.com> 2.11-1
 - update to 2.11 (perl 5.12 compatibility tweaks)
 
diff --git a/sources b/sources
index 96c686f..88e6fe3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4e15e16d151968c7d985ed12a5a67661  Data-Dump-Streamer-2.11.tar.gz
+f42763c5a704440d6e9043ce318ac93d  Data-Dump-Streamer-2.13.tar.gz
diff --git a/t-madness.patch b/t-madness.patch
deleted file mode 100644
index 2e658a5..0000000
--- a/t-madness.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -up Data-Dump-Streamer-2.09/t/madness.t.orig 
Data-Dump-Streamer-2.09/t/madness.t
---- Data-Dump-Streamer-2.09/t/madness.t.orig   2009-06-12 16:50:09.343385762 
+0200
-+++ Data-Dump-Streamer-2.09/t/madness.t        2009-06-12 16:50:19.376389596 
+0200
-@@ -258,7 +258,7 @@ _EOF_FORMAT_
-            OBJ => bless( qr/("[^"]+")/, 'Zorp' ),
-            PV  => 'string',
-            PV8 => "ab\ncd\x{20ac}\t",
--           PVM => 'Bad file descriptor',
-+           PVM => '',
-            RV  => \do { my $v = undef },
-            UND => undef
-          };
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-Data-Dump-Streamer.git/commit/?h=f24&id=2c0e66bdc9f81f5b40769985d69ea1f45b9d0eed
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

Reply via email to