diff --git a/.gitignore b/.gitignore index afcc86b..cffa211 100644 --- a/.gitignore +++ b/.gitignore @@ -78,3 +78,4 @@ /389-ds-base-1.3.1.8.tar.bz2 /389-ds-base-1.3.1.9.tar.bz2 /389-ds-base-1.3.1.10.tar.bz2 +/389-ds-base-1.3.1.11.tar.bz2 diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh index b9ab904..b11a663 100644 --- a/389-ds-base-git-local.sh +++ b/389-ds-base-git-local.sh @@ -2,7 +2,7 @@ DATE=`date +%Y%m%d` # use a real tag name here -VERSION=1.3.1.10 +VERSION=1.3.1.11 PKGNAME=389-ds-base TAG=${TAG:-$PKGNAME-$VERSION} #SRCNAME=$PKGNAME-$VERSION-$DATE diff --git a/389-ds-base-git.sh b/389-ds-base-git.sh index 941bcb2..c58eb54 100644 --- a/389-ds-base-git.sh +++ b/389-ds-base-git.sh @@ -2,7 +2,7 @@ DATE=`date +%Y%m%d` # use a real tag name here -VERSION=1.3.1.10 +VERSION=1.3.1.11 PKGNAME=389-ds-base TAG=${TAG:-$PKGNAME-$VERSION} URL="http://git.fedorahosted.org/git/?p=389/ds.git;a=snapshot;h=$TAG;sf=tgz" diff --git a/389-ds-base.spec b/389-ds-base.spec index f933286..7a3678e 100644 --- a/389-ds-base.spec +++ b/389-ds-base.spec @@ -24,7 +24,7 @@ Summary: 389 Directory Server (base) Name: 389-ds-base -Version: 1.3.1.10 +Version: 1.3.1.11 Release: %{?relprefix}1%{?prerel}%{?dist} License: GPLv2 with exceptions URL: http://port389.org/ @@ -314,6 +314,12 @@ fi %{_libdir}/%{pkgname}/libslapd.so.* %changelog +* Mon Sep 30 2013 Rich Megginson - 1.3.1.11-1 +- Ticket 47513 - Set localrundir outside of the "with-fhs" block +- Ticket 47513 - Refine the check for @localrundir@ +- Ticket 47510 - remove unnecessary typedef +- Ticket 47510 - Repl Sync does not compile against MozLDAP libraries + * Fri Sep 27 2013 Rich Megginson - 1.3.1.10-1 - Ticket #47534 - RUV tombstone search with scope "one" doesn`t work - Ticket 47510 - 389-ds-base does not compile against MozLDAP libraries diff --git a/sources b/sources index 45c21df..9d3b3e5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c632840c3f9d8642bb28902fef853c5d 389-ds-base-1.3.1.10.tar.bz2 +360184456abb940cf0fe208a7484abe7 389-ds-base-1.3.1.11.tar.bz2