libdb-4_8-4.8.30-lp150.5.10 >
A ZY9/=.yPo _C!sf٠D8Fp Ql3\HHsmEŽPQ+(TĽs73!P-]㿿ݹ,6 1v$f}pZue*&o~*CvI + ,aF;!4Ӎ[j&^{ЭZ-MПcŽJ+HeG)%?fq5P;)Z 90e8a8e736d6a72406c6d0f015ed156a326c556d 3a2aa29f205cab36bcc34f494a6ddb5a387965eabb6fb98e303da4603443d9f3
T ZY9/=Q @GE.ͨ;#/k:|*A\RU$ھg>d7gRF1Tr\c9-qyWHGx{2mN%,;Ε$7U?"乾1Yqπ_ɍMWs 2KmQHEpݭ\4\$DU#".L'/fgB7! p}GSn&35:u\A](xͺetfk60 1 > p @ ` ? P d G 7 H {
"
$ , 6 @ d l ( 8 9 L : > ] @ l F { G H I X Y \ ] ^ b c d # e ( f + l - u @ v H w d x l y t z
L C libdb-4_8 4.8.30 lp150.5.10 Berkeley DB Database Library Version 4.8 The Berkeley DB Database is a programmatic toolkit that provides
database support for applications.
This package contains the necessary runtime libraries. ZYlamb61 1߈openSUSE Leap 15.0 openSUSE BSD-3-Clause https://bugs.opensuse.org System/Libraries http://oracle.com/technetwork/products/berkeleydb/ linux x86_64 ވ ZYZY18d4d91a0d4104beee4da247be50b32737ad5c337cb76c6aa2df79dfa2548819 a1d13b68e7e387eb27698465ac4d2891ad8d0d26d6e2e53162410f2fdf5ec155 root root root root libdb-4_8-4.8.30-lp150.5.10.src.rpm db libdb-4.8.so()(64bit) libdb-4_8 libdb-4_8(x86-64) libdb_cxx-4.8.so()(64bit) @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @
/sbin/ldconfig /sbin/ldconfig libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.15)(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpthread.so.0(GLIBC_2.3.2)(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.9)(64bit) rpmlib(CompressedFileNames) rpmlib(FileDigests) rpmlib(PayloadFilesHavePrefix) rpmlib(PayloadIsXz) 3.0.4-1 4.6.0-1 4.0-1 5.2-1 4.14.1 Z@V@SpRe@RSQp@Q@QKQ@P|@O
NNxN@NNs:@NFg@ML@LL(K(KJ#rguenther@suse.com tchvatal@suse.com schwab@suse.de coolo@suse.com jengelh@inai.de coolo@suse.com werner@suse.de werner@suse.de jengelh@inai.de ro@suse.de aj@suse.de jengelh@medozas.de coolo@suse.com adrian@suse.de prusnak@opensuse.org jengelh@medozas.de crrodriguez@opensuse.org rhafer@suse.de rhafer@novell.com jengelh@medozas.de jengelh@medozas.de jengelh@medozas.de mls@suse.de - Add libdb-fix-atomic.patch to fix __atomic_compare_exchange clash
with GCCs builtin. Fixes build with GCC8 which now rejects this. - Use upstream tarball
- Cleanup a bit with spec-cleaner
- remove unused script check-build.sh - remove generation of unused tarball
- remove setting of unused variable - fix update-alternatives usage - Add update-alternatives rules to db48-utils (bnc#840738) - readd the provides of db-*, we're not going to switch to db 6.0
too eagerly: http://lwn.net/Articles/557487/ - Explicit add a conflict to other providers of /usr/lib/libdb.so
and /usr/lib/libdb-4.so - Try to change baselibs.conf to fit coolo's comment hopefully - Rename db_ binaries to db48_ to make room for libdb-6_0
- Add conflict markers against libdb-4_5 (overlapping files) - fix check-build.sh for kernel > 3.0 - Do not use build date as version string. - Remove redundant/unwanted tags/section (cf. specfile guidelines) - add autoconf as buildrequire to avoid implicit dependency - fix arm build - enable C++ bindings
- spec cleanup - Add libdb-devel to baselibs - Do not build static libraries - Fixed summary of the -devel subpackage (bnc#694826) - Updated to db-4.8.30. Important changes since 4.7:
* Improved scalability and throughput when using BTree databases
especially when running with multiple threads that equal or
exceed the number of available CPUs.
* Berkeley DB has added database partitioning. BTree or Hash
databases may now be partitioned across multiple directories.
Partitioned databases can be used to increase concurrency and to
improve performance by spreading access across disk subsystems.
* Berkeley DB now supports bulk insertion and deletion of data.
Similar to the bulk get interface, the bulk put and bulk delete
allow the developer to populate a buffer of key-value pairs and
then pass it to the BDB library with a single API call.
* Berkeley DB now supports compression when using BTree.
* Berkeley DB introduces a new utility named db_sql which replaces
db_codegen. Similar to db_codegen, db_sql accepts an input file
with DDL statements and generates a Berkeley DB application
using the C API that creates and performs CRUD operations on
the defined tables. The developer can then use that code as a
basis for further application development.
* The Replication Manager now supports shared access to the Master
database environment from multiple processes. In earlier
versions, multiple process support on the Master required use
of the Base Replication API.
* Foreign Key Support has been added to Berkeley DB.
* for a more detailed changelog see the changelog_4_8.html file
in db-doc package.
- Removed db-utils-doc subpackage the utils documentation is now
integrated with the API documentation. - use %_smp_mflags - Package documentation as noarch - Enable parallel building for libdb-4_5 package - make patch0 usage consistent /sbin/ldconfig /sbin/ldconfig lamb61 1526159635 4.8.30 4.8.30-lp150.5.10 4.8.30-lp150.5.10 libdb-4.8.so libdb_cxx-4.8.so /usr/lib64/ -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -g obs://build.opensuse.org/openSUSE:Leap:15.0/standard/7b22ca65066734b45e911c451f620851-libdb-4_8 cpio xz 5 x86_64-suse-linux ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=ea3a606839095d960fcbfaac5609ca052ffc975d, stripped ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=9a27991d41ab697e658c682f25fe778ed2733253, stripped P R R
R R R R R R R R R P R R R R R R
R R R R R R R R R R R
R C u?oȅ$4c utf-8 da9aec752c9057bc3d60ad8cd938f9810b9563d161834e0babe9af6cf5b9544b ? 7zXZ
! t/-]
crv9ucpftw{ /XPc+e&*]8EC*ǢT:Ԅ* tB"_2Rż<#-[gl *5k3tEIs]mZ禕Acٴ\؈g5 $g7l?dD6er!!,\pP@ZS
:BVq)Z.>.Ix*R0.|_Sʢ#4tpʻ@8.F̸vq@cGW\Hq)o[2&W+ln)>i(Eu-'x3 kMdi7|1^g|^Iމ /uZX)oZuuŵ5WYlڌ-_t&4LwbG83K4Iܗ!Z 3B0JȒ[RFxw"+u0!> 稏H4¬围#?P)|C+u&~LyZ*xѫV AXܡ6JB>j_Y2
#Ⱥ Nt#No.>@!Y&I?YDgK
*4J=gbB~@vqx#64Ȋ>~AS7OTK0)g5v+{yϧ^?
wPV^*$(v8frT8quEB"Y6aBǹh-&(ϾUev . ^7w%J1EJN]]{ZIf0#z-T)]Ba:V4K=uߪ՟,FP_?y=IH*X[딇խˀnˤ[6Gޮzd *&u^hG#{{~H[ ~y yGnp'Cr05%&@Quf>5祗KKc`n(rN#y yV5]ϖbFMGÌܰ3ej5BvDCQ 6]L}=BJMQ/i˻yey7cF;U>y9YCRZTNr<n
6
>ݷIF;hP9Z'zFab.8Ϸ~G <-G`_*)k^٦cK5A$is)0x[sv|o;8]V(.ĐڐTՅ+/x<'( o:b1Ć,I79"gx vPΘFW^~\<(g!_b\(-8a*[RvڱD,;3+3YR><2ʘ摓 E
,a]R_W@}s688G,svmzn$m{ b0yv: