summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael E Brown <mebrown@michaels-house.net>2007-12-20 21:58:33 -0600
committerMichael E Brown <mebrown@michaels-house.net>2007-12-20 21:58:33 -0600
commite54c0769499b065d4412587f8654d32f1d26e5f9 (patch)
tree1d9df764632b7a8617f08a659ff953e5bec7f1d7
parent0c608ac26c2977e8dd74dc9c6518438c809b28ac (diff)
downloadmock-e54c0769499b065d4412587f8654d32f1d26e5f9.tar.gz
mock-e54c0769499b065d4412587f8654d32f1d26e5f9.tar.xz
mock-e54c0769499b065d4412587f8654d32f1d26e5f9.zip
version bump and changelogmock-0.9.5
-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 894c08f..9aca48f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,12 +4,12 @@
####################################
# change version here. --> BOTH PLACES PLEASE!
-AC_INIT([mock],[0.9.4])
+AC_INIT([mock],[0.9.5])
temp_RELEASE_NAME=mock
temp_RELEASE_MAJOR=0
temp_RELEASE_MINOR=9
-temp_RELEASE_SUBLEVEL=4
+temp_RELEASE_SUBLEVEL=5
temp_RELEASE_EXTRALEVEL=
####################################
diff --git a/mock.spec.in b/mock.spec.in
index b52646a..413f4dc 100644
--- a/mock.spec.in
+++ b/mock.spec.in
@@ -71,6 +71,9 @@ fi
%attr(02775, root, mock) %dir /var/lib/mock
%changelog
+* Thu Dec 20 2007 Michael Brown <mebrown@michaels-house.net> - 0.9.5-1
+- really fix file-based BuildRequires
+
* Wed Dec 19 2007 Michael Brown <mebrown@michaels-house.net> - 0.9.4-1
- Result dir was not honoring --uniqueext=
- make rpmbuild run under a chroot login shell