From 2422affa57066013e35395842dbae22d85b7fa56 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 24 Jul 2016 07:20:55 +0200 Subject: php-patchwork-utf8: 1.3.1 (backported from Fedora) --- php-patchwork-utf8.spec | 43 +++++++++++++++++++++++++------------------ 1 file changed, 25 insertions(+), 18 deletions(-) (limited to 'php-patchwork-utf8.spec') diff --git a/php-patchwork-utf8.spec b/php-patchwork-utf8.spec index 7296444..e66896f 100644 --- a/php-patchwork-utf8.spec +++ b/php-patchwork-utf8.spec @@ -12,8 +12,8 @@ %global github_owner tchwork %global github_name utf8 -%global github_version 1.2.6 -%global github_commit f986d18f4e37ab70b792e977c7d85970cf84f164 +%global github_version 1.3.1 +%global github_commit 30ec6451aec7d2536f0af8fe535f70c764f2c47a %global composer_vendor patchwork %global composer_project utf8 @@ -44,11 +44,6 @@ URL: https://github.com/%{github_owner}/%{github_name} Source0: %{name}-%{github_version}-%{github_commit}.tar.gz Source1: %{name}-get-source.sh -# fix for php 5.5.35/5.6.21/7.0.6 -# https://github.com/tchwork/utf8/pull/59 -# NOTE: Upstream patch modified for version 1.2 -Patch0: %{name}-pr59-modified-for-1-2.patch - BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch # Relative paths @@ -62,12 +57,12 @@ BuildRequires: php-iconv BuildRequires: php-intl BuildRequires: php-mbstring BuildRequires: php-pcre -## phpcompatinfo (computed from version 1.2.6) -BuildRequires: php-reflection +## phpcompatinfo (computed from version 1.3.1) BuildRequires: php-date BuildRequires: php-exif BuildRequires: php-filter BuildRequires: php-json +BuildRequires: php-reflection BuildRequires: php-spl BuildRequires: php-xml ## Autoloader @@ -81,7 +76,7 @@ Requires: php-pcre Requires: php-iconv Requires: php-intl Requires: php-mbstring -# phpcompatinfo (computed from version 1.2.6) +# phpcompatinfo (computed from version 1.3.1) #Requires: php-exif Requires: php-filter Requires: php-json @@ -100,16 +95,12 @@ Provides: php-composer(%{composer_vendor}/%{composer_project}) = %{version} %prep %setup -qn %{github_name}-%{github_commit} -: fix for php 5.5.35/5.6.21/7.0.6 -%patch0 -p 1 - : Create autoloader cat <<'AUTOLOAD' | tee src/Patchwork/autoload.php - 1.3.1-1 +- Updated to 1.3.1 (RHBZ #1332183) + * Tue May 03 2016 Shawn Iwinski - 1.2.6-1 - Updated to 1.2.6 - Added patch "fix for php 5.5.35/5.6.21/7.0.6" -- cgit