New upstream release 1.1.3
This commit is contained in:
parent
de17f62cb4
commit
7d874e0467
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/ldb-1.0.0.tar.gz
|
||||
/ldb-1.0.2.tar.gz
|
||||
/ldb-1.1.0.tar.gz
|
||||
/ldb-1.1.3.tar.gz
|
||||
|
10
libldb.spec
10
libldb.spec
@ -3,12 +3,12 @@
|
||||
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
|
||||
%endif
|
||||
|
||||
%define talloc_version 2.0.5
|
||||
%define talloc_version 2.0.7
|
||||
%define tdb_version 1.2.9
|
||||
%define tevent_version 0.9.12
|
||||
%define tevent_version 0.9.14
|
||||
|
||||
Name: libldb
|
||||
Version: 1.1.0
|
||||
Version: 1.1.3
|
||||
Release: 1%{?dist}
|
||||
Group: Development/Libraries
|
||||
Summary: A schema-less, ldap like, API and database
|
||||
@ -161,6 +161,10 @@ rm -rf %{buildroot}
|
||||
%postun -n pyldb -p /sbin/ldconfig
|
||||
|
||||
%changelog
|
||||
* Wed Nov 09 2011 Stepgen Gallagher <sgallagh@redhat.com> - 1.1.3-1
|
||||
- New upstream release
|
||||
- Required for building newer samba4 packages
|
||||
|
||||
* Tue Aug 2 2011 Simo Sorce <ssorce@redhat.com> - 1.1.0-1
|
||||
- Update to 1.1.0
|
||||
(dependency for samba4 alpha16 snapshot)
|
||||
|
Loading…
Reference in New Issue
Block a user