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 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