From 923d53959f40f466091f18a987736d31cca78e5fe0f987c4a123c6b90c2f05cf Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 25 Nov 2023 20:41:53 +0000 Subject: [PATCH] - 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/package/show/devel:libraries:c_c++/kyotocabinet?expand=0&rev=29 --- kyotocabinet-1.2.77.tar.gz | 3 --- kyotocabinet-1.2.80.tar.gz | 3 +++ kyotocabinet.changes | 14 +++++++++++--- kyotocabinet.spec | 2 +- 4 files changed, 15 insertions(+), 7 deletions(-) delete mode 100644 kyotocabinet-1.2.77.tar.gz create mode 100644 kyotocabinet-1.2.80.tar.gz diff --git a/kyotocabinet-1.2.77.tar.gz b/kyotocabinet-1.2.77.tar.gz deleted file mode 100644 index 6e63979..0000000 --- a/kyotocabinet-1.2.77.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:56899329384cc6f0f1f8aa3f1b41001071ca99c1d79225086a7f3575c0209de6 -size 949326 diff --git a/kyotocabinet-1.2.80.tar.gz b/kyotocabinet-1.2.80.tar.gz new file mode 100644 index 0000000..2a1408e --- /dev/null +++ b/kyotocabinet-1.2.80.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c85d736668d82920bfdbdb92ac3d66b7db1108f09581a769dd9160a02def349 +size 942543 diff --git a/kyotocabinet.changes b/kyotocabinet.changes index 4d2c99c..c5a0c72 100644 --- a/kyotocabinet.changes +++ b/kyotocabinet.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Nov 25 20:41:23 UTC 2023 - Dirk Müller + +- 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 @@ -7,7 +15,7 @@ Tue May 30 10:50:48 UTC 2023 - Frederic Crozat Wed Apr 21 06:51:44 UTC 2021 - Dr. Werner Fink - 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 @@ -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 diff --git a/kyotocabinet.spec b/kyotocabinet.spec index d831680..132f7d7 100644 --- a/kyotocabinet.spec +++ b/kyotocabinet.spec @@ -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