From 0abe7b281b894b79ecdf2c3618ec29dfb3e3f595 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 18 Jun 2015 14:58:50 +0200 Subject: php-znerol-php-stringprep: add fix for autoload --- php-znerol-php-stringprep.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'php-znerol-php-stringprep.spec') diff --git a/php-znerol-php-stringprep.spec b/php-znerol-php-stringprep.spec index 722c3f0..ab0bcad 100644 --- a/php-znerol-php-stringprep.spec +++ b/php-znerol-php-stringprep.spec @@ -18,7 +18,7 @@ Name: php-znerol-php-stringprep Version: 0 -Release: 0.1.%{gh_date}git%{gh_short}%{?dist} +Release: 0.2.%{gh_date}git%{gh_short}%{?dist} Summary: Implementation of RFC 3454 Preparation of Internationalized Strings Group: Development/Libraries @@ -26,6 +26,9 @@ License: LGPLv3 URL: https://github.com/%{gh_owner}/%{gh_project} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{gh_short}.tar.gz +# https://github.com/znerol/Stringprep/pull/6 +Patch0: %{gh_project}-pr6.patch + BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch %if %{with_tests} @@ -56,6 +59,8 @@ See: http://tools.ietf.org/html/rfc3454 %prep %setup -q -n %{gh_project}-%{gh_commit} +%patch0 -p1 + %build # Generate a simple autoloader @@ -94,6 +99,10 @@ rm -rf %{buildroot} %changelog +* Thu Jun 18 2015 Remi Collet - 0-0.2.20150519git804b0d5 +- add patch for autoload issue + https://github.com/znerol/Stringprep/pull/6 + * Tue May 19 2015 Remi Collet - 0-0.1.20150519git804b0d5 - new snapshot (License PR merged) -- cgit