summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-nyholm-psr7.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-nyholm-psr7.spec b/php-nyholm-psr7.spec
index c2eb798..e5cf69d 100644
--- a/php-nyholm-psr7.spec
+++ b/php-nyholm-psr7.spec
@@ -35,10 +35,10 @@
Name: php-%{pk_vendor}-%{pk_project}%{major}
Version: 1.1.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A fast PHP7 implementation of PSR-7
-License: BSD
+License: MIT
URL: https://github.com/%{gh_owner}/%{gh_project}
# git snapshot for skip .gitattributes
Source0: %{name}-%{version}-%{gh_short}.tgz
@@ -164,5 +164,8 @@ exit $ret
%changelog
+* Fri Jun 28 2019 Remi Collet <remi@remirepo.net> - 1.1.0-2
+- License is MIT
+
* Fri Jun 28 2019 Remi Collet <remi@remirepo.net> - 1.1.0-1
- initial package, version 1.1.0