Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

kyotocabinet-1.2.76-17.el8 RPM for x86_64

From AlmaLinux 8.10 devel for x86_64

Name: kyotocabinet Distribution: CloudLinux
Version: 1.2.76 Vendor: CloudLinux
Release: 17.el8 Build date: Sun Oct 13 17:56:56 2019
Group: Applications/Databases Build host: build.cloudlinux.com
Size: 7218745 Source RPM: kyotocabinet-1.2.76-17.el8.src.rpm
Packager: CloudLinux Packaging Team <packager@cloudlinux.com>
Url: http://fallabs.com/kyotocabinet/
Summary: A straightforward implementation of DBM
Kyoto Cabinet is a library of routines for managing a database. The
database is a simple data file containing records, each is a pair of
a key and a value. Every key and value is serial bytes with variable
length. Both binary data and character string can be used as a key
and a value. Each key must be unique within a database. And there is
neither concept of data tables nor data types. Records are organized
in hash table or B+ tree.

Provides

Requires

License

GPLv3

Changelog

* Wed Mar 07 2018 Adam Williamson <awilliam@redhat.com> - 1.2.76-17
  - Rebuild to fix GCC 8 mis-compilation
    See https://da.gd/YJVwk ("GCC 8 ABI change on x86_64")
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.76-16
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.76-15
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.76-14
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Sun Feb 12 2017 Robert Scheck <robert@fedoraproject.org> 1.2.76-13
  - Replace patch from openSUSE by the Debian one to not only build
    kyotocabinet with GCC >= 6 but also with GCC >= 7 (#1307706 #c15)
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.76-12
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Sun Aug 14 2016 Robert Scheck <robert@fedoraproject.org> 1.2.76-11
  - Added patch from openSUSE to build with GCC >= 6 (#1307706)
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.76-10
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.76-9
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Sun May 03 2015 Kalev Lember <kalevlember@gmail.com> - 1.2.76-8
  - Rebuilt for GCC 5 C++11 ABI change
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.76-7
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.76-6
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Sun Nov 17 2013 Robert Scheck <robert@fedoraproject.org> 1.2.76-5
  - Corrected wrong dependency of -devel from main to -libs package
  - Always enable 8 byte atomics patch e.g. for ppc32 (#1007732 #c5)
  - Fixed previously added patch for building under RHEL 5 (#915123)
  - Added dependencies to enable lzo and lzma/xz compression support
  - Enabled the built-in test suite (with limitations at RHEL 5 ppc)
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.76-4
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Sat Mar 02 2013 Robert Scheck <robert@fedoraproject.org> 1.2.76-3
  - Splitted main package into an additional library subpackage
  - Added patch and workaround for building under RHEL 5 (#915123)
  - Corrected duplicate doc packaging, renamed package to apidocs
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.76-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Sat Jan 12 2013 Robert Scheck <robert@fedoraproject.org> - 1.2.76-1
  - Update to 1.2.76 (#760939)
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.70-5
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.70-4
  - Rebuilt for c++ ABI breakage
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.70-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* Wed Oct 19 2011 Casey Dahlin <cdahlin@redhat.com> - 1.2.70-2
  - Prevent -march=native build flag [735822], credit Ville Skyatta
    <ville.skyata@iki.fi>
* Wed Aug 31 2011 Casey Dahlin <cdahlin@redhat.com> - 1.2.70-1
  - Update to latest upstream
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.31-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Mon Jan 03 2011 Casey Dahlin <cjdahlin@ncsu.edu> - 1.2.31-2
  - Correct files list for soname bump
* Mon Jan 03 2011 Casey Dahlin <cdahlin@redhat.com> - 1.2.31-1
  - Update to latest upstream
* Mon Dec 13 2010 Casey Dahlin <cdahlin@redhat.com> - 1.2.29-1
  - Update to latest upstream
* Fri Dec 10 2010 Casey Dahlin <cdahlin@redhat.com> - 1.2.27-2
  - Separate out devel-doc package
  - Make sure we own our documentation folder
  - Kill rpath
* Wed Dec 08 2010 Casey Dahlin <cdahlin@redhat.com> - 1.2.27-1
  - Initial packaging

Files

/usr/bin/kccachetest
/usr/bin/kcdirmgr
/usr/bin/kcdirtest
/usr/bin/kcforestmgr
/usr/bin/kcforesttest
/usr/bin/kcgrasstest
/usr/bin/kchashmgr
/usr/bin/kchashtest
/usr/bin/kclangctest
/usr/bin/kcpolymgr
/usr/bin/kcpolytest
/usr/bin/kcprototest
/usr/bin/kcstashtest
/usr/bin/kctreemgr
/usr/bin/kctreetest
/usr/bin/kcutilmgr
/usr/bin/kcutiltest
/usr/lib/.build-id
/usr/lib/.build-id/01
/usr/lib/.build-id/01/6608f4e8c876db22a5820ec81703df280a3408
/usr/lib/.build-id/01/b628b2cda2060b21d7f83b7c22f7c74e0710d3
/usr/lib/.build-id/02
/usr/lib/.build-id/02/e79d384d9ae28d8bd0b19db4bb4729619c11ec
/usr/lib/.build-id/06
/usr/lib/.build-id/06/ac86e82c98a2a2f0699e6160d3992c11ed00d0
/usr/lib/.build-id/15
/usr/lib/.build-id/15/e5d59d845a91ed5c4dcfe89e39e96732a088d6
/usr/lib/.build-id/21
/usr/lib/.build-id/21/715fd78bd076b23a91d5312fe76d5040063127
/usr/lib/.build-id/3f
/usr/lib/.build-id/3f/0de104b1864ec5bfd320c2621de6068fb16a6f
/usr/lib/.build-id/56
/usr/lib/.build-id/56/83a80279de1cfcc52d585141a750bceee86e62
/usr/lib/.build-id/82
/usr/lib/.build-id/82/fe8da587ec4a8fcdd8902d9909b359a1b4a659
/usr/lib/.build-id/83
/usr/lib/.build-id/83/c9059a71a0039056e2ef70ac9335013fbad332
/usr/lib/.build-id/8f
/usr/lib/.build-id/8f/1af0e54dee91874f41461f13948d33c40dec84
/usr/lib/.build-id/96
/usr/lib/.build-id/96/f6519e62431448e704646f812ebf8993d59119
/usr/lib/.build-id/9d
/usr/lib/.build-id/9d/ae3b046d13a826a99ede07999c6b715122807e
/usr/lib/.build-id/d2
/usr/lib/.build-id/d2/db4c1874cbb5a18e193ebd4586a898bdf42927
/usr/lib/.build-id/dd
/usr/lib/.build-id/dd/0f9fb715e9d688227a497a8f92852799e181c6
/usr/lib/.build-id/ed
/usr/lib/.build-id/ed/4583b6b5409dad6ca79758363a42026e9b6a7e
/usr/lib/.build-id/fb
/usr/lib/.build-id/fb/d19b1e7e6759ce31651074721c13d6efdb3bc3
/usr/share/doc/kyotocabinet
/usr/share/doc/kyotocabinet/command.html
/usr/share/doc/kyotocabinet/common.css
/usr/share/doc/kyotocabinet/icon16.png
/usr/share/man/man1/kccachetest.1.gz
/usr/share/man/man1/kcdirmgr.1.gz
/usr/share/man/man1/kcdirtest.1.gz
/usr/share/man/man1/kcforestmgr.1.gz
/usr/share/man/man1/kcforesttest.1.gz
/usr/share/man/man1/kcgrasstest.1.gz
/usr/share/man/man1/kchashmgr.1.gz
/usr/share/man/man1/kchashtest.1.gz
/usr/share/man/man1/kclangctest.1.gz
/usr/share/man/man1/kcpolymgr.1.gz
/usr/share/man/man1/kcpolytest.1.gz
/usr/share/man/man1/kcprototest.1.gz
/usr/share/man/man1/kcstashtest.1.gz
/usr/share/man/man1/kctreemgr.1.gz
/usr/share/man/man1/kctreetest.1.gz
/usr/share/man/man1/kcutilmgr.1.gz
/usr/share/man/man1/kcutiltest.1.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Oct 11 06:08:55 2024