From 9539d729e09201c5715fd5ba332662d7d557049b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 14 Nov 2014 13:34:51 +0100 Subject: php-SymfonyCmfRouting: 1.3.0 (backport) --- php-SymfonyCmfRouting.spec | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/php-SymfonyCmfRouting.spec b/php-SymfonyCmfRouting.spec index b9e86a8..b790581 100644 --- a/php-SymfonyCmfRouting.spec +++ b/php-SymfonyCmfRouting.spec @@ -9,10 +9,13 @@ # Please preserve changelog entries # -%global github_owner symfony-cmf -%global github_name Routing -%global github_version 1.2.0 -%global github_commit c67258b875eef3cb08009bf1428499d0f01ce5e7 +%global github_owner symfony-cmf +%global github_name Routing +%global github_version 1.3.0 +%global github_commit 8e87981d72c6930a27585dcd3119f3199f6cb2a6 + +%global composer_vendor symfony-cmf +%global composer_project routing # "php": ">=5.3.3" %global php_min_ver 5.3.3 @@ -57,7 +60,7 @@ BuildRequires: php-symfony-httpkernel >= %{symfony_min_ver} BuildRequires: php-symfony-httpkernel < %{symfony_max_ver} BuildRequires: php-symfony-routing >= %{symfony_min_ver} BuildRequires: php-symfony-routing < %{symfony_max_ver} -# phpcompatinfo (computed from version 1.2.0) +# phpcompatinfo (computed from version 1.3.0) BuildRequires: php-pcre BuildRequires: php-spl %endif @@ -78,7 +81,7 @@ Requires: php-pcre Requires: php-spl # Composer -Provides: php-composer(symfony-cmf/routing) = %{version} +Provides: php-composer(%{composer_vendor}/%{composer_project}) = %{version} %description The Symfony CMF Routing component extends the Symfony2 core routing component. @@ -112,12 +115,12 @@ cat > vendor/autoload.php <<'AUTOLOAD' - 1.3.0-1 +- Updated to 1.3.0 (BZ #1096125) + * Mon Oct 20 2014 Shawn Iwinski - 1.2.0-1 - Updated to 1.2.0 (BZ #1096125) - Enabled tests by default -- cgit