11%global github_owner symfony-cmf
22%global github_name Routing
33%global github_version 1.0.0
4- %global github_commit 92ee467ea2ed1797acd630c9576543d2120ca97a
5- %global github_date 20130121
4+ %global github_commit 4706313dc7708633cfb1228c8b44e807aa44b6bf
5+ %global github_date 20130306
66
77%global github_release alpha4.%{github_date }git%(c= %{github_commit }; echo ${c:0:7})
88
1313
1414Name: php-SymfonyCmfRouting
1515Version: %{github_version }
16- Release: 0.2 .%{github_release }%{?dist }
17- Summary: Extends the Symfony2 routing component for dynamic routes and chaining several routers
16+ Release: 0.3 .%{github_release }%{?dist }
17+ Summary: Extends the Symfony2 routing component
1818
1919Group: Development/Libraries
2020License: MIT
@@ -25,6 +25,10 @@ BuildArch: noarch
2525# For tests
2626BuildRequires: php-common >= %{php_min_ver }
2727BuildRequires: php-pear(pear.phpunit.de/PHPUnit)
28+ BuildRequires: php-pear(pear.symfony.com/Routing) >= %{symfony_min_ver }
29+ BuildRequires: php-pear(pear.symfony.com/Routing) < %{symfony_max_ver }
30+ BuildRequires: php-pear(pear.symfony.com/HttpKernel) >= %{symfony_min_ver }
31+ BuildRequires: php-pear(pear.symfony.com/HttpKernel) < %{symfony_max_ver }
2832# For tests: phpci
2933BuildRequires: php-pcre
3034BuildRequires: php-reflection
@@ -109,6 +113,11 @@ cp -rp * %{buildroot}%{_datadir}/php/Symfony/Cmf/Component/Routing/
109113
110114
111115%changelog
116+ * Sat Mar 09 2013 Shawn Iwinski <shawn.iwinski@gmail.com> 1.0.0-0.3.alpha4.20130306git4706313
117+ - Added additional commits (snapshot) beyond tagged version 1.0.0-alpha4 which
118+ include several Symfony 2.2 fixes
119+ - Fixed build requires
120+
112121* Tue Mar 05 2013 Shawn Iwinski <shawn.iwinski@gmail.com> 1.0.0-0.2.alpha4.20130121git92ee467
113122- Added globals symfony_min_ver and symfony_max_ver
114123- Removed tests sub-package
0 commit comments