[perl-Sereal-Encoder] 3.003 bump

Petr Pisar ppisar at fedoraproject.org
Tue Nov 4 14:55:53 UTC 2014


commit ed42db25b930bc4aa29ab637d3a7d27d88d7c0d9
Author: Petr Písař <ppisar at redhat.com>
Date:   Tue Nov 4 15:51:27 2014 +0100

    3.003 bump

 .gitignore                                         |    1 +
 ...xternal-csnappy-library-in-Sereal-Encoder.patch |   93 --------------------
 ...-external-miniz-library-in-Sereal-Encoder.patch |   81 -----------------
 perl-Sereal-Encoder.spec                           |   11 +--
 sources                                            |    2 +-
 5 files changed, 6 insertions(+), 182 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b678aa8..3a9c025 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Sereal-Encoder-3.002.tar.gz
+/Sereal-Encoder-3.003.tar.gz
diff --git a/perl-Sereal-Encoder.spec b/perl-Sereal-Encoder.spec
index fd6a014..aa92d81 100644
--- a/perl-Sereal-Encoder.spec
+++ b/perl-Sereal-Encoder.spec
@@ -2,7 +2,7 @@
 %global perl_bootstrap 1
 
 Name:           perl-Sereal-Encoder
-Version:        3.002
+Version:        3.003
 Release:        1%{?dist}
 Summary:        Perl serialization into Serial format
 # lib/Sereal/Encoder.pm:    GPL+ or Artistic
@@ -13,10 +13,6 @@ License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Sereal-Encoder/
 Source0:        http://www.cpan.org/authors/id/Y/YV/YVES/Sereal-Encoder-%{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-Encoder.patch
-# Use external miniz library, <https://github.com/Sereal/Sereal/issues/72>
-Patch1:         Sereal-3.002_001-Prefer-external-miniz-library-in-Sereal-Encoder.patch
 BuildRequires:  csnappy-devel
 BuildRequires:  miniz-devel
 BuildRequires:  perl
@@ -66,8 +62,6 @@ serializer using a binary protocol called Sereal.
 
 %prep
 %setup -q -n Sereal-Encoder-%{version}
-%patch0 -p3
-%patch1 -p3
 # Remove bundled Perl modules
 rm -r ./inc/Devel
 sed -i -s '/^inc\/Devel/d' MANIFEST
@@ -98,5 +92,8 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Nov 04 2014 Petr Pisar <ppisar at redhat.com> - 3.003-1
+- 3.003 bump
+
 * Fri Oct 10 2014 Petr Pisar <ppisar at redhat.com> 3.002-1
 - Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index bcfdad0..1bbb120 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-18e88a20ae5842f98e2874557d8d525c  Sereal-Encoder-3.002.tar.gz
+544c4f7222a22aa1c42fcf366eacb382  Sereal-Encoder-3.003.tar.gz


More information about the scm-commits mailing list