summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-09-04 16:17:36 +0200
committerRemi Collet <fedora@famillecollet.com>2012-09-04 16:17:36 +0200
commit55fc460e74e2ed82f6e1cefefbbc392e8c265d69 (patch)
tree39e44b5e367082f2ae75cb1cc890d10e0fb08655
parentac2a2b571326ff3444709d4d741083fa5455cec2 (diff)
php 5.3 now provides bundled pcre 8.12 on EL-6
-rw-r--r--Makefile2
-rw-r--r--php-pecl-oauth.spec6
2 files changed, 5 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 1e65467..13af741 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
SRCDIR := $(shell pwd)
NAME := $(shell basename $(SRCDIR))
-include ../common/Makefile
+include ../../../common/Makefile
diff --git a/php-pecl-oauth.spec b/php-pecl-oauth.spec
index 665b0c5..0b3b93d 100644
--- a/php-pecl-oauth.spec
+++ b/php-pecl-oauth.spec
@@ -5,7 +5,7 @@
Name: php-pecl-oauth
Version: 1.2.2
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: PHP OAuth consumer extension
Group: Development/Languages
License: BSD
@@ -17,7 +17,6 @@ BuildRequires: php-devel
BuildRequires: php-pear
# curl instead of libcurl for old release
BuildRequires: curl-devel
-BuildRequires: pcre-devel
Requires: php(zend-abi) = %{php_zend_api}
Requires: php(api) = %{php_core_api}
@@ -112,6 +111,9 @@ fi
%changelog
+* Tue Sep 4 2012 Remi Collet <remi@fedoraproject.org> - 1.2.2-4
+- EL rebuild
+
* Sun Nov 13 2011 Remi Collet <remi@fedoraproject.org> - 1.2.2-3
- build against php 5.4