rebase to mysql2-0.4.0
This commit is contained in:
parent
2b0c6f03bc
commit
90a2da4853
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/mysql2-0.3.13.gem
|
/mysql2-0.3.13.gem
|
||||||
/mysql2-0.3.15.gem
|
/mysql2-0.3.15.gem
|
||||||
/mysql2-0.3.16.gem
|
/mysql2-0.3.16.gem
|
||||||
|
/mysql2-0.4.0.gem
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
%global gem_name mysql2
|
%global gem_name mysql2
|
||||||
|
|
||||||
Name: rubygem-%{gem_name}
|
Name: rubygem-%{gem_name}
|
||||||
Version: 0.3.16
|
Version: 0.4.0
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A simple, fast Mysql library for Ruby, binding to libmysql
|
Summary: A simple, fast Mysql library for Ruby, binding to libmysql
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -79,15 +79,19 @@ rm -rf %{buildroot}%{gem_instdir}/spec
|
|||||||
%exclude %{gem_cache}
|
%exclude %{gem_cache}
|
||||||
%{gem_spec}
|
%{gem_spec}
|
||||||
%exclude %{gem_instdir}/support
|
%exclude %{gem_instdir}/support
|
||||||
%doc %{gem_instdir}/MIT-LICENSE
|
%license %{gem_instdir}/LICENSE
|
||||||
|
|
||||||
%files doc
|
%files doc
|
||||||
%doc %{gem_docdir}
|
%doc %{gem_docdir}
|
||||||
%doc %{gem_instdir}/README.md
|
%doc %{gem_instdir}/README.md
|
||||||
|
%doc %{gem_instdir}/CHANGELOG.md
|
||||||
%{gem_instdir}/examples
|
%{gem_instdir}/examples
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 8 2015 Miroslav Suchý <msuchy@redhat.com> 0.4.0-1
|
||||||
|
- rebase to mysql2-0.4.0
|
||||||
|
|
||||||
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.16-5
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.16-5
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user