389-adminutil.pc.in | 2 +- adminutil.pc.in | 11 ----------- configure | 20 ++++++++++---------- configure.ac | 2 +- 4 files changed, 12 insertions(+), 23 deletions(-)
New commits: commit e07acba96f82a3757c14e1df405bfbf8de6a43a2 Author: Rich Megginson rmeggins@redhat.com Date: Fri Feb 26 12:21:16 2010 -0700
bump version to 1.1.10
diff --git a/configure b/configure index 5059a6d..2f9dad6 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.59 for 389-adminutil 1.1.9. +# Generated by GNU Autoconf 2.59 for 389-adminutil 1.1.10. # # Report bugs to http://bugzilla.redhat.com/. # @@ -423,8 +423,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='389-adminutil' PACKAGE_TARNAME='389-adminutil' -PACKAGE_VERSION='1.1.9' -PACKAGE_STRING='389-adminutil 1.1.9' +PACKAGE_VERSION='1.1.10' +PACKAGE_STRING='389-adminutil 1.1.10' PACKAGE_BUGREPORT='http://bugzilla.redhat.com/'
# Factoring default headers for most tests. @@ -954,7 +954,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -`configure' configures 389-adminutil 1.1.9 to adapt to many kinds of systems. +`configure' configures 389-adminutil 1.1.10 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1020,7 +1020,7 @@ fi
if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of 389-adminutil 1.1.9:";; + short | recursive ) echo "Configuration of 389-adminutil 1.1.10:";; esac cat <<_ACEOF
@@ -1182,7 +1182,7 @@ fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<_ACEOF -389-adminutil configure 1.1.9 +389-adminutil configure 1.1.10 generated by GNU Autoconf 2.59
Copyright (C) 2003 Free Software Foundation, Inc. @@ -1196,7 +1196,7 @@ cat >&5 <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake.
-It was created by 389-adminutil $as_me 1.1.9, which was +It was created by 389-adminutil $as_me 1.1.10, which was generated by GNU Autoconf 2.59. Invocation command line was
$ $0 $@ @@ -1839,7 +1839,7 @@ fi
# Define the identity of the package. PACKAGE='389-adminutil' - VERSION='1.1.9' + VERSION='1.1.10'
cat >>confdefs.h <<_ACEOF @@ -24435,7 +24435,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF
-This file was extended by 389-adminutil $as_me 1.1.9, which was +This file was extended by 389-adminutil $as_me 1.1.10, which was generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES = $CONFIG_FILES @@ -24493,7 +24493,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\ -389-adminutil config.status 1.1.9 +389-adminutil config.status 1.1.10 configured by $0, generated by GNU Autoconf 2.59, with options \"`echo "$ac_configure_args" | sed 's/[\""`$]/\\&/g'`\"
diff --git a/configure.ac b/configure.ac index f8d7831..5440425 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([389-adminutil], [1.1.9], [http://bugzilla.redhat.com/]) +AC_INIT([389-adminutil], [1.1.10], [http://bugzilla.redhat.com/]) AM_INIT_AUTOMAKE([1.9 foreign subdir-objects]) AM_MAINTAINER_MODE AC_CANONICAL_HOST
commit 0448eb8ae21b6e3356a9b5bbe628dc24282db5ee Author: Rich Megginson rmeggins@redhat.com Date: Fri Feb 26 12:20:09 2010 -0700
remove adminutil.pc.in
diff --git a/adminutil.pc.in b/adminutil.pc.in deleted file mode 100644 index fe00f39..0000000 --- a/adminutil.pc.in +++ /dev/null @@ -1,11 +0,0 @@ -prefix=@prefix@ -exec_prefix=@exec_prefix@ -libdir=@libdir@ -includedir=@includedir@ - -Name: @PACKAGE_NAME@ -Description: Utility library for directory server administration -Version: @PACKAGE_VERSION@ -Requires: nspr, nss, svrcore, mozldap, icu -Libs: -ladmsslutil -ladminutil -Cflags: -I${includedir}/admsslutil -I${includedir}/adminutil
commit 2720ccb5a5637ec9224ef180437f68505d07135a Author: Rich Megginson rmeggins@redhat.com Date: Fri Feb 26 12:19:15 2010 -0700
Bug 460168 - FedoraDS' adminutil requires non-existent "icu.pc" on non-RH/Fedora OS
https://bugzilla.redhat.com/show_bug.cgi?id=460168 Resolves: bug 460168 Bug Description: FedoraDS' adminutil requires non-existent "icu.pc" on non-RH/Fedora OS Reviewed by: nkinder (Thanks!) Branch: HEAD Fix Description: the icu Requires in the .pc file is not needed Platforms tested: RHEL5 x86_64 Flag Day: no Doc impact: no
diff --git a/389-adminutil.pc.in b/389-adminutil.pc.in index fe00f39..6019ac2 100644 --- a/389-adminutil.pc.in +++ b/389-adminutil.pc.in @@ -6,6 +6,6 @@ includedir=@includedir@ Name: @PACKAGE_NAME@ Description: Utility library for directory server administration Version: @PACKAGE_VERSION@ -Requires: nspr, nss, svrcore, mozldap, icu +Requires: nspr, nss, svrcore, mozldap Libs: -ladmsslutil -ladminutil Cflags: -I${includedir}/admsslutil -I${includedir}/adminutil
389-commits@lists.fedoraproject.org