summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Keating <jkeating@redhat.com>2008-11-06 13:56:52 -0800
committerJesse Keating <jkeating@redhat.com>2008-11-06 13:56:52 -0800
commitf361fde09b4063026dc1e644511db3041dec275d (patch)
tree982bae8318964511f4245d2dff0d2cf5585406dc
parentbc45e9e246754acf4bbb979b06302951d058dbc1 (diff)
downloadmock-f361fde09b4063026dc1e644511db3041dec275d.tar.gz
mock-f361fde09b4063026dc1e644511db3041dec275d.tar.xz
mock-f361fde09b4063026dc1e644511db3041dec275d.zip
version bumpmock-0.9.13
-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 71bf05b..ebe4324 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,12 +4,12 @@
####################################
# change version here. --> BOTH PLACES PLEASE!
-AC_INIT([mock],[0.9.12])
+AC_INIT([mock],[0.9.13])
temp_RELEASE_NAME=mock
temp_RELEASE_MAJOR=0
temp_RELEASE_MINOR=9
-temp_RELEASE_SUBLEVEL=12
+temp_RELEASE_SUBLEVEL=13
temp_RELEASE_EXTRALEVEL=
####################################
diff --git a/mock.spec.in b/mock.spec.in
index 67bfd6a..9264de4 100644
--- a/mock.spec.in
+++ b/mock.spec.in
@@ -93,6 +93,9 @@ fi
%attr(02775, root, mock) %dir /var/lib/mock
%changelog
+* Thu Nov 06 2008 Jesse Keating <jkeating@redhat.com> - 0.9.13-1
+- Add configs for F10 (jkeating)
+
* 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)