summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-pecl-pdo-oci.spec11
1 files 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 <remi@remirepo.net> - 1.1.0-1
+* Wed Aug 21 2024 Remi Collet <remi@remirepo.net> - 1.1.0-1
+- update to 1.1.0
+
+* Thu Jul 25 2024 Remi Collet <remi@remirepo.net> - 1.1.0-0.1
- initial package, test build of upcoming version 1.1.0