diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-09-14 15:42:52 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-09-14 15:42:52 +0200 |
commit | 5f4d7440be29073d6c03d027bcc38e74b8999c96 (patch) | |
tree | de0c5a89f2349a25a1b3b13aafd66636ccdf67f8 | |
parent | 932503c300c9bee29993ab0bc963b68c550d4705 (diff) |
php-mikey179-vfsstream: 1.4.0
-rw-r--r-- | php-mikey179-vfsstream.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-mikey179-vfsstream.spec b/php-mikey179-vfsstream.spec index f04ce02..55a8702 100644 --- a/php-mikey179-vfsstream.spec +++ b/php-mikey179-vfsstream.spec @@ -6,14 +6,14 @@ # # Please, preserve the changelog entries # -%global gh_commit 8571f349567e02af1b7efc0fc4e3a4a1c98e664e +%global gh_commit 61b12172292cf539685507aa65b076c1530e83c1 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner mikey179 %global gh_project vfsStream %global with_tests %{?_without_tests:0}%{!?_without_tests:1} Name: php-mikey179-vfsstream -Version: 1.3.0 +Version: 1.4.0 Release: 1%{?dist} Summary: PHP stream wrapper for a virtual file system @@ -92,6 +92,9 @@ rm -rf %{buildroot} %changelog +* Sun Sep 14 2014 Remi Collet <remi@fedoraproject.org> - 1.4.0-1 +- update to 1.4.0 + * Tue Jul 22 2014 Remi Collet <remi@fedoraproject.org> - 1.3.0-1 - update to 1.3.0 - fix license handling |