From 1222ea9e0616cb480efba2b97af8ced9158e94f8 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 9 Feb 2021 09:28:38 -0800 Subject: [PATCH] remove mini-bump --- rubygem-mysql2.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rubygem-mysql2.spec b/rubygem-mysql2.spec index 0d9c36a..8a3da9a 100644 --- a/rubygem-mysql2.spec +++ b/rubygem-mysql2.spec @@ -1,12 +1,12 @@ # build with tests? -%bcond_with tests +%bcond_without tests # Generated from mysql2-0.3.11.gem by gem2rpm -*- rpm-spec -*- %global gem_name mysql2 Name: rubygem-%{gem_name} Version: 0.5.3 -Release: 7.1%{?dist} +Release: 7%{?dist} Summary: A simple, fast Mysql library for Ruby, binding to libmysql License: MIT URL: https://github.com/brianmario/mysql2