summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-laminas-feed.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-laminas-feed.spec b/php-laminas-feed.spec
index e8f6ef6..9c1c14d 100644
--- a/php-laminas-feed.spec
+++ b/php-laminas-feed.spec
@@ -1,13 +1,13 @@
# remirepo/Fedora spec file for php-laminas-feed
#
-# Copyright (c) 2015-2020 Remi Collet
+# Copyright (c) 2015-2021 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
# Please, preserve the changelog entries
#
%global bootstrap 0
-%global gh_commit fb89aac1984222227f37792dd193d34829a0762f
+%global gh_commit 45d36702d09afd5d8ca01192ecd3b5afaf37126b
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner laminas
%global gh_project laminas-feed
@@ -22,7 +22,7 @@
%endif
Name: php-%{gh_project}
-Version: 2.13.0
+Version: 2.13.1
Release: 1%{?dist}
Summary: %{namespace} Framework %{library} component
@@ -236,6 +236,9 @@ exit $ret
%changelog
+* Wed Jan 6 2021 Remi Collet <remi@remirepo.net> - 2.13.1-1
+- update to 2.13.1
+
* Thu Nov 19 2020 Remi Collet <remi@remirepo.net> - 2.13.0-1
- update to 2.13.0
- raise dependency on PHP 7.3