From cfccac64e11bd09792baa71fb618a9e886bfa48f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 22 Feb 2016 14:33:36 +0100 Subject: php-mock*: Fix: license is WTFPL --- php-mock-integration/php-mock-integration.spec | 9 ++++++--- php-mock-phpunit/php-mock-phpunit.spec | 7 +++++-- php-mock/php-mock.spec | 7 +++++-- 3 files changed, 16 insertions(+), 7 deletions(-) diff --git a/php-mock-integration/php-mock-integration.spec b/php-mock-integration/php-mock-integration.spec index 39ccd09..f54d79b 100644 --- a/php-mock-integration/php-mock-integration.spec +++ b/php-mock-integration/php-mock-integration.spec @@ -14,11 +14,11 @@ Name: php-mock-integration Version: 1.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Integration package for PHP-Mock Group: Development/Libraries -License: BSD +License: WTFPL URL: https://github.com/%{gh_owner}/%{gh_project} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{gh_short}.tar.gz @@ -102,5 +102,8 @@ rm -rf %{buildroot} %changelog -* Fri Feb 12 2016 Remi Collet - 1.0.1-1 +* Mon Feb 22 2016 Remi Collet - 1.0.0-2 +- Fix: license is WTFPL + +* Fri Feb 12 2016 Remi Collet - 1.0.0-1 - initial package \ No newline at end of file diff --git a/php-mock-phpunit/php-mock-phpunit.spec b/php-mock-phpunit/php-mock-phpunit.spec index fa86c99..4fe898a 100644 --- a/php-mock-phpunit/php-mock-phpunit.spec +++ b/php-mock-phpunit/php-mock-phpunit.spec @@ -14,11 +14,11 @@ Name: php-mock-phpunit Version: 1.1.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Mock built-in PHP functions with PHPUnit. Group: Development/Libraries -License: BSD +License: WTFPL URL: https://github.com/%{gh_owner}/%{gh_project} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{gh_short}.tar.gz @@ -104,5 +104,8 @@ rm -rf %{buildroot} %changelog +* Mon Feb 22 2016 Remi Collet - 1.1.1-2 +- Fix: license is WTFPL + * Fri Feb 12 2016 Remi Collet - 1.1.1-1 - initial package \ No newline at end of file diff --git a/php-mock/php-mock.spec b/php-mock/php-mock.spec index 32b3420..a2828db 100644 --- a/php-mock/php-mock.spec +++ b/php-mock/php-mock.spec @@ -14,11 +14,11 @@ Name: php-mock Version: 1.0.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: PHP-Mock can mock built-in PHP functions Group: Development/Libraries -License: BSD +License: WTFPL URL: https://github.com/%{gh_owner}/%{gh_project} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{gh_short}.tar.gz Source1: %{name}-autoload.php @@ -118,5 +118,8 @@ rm -rf %{buildroot} %changelog +* Mon Feb 22 2016 Remi Collet - 1.0.1-2 +- Fix: license is WTFPL, from review #1306968 + * Fri Feb 12 2016 Remi Collet - 1.0.1-1 - initial package \ No newline at end of file -- cgit