From 0d8294402962ac2d7b94b626c6051797ecc3c37b623d9422386c2454629fc54b Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Mon, 23 Jul 2012 09:08:14 +0000 Subject: [PATCH] Accepting request 128624 from home:MargueriteSu:branches:M17N version update and build fix OBS-URL: https://build.opensuse.org/request/show/128624 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/kyotocabinet?expand=0&rev=6 --- _service | 7 ------- kyotocabinet-1.2.76.tar.gz | 3 +++ kyotocabinet.changes | 8 ++++++++ kyotocabinet.spec | 28 +++++++++++++++++++++++----- 4 files changed, 34 insertions(+), 12 deletions(-) delete mode 100644 _service create mode 100644 kyotocabinet-1.2.76.tar.gz 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