summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Keating <jkeating@redhat.com>2008-05-20 10:56:07 -0400
committerJesse Keating <jkeating@redhat.com>2008-05-20 10:56:07 -0400
commit7930a570b9e9eaa8eb71922e47e7f675b1b73f56 (patch)
tree274851d4ebff2715d23bfe34568afb61d3b9f99c
parent9309db14e0b28bb4b0c0cc5aa1350ff4116c5a55 (diff)
downloadmock-7930a570b9e9eaa8eb71922e47e7f675b1b73f56.tar.gz
mock-7930a570b9e9eaa8eb71922e47e7f675b1b73f56.tar.xz
mock-7930a570b9e9eaa8eb71922e47e7f675b1b73f56.zip
Release bumpmock-0.9.10
-rw-r--r--configure.ac4
-rw-r--r--mock.spec.in4
2 files changed, 6 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 37a6d5e..bc5047c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,12 +4,12 @@
####################################
# change version here. --> BOTH PLACES PLEASE!
-AC_INIT([mock],[0.9.9])
+AC_INIT([mock],[0.9.10])
temp_RELEASE_NAME=mock
temp_RELEASE_MAJOR=0
temp_RELEASE_MINOR=9
-temp_RELEASE_SUBLEVEL=9
+temp_RELEASE_SUBLEVEL=10
temp_RELEASE_EXTRALEVEL=
####################################
diff --git a/mock.spec.in b/mock.spec.in
index 4796359..a05e955 100644
--- a/mock.spec.in
+++ b/mock.spec.in
@@ -93,6 +93,10 @@ fi
%attr(02775, root, mock) %dir /var/lib/mock
%changelog
+* Tue May 20 2008 Jesse Keating <jkeating@redhat.com> - 0.9.10-1
+- added fix for building F-8 mock (clark)
+- Update epel configs
+
* Tue Apr 22 2008 Jesse Keating <jkeating@redhat.com> - 0.9.9-1
- Update config files for Fedora 9
- Comment out multilib excludes, no longer needed in F9+ with yum multilib changes