Bump version to 1.3.2.13

- The previous version 1.3.2.12 missed to increment the version in VERSION.sh
This commit is contained in:
Noriko Hosoi 2014-02-28 12:36:50 -08:00
parent 3ffc26371e
commit 4b88ef31e9
5 changed files with 9 additions and 4 deletions

1
.gitignore vendored
View File

@ -92,3 +92,4 @@
/389-ds-base-1.3.2.10.tar.bz2 /389-ds-base-1.3.2.10.tar.bz2
/389-ds-base-1.3.2.11.tar.bz2 /389-ds-base-1.3.2.11.tar.bz2
/389-ds-base-1.3.2.12.tar.bz2 /389-ds-base-1.3.2.12.tar.bz2
/389-ds-base-1.3.2.13.tar.bz2

View File

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

View File

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

View File

@ -24,7 +24,7 @@
Summary: 389 Directory Server (base) Summary: 389 Directory Server (base)
Name: 389-ds-base Name: 389-ds-base
Version: 1.3.2.12 Version: 1.3.2.13
Release: %{?relprefix}1%{?prerel}%{?dist} Release: %{?relprefix}1%{?prerel}%{?dist}
License: GPLv2 with exceptions License: GPLv2 with exceptions
URL: http://port389.org/ URL: http://port389.org/
@ -316,6 +316,10 @@ fi
%{_libdir}/%{pkgname}/libns-dshttpd.so* %{_libdir}/%{pkgname}/libns-dshttpd.so*
%changelog %changelog
* Fri Feb 28 2014 Noriko Hosoi <nhosoi@redhat.com> - 1.3.2.13-1
- Bump version to 1.3.2.13
- The previous version 1.3.2.12 missed to increment the version in VERSION.sh
* Fri Feb 28 2014 Noriko Hosoi <nhosoi@redhat.com> - 1.3.2.12-1 * Fri Feb 28 2014 Noriko Hosoi <nhosoi@redhat.com> - 1.3.2.12-1
- Bump version to 1.3.2.12 - Bump version to 1.3.2.12
- Ticket 408 - create a normalized dn cache - Ticket 408 - create a normalized dn cache

View File

@ -1 +1 @@
c814b8f8817bef32a00939fd86e01896 389-ds-base-1.3.2.12.tar.bz2 8950764771081291117ade801b49ec04 389-ds-base-1.3.2.13.tar.bz2