diff options
| author | Remi Collet <fedora@famillecollet.com> | 2015-05-19 06:32:32 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2015-05-19 06:32:32 +0200 | 
| commit | 26763d0fe1a70940f29f93ea2b1aadb16080aa47 (patch) | |
| tree | ab04a088a387ba718609479a32c21084411330c3 | |
| parent | 5a06dcbda3b06ef4b4654d2b082fef1a04b90de0 (diff) | |
php-pecl-stomp: 1.0.8 (stable)
| -rw-r--r-- | REFLECTION | 2 | ||||
| -rw-r--r-- | php-pecl-stomp.spec | 15 | 
2 files changed, 6 insertions, 11 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #152 Stomp version 1.0.7 ] { +Extension [ <persistent> extension #152 Stomp version 1.0.8 ] {    - INI {      Entry [ stomp.default_broker <ALL> ] diff --git a/php-pecl-stomp.spec b/php-pecl-stomp.spec index 44448a7..8db2461 100644 --- a/php-pecl-stomp.spec +++ b/php-pecl-stomp.spec @@ -24,7 +24,7 @@  Summary:        Stomp client extension  Name:           %{?scl_prefix}php-pecl-%{pecl_name} -Version:        1.0.7 +Version:        1.0.8  Release:        1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}  License:        PHP  Group:          Development/Languages @@ -87,14 +87,8 @@ sed -e 's/role="test"/role="src"/' -i package.xml  cd NTS -sed -e '/PHP_STOMP_VERSION_STATUS/s/-dev//' -i php_stomp.h -  # Sanity check, really often broken -extmajor=$(sed -n '/#define PHP_STOMP_MAJOR_VERSION/{s/.* "//;s/".*$//;p}'  php_stomp.h) -extminor=$(sed -n '/#define PHP_STOMP_MINOR_VERSION/{s/.* "//;s/".*$//;p}'  php_stomp.h) -extpatch=$(sed -n '/#define PHP_STOMP_PATCH_VERSION/{s/.* "//;s/".*$//;p}'  php_stomp.h) -extstate=$(sed -n '/#define PHP_STOMP_VERSION_STATUS/{s/.* "//;s/".*$//;p}' php_stomp.h) -extver=${extmajor}.${extminor}.${extpatch}${extstate} +extver=$(sed -n '/#define PHP_STOMP_VERSION/{s/.* "//;s/".*$//;p}' php_stomp.h)  if test "x${extver}" != "x%{version}%{?versuf}"; then     : Error: Upstream extension version is ${extver}, expecting %{version}%{?versuf}.     exit 1 @@ -107,8 +101,6 @@ cd ..  cp -pr NTS ZTS  %endif -chmod -x ?TS/*.{c,h} -  # Create configuration file  cat << 'EOF' | tee %{ini_name}  ; Enable %{summary} module @@ -227,6 +219,9 @@ rm -rf %{buildroot}  %changelog +* Tue May 19 2015 Remi Collet <remi@fedoraproject.org> - 1.0.8-1 +- Update to 1.0.8 (stable, no change) +  * Sat May 16 2015 Remi Collet <remi@fedoraproject.org> - 1.0.7-1  - Update to 1.0.7 (stable)  - drop runtime dependency on pear, new scriptlets  | 
