bump version to 1.3.0.3

- Ticket #584 - Existence of an entry is not checked when its password is to be deleted
- Ticket 562 - Crash when deleting suffix
This commit is contained in:
Noriko Hosoi 2013-02-13 16:06:00 -08:00
parent 547593a879
commit efef627030
5 changed files with 11 additions and 5 deletions

1
.gitignore vendored
View File

@ -64,3 +64,4 @@
/389-ds-base-1.3.0.0.tar.bz2
/389-ds-base-1.3.0.1.tar.bz2
/389-ds-base-1.3.0.2.tar.bz2
/389-ds-base-1.3.0.3.tar.bz2

View File

@ -2,7 +2,7 @@
DATE=`date +%Y%m%d`
# use a real tag name here
VERSION=1.3.0.2
VERSION=1.3.0.3
PKGNAME=389-ds-base
TAG=${TAG:-$PKGNAME-$VERSION}
#SRCNAME=$PKGNAME-$VERSION-$DATE

View File

@ -2,7 +2,7 @@
DATE=`date +%Y%m%d`
# use a real tag name here
VERSION=1.3.0.2
VERSION=1.3.0.3
PKGNAME=389-ds-base
TAG=${TAG:-$PKGNAME-$VERSION}
URL="http://git.fedorahosted.org/git/?p=389/ds.git;a=snapshot;h=$TAG;sf=tgz"

View File

@ -21,8 +21,8 @@
Summary: 389 Directory Server (base)
Name: 389-ds-base
Version: 1.3.0.2
Release: %{?relprefix}2%{?prerel}%{?dist}
Version: 1.3.0.3
Release: %{?relprefix}1%{?prerel}%{?dist}
License: GPLv2 with exceptions
URL: http://port389.org/
Group: System Environment/Daemons
@ -311,6 +311,11 @@ fi
%{_libdir}/%{pkgname}/libslapd.so.*
%changelog
* Wed Feb 13 2013 Noriko Hosoi <nhosoi@redhat.com> - 1.3.0.3-1
- bump version to 1.3.0.3
- Ticket #584 - Existence of an entry is not checked when its password is to be deleted
- Ticket 562 - Crash when deleting suffix
* Fri Feb 01 2013 Parag Nemade <paragn AT fedoraproject DOT org> - 1.3.0.2-2
- Rebuild for icu 50

View File

@ -1 +1 @@
8874f44cc6a5f0e0787bdb1bc4085fed 389-ds-base-1.3.0.2.tar.bz2
405df03d61d1396d54052e10d660495d 389-ds-base-1.3.0.3.tar.bz2