Rebuild for gdbm

Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
This commit is contained in:
David Abdurachmanov 2018-07-24 09:35:33 +02:00
parent 8ef3cc0ed4
commit 0645d264b1
Signed by: davidlt
GPG Key ID: 7108702C938B13C1

View File

@ -22,7 +22,7 @@
%global release 93
%{!?release_string:%global release_string %{?development_release:0.}%{release}%{?development_release:.%{development_release}}%{?dist}}
%{!?release_string:%global release_string %{?development_release:0.}%{release}%{?development_release:.%{development_release}}.0.riscv64%{?dist}}
# The RubyGems library has to stay out of Ruby directory three, since the
# RubyGems should be share by all Ruby implementations.
@ -1068,6 +1068,9 @@ make check TESTS="-v $DISABLE_TESTS"
%{gem_dir}/specifications/xmlrpc-%{xmlrpc_version}.gemspec
%changelog
* Tue Jul 24 2018 David Abdurachmanov <david.abdurachmanov@gmail.com> - 2.5.1-93.0.riscv64
- Rebuild for gdbm
* Thu May 10 2018 Pavel Valena <pvalena@redhat.com> - 2.5.1-93
- Add macros to edit files lists in .gemspec
(gemspec_add_file and gemspec_remove_file).