summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael E Brown <mebrown@michaels-house.net>2007-10-22 13:51:29 -0500
committerMichael E Brown <mebrown@michaels-house.net>2007-10-22 13:51:29 -0500
commit512408558cd560a73759113c964cd5c0c8b21af1 (patch)
tree887e9ac8b21b2b6f0d30bdfc91f57098cdc8ae0b
parent9b3dc0ca978d566ea593ee2ae773bc6aed8530f2 (diff)
downloadmock-512408558cd560a73759113c964cd5c0c8b21af1.tar.gz
mock-512408558cd560a73759113c964cd5c0c8b21af1.tar.xz
mock-512408558cd560a73759113c964cd5c0c8b21af1.zip
version bump. changelog update.
-rwxr-xr-xconfigure22
-rw-r--r--configure.ac4
-rw-r--r--mock.spec.in5
3 files changed, 18 insertions, 13 deletions
diff --git a/configure b/configure
index fbb06e4..988b78a 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.61 for mock 0.8.2.
+# Generated by GNU Autoconf 2.61 for mock 0.8.3.
#
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
@@ -726,8 +726,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='mock'
PACKAGE_TARNAME='mock'
-PACKAGE_VERSION='0.8.2'
-PACKAGE_STRING='mock 0.8.2'
+PACKAGE_VERSION='0.8.3'
+PACKAGE_STRING='mock 0.8.3'
PACKAGE_BUGREPORT=''
# Factoring default headers for most tests.
@@ -1405,7 +1405,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 mock 0.8.2 to adapt to many kinds of systems.
+\`configure' configures mock 0.8.3 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1475,7 +1475,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of mock 0.8.2:";;
+ short | recursive ) echo "Configuration of mock 0.8.3:";;
esac
cat <<\_ACEOF
@@ -1578,7 +1578,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-mock configure 0.8.2
+mock configure 0.8.3
generated by GNU Autoconf 2.61
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1592,7 +1592,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by mock $as_me 0.8.2, which was
+It was created by mock $as_me 0.8.3, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ $0 $@
@@ -1949,7 +1949,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
temp_RELEASE_NAME=mock
temp_RELEASE_MAJOR=0
temp_RELEASE_MINOR=8
-temp_RELEASE_SUBLEVEL=2
+temp_RELEASE_SUBLEVEL=3
temp_RELEASE_EXTRALEVEL=
####################################
@@ -2291,7 +2291,7 @@ fi
# Define the identity of the package.
PACKAGE='mock'
- VERSION='0.8.2'
+ VERSION='0.8.3'
cat >>confdefs.h <<_ACEOF
@@ -22581,7 +22581,7 @@ exec 6>&1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by mock $as_me 0.8.2, which was
+This file was extended by mock $as_me 0.8.3, which was
generated by GNU Autoconf 2.61. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -22634,7 +22634,7 @@ Report bugs to <bug-autoconf@gnu.org>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-mock config.status 0.8.2
+mock config.status 0.8.3
configured by $0, generated by GNU Autoconf 2.61,
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
diff --git a/configure.ac b/configure.ac
index 9f0b23b..0ea6a58 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,12 +4,12 @@
####################################
# change version here.
-AC_INIT([mock],[0.8.2])
+AC_INIT([mock],[0.8.3])
temp_RELEASE_NAME=mock
temp_RELEASE_MAJOR=0
temp_RELEASE_MINOR=8
-temp_RELEASE_SUBLEVEL=2
+temp_RELEASE_SUBLEVEL=3
temp_RELEASE_EXTRALEVEL=
####################################
diff --git a/mock.spec.in b/mock.spec.in
index 2d8211b..bca3557 100644
--- a/mock.spec.in
+++ b/mock.spec.in
@@ -64,6 +64,11 @@ fi
%attr(02775, root, mock) %dir /var/lib/mock
%changelog
+* Mon Oct 22 2007 Michael Brown <mebrown@michaels-house.net> - 0.8.3-1
+- BZ# 336361 -- cannot su - mockbuild
+- BZ# 326561 -- update manpage
+- BZ# 235141 -- error with immutable bit
+
* Fri Oct 20 2007 Michael Brown <mebrown@michaels-house.net> - 0.8.0-1
- huge number of changes upstream
- convert to setuid wrapper instead of old setuid helper