Bump version to 2.9.17.
[privoxy.git] / privoxy-rh.spec
index 93f9996..d6d9473 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: privoxy-rh.spec,v 1.33.2.12 2002/07/27 15:47:10 hal9 Exp $
+# $Id: privoxy-rh.spec,v 1.33.2.14 2002/07/27 21:58:16 kick_ Exp $
 #
 # Written by and Copyright (C) 2001 the SourceForge
 # Privoxy team. http://www.privoxy.org/
@@ -37,7 +37,7 @@ Name: privoxy
 # ATTENTION
 # Version and release should be updated acordingly on configure.in and
 # configure. Otherwise, the package can be build with the wrong value
-Version: 2.9.16
+Version: 2.9.17
 Release: 1
 Summary: Privoxy - privacy enhancing proxy
 License: GPL
@@ -69,7 +69,7 @@ Privoxy is based on the Internet Junkbuster.
 # We check to see if versions match
 VERSION_MAJOR=2
 VERSION_MINOR=9
-VERSION_POINT=15
+VERSION_POINT=16
 
 CONFIG_VERSION=`cat configure.in | sed -n -e 's/^VERSION_MAJOR=\([0-9]*\)/\1./p' -e 's/^VERSION_MINOR=\([0-9]*\)/\1./p' -e 's/^VERSION_POINT=\([0-9]*\)/\1/p' | awk '{printf $1}'`
 if [ "%{version}" != "${CONFIG_VERSION}" ]; then
@@ -317,6 +317,9 @@ fi
 %{_mandir}/man1/%{name}.*
 
 %changelog
+* Tue Jul 30 2002 Hal Burgiss <hal@foobox.net>
+- Reset version for 2.9.17.
+
 * Sat Jul 27 2002 Hal Burgiss <hal@foobox.net>
 - Reset version and release for 2.9.16.
 
@@ -719,6 +722,12 @@ fi
        additional "-r @" flag.
 
 # $Log: privoxy-rh.spec,v $
+# Revision 1.33.2.14  2002/07/27 21:58:16  kick_
+# bump version
+#
+# Revision 1.33.2.13  2002/07/27 21:39:41  kick_
+# condrestart raised an error during an fresh install when privoxy wasn't already running
+#
 # Revision 1.33.2.12  2002/07/27 15:47:10  hal9
 # Reset version and release for 2.9.16.
 #