From 3761ec59a9404c9d180143138baf08411ff33b65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Tue, 11 Feb 2014 11:10:17 +0100 Subject: [PATCH] rebase to mysql2-0.3.15 -- second take --- .gitignore | 1 + rubygem-mysql2.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4e183c7..6c6ef6d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /mysql2-0.3.13.gem +/mysql2-0.3.15.gem diff --git a/rubygem-mysql2.spec b/rubygem-mysql2.spec index 2f7b323..3f6cf70 100644 --- a/rubygem-mysql2.spec +++ b/rubygem-mysql2.spec @@ -2,8 +2,8 @@ %global gem_name mysql2 Name: rubygem-%{gem_name} -Version: 0.3.13 -Release: 1%{?dist} +Version: 0.3.15 +Release: 2%{?dist} Summary: A simple, fast Mysql library for Ruby, binding to libmysql Group: Development/Languages License: MIT @@ -88,5 +88,8 @@ rm -rf %{buildroot}%{gem_instdir}/spec %changelog +* Tue Feb 11 2014 Miroslav Suchý 0.3.15-2 +- rebase to mysql2-0.3.15 + * Wed Sep 11 2013 Alexander Chernyakhovsky - 0.3.13-1 - Initial package diff --git a/sources b/sources index 3af5722..84b2874 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ee8dfc03421a1db9f6147d2efde7ced8 mysql2-0.3.13.gem +c317fc0dc8e2b409f13fe045fa665dd7 mysql2-0.3.15.gem