summaryrefslogtreecommitdiffstats
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
parent101ad62b3a65b9a0a409330706c75afd0eb53435 (diff)
php-mock*: Fix: license is WTFPL
-rw-r--r--php-mock-integration/php-mock-integration.spec9
-rw-r--r--php-mock-phpunit/php-mock-phpunit.spec7
-rw-r--r--php-mock/php-mock.spec7
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 <remi@fedoraproject.org> - 1.0.1-1
+* Mon Feb 22 2016 Remi Collet <remi@fedoraproject.org> - 1.0.0-2
+- Fix: license is WTFPL
+
+* Fri Feb 12 2016 Remi Collet <remi@fedoraproject.org> - 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 <remi@fedoraproject.org> - 1.1.1-2
+- Fix: license is WTFPL
+
* Fri Feb 12 2016 Remi Collet <remi@fedoraproject.org> - 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 <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