diff options
author | Remi Collet <remi@remirepo.net> | 2023-04-21 14:22:49 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-04-21 14:22:49 +0200 |
commit | 0d393ae519f08031bef4d770be580fdf466b917f (patch) | |
tree | 0d68a514c66feb89113a6e95260c94a4f0d9a33c /oracle-instantclient.spec | |
parent | 27f6375f21844599913022dd79e6705578a69e0a (diff) |
Diffstat (limited to 'oracle-instantclient.spec')
-rw-r--r-- | oracle-instantclient.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/oracle-instantclient.spec b/oracle-instantclient.spec index f826d14..f3da378 100644 --- a/oracle-instantclient.spec +++ b/oracle-instantclient.spec @@ -11,9 +11,9 @@ %global _build_id_links none %global major 21 -%global mainver 21.8 +%global mainver 21.10 %global libclnt 21.1 -%global topdir instantclient_21_8 +%global topdir instantclient_21_10 %global oradir %{_libdir}/oracle/%{mainver}/client64 %global incdir %{_includedir}/oracle/%{mainver}/client64 %global tarsuf dbru @@ -21,7 +21,7 @@ Summary: Instant Client for Oracle Database %{major} Name: oracle-instantclient -Version: 21.8.0.0.0 +Version: 21.10.0.0.0 Release: 1%{?dist} License: Oracle Group: Applications/File @@ -316,6 +316,9 @@ done %changelog +* Fri Apr 21 2023 Remi Collet <remi@remirepo.net> 21.10.0.0.0-1 +- update to 21.10.0.0.0 + * Wed Dec 7 2022 Remi Collet <remi@remirepo.net> 21.8.0.0.0-1 - update to 21.8.0.0.0 |