[php53-mapi/el5] - Upgrade to 7.0.4 - Added patch for rebuilding with PHP 5.4 (thanks to Remi Collet) - Work around c

Robert Scheck robert at fedoraproject.org
Fri Jan 13 00:38:19 UTC 2012


commit 066fad67cfa17db353f53c228a6de80a8943d71e
Author: Robert Scheck <robert at fedoraproject.org>
Date:   Fri Jan 13 01:38:11 2012 +0100

    - Upgrade to 7.0.4
    - Added patch for rebuilding with PHP 5.4 (thanks to Remi Collet)
    - Work around crashs by reducing open file descriptors (#760888)

 .gitignore      |    2 +-
 php53-mapi.spec |   11 ++++++++---
 sources         |    2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 48c5bed..1f1e1f9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-zcp-7.0.3.tar.gz
+zcp-7.0.4.tar.gz
diff --git a/php53-mapi.spec b/php53-mapi.spec
index 30a88f3..a2d7ac9 100644
--- a/php53-mapi.spec
+++ b/php53-mapi.spec
@@ -1,10 +1,10 @@
 %global beta_or_rc      0
-%global actual_release  2
-%global svnrevision     30515
+%global actual_release  1
+%global svnrevision     31235
 
 Summary:            The PHP MAPI extension by Zarafa
 Name:               php53-mapi
-Version:            7.0.3
+Version:            7.0.4
 %if %{beta_or_rc}
 Release:            0.%{actual_release}.svn%{svnrevision}%{?dist}
 %else
@@ -92,6 +92,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/php/modules/mapi.so
 
 %changelog
+* Fri Jan 13 2012 Robert Scheck <robert at fedoraproject.org> 7.0.4-1
+- Upgrade to 7.0.4
+- Added patch for rebuilding with PHP 5.4 (thanks to Remi Collet)
+- Work around crashs by reducing open file descriptors (#760888)
+
 * Sat Dec 17 2011 Robert Scheck <robert at fedoraproject.org> 7.0.3-2
 - Enabled non-optional build of epoll socket handling (#760888)
 
diff --git a/sources b/sources
index 1491604..a168457 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ca99502e89089286357e724937917eaa  zcp-7.0.3.tar.gz
+4c9774c7f07e8eaeb8fd62cc1dd7c0fd  zcp-7.0.4.tar.gz


More information about the scm-commits mailing list