[perl-Sereal-Decoder] 3.003 bump

Petr Pisar ppisar at fedoraproject.org
Wed Nov 12 15:33:52 UTC 2014


commit 184723f6ada628bf01cd50af4a11435968c2a9fa
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed Nov 12 16:31:53 2014 +0100

    3.003 bump

 .gitignore                                         |    1 +
 ...xternal-csnappy-library-in-Sereal-Decoder.patch |   81 --------------------
 ...-external-miniz-library-in-Sereal-Decoder.patch |   79 -------------------
 perl-Sereal-Decoder.spec                           |   13 +--
 sources                                            |    2 +-
 5 files changed, 7 insertions(+), 169 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 97c3aee..dfc469e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Sereal-Decoder-3.002.tar.gz
+/Sereal-Decoder-3.003.tar.gz
diff --git a/perl-Sereal-Decoder.spec b/perl-Sereal-Decoder.spec
index f8e18c2..6ec459b 100644
--- a/perl-Sereal-Decoder.spec
+++ b/perl-Sereal-Decoder.spec
@@ -1,6 +1,6 @@
 Name:           perl-Sereal-Decoder
-Version:        3.002
-Release:        2%{?dist}
+Version:        3.003
+Release:        1%{?dist}
 Summary:        Perl deserialization for Sereal format
 # lib/Sereal/Decoder.pm:    GPL+ or Artistic
 # miniz.c:                  Unlicense (unbundled)
@@ -9,10 +9,6 @@ License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Sereal-Decoder/
 Source0:        http://www.cpan.org/authors/id/Y/YV/YVES/Sereal-Decoder-%{version}.tar.gz
-# Use external csnappy library, <https://github.com/Sereal/Sereal/issues/72>
-Patch0:         Sereal-3.002_001-Prefer-external-csnappy-library-in-Sereal-Decoder.patch
-# Use external miniz library, <https://github.com/Sereal/Sereal/issues/72>
-Patch1:         Sereal-3.002_001-Prefer-external-miniz-library-in-Sereal-Decoder.patch
 BuildRequires:  csnappy-devel
 BuildRequires:  miniz-devel
 BuildRequires:  perl
@@ -58,8 +54,6 @@ and feature-rich binary protocol called Sereal.
 
 %prep
 %setup -q -n Sereal-Decoder-%{version}
-%patch0 -p3
-%patch1 -p3
 # Remove bundled Perl modules
 rm -r ./inc/Devel
 sed -i -s '/^inc\/Devel/d' MANIFEST
@@ -90,6 +84,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Nov 12 2014 Petr Pisar <ppisar at redhat.com> - 3.003-1
+- 3.003 bump
+
 * Thu Nov 06 2014 Petr Pisar <ppisar at redhat.com> - 3.002-2
 - Finish Sereal bootstrap
 
diff --git a/sources b/sources
index ccc9bc5..57ac549 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c26033b258dc3ee2e4e485f7293ccb63  Sereal-Decoder-3.002.tar.gz
+453502152d89e5602ab6d66a33b74ec1  Sereal-Decoder-3.003.tar.gz


More information about the scm-commits mailing list