Update to 1.2.79
This commit is contained in:
parent
bbbedd49c7
commit
93cd3e9240
@ -1,13 +1,12 @@
|
||||
Summary: A straightforward implementation of DBM
|
||||
Name: kyotocabinet
|
||||
Version: 1.2.78
|
||||
Version: 1.2.79
|
||||
Release: 1%{?dist}
|
||||
License: GPLv3
|
||||
URL: https://dbmx.net/%{name}/
|
||||
Source: https://dbmx.net/%{name}/pkg/%{name}-%{version}.tar.gz
|
||||
Patch0: kyotocabinet-1.2.76-cflags.patch
|
||||
Patch1: kyotocabinet-1.2.76-8-byte-atomics.patch
|
||||
Patch2: kyotocabinet-1.2.78-random-failures.patch
|
||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||
BuildRequires: gcc-c++, zlib-devel, lzo-devel, xz-devel
|
||||
|
||||
@ -52,7 +51,6 @@ applications that use Kyoto Cabinet.
|
||||
%setup -q
|
||||
%patch0 -p1 -b .cflags
|
||||
%patch1 -p1 -b .8-byte-atomics
|
||||
%patch2 -p1 -b .random-failures
|
||||
|
||||
%build
|
||||
%configure --disable-opt --enable-lzo --enable-lzma
|
||||
@ -142,6 +140,9 @@ make check
|
||||
%doc COPYING doc/api/* kyotocabinet.idl
|
||||
|
||||
%changelog
|
||||
* Tue Nov 22 2022 Peng Wu <pwu@redhat.com> - 1.2.79-1
|
||||
- Update to 1.2.79
|
||||
|
||||
* Wed Sep 23 2020 Robert Scheck <robert@fedoraproject.org> 1.2.78-1
|
||||
- Update to 1.2.78 (#1858682)
|
||||
- Added patch to ignore randomly failing tests (#1863664)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (kyotocabinet-1.2.78.tar.gz) = 57971a231998574678d38d4b4aaffa0dafcac17416a05a42e1204d54e8d81ac1044ea703dd62f1d23c9385b5b18775918b722f428f14078451af83c29354db53
|
||||
SHA512 (kyotocabinet-1.2.79.tar.gz) = 9243192c81d3aa37cc8c80eb3bdf235192a0919b134cededa2b4178be515d148916e7405e094cbcdd7dbf13bf38a569bf21863afac7cc05d6418cca5853a2ff4
|
||||
|
Loading…
Reference in New Issue
Block a user