diff --git a/community-mysql.spec b/community-mysql.spec index cf3c638..ba5756c 100644 --- a/community-mysql.spec +++ b/community-mysql.spec @@ -67,7 +67,7 @@ Name: community-mysql Version: 8.0.18 -Release: 3%{?with_debug:.debug}%{?dist} +Release: 4%{?with_debug:.debug}%{?dist} Summary: MySQL client programs and shared libraries URL: http://www.mysql.com @@ -459,7 +459,7 @@ cmake .. \ -DTMPDIR=/var/tmp \ -DWITH_MYSQLD_LDFLAGS="%{build_ldflags}" \ -DCMAKE_C_LINK_FLAGS="%{build_ldflags}" \ - -DCMAKE_CXX_LINK_FLAGS"%{build_ldflags}" + -DCMAKE_CXX_LINK_FLAGS="%{build_ldflags}" # Note: linking with GOLD disabled on Armv7hl because of https://bugs.mysql.com/bug.php?id=96698 @@ -802,6 +802,9 @@ fi %endif %changelog +* Fri Nov 15 2019 Michal Schorm - 8.0.18-4 +- Typo fixup + * Mon Nov 11 2019 Michal Schorm - 8.0.18-3 - Let the devel package require the libzstd-devel