From 8a9a5606f4eba1f79b8c6e1417f6b9e0daccbbec Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 28 May 2015 15:25:02 +0200 Subject: php-phpunit-PHPUnit-MockObject: 2.3.2 --- php-phpunit-PHPUnit-MockObject.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/php-phpunit-PHPUnit-MockObject.spec b/php-phpunit-PHPUnit-MockObject.spec index a9bd6f7..e22e7b7 100644 --- a/php-phpunit-PHPUnit-MockObject.spec +++ b/php-phpunit-PHPUnit-MockObject.spec @@ -1,4 +1,4 @@ -# spec file for php-phpunit-PHPUnit-MockObject +# remirepo/fedora spec file for php-phpunit-PHPUnit-MockObject # # Copyright (c) 2013-2015 Remi Collet # License: CC-BY-SA @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 74ffb87f527f24616f72460e54b595f508dccb5c +%global gh_commit 787e06820578ca103b21e323e27f0e2eb0712ae5 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit-mock-objects @@ -21,14 +21,14 @@ %endif Name: php-phpunit-PHPUnit-MockObject -Version: 2.3.1 +Version: 2.3.2 Release: 1%{?dist} Summary: Mock Object library for PHPUnit Group: Development/Libraries License: BSD URL: https://github.com/%{gh_owner}/%{gh_project} -Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}.tar.gz +Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{gh_short}.tar.gz # Autoload template Source1: Autoload.php.in @@ -134,6 +134,9 @@ fi %changelog +* Thu May 28 2015 Remi Collet - 2.3.2-1 +- update to 2.3.2 + * Thu Apr 2 2015 Remi Collet - 2.3.1-1 - update to 2.3.1 -- cgit