packages: lessphp/fixes.patch, lessphp/lessphp.spec - up to 0.3.3

glen glen at pld-linux.org
Thu Mar 29 18:31:30 CEST 2012


Author: glen                         Date: Thu Mar 29 16:31:30 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- up to 0.3.3

---- Files affected:
packages/lessphp:
   fixes.patch (1.1 -> 1.2) , lessphp.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: packages/lessphp/fixes.patch
diff -u packages/lessphp/fixes.patch:1.1 packages/lessphp/fixes.patch:1.2
--- packages/lessphp/fixes.patch:1.1	Tue Mar 29 20:58:51 2011
+++ packages/lessphp/fixes.patch	Thu Mar 29 18:31:24 2012
@@ -1,13 +1,12 @@
---- lessphp-0.2.0/plessc~	2010-03-05 10:09:07.000000000 +0200
-+++ lessphp-0.2.0/plessc	2011-03-29 21:57:35.707217625 +0300
-@@ -1,14 +1,11 @@
+--- lessphp-0.3.3/plessc~	2012-03-29 19:29:31.000000000 +0300
++++ lessphp-0.3.3/plessc	2012-03-29 19:30:00.205475415 +0300
+@@ -1,13 +1,10 @@
 -#!/usr/bin/php -q
 +#!/usr/bin/php
  <?php
  //
  // command line utility to compile less to stdout
  // leaf corcoran <leafo.net>
- $VERSION = "v0.1.6";
  
 -error_reporting(E_ALL);
 -$path  = realpath(dirname(__FILE__)).'/';
@@ -15,8 +14,8 @@
 -require $path."lessc.inc.php";
 +require_once "lessc.inc.php";
  
- $fa = "Fatal Error: ";
- function err($msg) {
+ $VERSION = lessc::$VERSION;
+ 
 @@ -65,7 +62,7 @@
  }
  

================================================================
Index: packages/lessphp/lessphp.spec
diff -u packages/lessphp/lessphp.spec:1.1 packages/lessphp/lessphp.spec:1.2
--- packages/lessphp/lessphp.spec:1.1	Tue Mar 29 20:58:51 2011
+++ packages/lessphp/lessphp.spec	Thu Mar 29 18:31:24 2012
@@ -1,12 +1,13 @@
 # $Revision$, $Date$
 Summary:	lessphp is a compiler for LESS written in PHP
 Name:		lessphp
-Version:	0.2.0
+Version:	0.3.3
 Release:	1
 License:	MIT/GPL v3
 Group:		Applications
 Source0:	http://leafo.net/lessphp/src/%{name}-%{version}.tar.gz
-# Source0-md5:	9733b83e8fc89a40f32adc11a337977b
+# Source0-md5:	7a228e3239c5bf8dce7435447c3bb234
+#Source0:	https://github.com/leafo/lessphp/tarball/master#/%{name}.tgz
 Patch0:		fixes.patch
 URL:		http://leafo.net/lessphp/
 BuildArch:	noarch
@@ -19,7 +20,7 @@
 
 %prep
 %setup -qc
-mv %{name}/* .
+mv *%{name}*/* .
 %patch0 -p1
 
 %install
@@ -33,7 +34,7 @@
 
 %files
 %defattr(644,root,root,755)
-%doc LICENSE README
+%doc LICENSE README.md
 %attr(755,root,root) %{_bindir}/plessc
 %{php_data_dir}/lessc.inc.php
 
@@ -43,5 +44,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2012/03/29 16:31:24  glen
+- up to 0.3.3
+
 Revision 1.1  2011/03/29 18:58:51  glen
 - new
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/packages/lessphp/fixes.patch?r1=1.1&r2=1.2
    http://cvs.pld-linux.org/packages/lessphp/lessphp.spec?r1=1.1&r2=1.2



More information about the pld-cvs-commit mailing list