summaryrefslogtreecommitdiffstats
path: root/php-lessphp.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-03-07 09:57:48 +0100
committerRemi Collet <fedora@famillecollet.com>2013-03-07 09:57:48 +0100
commitd4996ff0004ed4aeee919d3387049bcaf730f02f (patch)
treea8a1c1ccd3d0c7d99de3c4c0707fd6210aafcb46 /php-lessphp.spec
parent62209bcc0d5ed089f157f24d247c9d55fbe33aa7 (diff)
php-lessphp: 0.3.9 (backport)
Diffstat (limited to 'php-lessphp.spec')
-rw-r--r--php-lessphp.spec17
1 files changed, 13 insertions, 4 deletions
diff --git a/php-lessphp.spec b/php-lessphp.spec
index f2d3bde..40679af 100644
--- a/php-lessphp.spec
+++ b/php-lessphp.spec
@@ -1,8 +1,9 @@
-%global libname lessphp
+%global libname lessphp
+%global php_min_ver 5.3.0
Name: php-%{libname}
-Version: 0.3.8
-Release: 3%{?dist}
+Version: 0.3.9
+Release: 1%{?dist}
Summary: A compiler for LESS written in PHP
Group: Development/Libraries
@@ -14,13 +15,14 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: help2man
# Test requires
+BuildRequires: php(language) >= %{php_min_ver}
BuildRequires: php-pear(pear.phpunit.de/PHPUnit)
# Test requires: phpci
BuildRequires: php-ctype
BuildRequires: php-date
BuildRequires: php-pcre
-Requires: php-common
+Requires: php(language) >= %{php_min_ver}
# phpci requires
Requires: php-ctype
Requires: php-date
@@ -88,6 +90,13 @@ sed 's#%{_datadir}#%{buildroot}%{_datadir}#' -i tests/*.php
%changelog
+* Thu Mar 07 2013 Remi Collet <RPMS@famillecollet.com> 0.3.9-1
+- backport 0.3.9 for remi repo
+
+* Sun Mar 03 2013 Shawn Iwinski <shawn.iwinski@gmail.com> 0.3.9-1
+- Updated to upstream version 0.3.9
+- Added php_min_ver global
+
* Sun Nov 25 2012 Remi Collet <RPMS@famillecollet.com> 0.3.8-3
- backport 0.3.8 for remi repo