summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac4
-rw-r--r--mock.spec.in5
2 files changed, 7 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 3e8e988..71bf05b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,12 +4,12 @@
####################################
# change version here. --> BOTH PLACES PLEASE!
-AC_INIT([mock],[0.9.11])
+AC_INIT([mock],[0.9.12])
temp_RELEASE_NAME=mock
temp_RELEASE_MAJOR=0
temp_RELEASE_MINOR=9
-temp_RELEASE_SUBLEVEL=11
+temp_RELEASE_SUBLEVEL=12
temp_RELEASE_EXTRALEVEL=
####################################
diff --git a/mock.spec.in b/mock.spec.in
index 9349202..67bfd6a 100644
--- a/mock.spec.in
+++ b/mock.spec.in
@@ -93,6 +93,11 @@ fi
%attr(02775, root, mock) %dir /var/lib/mock
%changelog
+* Tue Oct 14 2008 Clark Williams <williams@redhat.com> - 0.9.12-1
+- internal setarch support for s390/s390x (mikem)
+- Refer to the .newkey location of current Fedora 8/9 updates. (jkeating)
+- [bz458234] Picked up corrected patch (pmatilai)
+
* Thu Sep 4 2008 Clark Williams <williams@redhat.com> - 0.9.11-1
- added workarounds for rawhide rpm (BZ 455387 and 458234)
- disabled tmpfs plugin on epel-4-x86_64