[php-Assetic] Updated to 1.1.1

Shawn Iwinski siwinski at fedoraproject.org
Fri Jun 7 16:05:53 UTC 2013


commit 2f01b0f5efd3971158938f862efe18b9b051df11
Author: Shawn Iwinski <shawn.iwinski at gmail.com>
Date:   Fri Jun 7 12:05:42 2013 -0400

    Updated to 1.1.1

 .gitignore       |    1 +
 php-Assetic.spec |   38 ++++++++++++++------------------------
 sources          |    1 +
 3 files changed, 16 insertions(+), 24 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2c71bd2..c7136ff 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /php-Assetic-1.1.0-df03baa337ae1c87803a7b1a76a393f8a59813f3.tar.gz
+/php-Assetic-1.1.1-a826e4b96f5c607ff47ef61caf3826b2b1e840ec.tar.gz
diff --git a/php-Assetic.spec b/php-Assetic.spec
index f9d77cf..3d4e3b7 100644
--- a/php-Assetic.spec
+++ b/php-Assetic.spec
@@ -1,21 +1,11 @@
-%global github_owner        kriswallsmith
-%global github_name         assetic
-%global github_version      1.1.0
-%global github_commit       df03baa337ae1c87803a7b1a76a393f8a59813f3
-%global github_date         20130224
-
-%global github_release      alpha4
-
-%global php_min_ver         5.3.1
-
-%global symfony_min_ver     2.1.0
-%global symfony_max_ver     2.3
-%global twig_min_ver        1.6.0
-%global twig_max_ver        2.0
+%global github_owner   kriswallsmith
+%global github_name    assetic
+%global github_version 1.1.1
+%global github_commit  a826e4b96f5c607ff47ef61caf3826b2b1e840ec
 
 Name:          php-Assetic
 Version:       %{github_version}
-Release:       0.2.%{github_release}%{?dist}
+Release:       1%{?dist}
 Summary:       Asset Management for PHP
 
 Group:         Development/Libraries
@@ -25,9 +15,9 @@ Source0:       %{url}/archive/%{github_commit}/%{name}-%{github_version}-%{githu
 
 BuildArch:     noarch
 
-Requires:      php-common >= %{php_min_ver}
-Requires:      php-pear(pear.symfony.com/Process) >= %{symfony_min_ver}
-Requires:      php-pear(pear.symfony.com/Process) <  %{symfony_max_ver}
+Requires:      php-common >= 5.3.1
+Requires:      php-pear(pear.symfony.com/Process) >= 2.1
+Requires:      php-pear(pear.symfony.com/Process) <  3.0
 # phpci
 Requires:      php-ctype
 Requires:      php-curl
@@ -39,12 +29,10 @@ Requires:      php-spl
 Requires:      php-standard
 Requires:      php-tokenizer
 # Optional
-Requires:      php-pear(pear.twig-project.org/Twig) >= %{twig_min_ver}
-Requires:      php-pear(pear.twig-project.org/Twig) <  %{twig_max_ver}
+Requires:      php-pear(pear.twig-project.org/Twig) >= 1.6
+Requires:      php-pear(pear.twig-project.org/Twig) <  2.0
 Requires:      php-lessphp
-# TODO:        leafo/scssphp
-#                  In progress, but waiting for upstream.
-#                  https://bugzilla.redhat.com/show_bug.cgi?id=880880
+Requires:      php-scssphp
 
 %description
 Assetic is an asset management framework for PHP.
@@ -52,7 +40,6 @@ Assetic is an asset management framework for PHP.
 Optional dependency: APC (php-pecl-apc)
 
 Optional packages:
-* https://github.com/leafo/scssphp
 * https://github.com/leafo/scssphp-compass
 * https://github.com/krichprollsch/phpCssEmbed
 
@@ -88,6 +75,9 @@ cp -rp src/Assetic %{buildroot}%{_datadir}/php/
 
 
 %changelog
+* Fri Jun 07 2013 Shawn Iwinski <shawn.iwinski at gmail.com> 1.1.1-1
+- Updated to 1.1.1
+
 * Sat Mar 09 2013 Shawn Iwinski <shawn.iwinski at gmail.com> 1.1.0-0.2.alpha4
 - Updated to upstream pre-release version 1.1.0-alpha4
 
diff --git a/sources b/sources
index a12d490..e631e48 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 6d43d6f83182254030a0e2ff35bbe755  php-Assetic-1.1.0-df03baa337ae1c87803a7b1a76a393f8a59813f3.tar.gz
+680cf2ef25c775b84c20a69ad1870f0d  php-Assetic-1.1.1-a826e4b96f5c607ff47ef61caf3826b2b1e840ec.tar.gz


More information about the scm-commits mailing list