summaryrefslogtreecommitdiffstats
path: root/php-sabre-uri.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-10-29 14:55:15 +0200
committerRemi Collet <fedora@famillecollet.com>2016-10-29 14:55:15 +0200
commit1cb46523e9ca40fadca31879762811e7c11a65ef (patch)
tree54c815d29a0da25eeeadb164b901ce11945182f8 /php-sabre-uri.spec
parente305aee31a13a4a69b5ecdeaf01b3f17a22275ea (diff)
php-sabre-uri: switch from symfony/class-loader to fedora/autoloader
Diffstat (limited to 'php-sabre-uri.spec')
-rw-r--r--php-sabre-uri.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-sabre-uri.spec b/php-sabre-uri.spec
index 8a0156c..922a9f9 100644
--- a/php-sabre-uri.spec
+++ b/php-sabre-uri.spec
@@ -15,7 +15,7 @@
Name: php-%{gh_project}
Summary: Functions for making sense out of URIs
Version: 1.1.1
-Release: 1%{?dist}
+Release: 2%{?dist}
URL: https://github.com/%{gh_owner}/%{gh_project}
License: BSD
@@ -33,7 +33,7 @@ BuildRequires: php(language) > 5.4.7
BuildRequires: php-pcre
BuildRequires: php-composer(phpunit/phpunit)
# Autoloader
-BuildRequires: php-composer(symfony/class-loader)
+BuildRequires: php-composer(fedora/autoloader)
%endif
# From composer.json, "require" : {
@@ -42,7 +42,7 @@ Requires: php(language) > 5.4.7
# From phpcompatinfo report for version 1.1.0
Requires: php-pcre
# Autoloader
-Requires: php-composer(symfony/class-loader)
+Requires: php-composer(fedora/autoloader)
Provides: php-composer(sabre/uri) = %{version}
@@ -126,6 +126,9 @@ rm -rf %{buildroot}
%changelog
+* Sat Oct 29 2016 Remi Collet <remi@fedoraproject.org> - 1.1.1-2
+- switch from symfony/class-loader to fedora/autoloader
+
* Thu Oct 27 2016 Remi Collet <remi@fedoraproject.org> - 1.1.1-1
- update to 1.1.1