summaryrefslogtreecommitdiffstats
path: root/php-Assetic.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-08-20 08:41:38 +0200
committerRemi Collet <fedora@famillecollet.com>2013-08-20 08:41:38 +0200
commite260c8709214d8ef7436ac4882f35f6bde2b6ca5 (patch)
tree7ee1738730c5c90c602927cf1e8c143efa6370f9 /php-Assetic.spec
parentf30d53f547752d4688d01d7c7628884f55bb1297 (diff)
php-Assetic: 1.1.2 (backport)
Diffstat (limited to 'php-Assetic.spec')
-rw-r--r--php-Assetic.spec14
1 files changed, 10 insertions, 4 deletions
diff --git a/php-Assetic.spec b/php-Assetic.spec
index edab210..079bbfd 100644
--- a/php-Assetic.spec
+++ b/php-Assetic.spec
@@ -1,7 +1,7 @@
%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}
@@ -19,7 +19,7 @@ BuildArch: noarch
Requires: php(language) >= 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
@@ -67,7 +67,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
@@ -77,6 +77,12 @@ cp -rp src/Assetic %{buildroot}%{_datadir}/php/
%changelog
+* Tue Aug 20 2013 Remi Collet <remi@fedoraproject.org> - 1.1.2-1
+- backport 1.1.2 for remi repo.
+
+* Sun Aug 18 2013 Shawn Iwinski <shawn.iwinski@gmail.com> 1.1.2-1
+- Updated to 1.1.2
+
* Mon Jun 10 2013 Remi Collet <remi@fedoraproject.org> - 1.1.1-1
- backport 1.1.1 for remi repo.