diff --git a/.gitignore b/.gitignore index 8928c0a..15df7b0 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ bind-dyndb-ldap-0.1.0b.tar.bz2 /bind-dyndb-ldap-3.0.tar.bz2 /bind-dyndb-ldap-3.1.tar.bz2 /bind-dyndb-ldap-3.2.tar.bz2 +/bind-dyndb-ldap-3.3.tar.bz2 diff --git a/bind-dyndb-ldap.spec b/bind-dyndb-ldap.spec index 6239444..a25059d 100644 --- a/bind-dyndb-ldap.spec +++ b/bind-dyndb-ldap.spec @@ -5,7 +5,7 @@ %define VERSION %{version} Name: bind-dyndb-ldap -Version: 3.2 +Version: 3.3 Release: 1%{?dist} Summary: LDAP back-end plug-in for BIND @@ -22,8 +22,6 @@ BuildRequires: automake, autoconf, libtool Requires: bind >= 32:9.6.1-0.3.b1 -Patch01: bind-dyndb-ldap-tbabej-0001-Build-fixes-for-Fedora-19.patch - %description This package provides an LDAP back-end plug-in for BIND. It features support for dynamic updates and internal caching, to lift the load @@ -32,7 +30,6 @@ off of your LDAP server. %prep %setup -q -n %{name}-%{VERSION} -%patch01 -p1 -b .f19-gcc-const %build export CFLAGS="`isc-config.sh --cflags dns` $RPM_OPT_FLAGS" @@ -61,6 +58,10 @@ rm -rf %{buildroot} %changelog +* Tue Jun 04 2013 Petr Spacek 3.3-1 +- update to 3.3 +- patch bind-dyndb-ldap-tbabej-0001-Build-fixes-for-Fedora-19.patch merged + * Tue May 14 2013 Petr Spacek 3.2-1 - update to 3.2 diff --git a/sources b/sources index a22e61d..0944650 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -767e372fd3983d8dc8e7bcca24fca8fc bind-dyndb-ldap-3.2.tar.bz2 +61b894d9d0da353b529e64c15003dc7f bind-dyndb-ldap-3.3.tar.bz2