summaryrefslogtreecommitdiffstats
path: root/php-mock/php-mock.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-02-22 14:33:36 +0100
committerRemi Collet <fedora@famillecollet.com>2016-02-22 14:33:36 +0100
commitcfccac64e11bd09792baa71fb618a9e886bfa48f (patch)
treee8a696b80b75583eb9a1edb15b63707d0447bdae /php-mock/php-mock.spec
parent101ad62b3a65b9a0a409330706c75afd0eb53435 (diff)
php-mock*: Fix: license is WTFPL
Diffstat (limited to 'php-mock/php-mock.spec')
-rw-r--r--php-mock/php-mock.spec7
1 files changed, 5 insertions, 2 deletions
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 <remi@fedoraproject.org> - 1.0.1-2
+- Fix: license is WTFPL, from review #1306968
+
* Fri Feb 12 2016 Remi Collet <remi@fedoraproject.org> - 1.0.1-1
- initial package \ No newline at end of file