Bump versions to 3.0.5
authorhal9 <hal9@users.sourceforge.net>
Wed, 20 Sep 2006 23:51:26 +0000 (23:51 +0000)
committerhal9 <hal9@users.sourceforge.net>
Wed, 20 Sep 2006 23:51:26 +0000 (23:51 +0000)
privoxy-rh.spec
privoxy-suse.spec

index 54c8de1..87818c6 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: privoxy-rh.spec,v 1.46 2006/09/02 22:22:59 hal9 Exp $
+# $Id: privoxy-rh.spec,v 1.47 2006/09/09 00:35:10 hal9 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: 3.0.4
+Version: 3.0.5
 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=3
 VERSION_MINOR=0
-VERSION_POINT=4
+VERSION_POINT=5
 
 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
@@ -318,6 +318,9 @@ fi
 %{_mandir}/man1/%{name}.*
 
 %changelog
+* Wed Sep 20 2006 Hal Burgiss <hal@foobox.net>
+- Bump version to 3.0.5
+
 * Fri Sep 08 2006 Hal Burgiss <hal@foobox.net>
 - Bump version to 3.0.4
 
@@ -742,6 +745,9 @@ fi
        additional "-r @" flag.
 
 # $Log: privoxy-rh.spec,v $
+# Revision 1.47  2006/09/09 00:35:10  hal9
+# Bumped versions to 3.0.4. Both files should be checked further.
+#
 # Revision 1.46  2006/09/02 22:22:59  hal9
 # Include user.filter, and do not overwrite trust file on updates.
 #
index bcee7f4..d8d58ce 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: privoxy-suse.spec,v 1.24 2006/07/18 14:48:47 david__schmidt Exp $
+# $Id: privoxy-suse.spec,v 1.25 2006/09/09 00:35:10 hal9 Exp $
 #
 # Written by and Copyright (C) 2001 the SourceForge
 # Privoxy team. http://www.privoxy.org/
@@ -36,7 +36,7 @@ Summary:      Privoxy - privacy enhancing proxy
 Vendor:       Privoxy.Org
 Name:         privoxy-suse
 Distribution: defineme
-Version: 3.0.4
+Version: 3.0.5
 Release: 1
 # Needs makefile change: Source: http://prdownloads.sourceforge.net/ijbswa/privoxy-%{version}-%{status}-src.tar.gz
 Source: http://prdownloads.sourceforge.net/ijbswa/privoxy-%{version}.tar.gz
@@ -215,6 +215,9 @@ id privoxy > /dev/null 2>&1 && /usr/sbin/userdel privoxy || /bin/true
 # -----------------------------------------------------------------------------
 #
 %changelog
+* Wed Sep 20 2006 Hal Burgiss <hal@foobox.net>
+- Bump version for 3.0.5.
+
 * Fri Sep 08 2006 Hal Burgiss <hal@foobox.net>
 - Bump version for 3.0.4.
 
@@ -352,6 +355,9 @@ id privoxy > /dev/null 2>&1 && /usr/sbin/userdel privoxy || /bin/true
 - new package: version 2.0
 
 # $Log: privoxy-suse.spec,v $
+# Revision 1.25  2006/09/09 00:35:10  hal9
+# Bumped versions to 3.0.4. Both files should be checked further.
+#
 # Revision 1.24  2006/07/18 14:48:47  david__schmidt
 # Reorganizing the repository: swapping out what was HEAD (the old 3.1 branch)
 # with what was really the latest development (the v_3_0_branch branch)