From 18381693c8dc374917c6883587c0193237b0bed3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Apr 23 2014 14:23:36 +0000 Subject: add numerical prefix to extension configuration file --- diff --git a/php-pecl-amqp.spec b/php-pecl-amqp.spec index e7efa84..569963b 100644 --- a/php-pecl-amqp.spec +++ b/php-pecl-amqp.spec @@ -13,12 +13,16 @@ %global with_zts 0%{?__ztsphp:1} %global with_tests %{?_with_tests:1}%{!?_with_tests:0} %global pecl_name amqp +%if 0%{?fedora} < 21 %global ini_name %{pecl_name}.ini +%else +%global ini_name 40-%{pecl_name}.ini +%endif Summary: Communicate with any AMQP compliant server Name: php-pecl-amqp Version: 1.4.0 -Release: 1%{?dist} +Release: 2%{?dist} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/amqp @@ -227,6 +231,9 @@ fi %changelog +* Wed Apr 23 2014 Remi Collet - 1.4.0-2 +- add numerical prefix to extension configuration file + * Tue Apr 15 2014 Remi Collet - 1.4.0-1 - update to 1.6.0 (stable) - install doc in pecl doc_dir