summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-03-29 09:09:46 +0200
committerRemi Collet <remi@remirepo.net>2021-03-29 09:09:46 +0200
commit2f03c1d2e6040b8275b3cb0020e59d857fe715b2 (patch)
tree2632f8b40c6769cc466ef211333b2f7f1deae689
parentd86a5ece196150e5aadc11123ba6b5ec32b22675 (diff)
update to 4.1.0
-rw-r--r--php-laminas-code4.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-laminas-code4.spec b/php-laminas-code4.spec
index d42dc31..b9531bc 100644
--- a/php-laminas-code4.spec
+++ b/php-laminas-code4.spec
@@ -7,7 +7,7 @@
# Please, preserve the changelog entries
#
%global bootstrap 0
-%global gh_commit 28a6d70ea8b8bca687d7163300e611ae33baf82a
+%global gh_commit 5b553c274b94af3f880cbaaf8fbab047f279a31c
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner laminas
%global gh_project laminas-code
@@ -23,7 +23,7 @@
%endif
Name: php-%{gh_project}%{major}
-Version: 4.0.0
+Version: 4.1.0
Release: 1%{?dist}
Summary: Laminas Framework %{library} component
@@ -163,6 +163,9 @@ exit $ret
%changelog
+* Mon Mar 29 2021 Remi Collet <remi@remirepo.net> - 4.1.0-1
+- update to 4.1.0
+
* Thu Jan 7 2021 Remi Collet <remi@remirepo.net> - 4.0.0-1
- update to 4.0.0
- rename to php-laminas-code4