From 3e5c0ff8f1f0e4bbd77fcb083e0fd83513b20a70 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 20 Aug 2013 08:26:08 +0200 Subject: php-lessphp: 0.4.0 (backport) --- php-lessphp.spec | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'php-lessphp.spec') diff --git a/php-lessphp.spec b/php-lessphp.spec index 40679af..0040125 100644 --- a/php-lessphp.spec +++ b/php-lessphp.spec @@ -2,7 +2,7 @@ %global php_min_ver 5.3.0 Name: php-%{libname} -Version: 0.3.9 +Version: 0.4.0 Release: 1%{?dist} Summary: A compiler for LESS written in PHP @@ -14,16 +14,16 @@ Source0: %{url}/src/%{libname}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: help2man -# Test requires +# For tests BuildRequires: php(language) >= %{php_min_ver} BuildRequires: php-pear(pear.phpunit.de/PHPUnit) -# Test requires: phpci +# For tests: phpcompatinfo BuildRequires: php-ctype BuildRequires: php-date BuildRequires: php-pcre Requires: php(language) >= %{php_min_ver} -# phpci requires +# phpcompatinfo Requires: php-ctype Requires: php-date Requires: php-pcre @@ -90,6 +90,12 @@ sed 's#%{_datadir}#%{buildroot}%{_datadir}#' -i tests/*.php %changelog +* Mon Aug 20 2013 Remi Collet 0.4.0-1 +- backport 0.4.0 for remi repo + +* Sun Aug 11 2013 Shawn Iwinski 0.4.0-1 +- Updated to 0.4.0 + * Thu Mar 07 2013 Remi Collet 0.3.9-1 - backport 0.3.9 for remi repo -- cgit