Skip to content

Commit 51dc9bc

Browse files
committed
[php-Assetic] Updated to upstream pre-release version 1.1.0-alpha4
1 parent aa40378 commit 51dc9bc

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

php-Assetic.spec

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
%global github_owner kriswallsmith
22
%global github_name assetic
33
%global github_version 1.1.0
4-
%global github_commit 6f580dd1cf03d6d80a3885921ca068b774224161
5-
%global github_date 20130218
4+
%global github_commit df03baa337ae1c87803a7b1a76a393f8a59813f3
5+
%global github_date 20130224
66

7-
%global github_release alpha3
7+
%global github_release alpha4
88

99
%global php_min_ver 5.3.1
1010

@@ -15,7 +15,7 @@
1515

1616
Name: php-Assetic
1717
Version: %{github_version}
18-
Release: 0.1.%{github_release}%{?dist}
18+
Release: 0.2.%{github_release}%{?dist}
1919
Summary: Asset Management for PHP
2020

2121
Group: Development/Libraries
@@ -79,7 +79,7 @@ cp -rp src/Assetic %{buildroot}%{_datadir}/php/
7979
%check
8080
# TODO: Work with upstream to figure out why tests are ignored for export
8181
# (and therefore not included in a GitHub archive)
82-
# https://github.com/kriswallsmith/assetic/blob/v1.1.0-alpha3/.gitattributes
82+
# https://github.com/kriswallsmith/assetic/blob/v1.1.0-alpha4/.gitattributes
8383

8484

8585
%files
@@ -88,5 +88,8 @@ cp -rp src/Assetic %{buildroot}%{_datadir}/php/
8888

8989

9090
%changelog
91+
* Sat Mar 09 2013 Shawn Iwinski <shawn.iwinski@gmail.com> 1.1.0-0.2.alpha4
92+
- Updated to upstream pre-release version 1.1.0-alpha4
93+
9194
* Wed Feb 27 2013 Shawn Iwinski <shawn.iwinski@gmail.com> 1.1.0-0.1.alpha3
9295
- Initial package

0 commit comments

Comments
 (0)