New upstream release 0.4.8 (builds against MariaDB 10.2)
This commit is contained in:
parent
a2cff3e4e2
commit
c57c46e5af
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/mysql2-0.3.16.gem
|
||||
/mysql2-0.4.0.gem
|
||||
/mysql2-0.4.4.gem
|
||||
/mysql2-0.4.8.gem
|
||||
|
@ -2,8 +2,8 @@
|
||||
%global gem_name mysql2
|
||||
|
||||
Name: rubygem-%{gem_name}
|
||||
Version: 0.4.4
|
||||
Release: 3%{?dist}
|
||||
Version: 0.4.8
|
||||
Release: 1%{?dist}
|
||||
Summary: A simple, fast Mysql library for Ruby, binding to libmysql
|
||||
Group: Development/Languages
|
||||
License: MIT
|
||||
@ -89,6 +89,9 @@ rm -rf %{buildroot}%{gem_instdir}/spec
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jul 13 2017 Adam Williamson <awilliam@redhat.com> - 0.4.8-1
|
||||
- New upstream release 0.4.8 (builds against MariaDB 10.2)
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.4-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user