summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac4
-rw-r--r--mock.spec.in3
2 files changed, 5 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index ba35d63..be053d1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,12 +4,12 @@
####################################
# change version here. --> BOTH PLACES PLEASE!
-AC_INIT([mock],[0.9.15])
+AC_INIT([mock],[0.9.16])
temp_RELEASE_NAME=mock
temp_RELEASE_MAJOR=0
temp_RELEASE_MINOR=9
-temp_RELEASE_SUBLEVEL=15
+temp_RELEASE_SUBLEVEL=16
temp_RELEASE_EXTRALEVEL=
####################################
diff --git a/mock.spec.in b/mock.spec.in
index 4e92273..902a4fc 100644
--- a/mock.spec.in
+++ b/mock.spec.in
@@ -97,6 +97,9 @@ fi
%attr(02775, root, mock) %dir /var/cache/mock
%changelog
+* Mon May 11 2009 Jesse Keating <jkeating@redhat.com> - 0.9.16-1
+- Make F11 and rawhide build i586 on i386 targets.
+
* Mon May 11 2009 Jesse Keating <jkeating@redhat.com> - 0.9.15-1
- Add configs for F11 (jkeating)