SHA256
1
0
forked from pool/kyotocabinet

Accepting request 1128805 from devel:libraries:c_c++

- update to 1.2.80:
  - configure.in supports strict C99 rules.
  - Fixed errors of kcdirtest on BtrFS.
  - Fixed build warnings.

  * link all executables as pie (bsc#1185033)
- gcc6-fix-errors.patch: return NULL instead, make GCC7 happy
  (configure-8-byte-atomics.patch)

OBS-URL: https://build.opensuse.org/request/show/1128805
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kyotocabinet?expand=0&rev=15
This commit is contained in:
Ana Guerrero 2023-11-27 21:42:25 +00:00 committed by Git OBS Bridge
commit f3e206335d
4 changed files with 15 additions and 7 deletions

BIN
kyotocabinet-1.2.77.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4c85d736668d82920bfdbdb92ac3d66b7db1108f09581a769dd9160a02def349
size 942543

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Nov 25 20:41:23 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.2.80:
- configure.in supports strict C99 rules.
- Fixed errors of kcdirtest on BtrFS.
- Fixed build warnings.
-------------------------------------------------------------------
Tue May 30 10:50:48 UTC 2023 - Frederic Crozat <fcrozat@suse.com>
@ -7,7 +15,7 @@ Tue May 30 10:50:48 UTC 2023 - Frederic Crozat <fcrozat@suse.com>
Wed Apr 21 06:51:44 UTC 2021 - Dr. Werner Fink <werner@suse.de>
- Add yet an other patch kyotocabinet-pie.patch
* link all executables as pie (bsc#1185033)
* link all executables as pie (bsc#1185033)
-------------------------------------------------------------------
Thu Mar 12 11:45:45 UTC 2020 - Martin Pluskal <mpluskal@suse.com>
@ -35,7 +43,7 @@ Tue May 9 14:46:10 UTC 2017 - werner@suse.de
Tue Apr 4 03:47:22 UTC 2017 - crrodriguez@opensuse.org
- kyotocabinet-fix-debuginfo.patch: Fix debuginfo generation
- gcc6-fix-errors.patch: return NULL instead, make GCC7 happy
- gcc6-fix-errors.patch: return NULL instead, make GCC7 happy
-------------------------------------------------------------------
Wed May 25 09:38:17 UTC 2016 - martin.liska@suse.com
@ -51,7 +59,7 @@ Fri Jan 4 16:30:01 UTC 2013 - jengelh@inai.de
Thu Dec 27 10:34:38 UTC 2012 - dvaleev@suse.com
- fix up configure test to handle lack of 8 byte atomics correctly
(configure-8-byte-atomics.patch)
(configure-8-byte-atomics.patch)
-------------------------------------------------------------------
Sat Aug 11 14:19:14 UTC 2012 - jengelh@inai.de

View File

@ -18,7 +18,7 @@
%define soname 16
Name: kyotocabinet
Version: 1.2.77
Version: 1.2.80
Release: 0
Summary: A straightforward implementation of DBM
License: SUSE-GPL-3.0-with-FLOSS-exception