Accepting request 951944 from home:AndreasStieger:branches:devel:libraries:c_c++
gdbm 1.23 OBS-URL: https://build.opensuse.org/request/show/951944 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gdbm?expand=0&rev=69
This commit is contained in:
parent
4a11e2a826
commit
8040599cfb
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f366c823a6724af313b6bbe975b2809f9a157e5f6a43612a72949138d161d762
|
|
||||||
size 1090100
|
|
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
Version: GnuPG v1
|
|
||||||
|
|
||||||
iEYEABECAAYFAmFuVBoACgkQNgKwf1XQxzJOrgCePtjSnNh64nbxYYlUAQXTNjJP
|
|
||||||
r6YAniI1KeHkDzMNmesmioJG54lNSf77
|
|
||||||
=4SJH
|
|
||||||
-----END PGP SIGNATURE-----
|
|
BIN
gdbm-1.23.tar.gz
(Stored with Git LFS)
Normal file
BIN
gdbm-1.23.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
7
gdbm-1.23.tar.gz.sig
Normal file
7
gdbm-1.23.tar.gz.sig
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v1
|
||||||
|
|
||||||
|
iEYEABECAAYFAmH9NHYACgkQNgKwf1XQxzKLDwCfUJwbEpo7uh8seCQbsfY54eK9
|
||||||
|
Vl0AnjJQZ4KYQibd32ymasHo5phtCZem
|
||||||
|
=qsEz
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,11 +1,11 @@
|
|||||||
Index: gdbm-1.22/src/version.c
|
Index: gdbm-1.23/src/version.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- gdbm-1.22.orig/src/version.c 2021-12-13 10:29:13.471179586 +0100
|
--- gdbm-1.23.orig/src/version.c
|
||||||
+++ gdbm-1.22/src/version.c 2021-12-13 10:29:53.399511924 +0100
|
+++ gdbm-1.23/src/version.c
|
||||||
@@ -24,9 +24,6 @@
|
@@ -24,9 +24,6 @@
|
||||||
making the distdir. */
|
making the distdir. */
|
||||||
const char * gdbm_version = "GDBM version " PACKAGE_VERSION ". "
|
const char * gdbm_version = "GDBM version " PACKAGE_VERSION ". "
|
||||||
"19/10/2021"
|
"04/02/2022"
|
||||||
-#if defined(__STDC__) && defined(__DATE__) && defined(__TIME__)
|
-#if defined(__STDC__) && defined(__DATE__) && defined(__TIME__)
|
||||||
- " (built " __DATE__ " " __TIME__ ")"
|
- " (built " __DATE__ " " __TIME__ ")"
|
||||||
-#endif
|
-#endif
|
||||||
|
10
gdbm.changes
10
gdbm.changes
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Feb 6 17:08:36 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
- update to 1.23:
|
||||||
|
* Bucket cache switched from balanced tree to hash table
|
||||||
|
* Speed up flushing the changed buckets on disk
|
||||||
|
* New option codes for gdbm_setopt
|
||||||
|
* Enable or disable automatic cache adjustment
|
||||||
|
- remove obsolete texinfo packaging macros
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 13 09:32:07 UTC 2021 - pgajdos@suse.com
|
Mon Dec 13 09:32:07 UTC 2021 - pgajdos@suse.com
|
||||||
|
|
||||||
|
18
gdbm.spec
18
gdbm.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gdbm
|
# spec file for package gdbm
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%define lname libgdbm6
|
%define lname libgdbm6
|
||||||
%define lcompat libgdbm_compat4
|
%define lcompat libgdbm_compat4
|
||||||
Name: gdbm
|
Name: gdbm
|
||||||
Version: 1.22
|
Version: 1.23
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: GNU dbm key/data database
|
Summary: GNU dbm key/data database
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
@ -95,10 +95,6 @@ License: GPL-3.0-or-later AND LGPL-2.1-or-later
|
|||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %{lcompat} = %{version}
|
Requires: %{lcompat} = %{version}
|
||||||
Requires: %{lname} = %{version}
|
Requires: %{lname} = %{version}
|
||||||
%if "%{install_info_prereq}" != ""
|
|
||||||
Requires(pre): %{install_info_prereq}
|
|
||||||
Requires(preun):%{install_info_prereq}
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains all necessary include files and libraries needed
|
This package contains all necessary include files and libraries needed
|
||||||
@ -116,10 +112,10 @@ to develop applications that require these.
|
|||||||
--enable-libgdbm-compat \
|
--enable-libgdbm-compat \
|
||||||
--enable-nls \
|
--enable-nls \
|
||||||
--with-readline
|
--with-readline
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make check %{?_smp_mflags}
|
%make_build check
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
@ -131,12 +127,6 @@ GROUP ( %{_libdir}/libgdbm.so %{_libdir}/libgdbm_compat.so )" > %{buildroot}/%{_
|
|||||||
find %{buildroot} -type f -name "*.la" -delete -print
|
find %{buildroot} -type f -name "*.la" -delete -print
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
%post devel
|
|
||||||
%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info%{ext_info}
|
|
||||||
|
|
||||||
%preun devel
|
|
||||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info%{ext_info}
|
|
||||||
|
|
||||||
%post -n %{lname} -p /sbin/ldconfig
|
%post -n %{lname} -p /sbin/ldconfig
|
||||||
%postun -n %{lname} -p /sbin/ldconfig
|
%postun -n %{lname} -p /sbin/ldconfig
|
||||||
%post -n %{lcompat} -p /sbin/ldconfig
|
%post -n %{lcompat} -p /sbin/ldconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user