From 5e81e074b68c708a1a016053257650d9c07f33ba Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 11 Dec 2018 12:20:19 +0100 Subject: update to 1.2.3 drop patch merged upstream --- php-pecl-yaz.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'php-pecl-yaz.spec') diff --git a/php-pecl-yaz.spec b/php-pecl-yaz.spec index 9f32e1a..e2a5531 100644 --- a/php-pecl-yaz.spec +++ b/php-pecl-yaz.spec @@ -23,14 +23,12 @@ Summary: Z39.50/SRU client Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.2.2 -Release: 4%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Version: 1.2.3 +Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: BSD URL: http://pecl.php.net/package/%{pecl_name} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz -Patch0: https://patch-diff.githubusercontent.com/raw/indexdata/phpyaz/pull/7.patch - BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel BuildRequires: %{?scl_prefix}php-pear @@ -107,8 +105,6 @@ sed -e 's/role="test"/role="src"/' \ -i package.xml cd NTS -%patch0 -p1 -b .pr7 - # Sanity check, really often broken extver=$(sed -n '/#define PHP_YAZ_VERSION/{s/.* "//;s/".*$//;p}' php_yaz.h) if test "x${extver}" != "x%{version}"; then @@ -245,6 +241,10 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Tue Dec 11 2018 Remi Collet - 1.2.3-1 +- update to 1.2.3 +- drop patch merged upstream + * Thu Aug 16 2018 Remi Collet - 1.2.2-4 - rebuild for 7.3.0beta2 new ABI -- cgit