[perl-qpid_proton/f17] Rebased on Proton 0.4.

Darryl L. Pierce mcpierce at fedoraproject.org
Fri Mar 1 19:46:27 UTC 2013


commit 9b0607644f7883cf149496f7c28143b364784db1
Author: Darryl L. Pierce <dpierce at redhat.com>
Date:   Fri Mar 1 14:21:40 2013 -0500

    Rebased on Proton 0.4.

 .gitignore                                         |    1 +
 ...Fixes-to-Perl-code-due-to-unit-test-failu.patch |  294 ------------------
 02-PROTON-176-Provide-Perl-unit-tests.patch        |  317 --------------------
 ...Add-unit-tests-for-qpid-proton-Messenger-.patch |  180 -----------
 04-NO-JIRA-Fixed-the-package-name-for-Perl.patch   |   28 --
 ...oved-Version.pm-and-CMakeLists.txt-from-t.patch |   26 --
 perl-qpid_proton.spec                              |   19 +-
 sources                                            |    2 +-
 8 files changed, 7 insertions(+), 860 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6d6f2b7..3d80837 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /perl-qpid_proton-0.3.tar.gz
+/perl-qpid_proton-0.4.tar.gz
diff --git a/perl-qpid_proton.spec b/perl-qpid_proton.spec
index e4e6654..f555042 100644
--- a/perl-qpid_proton.spec
+++ b/perl-qpid_proton.spec
@@ -1,6 +1,6 @@
 Name:           perl-qpid_proton
-Version:        0.3
-Release:        2%{?dist}
+Version:        0.4
+Release:        1%{?dist}
 Summary:        Perl language bindings for Qpid Proton
 
 License:        ASL 2.0
@@ -21,24 +21,12 @@ Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $versi
 Requires:       qpid-proton = %{version}
 
 
-Patch1: 01-PROTON-176-Fixes-to-Perl-code-due-to-unit-test-failu.patch
-Patch2: 02-PROTON-176-Provide-Perl-unit-tests.patch
-Patch3: 03-PROTON-176-Add-unit-tests-for-qpid-proton-Messenger-.patch
-Patch4: 04-NO-JIRA-Fixed-the-package-name-for-Perl.patch
-Patch5: 05-NO-JIRA-Removed-Version.pm-and-CMakeLists.txt-from-t.patch
-
-
 %description
 %{summary}.
 
 
 %prep
 %setup -q
-%patch1 -p4
-%patch2 -p4
-%patch3 -p4
-%patch4 -p4
-%patch5 -p4
 
 swig -perl -I/usr/include -o cproton_perl.c perl.i
 
@@ -70,6 +58,9 @@ make test
 
 
 %changelog
+* Fri Mar  1 2013 Darryl L. Pierce <dpierce at rehdat.com> - 0.4-1
+- Rebased on Proton 0.4.
+
 * Fri Feb  1 2013 Darryl L. Pierce <dpierce at redhat.com> - 0.3-2
 - First official release for Fedora.
 
diff --git a/sources b/sources
index 883ae8d..d2a0c3d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7a336ee13e59dd1966e8555cd6c4777e  perl-qpid_proton-0.3.tar.gz
+124e3a6e1a8f3f73519b12cf38f49622  perl-qpid_proton-0.4.tar.gz


More information about the scm-commits mailing list