Sun, 26 May 2024 21:13:41 UTC | login

Information for build mariadb-connector-c-3.1.9-5.fc33

ID182527
Package Namemariadb-connector-c
Version3.1.9
Release5.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/mariadb-connector-c.git#b59d80d8fe418c9a5631f80c2d6b74f32037cf0e
SummaryThe MariaDB Native Client library (C driver)
DescriptionThe MariaDB Native Client library (C driver) is used to connect applications developed in C/C++ to MariaDB and MySQL databases.
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 14 Aug 2020 20:09:00 UTC
CompletedFri, 14 Aug 2020 21:21:10 UTC
Taskbuild (f33, /rpms/mariadb-connector-c.git:b59d80d8fe418c9a5631f80c2d6b74f32037cf0e)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/mariadb-connector-c.git#b59d80d8fe418c9a5631f80c2d6b74f32037cf0e'}}
Tags
f33
RPMs
src
mariadb-connector-c-3.1.9-5.fc33.src.rpm (info) (download)
noarch
mariadb-connector-c-config-3.1.9-5.fc33.noarch.rpm (info) (download)
riscv64
mariadb-connector-c-3.1.9-5.fc33.riscv64.rpm (info) (download)
mariadb-connector-c-devel-3.1.9-5.fc33.riscv64.rpm (info) (download)
mariadb-connector-c-test-3.1.9-5.fc33.riscv64.rpm (info) (download)
mariadb-connector-c-debuginfo-3.1.9-5.fc33.riscv64.rpm (info) (download)
mariadb-connector-c-debugsource-3.1.9-5.fc33.riscv64.rpm (info) (download)
mariadb-connector-c-devel-debuginfo-3.1.9-5.fc33.riscv64.rpm (info) (download)
mariadb-connector-c-test-debuginfo-3.1.9-5.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
Changelog * Tue Aug 04 2020 Michal Schorm <mschorm@redhat.com> - 3.1.9-5 - Revert the CMake change regarding the in-source builds for now - %cmake macro covers the %{set_build_flags}, so they are not needed That also means, the debug buildchnages to the build flags must be done AFTER the %cmake macro was used. - %cmake macro also covers the CMAKE_INSTALL_PREFIX="%{_prefix}" option - Default to %cmake commands instead fo %make commands - Update the WITH_UNITTEST macro to the one upstream use now - Introduce macro to enable / disable testusite (and building of the *-test subpackage) * Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.9-4 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.9-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue Jul 14 2020 Michal Schorm <mschorm@redhat.com> - 3.1.9-2 - Add explicit confict between mariadb-connector-c-devel and community-mysql-devel packages * Wed Jun 24 2020 Lukas Javorsky <ljavorsk@redhat.com> - 3.1.9-1 - Rebase to 3.1.9 * Thu May 14 2020 Lukas Javorsky <ljavorsk@redhat.com> - 3.1.8-1 - Rebase to 3.1.8 * Mon Mar 16 2020 Michal Schorm <mschorm@redhat.com> - 3.1.7-2 - Rebase to 3.1.7 latest git Fix for: https://jira.mariadb.org/browse/CONC-441 * Mon Feb 03 2020 Michal Schorm <mschorm@redhat.com> - 3.1.7-1 - Rebase to 3.1.7 * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Tue Dec 17 2019 Lukas Javorsky <ljavorsk@redhat.com> - 3.1.6-1 - Rebase to 3.1.6 * Tue Nov 12 2019 Michal Schorm <mschorm@redhat.com> - 3.1.5-1 - Rebase to 3.1.5 * Sun Nov 03 2019 Michal Schorm <mschorm@redhat.com> - 3.1.4-2 - Fix for #1624533 * Wed Sep 18 2019 Lukas Javorsky <ljavorsk@redhat.com> - 3.1.4-1 - Rebase to 3.1.4 * Wed Sep 11 2019 Michal Schorm <mschorm@redhat.com> - 3.1.3-3 - Enable building of the ed25519 client plugin. It won't be shipped anymore by 'mariadb-server' * Mon Aug 19 2019 Michal Schorm <mschorm@redhat.com> - 3.1.3-2 - Extract the prepared testsuite to the standalone subpackage so it can be run outside of the buildroot * Fri Aug 02 2019 Michal Schorm <mschorm@redhat.com> - 3.1.3-1 - Rebase to 3.1.3 version - Patch upstreamed - Remove glob from library version, as per Fedora Packaging Guidelines * Fri Jul 19 2019 Michal Schorm <mschorm@redhat.com> - 3.1.2-2 - Use macro to set build flags * Fri Jul 12 2019 Michal Schorm <mschorm@redhat.com> - 3.1.2-1 - Rebase to 3.1 version - Disabling the ED25519 plugin - Plugindir patch upstreamed - Added debug build switch * Tue May 21 2019 Michal Schorm <mschorm@redhat.com> - 3.0.10-2 - Fix overlinking issues * Wed May 15 2019 Michal Schorm <mschorm@redhat.com> - 3.0.10-1 - Rebase to 3.0.10 - Remove scriplet; no longer needed * Fri Mar 29 2019 Michal Schorm <mschorm@redhat.com> - 3.0.9-3 - Add "zlib-devel" requirement in "-devel" subpackage. MariaDB requires linking with "-lz", which will fail without the zlib library - Related: #1693966 * Mon Feb 18 2019 Michal Schorm <mschorm@redhat.com> - 3.0.9-2 - Fix plugindir issues Resolves: #1624533 * Mon Feb 18 2019 Michal Schorm <mschorm@redhat.com> - 3.0.9-1 - Rebase to 3.0.9 * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Wed Jan 02 2019 Michal Schorm <mschorm@redhat.com> - 3.0.8-1 - Rebase to 3.0.8 * Mon Nov 19 2018 Michal Schorm <mschorm@redhat.com> - 3.0.7-1 - Rebase to 3.0.7 * Tue Sep 04 2018 Michal Schorm <mschorm@redhat.com> - 3.0.6-2 - Fix parallel installability of x86_64 and i686 devel package