diff options
author | Remi Collet <remi@remirepo.net> | 2023-02-02 15:33:13 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-02-02 15:33:13 +0100 |
commit | 00414495bf55af6ee6a9dc58055faa27a0ce117b (patch) | |
tree | 38ede25bf13229bc8ef86a5599c193b1840f5047 | |
parent | c3a95f5227935682f95c456f1ec2c7f6b16e95b7 (diff) |
-rw-r--r-- | php-laminas-validator.spec | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/php-laminas-validator.spec b/php-laminas-validator.spec index ed97866..8ddb2c8 100644 --- a/php-laminas-validator.spec +++ b/php-laminas-validator.spec @@ -1,14 +1,14 @@ # remirepo/Fedora spec file for php-laminas-validator # -# Copyright (c) 2015-2022 Remi Collet -# License: CC-BY-SA +# Copyright (c) 2015-2023 Remi Collet +# License: CC-BY-SA-4.0 # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # # When buid without db, filter, http, session, uri %global bootstrap 0 -%global gh_commit e40ee8d86cc1907083e273bfd6ed8b6dde2d9850 +%global gh_commit b7d217b5e4951955fda9a3a5ada91b717b5c8d5c %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-validator @@ -19,7 +19,7 @@ %global with_tests 0%{!?_without_tests:1} Name: php-%{gh_project} -Version: 2.29.0 +Version: 2.30.1 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -259,6 +259,9 @@ exit $ret %changelog +* Thu Feb 2 2023 Remi Collet <remi@remirepo.net> - 2.30.1-1 +- update to 2.30.1 + * Wed Dec 14 2022 Remi Collet <remi@remirepo.net> - 2.29.0-1 - update to 2.29.0 |