]> git.pld-linux.org Git - packages/php-yui-css-compressor.git/commitdiff
fix typo auto/th/php-yui-css-compressor-2.4.8.10-4
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 17 Jul 2017 09:19:37 +0000 (12:19 +0300)
committerElan Ruusamäe <glen@pld-linux.org>
Mon, 17 Jul 2017 09:19:39 +0000 (12:19 +0300)
PHP Parse error:  syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /usr/share/php/cssmin/cssmin.php on line 706

abspath.patch
php-yui-css-compressor.spec

index d2d8bbfd2b8ae475e2f9aa432257730d43874633..639efb6875d5c8e84dbe6ca7d44d725ed09060c6 100644 (file)
@@ -5,7 +5,7 @@
          $patterns = array();
          $replacements = array();
 -        $longNamedColors = include 'data/named-to-hex-color-map.php';
          $patterns = array();
          $replacements = array();
 -        $longNamedColors = include 'data/named-to-hex-color-map.php';
-+        $longNamedColors = include __DIR__ '/data/named-to-hex-color-map.php';
++        $longNamedColors = include __DIR__ '/data/named-to-hex-color-map.php';
          $propertiesWithColors = array(
              'color',
              'background(?:-color)?',
          $propertiesWithColors = array(
              'color',
              'background(?:-color)?',
index f114d9610d619454809203b1126355f3b0e0fe70..4b313aab96b570c063d73f527e31718ac0e2cce4 100644 (file)
@@ -7,7 +7,7 @@
 Summary:       A PHP port of the YUI CSS compressor
 Name:          php-yui-css-compressor
 Version:       %{ver}.%{subver}
 Summary:       A PHP port of the YUI CSS compressor
 Name:          php-yui-css-compressor
 Version:       %{ver}.%{subver}
-Release:       3
+Release:       4
 License:       BSD
 Group:         Development/Languages/PHP
 Source0:       https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port/archive/v%{ver}-p%{subver}/%{name}-%{version}.tar.gz
 License:       BSD
 Group:         Development/Languages/PHP
 Source0:       https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port/archive/v%{ver}-p%{subver}/%{name}-%{version}.tar.gz
This page took 0.087059 seconds and 4 git commands to generate.