[389-admin] support for apache 2.4

Richard Allen Megginson rmeggins at fedoraproject.org
Wed Jun 20 20:02:59 UTC 2012


commit c22477c78cba9ed087e10bde7b3deb35c853bea5
Author: Rich Megginson <rmeggins at redhat.com>
Date:   Wed Jun 20 14:00:40 2012 -0600

    support for apache 2.4

 .gitignore             |    1 +
 389-admin-git-local.sh |    2 +-
 389-admin-git.sh       |    2 +-
 389-admin.spec         |    7 +++++--
 sources                |    2 +-
 5 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0304d3c..971354c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,4 @@
 /389-admin-1.1.27.tar.bz2
 /389-admin-1.1.28.tar.bz2
 /389-admin-1.1.29.tar.bz2
+/389-admin-1.1.30.tar.bz2
diff --git a/389-admin-git-local.sh b/389-admin-git-local.sh
index b474d73..36ab481 100755
--- a/389-admin-git-local.sh
+++ b/389-admin-git-local.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 DATE=`date +%Y%m%d`
-VERSION=1.1.29
+VERSION=1.1.30
 PKGNAME=389-admin
 TAG=${TAG:-$PKGNAME-$VERSION}
 SRCNAME=${PKGNAME}-${VERSION}
diff --git a/389-admin-git.sh b/389-admin-git.sh
index 4b53603..a75fa99 100755
--- a/389-admin-git.sh
+++ b/389-admin-git.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 DATE=`date +%Y%m%d`
-VERSION=1.1.29
+VERSION=1.1.30
 PKGNAME=389-admin
 #SRCNAME=$PKGNAME-$VERSION-$DATE
 SRCNAME=$PKGNAME-$VERSION
diff --git a/389-admin.spec b/389-admin.spec
index e8e4ebe..d9d0dc5 100644
--- a/389-admin.spec
+++ b/389-admin.spec
@@ -9,8 +9,8 @@
 
 Summary:          389 Administration Server (admin)
 Name:             389-admin
-Version:          1.1.29
-Release:          %{?relprefix}2%{?prerel}%{?dist}
+Version:          1.1.30
+Release:          %{?relprefix}1%{?prerel}%{?dist}
 License:          GPLv2 and ASL 2.0
 URL:              http://port389.org/
 Group:            System Environment/Daemons
@@ -133,6 +133,9 @@ fi
 %{_mandir}/man8/*
 
 %changelog
+* Wed Jun 20 2012 Rich Megginson <rmeggins at redhat.com> - 1.1.30-1
+- support for apache 2.4
+
 * Tue Jun 19 2012 Rich Megginson <rmeggins at redhat.com> - 1.1.29-2
 - bump rel for rebuild
 
diff --git a/sources b/sources
index f2ab5b7..71a0885 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4bda83e9f5644e0bd25fdf7b6ce9e5ee  389-admin-1.1.29.tar.bz2
+2a163a73d9eb96062b27e5d94e36e80f  389-admin-1.1.30.tar.bz2


More information about the scm-commits mailing list