From b297bf774a0fea9507b68d725bce4783416fe502 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 28 Oct 2013 09:12:31 +0100 Subject: php-PHP-CSS-Parser: 5.1.1 --- php-PHP-CSS-Parser.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-PHP-CSS-Parser.spec b/php-PHP-CSS-Parser.spec index 3d0605e..534b634 100644 --- a/php-PHP-CSS-Parser.spec +++ b/php-PHP-CSS-Parser.spec @@ -6,14 +6,14 @@ # # Please, preserve the changelog entries # -%global gh_commit 8cd4f402a0c7d8933c919c82bcebaaad30f686eb +%global gh_commit 7f03a04694af2ceddf46f6694f09cc8dc8f16a8b %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sabberworm %global gh_project PHP-CSS-Parser Name: php-%{gh_project} Summary: A Parser for CSS Files -Version: 5.1.0 +Version: 5.1.1 Release: 1%{?dist} URL: https://github.com/%{gh_owner}/%{gh_project} @@ -64,6 +64,9 @@ phpunit --bootstrap bootstrap.php . %changelog +* Mon Oct 28 2013 Remi Collet - 5.1.1-1 +- update to 5.1.1 (no change, only documentation) + * Sun Oct 27 2013 Remi Collet - 5.1.0-1 - update to 5.1.0 -- cgit