From d967768d6efc2496334828711661626a6b9bf127 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 21 Aug 2024 14:52:26 +0200 Subject: update to 1.1.0 --- php-pecl-pdo-oci.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/php-pecl-pdo-oci.spec b/php-pecl-pdo-oci.spec index 35971d9..d88715f 100644 --- a/php-pecl-pdo-oci.spec +++ b/php-pecl-pdo-oci.spec @@ -16,10 +16,10 @@ %global _configure ../%{sources}/configure %ifarch aarch64 -%global oraclever 19.23 +%global oraclever 19.24 %global oraclemax 20 %global oraclelib 19.1 -%global oracledir 19.23 +%global oracledir 19.24 %else %global oraclever 23.5 %global oraclemax 24 @@ -32,7 +32,7 @@ Summary: PDO driver for Oracle Database Name: %{?scl_prefix}php-pecl-pdo-oci Version: 1.1.0 -Release: 0.1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP-3.01 URL: https://pecl.php.net/package/%{pecl_name} @@ -190,5 +190,8 @@ done %changelog -* Thu Jul 25 2024 Remi Collet - 1.1.0-1 +* Wed Aug 21 2024 Remi Collet - 1.1.0-1 +- update to 1.1.0 + +* Thu Jul 25 2024 Remi Collet - 1.1.0-0.1 - initial package, test build of upcoming version 1.1.0 -- cgit