rebase to mysql2-0.3.15 -- second take
This commit is contained in:
parent
32e89fa998
commit
3761ec59a9
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/mysql2-0.3.13.gem
|
||||
/mysql2-0.3.15.gem
|
||||
|
@ -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ý <msuchy@redhat.com> 0.3.15-2
|
||||
- rebase to mysql2-0.3.15
|
||||
|
||||
* Wed Sep 11 2013 Alexander Chernyakhovsky <achernya@mit.edu> - 0.3.13-1
|
||||
- Initial package
|
||||
|
Loading…
Reference in New Issue
Block a user