summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-08-23 11:44:21 +0200
committerRemi Collet <remi@remirepo.net>2019-08-23 11:44:21 +0200
commit87c5ba7143de45529d4199df33a34e8e2e3272d7 (patch)
tree2ec9d9f5f0c09cb4bf3aaee68cd9ecf92770e111
parent8660ac45a8edc5e70eb4c1791a5ab7757952baf9 (diff)
v1.2.0
-rw-r--r--php-nyholm-psr7.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-nyholm-psr7.spec b/php-nyholm-psr7.spec
index 01c5956..2bb063e 100644
--- a/php-nyholm-psr7.spec
+++ b/php-nyholm-psr7.spec
@@ -8,7 +8,7 @@
#
%global bootstrap 0
# github
-%global gh_commit 701fe7ea8c12c07b985b156d589134d328160cf7
+%global gh_commit 27c828a165ff936f9fe9056baa9cabe0c70a423c
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner Nyholm
%global gh_project psr7
@@ -34,8 +34,8 @@
%global http_factory_tests_short %(c=%{http_factory_tests_commit}; echo ${c:0:7})
Name: php-%{pk_vendor}-%{pk_project}%{major}
-Version: 1.1.0
-Release: 2%{?dist}
+Version: 1.2.0
+Release: 1%{?dist}
Summary: A fast PHP7 implementation of PSR-7
License: MIT
@@ -169,6 +169,9 @@ exit $ret
%changelog
+* Fri Aug 23 2019 Remi Collet <remi@remirepo.net> - 1.2.0-1
+- update to 1.2.0
+
* Fri Jun 28 2019 Remi Collet <remi@remirepo.net> - 1.1.0-2
- License is MIT