-
Notifications
You must be signed in to change notification settings - Fork 299
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update connector version to 9.1.0. Change-Id: I60d874f778e7108c20cc6ecf7e9db2ba30426205
- Loading branch information
Showing
4 changed files
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,7 @@ | |
%{?extra_link_args: %global extra_link_args %{extra_link_args}} | ||
|
||
# set version if not defined through 'rpmbuild' | ||
%{!?version: %global version 9.0.0} | ||
%{!?version: %global version 9.1.0} | ||
|
||
%global with_openssl_opts "" | ||
|
||
|
@@ -175,6 +175,9 @@ cd mysql-connector-python | |
%{python3_sitearch}/_mysql_connector.cpython*.so | ||
%changelog | ||
* Wed Sep 11 2024 Oscar Pacheco <[email protected]> - 9.1.0-1 | ||
- Updated for 9.1.0 | ||
* Wed Jul 31 2024 Souma Kanti Ghosh <[email protected]> - 9.1.0-1 | ||
- Removed rules for Fedora, openSUSE and EL7 platforms | ||
- Removed Python 3.8 support | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,7 +42,7 @@ | |
%{?extra_link_args: %global extra_link_args %{extra_link_args}} | ||
|
||
# set version if not defined through 'rpmbuild' | ||
%{!?version: %global version 9.0.0} | ||
%{!?version: %global version 9.1.0} | ||
|
||
|
||
# if true set byte_code_only to --byte_code_only | ||
|
@@ -174,6 +174,9 @@ sed -i -e '/protobuf/d' %{buildroot}%{python3_sitearch}/mysqlx_connector_python- | |
%{python3_sitearch}/_mysqlxpb.cpython*.so | ||
%changelog | ||
* Wed Sep 11 2024 Oscar Pacheco <[email protected]> - 9.1.0-1 | ||
- Updated for 9.1.0 | ||
* Mon Aug 5 2024 Souma Kanti Ghosh <[email protected]> - 9.1.0-1 | ||
- Removed rules for Fedora, openSUSE and EL7 platforms | ||
- Removed Python 3.8 support | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters