summaryrefslogtreecommitdiffstats
path: root/php-pecl-igbinary.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-08-29 08:14:21 +0200
committerRemi Collet <fedora@famillecollet.com>2014-08-29 08:14:21 +0200
commit88e9909a7b75fd086cc159aeb77b418ed9d7336c (patch)
tree4316e28b8ea1c8e5827f7cfb478074c8a56e0ae8 /php-pecl-igbinary.spec
parentcdfd32201bde6c40260c30b665ba66cd5a8955b9 (diff)
php-pecl-igbinary: cleanups
Diffstat (limited to 'php-pecl-igbinary.spec')
-rw-r--r--php-pecl-igbinary.spec14
1 files changed, 4 insertions, 10 deletions
diff --git a/php-pecl-igbinary.spec b/php-pecl-igbinary.spec
index d990387..360b00b 100644
--- a/php-pecl-igbinary.spec
+++ b/php-pecl-igbinary.spec
@@ -37,9 +37,6 @@ Group: System Environment/Libraries
URL: http://pecl.php.net/package/igbinary
-# https://github.com/igbinary/igbinary/pull/24
-Patch0: igbinary-apcu.patch
-
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: %{?scl_prefix}php-pear
BuildRequires: %{?scl_prefix}php-devel >= 5.2.0
@@ -110,16 +107,12 @@ These are the files needed to compile programs using Igbinary
mv igbinary-%{commit}/package.xml .
mv igbinary-%{commit} NTS
sed -e '/release/s/-dev/dev/' -i package.xml
-
-cd %{extname}-%{version}
-
-%patch0 -p1 -b .apcu
-
%else
mv %{extname}-%{version} NTS
-cd NTS
%endif
+cd NTS
+
# Check version
sed -e '/IGBINARY_VERSION/s/1.1.2-dev/%{version}/' -i igbinary.h
@@ -274,7 +267,8 @@ fi
%changelog
* Thu Aug 28 2014 Remi Collet <remi@fedoraproject.org> - 1.2.0-1
-- update to 1.1.1
+- update to 1.2.0
+- open https://github.com/igbinary/igbinary/pull/36
* Sun Aug 24 2014 Remi Collet <remi@fedoraproject.org> - 1.1.2-0.11.git3b8ab7e
- improve SCL stuff