diff options
| author | Remi Collet <fedora@famillecollet.com> | 2016-03-09 07:28:45 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2016-03-09 07:28:45 +0100 | 
| commit | 217f4f824c800e11a5d182f7de84391bfff4d72a (patch) | |
| tree | 84fa0dfe36a10ae263652b8e96ed641fe4b13515 | |
| parent | 45250bef6eb50b9a00be9c50b5dbbdbb07be4fa6 (diff) | |
php-horde-horde-lz4: 1.0.10
| -rw-r--r-- | REFLECTION | 2 | ||||
| -rw-r--r-- | php-horde-horde-lz4.spec | 14 | 
2 files changed, 8 insertions, 8 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #103 horde_lz4 version 1.0.9 ] { +Extension [ <persistent> extension #103 horde_lz4 version 1.0.10 ] {    - Functions {      Function [ <internal:horde_lz4> function horde_lz4_compress ] { diff --git a/php-horde-horde-lz4.spec b/php-horde-horde-lz4.spec index a0b1ef9..aa963a8 100644 --- a/php-horde-horde-lz4.spec +++ b/php-horde-horde-lz4.spec @@ -29,15 +29,15 @@  %endif  %if 0%{?scl:1}  # PHPUnit not available in SCL -%global with_tests   %{?_with_tests:1}%{!?_with_tests:0} +%global with_tests   0%{?_with_tests:1}  %else -%global with_tests   %{?_without_tests:0}%{!?_without_tests:1} +%global with_tests   0%{!?_without_tests:1}  %endif  Summary:        Horde LZ4 Compression Extension  Name:           %{?sub_prefix}php-horde-horde-lz4 -Version:        1.0.9 -Release:        2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version:        1.0.10 +Release:        1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  License:        MIT  Group:          Development/Languages  URL:            http://www.horde.org @@ -113,9 +113,6 @@ cd NTS  # Use system library  rm -r lib -# Fix version -sed -e 's/1.0.8/%{version}/' -i horde_lz4.h -  # Sanity check, really often broken  extver=$(sed -n '/#define HORDE_LZ4_EXT_VERSION/{s/.* "//;s/".*$//;p}' horde_lz4.h)  if test "x${extver}" != "x%{version}%{?prever:-%{prever}}"; then @@ -243,6 +240,9 @@ rm -rf %{buildroot}  %changelog +* Wed Mar 09 2016 Remi Collet <remi@fedoraproject.org> - 1.0.10-1 +- Update to 1.0.10 (no change) +  * Fri Mar  4 2016 Remi Collet <remi@fedoraproject.org> - 1.0.9-2  - adapt for F24  | 
