[389-ds-base] Bump version to 1.3.2.13

Noriko Hosoi nhosoi at fedoraproject.org
Fri Feb 28 20:54:51 UTC 2014


commit 4b88ef31e9127da78a159cecacf90ee8aff00d4e
Author: Noriko Hosoi <nhosoi at redhat.com>
Date:   Fri Feb 28 12:36:50 2014 -0800

    Bump version to 1.3.2.13
    
    - The previous version 1.3.2.12 missed to increment the version in VERSION.sh

 .gitignore               |    1 +
 389-ds-base-git-local.sh |    2 +-
 389-ds-base-git.sh       |    2 +-
 389-ds-base.spec         |    6 +++++-
 sources                  |    2 +-
 5 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7f03fdc..df53e4b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -92,3 +92,4 @@
 /389-ds-base-1.3.2.10.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.13.tar.bz2
diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh
index 09ce10f..8f0a066 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.2.12
+VERSION=1.3.2.13
 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 b063c50..32212c8 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.2.12
+VERSION=1.3.2.13
 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 83f8ef9..2d566b3 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.2.12
+Version:          1.3.2.13
 Release:          %{?relprefix}1%{?prerel}%{?dist}
 License:          GPLv2 with exceptions
 URL:              http://port389.org/
@@ -316,6 +316,10 @@ fi
 %{_libdir}/%{pkgname}/libns-dshttpd.so*
 
 %changelog
+* Fri Feb 28 2014 Noriko Hosoi <nhosoi at 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 at redhat.com> - 1.3.2.12-1
 - Bump version to 1.3.2.12
 - Ticket 408   - create a normalized dn cache
diff --git a/sources b/sources
index 22de3da..c1d94e2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c814b8f8817bef32a00939fd86e01896  389-ds-base-1.3.2.12.tar.bz2
+8950764771081291117ade801b49ec04  389-ds-base-1.3.2.13.tar.bz2


More information about the scm-commits mailing list