[389-ds-base/f18] bump version to 1.3.0.1

Noriko Hosoi nhosoi at fedoraproject.org
Thu Jan 17 01:26:46 UTC 2013


commit a45af2826422578b15cf1577e0b9b555bd26be9c
Author: Noriko Hosoi <nhosoi at redhat.com>
Date:   Wed Jan 16 17:17:46 2013 -0800

    bump version to 1.3.0.1
    
    - Ticket 556 - Don't overwrite certmap.conf during upgrade
    (cherry picked from commit 64af7c99a93cb1e4ab050b32862b9a5a1f671ec0)

 .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 967ba4a..d31658c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -62,3 +62,4 @@
 /389-ds-base-1.3.0.rc2.tar.bz2
 /389-ds-base-1.3.0.rc3.tar.bz2
 /389-ds-base-1.3.0.0.tar.bz2
+/389-ds-base-1.3.0.1.tar.bz2
diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh
index 3ab067f..f1b2f03 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.0.0
+VERSION=1.3.0.1
 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 eb7de9a..9f99324 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.0.0
+VERSION=1.3.0.1
 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 8336e86..765cb92 100644
--- a/389-ds-base.spec
+++ b/389-ds-base.spec
@@ -21,7 +21,7 @@
 
 Summary:          389 Directory Server (base)
 Name:             389-ds-base
-Version:          1.3.0.0
+Version:          1.3.0.1
 Release:          %{?relprefix}1%{?prerel}%{?dist}
 License:          GPLv2 with exceptions
 URL:              http://port389.org/
@@ -311,6 +311,10 @@ fi
 %{_libdir}/%{pkgname}/libslapd.so.*
 
 %changelog
+* Wed Jan 16 2013 Noriko Hosoi <nhosoi at redhat.com> - 1.3.0.1-1
+- bump version to 1.3.0.1
+- Ticket 556 - Don't overwrite certmap.conf during upgrade
+
 * Tue Jan 08 2013 Noriko Hosoi <nhosoi at redhat.com> - 1.3.0.0-1
 - bump version to 1.3.0.0
 
diff --git a/sources b/sources
index a874d5d..eed153e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9cce3d4adf5952a7369578164ea1ecd4  389-ds-base-1.3.0.0.tar.bz2
+e626a836d6d1a45eb63ff363464c51d1  389-ds-base-1.3.0.1.tar.bz2


More information about the scm-commits mailing list