diff --git a/_service b/_service deleted file mode 100644 index c81bb80..0000000 --- a/_service +++ /dev/null @@ -1,7 +0,0 @@ - - - fallabs.com - http - /kyotocabinet/pkg/kyotocabinet-1.2.52.tar.gz - - \ No newline at end of file diff --git a/kyotocabinet-1.2.76.tar.gz b/kyotocabinet-1.2.76.tar.gz new file mode 100644 index 0000000..78320ac --- /dev/null +++ b/kyotocabinet-1.2.76.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:812a2d3f29c351db4c6f1ff29d94d7135f9e601d7cc1872ec1d7eed381d0d23c +size 951930 diff --git a/kyotocabinet.changes b/kyotocabinet.changes index 1e6dc15..361af00 100644 --- a/kyotocabinet.changes +++ b/kyotocabinet.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Jul 22 01:31:25 UTC 2012 - i@marguerite.su + +- update version 1.2.76 + * kcthread.cc (CondVar::wait): a bug on Win32 was fixed. + * kcdbext.h (IndexDB::set, IndexDB::replace): a bug of updating existing records was fixed. + * kcdb.h (DB::check): new function. + ------------------------------------------------------------------- Thu Jun 21 23:28:49 UTC 2012 - jengelh@inai.de diff --git a/kyotocabinet.spec b/kyotocabinet.spec index f36c495..3ba5acb 100644 --- a/kyotocabinet.spec +++ b/kyotocabinet.spec @@ -1,19 +1,37 @@ # +# spec file for package kyotocabinet +# +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: kyotocabinet -Version: 1.2.52 -%define soname 9 +Version: 1.2.76 Release: 0 License: GPL-3.0 +%define soname 16 Summary: A straightforward implementation of DBM Url: http://fallabs.com/kyotocabinet/ Group: Productivity/Databases/Tools Source: http://fallabs.com/kyotocabinet/pkg/kyotocabinet-%{version}.tar.gz +# PATCH-MISSING-TAG -- See http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines Patch1: %{name}-fix_rpath.patch -BuildRequires: autoconf, automake, gcc-c++ -BuildRequires: libbz2-devel, libtool +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: gcc-c++ +BuildRequires: libbz2-devel +BuildRequires: libtool BuildRequires: pkgconfig BuildRequires: zlib-devel Requires: libkyotocabinet%{soname} = %{version} @@ -93,7 +111,7 @@ autoreconf -iv make %{?_smp_mflags} %install -make install DESTDIR="%buildroot" +%makeinstall rm -rf %{buildroot}%{_datadir}/kyotocabinet rm -rf %{buildroot}%{_libdir}/libkyotocabinet.a