From ff2b8dc6b71211f5ae0ddaeeaecb9a2a083527f1 Mon Sep 17 00:00:00 2001 From: Michal Schorm Date: Fri, 15 Nov 2019 13:37:04 +0100 Subject: [PATCH] Typo fixup --- community-mysql.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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