From 76dca343ee7faf9b35d67d6849dbfd4449d06028 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 20 Sep 2022 13:40:51 +0200 Subject: update to 2.15.0 --- composer.json | 2 +- php-laminas-ldap.spec | 11 +++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 20518d5..d6d5707 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "ext-ldap": "*" }, "require-dev": { - "laminas/laminas-coding-standard": "~2.3.0", + "laminas/laminas-coding-standard": "~2.4.0", "laminas/laminas-config": "^3.7.0", "laminas/laminas-eventmanager": "^3.4.0", "laminas/laminas-stdlib": "^3.7.1", diff --git a/php-laminas-ldap.spec b/php-laminas-ldap.spec index 78c2278..87d6994 100644 --- a/php-laminas-ldap.spec +++ b/php-laminas-ldap.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 8bc9609942a3383190f8fc50a4c2808825430bdf +%global gh_commit e21bf1177b2cbdae57f75355a8fd0774438a42d2 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-ldap @@ -22,7 +22,7 @@ %endif Name: php-%{gh_project} -Version: 2.14.1 +Version: 2.15.0 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -40,7 +40,7 @@ BuildRequires: php-ldap %if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 BuildRequires: (php-autoloader(%{gh_owner}/laminas-zendframework-bridge) >= 1.1 with php-autoloader(%{gh_owner}/laminas-zendframework-bridge) < 2) # From composer, "require-dev": { -# "laminas/laminas-coding-standard": "~2.3.0", +# "laminas/laminas-coding-standard": "~2.4.0", # "laminas/laminas-config": "^3.7.0", # "laminas/laminas-eventmanager": "^3.4.0", # "laminas/laminas-stdlib": "^3.7.1", @@ -175,7 +175,7 @@ exit (class_exists("\\Zend\\%{library}\\Ldap") ? 0 : 1); : upstream test suite ret=0 -for cmdarg in "php %{phpunit}" php74 php80 php81; do +for cmdarg in "php %{phpunit}" php74 php80 php81 php82; do if which $cmdarg; then set $cmdarg $1 ${2:-%{_bindir}/phpunit9} || ret=1 @@ -198,6 +198,9 @@ exit $ret %changelog +* Tue Sep 20 2022 Remi Collet - 2.15.0-1 +- update to 2.15.0 + * Thu Aug 4 2022 Remi Collet - 2.14.1-1 - update to 2.14.1 -- cgit