From fd4e3c9fb8bc91845026815b10798a877745fae8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 16 Aug 2017 10:57:30 +0200 Subject: v1.2.3 --- php-pecl-ds.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'php-pecl-ds.spec') diff --git a/php-pecl-ds.spec b/php-pecl-ds.spec index ede760c..15c3d33 100644 --- a/php-pecl-ds.spec +++ b/php-pecl-ds.spec @@ -29,7 +29,7 @@ Summary: Data Structures for PHP Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.2.2 +Version: 1.2.3 Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: MIT Group: Development/Languages @@ -39,8 +39,6 @@ Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz # in composer.json: "require-dev": { "php-ds/tests": "dev-master" } Source1: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{gh_short}.tar.gz -Patch0: %{pecl_name}-bigendian.patch - BuildRequires: %{?scl_prefix}php-devel >= 7 BuildRequires: %{?scl_prefix}php-pear BuildRequires: %{?scl_prefix}php-json @@ -97,7 +95,6 @@ mv %{gh_project}-%{gh_commit} tests %{?_licensedir:sed -e '/LICENSE/s/role="doc"/role="src"/' -i package.xml} cd NTS -%patch0 -p1 -b .bigendian # Sanity check, really often broken extver=$(sed -n '/#define PHP_DS_VERSION/{s/.* "//;s/".*$//;p}' php_ds.h) @@ -236,6 +233,10 @@ cd .. %changelog +* Wed Aug 16 2017 Remi Collet - 1.2.3-2 +- Update to 1.2.3 +- drop patch merged upstream + * Wed Aug 9 2017 Remi Collet - 1.2.2-2 - add patch for bigendian -- cgit