[perl-qpid] Rebased on Qpid 0.24.

Darryl L. Pierce mcpierce at fedoraproject.org
Mon Sep 23 20:26:38 UTC 2013


commit a9422962d478e38dd0a29733b8c4c571637a3d89
Author: Darryl L. Pierce <mcpierce at gmail.com>
Date:   Mon Sep 23 16:26:18 2013 -0400

    Rebased on Qpid 0.24.

 .gitignore                                         |    1 +
 01-QPID-4843-Fixed-the-Perl-spout.pl-example.patch |   29 ------------
 ...4857-Fixed-passing-Perl-Message-to-C-code.patch |   47 --------------------
 ...ave-Perl-s-Makefile.PL-generate-the-Swig-.patch |   29 ------------
 perl-qpid.spec                                     |   24 +++-------
 sources                                            |    2 +-
 6 files changed, 9 insertions(+), 123 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 77f2b4e..9acfce6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /perl-qpid-0.18.tar.gz
 /perl-qpid-0.20.tar.gz
 /perl-qpid-0.22.tar.gz
+/perl-qpid-0.24.tar.gz
diff --git a/perl-qpid.spec b/perl-qpid.spec
index 3c47d1a..dbefd9f 100644
--- a/perl-qpid.spec
+++ b/perl-qpid.spec
@@ -1,6 +1,6 @@
 Name:           perl-qpid
-Version:        0.22
-Release:        5%{?dist}
+Version:        0.24
+Release:        1%{?dist}
 Summary:        Perl bindings for the Qpid messaging framework
 
 License:        ASL 2.0
@@ -19,13 +19,8 @@ BuildRequires:  swig
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Requires:       qpid-cpp-client = %{version}
 
-
-Patch1: 01-QPID-4843-Fixed-the-Perl-spout.pl-example.patch
-# BZ#964168
-Patch2: 02-QPID-4857-Fixed-passing-Perl-Message-to-C-code.patch
-# QPID-4939
-Patch3: 03-QPID-4939-Have-Perl-s-Makefile.PL-generate-the-Swig-.patch
-
+# Until BZ#1010397 is fixed
+ExcludeArch:    %{arm}
 
 %description
 %{summary}.
@@ -34,14 +29,6 @@ Patch3: 03-QPID-4939-Have-Perl-s-Makefile.PL-generate-the-Swig-.patch
 %prep
 %setup -q
 
-%patch2 -p6
-%patch3 -p6
-
-pushd examples
-ls -l
-%patch1 -p7
-popd
-
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
@@ -71,6 +58,9 @@ make test
 
 
 %changelog
+* Mon Sep 23 2013 Darryl L. Pierce <dpierce at redhat.com> - 0.24-1
+- Rebased on Qpid 0.24.
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.22-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index dfcc044..ad9cc03 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-378fa091cddaa1bf0ba7b3baf2205a2b  perl-qpid-0.22.tar.gz
+36db148883c45b0d51ae30106157397d  perl-qpid-0.24.tar.gz


More information about the scm-commits mailing list