[php-Assetic] new release 1.2.1

Adam Williamson adamwill at fedoraproject.org
Tue Dec 30 00:37:51 UTC 2014


commit 83ed630b86572333e7d1e4f2d5c4d7283fed9359
Author: Adam Williamson <awilliam at redhat.com>
Date:   Mon Dec 29 16:37:45 2014 -0800

    new release 1.2.1

 .gitignore       |    1 +
 php-Assetic.spec |   18 +++++++++++-------
 sources          |    4 +---
 3 files changed, 13 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a668f22..c41e579 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /php-Assetic-1.1.0-df03baa337ae1c87803a7b1a76a393f8a59813f3.tar.gz
 /php-Assetic-1.1.1-a826e4b96f5c607ff47ef61caf3826b2b1e840ec.tar.gz
 /php-Assetic-1.1.2-735cffd3982c6e8cdebe292d5db39d077f65890f.tar.gz
+/php-Assetic-1.2.1-b20efe38845d20458702f97f3ff625d80805897b.tar.gz
diff --git a/php-Assetic.spec b/php-Assetic.spec
index f0167d0..0cfce02 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.2
-%global github_commit  735cffd3982c6e8cdebe292d5db39d077f65890f
+%global github_version 1.2.1
+%global github_commit  b20efe38845d20458702f97f3ff625d80805897b
 
 Name:          php-Assetic
 Version:       %{github_version}
-Release:       2%{?dist}
+Release:       1%{?dist}
 Summary:       Asset Management for PHP
 
 Group:         Development/Libraries
@@ -34,6 +34,8 @@ Requires:      php-pear(pear.twig-project.org/Twig) <  2.0
 Requires:      php-lessphp
 Requires:      php-scssphp
 
+Provides:      php-composer(%{github_owner}/%{github_name}) = %{version}
+
 %description
 Assetic is an asset management framework for PHP.
 
@@ -50,9 +52,6 @@ Optional packages:
 # Move functions file
 mv src/functions.php src/Assetic/
 
-# Remove executable bit
-chmod a-x CHANGELOG-1.1.md
-
 
 %build
 # Empty build section, nothing to build
@@ -70,11 +69,16 @@ cp -rp src/Assetic %{buildroot}%{_datadir}/php/
 
 
 %files
-%doc LICENSE *.md composer.json
+%{!?_licensedir:%global license %%doc}
+%license LICENSE
+%doc *.md composer.json
 %{_datadir}/php/Assetic
 
 
 %changelog
+* Mon Dec 29 2014 Adam Williamson <awilliam at redhat.com> - 1.2.1-1
+- new release 1.2.1
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index bc5d2c8..e1bc1f8 100644
--- a/sources
+++ b/sources
@@ -1,3 +1 @@
-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
+8dea435054de60616eb92750d81c83ff  php-Assetic-1.2.1-b20efe38845d20458702f97f3ff625d80805897b.tar.gz


More information about the scm-commits mailing list