]> git.pld-linux.org Git - packages/lessphp.git/commitdiff
up to 0.3.8 auto/ac/lessphp-0.3.8-1 auto/th/lessphp-0.3.8-1
authorElan Ruusamäe <glen@delfi.ee>
Thu, 4 Oct 2012 04:01:32 +0000 (07:01 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 4 Oct 2012 04:01:32 +0000 (07:01 +0300)
enhanced performance, new PHP interface, and bug
fixes. [Changelog](http://leafo.net/lessphp/changelog.html)

August 18th 2012

fixes.patch
lessphp.spec

index 2b139c51a2532763838a285864bcc69b57f4fa73..ba6be917de93c27e826fe531c5f0bda6c57b9263 100644 (file)
@@ -1,12 +1,14 @@
---- 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 @@
+--- lessphp-0.3.5/plessc~      2012-10-04 06:36:19.000000000 +0300
++++ lessphp-0.3.5/plessc       2012-10-04 06:37:12.239862158 +0300
+@@ -1,4 +1,4 @@
 -#!/usr/bin/php -q
 +#!/usr/bin/php
  <?php
- //
- // command line utility to compile less to stdout
- // leaf corcoran <leafo.net>
+ // Command line utility to compile LESS to STDOUT
+ // Leaf Corcoran <leafot@gmail.com>, 2012
+@@ -38,10 +38,7 @@
+       exit($HELP);
+ }
  
 -error_reporting(E_ALL);
 -$path  = realpath(dirname(__FILE__)).'/';
  
  $VERSION = lessc::$VERSION;
  
-@@ -65,7 +62,7 @@
- }
- if (has("v")) {
--      exit($VERSION."\n");
-+      die($VERSION."\n");
- }
- if (has("r", $loc)) {
-@@ -136,6 +133,3 @@
+@@ -213,5 +210,3 @@
        err($fa.$ex->getMessage());
        exit(1);
  }
 -
--
 -?>
index 2ea2b9aecb5859d0c4e0111c6f9930145c64d687..4160d68de3ab4eb8ff6f30cbb38f0107015e807e 100644 (file)
@@ -1,11 +1,11 @@
 Summary:       lessphp is a compiler for LESS written in PHP
 Name:          lessphp
-Version:       0.3.3
+Version:       0.3.8
 Release:       1
 License:       MIT/GPL v3
 Group:         Applications
 Source0:       http://leafo.net/lessphp/src/%{name}-%{version}.tar.gz
-# Source0-md5: 7a228e3239c5bf8dce7435447c3bb234
+# Source0-md5: 5cdda4ca825678077a669a67c835c6c7
 #Source0:      https://github.com/leafo/lessphp/tarball/master#/%{name}.tgz
 Patch0:                fixes.patch
 URL:           http://leafo.net/lessphp/
This page took 0.525182 seconds and 4 git commands to generate.