Skip to content

Commit 82aa35b

Browse files
committed
[php-SymfonyCmfRouting] Added additional commits (snapshot)
... beyond tagged version 1.0.0-alpha4 which include several Symfony 2.2 fixes - Fixed build requires
1 parent 51dc9bc commit 82aa35b

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

php-SymfonyCmfRouting.spec

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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

@@ -13,8 +13,8 @@
1313

1414
Name: php-SymfonyCmfRouting
1515
Version: %{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

1919
Group: Development/Libraries
2020
License: MIT
@@ -25,6 +25,10 @@ BuildArch: noarch
2525
# For tests
2626
BuildRequires: php-common >= %{php_min_ver}
2727
BuildRequires: 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
2933
BuildRequires: php-pcre
3034
BuildRequires: 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

Comments
 (0)