Update to version 1.4.12
- resolves: RHEL-59791
This commit is contained in:
parent
aebcc74e89
commit
25be535b52
2
.gitignore
vendored
2
.gitignore
vendored
@ -37,3 +37,5 @@
|
|||||||
/tdb-1.4.9.tar.asc
|
/tdb-1.4.9.tar.asc
|
||||||
/tdb-1.4.10.tar.asc
|
/tdb-1.4.10.tar.asc
|
||||||
/tdb-1.4.10.tar.gz
|
/tdb-1.4.10.tar.gz
|
||||||
|
/tdb-1.4.12.tar.asc
|
||||||
|
/tdb-1.4.12.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: libtdb
|
Name: libtdb
|
||||||
Version: 1.4.10
|
Version: 1.4.12
|
||||||
Release: %autorelease
|
Release: %autorelease
|
||||||
Summary: The tdb library
|
Summary: The tdb library
|
||||||
License: LGPL-3.0-or-later
|
License: LGPL-3.0-or-later
|
||||||
@ -24,6 +24,7 @@ A library that implements a trivial database.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Header files need to link the Tdb library
|
Summary: Header files need to link the Tdb library
|
||||||
|
|
||||||
Requires: libtdb = %{version}-%{release}
|
Requires: libtdb = %{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
@ -31,6 +32,7 @@ Header files needed to develop programs that link against the Tdb library.
|
|||||||
|
|
||||||
%package -n tdb-tools
|
%package -n tdb-tools
|
||||||
Summary: Developer tools for the Tdb library
|
Summary: Developer tools for the Tdb library
|
||||||
|
|
||||||
Requires: libtdb = %{version}-%{release}
|
Requires: libtdb = %{version}-%{release}
|
||||||
|
|
||||||
%description -n tdb-tools
|
%description -n tdb-tools
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (tdb-1.4.10.tar.asc) = 7bc9616aa6a3badba33e508777eec307de51c2abb494836677356e432036970641b53f3b7c0c207efe909194343d3554af7932412d163f59db0ec8877fd19848
|
SHA512 (tdb-1.4.12.tar.asc) = a621e9b9f70f6cd03b5a15fdae84a9f4748d0a536219a3e5b869393c074b91c0e0cbb030f57330dbeb1b394b02c938f9b7471fc3e5477b4497b695a9e9b5b123
|
||||||
SHA512 (tdb-1.4.10.tar.gz) = b5147d811617d90a025d1070abf16c42744b3fc3cac1042fbff03b1e635af2eaf9c957a7bffdb3f56b4a0c775b44f8027def9f23deb1b3ede817b95bbece2ce9
|
SHA512 (tdb-1.4.12.tar.gz) = f41644ae29da7fed26959e4f2e3664e58ec65681b0b7115fbb296a7a8c5642c8190dac6e16e5704b322469466dd5aa15c1f7f72df8226ac9c695b5b10ac85b66
|
||||||
|
Loading…
Reference in New Issue
Block a user