[php-Assetic] Updated to 1.1.2

Shawn Iwinski siwinski at fedoraproject.org
Sun Aug 18 13:52:50 UTC 2013


commit a34f8ced83f9e096daefa231a608cbbad7b4ed24
Author: Shawn Iwinski <shawn.iwinski at gmail.com>
Date:   Sun Aug 18 09:52:30 2013 -0400

    Updated to 1.1.2

 .gitignore       |    1 +
 php-Assetic.spec |   13 ++++++++-----
 sources          |    1 +
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c7136ff..a668f22 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /php-Assetic-1.1.0-df03baa337ae1c87803a7b1a76a393f8a59813f3.tar.gz
 /php-Assetic-1.1.1-a826e4b96f5c607ff47ef61caf3826b2b1e840ec.tar.gz
+/php-Assetic-1.1.2-735cffd3982c6e8cdebe292d5db39d077f65890f.tar.gz
diff --git a/php-Assetic.spec b/php-Assetic.spec
index c668a2c..216b9ee 100644
--- a/php-Assetic.spec
+++ b/php-Assetic.spec
@@ -1,11 +1,11 @@
 %global github_owner   kriswallsmith
 %global github_name    assetic
-%global github_version 1.1.1
-%global github_commit  a826e4b96f5c607ff47ef61caf3826b2b1e840ec
+%global github_version 1.1.2
+%global github_commit  735cffd3982c6e8cdebe292d5db39d077f65890f
 
 Name:          php-Assetic
 Version:       %{github_version}
-Release:       2%{?dist}
+Release:       1%{?dist}
 Summary:       Asset Management for PHP
 
 Group:         Development/Libraries
@@ -18,7 +18,7 @@ BuildArch:     noarch
 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
+# phpcompatinfo
 Requires:      php-ctype
 Requires:      php-curl
 Requires:      php-date
@@ -66,7 +66,7 @@ cp -rp src/Assetic %{buildroot}%{_datadir}/php/
 %check
 # TODO: Work with upstream to figure out why tests are ignored for export
 #       (and therefore not included in a GitHub archive)
-#       https://github.com/kriswallsmith/assetic/blob/v1.1.0-alpha4/.gitattributes
+#       https://github.com/kriswallsmith/assetic/blob/v1.1.2/.gitattributes
 
 
 %files
@@ -75,6 +75,9 @@ cp -rp src/Assetic %{buildroot}%{_datadir}/php/
 
 
 %changelog
+* Sun Aug 18 2013 Shawn Iwinski <shawn.iwinski at gmail.com> 1.1.2-1
+- Updated to 1.1.2
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index e631e48..bc5d2c8 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,3 @@
 6d43d6f83182254030a0e2ff35bbe755  php-Assetic-1.1.0-df03baa337ae1c87803a7b1a76a393f8a59813f3.tar.gz
 680cf2ef25c775b84c20a69ad1870f0d  php-Assetic-1.1.1-a826e4b96f5c607ff47ef61caf3826b2b1e840ec.tar.gz
+fe0fdc4103113be7637e85149f09af55  php-Assetic-1.1.2-735cffd3982c6e8cdebe292d5db39d077f65890f.tar.gz


More information about the scm-commits mailing list