New upstream release - 1.3.17
This commit is contained in:
parent
46f7d6e83e
commit
a74bbd74ab
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,3 +19,4 @@
|
||||
/tdb-1.3.14.tar.gz
|
||||
/tdb-1.3.15.tar.gz
|
||||
/tdb-1.3.16.tar.gz
|
||||
/tdb-1.3.17.tar.gz
|
||||
|
@ -5,8 +5,8 @@
|
||||
%endif
|
||||
|
||||
Name: libtdb
|
||||
Version: 1.3.16
|
||||
Release: 2%{?dist}
|
||||
Version: 1.3.17
|
||||
Release: 1%{?dist}
|
||||
Summary: The tdb library
|
||||
License: LGPLv3+
|
||||
URL: http://tdb.samba.org/
|
||||
@ -66,7 +66,6 @@ Python3 bindings for libtdb
|
||||
%build
|
||||
%if 0%{?with_python3}
|
||||
PY3_CONFIG_FLAGS=--extra-python=%{__python3}
|
||||
pathfix.py -n -p -i %{__python2} buildtools/bin/waf
|
||||
%else
|
||||
PY3_CONFIG_FLAGS=""
|
||||
%endif
|
||||
@ -136,6 +135,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libtdb.a
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Jan 17 2019 Lukas Slebodnik <lslebodn@fedoraproject.org> - 1.3.17-1
|
||||
- rhbz#1667472 - libtdb-1.3.17 is available
|
||||
|
||||
* Fri Jul 13 2018 Jakub Hrozek <jhrozek@redhat.com> - 1.3.16-2
|
||||
- Drop the unneeded ABI hide patch
|
||||
- Use pathfix.py instead of a local patch to munge the python path
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (tdb-1.3.16.tar.gz) = 7b17852986e48a32f3f8f303dd2a26503a69fcf7849f22f51483334c9abda9f189b521679e51b4ee5a80197a8f304a084dde0f56d92cfe953d3a4ede557526d2
|
||||
SHA512 (tdb-1.3.17.tar.gz) = ef25dad520a12d75e541802a46e418fe61ac691126600f24158cd5b95091b4c536ffc4d4aff6608cca087291fde0b86b44ff7b1a7837d816cd534e9688c39eff
|
||||
|
Loading…
Reference in New Issue
Block a user