[php-lessphp] Updated to upstream version 0.3.9

Shawn Iwinski siwinski at fedoraproject.org
Sun Mar 3 21:29:39 UTC 2013


commit d96cf6f462ecc85d83a4b5ef18ac341db3e2e872
Author: Shawn Iwinski <shawn.iwinski at gmail.com>
Date:   Sun Mar 3 16:29:30 2013 -0500

    Updated to upstream version 0.3.9

 .gitignore       |    1 +
 php-lessphp.spec |   16 +++++++++++-----
 sources          |    1 +
 3 files changed, 13 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 09a1974..a03cb19 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /lessphp-0.3.8.tar.gz
+/lessphp-0.3.9.tar.gz
diff --git a/php-lessphp.spec b/php-lessphp.spec
index 6dc04b3..2e2cdc4 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:       4%{?dist}
+Version:       0.3.9
+Release:       1%{?dist}
 Summary:       A compiler for LESS written in PHP
 
 Group:         Development/Libraries
@@ -13,13 +14,14 @@ Source0:       %{url}/src/%{libname}-%{version}.tar.gz
 BuildArch:     noarch
 BuildRequires: help2man
 # Test requires
+BuildRequires: php-common >= %{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-common >= %{php_min_ver}
 # phpci requires
 Requires:      php-ctype
 Requires:      php-date
@@ -86,6 +88,10 @@ sed 's#%{_datadir}#%{buildroot}%{_datadir}#' -i tests/*.php
 
 
 %changelog
+* Sun Mar 03 2013 Shawn Iwinski <shawn.iwinski at gmail.com> 0.3.9-1
+- Updated to upstream version 0.3.9
+- Added php_min_ver global
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3.8-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
@@ -98,7 +104,7 @@ sed 's#%{_datadir}#%{buildroot}%{_datadir}#' -i tests/*.php
 - Simplified %%prep and updated %%install and %%check
 - Moved tests to %%{_datadir}/tests/%%{name}
 
-* Wed Nov  7 2012 Shawn Iwinski <shawn.iwinski at gmail.com> 0.3.8-1
+* Wed Nov 07 2012 Shawn Iwinski <shawn.iwinski at gmail.com> 0.3.8-1
 - Updated to upstream version 0.3.8
 - Removed adding of shebang to bootstrap script (fixed upstream)
 - Fixed man file creation and removed manual gzip
diff --git a/sources b/sources
index c0a6164..7859f0d 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 5cdda4ca825678077a669a67c835c6c7  lessphp-0.3.8.tar.gz
+a387e3e8a1fcfc84e261d39feaa46668  lessphp-0.3.9.tar.gz


More information about the scm-commits mailing list