summaryrefslogtreecommitdiffstats
path: root/php-znerol-php-stringprep.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-06-18 14:58:50 +0200
committerRemi Collet <fedora@famillecollet.com>2015-06-18 14:58:50 +0200
commit0abe7b281b894b79ecdf2c3618ec29dfb3e3f595 (patch)
tree0aa4faf4746ebd07b014a16bd326f0748ade9750 /php-znerol-php-stringprep.spec
parent54ac2d836b399f555ed798a0a0a27c1eeaa0340e (diff)
php-znerol-php-stringprep: add fix for autoload
Diffstat (limited to 'php-znerol-php-stringprep.spec')
-rw-r--r--php-znerol-php-stringprep.spec11
1 files changed, 10 insertions, 1 deletions
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 <remi@fedoraproject.org> - 0-0.2.20150519git804b0d5
+- add patch for autoload issue
+ https://github.com/znerol/Stringprep/pull/6
+
* Tue May 19 2015 Remi Collet <remi@fedoraproject.org> - 0-0.1.20150519git804b0d5
- new snapshot (License PR merged)