X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=privoxy-rh.spec;h=69cfc092a6acf0b4aaa2f4aa9b8d5cd441e2f7c5;hp=020022c0364d556d40a0059624588155a3fcd960;hb=4c5d9731001ca7082db2c70a2e45106ee7869b2d;hpb=2a3c28fc9314bc977539698b6f014252f86b47bb diff --git a/privoxy-rh.spec b/privoxy-rh.spec index 020022c0..69cfc092 100644 --- a/privoxy-rh.spec +++ b/privoxy-rh.spec @@ -1,4 +1,4 @@ -# $Id: privoxy-rh.spec,v 1.57 2008/05/30 15:06:42 fabiankeil Exp $ +# $Id: privoxy-rh.spec,v 1.65 2009/06/11 12:16:02 fabiankeil Exp $ # # Written by and Copyright (C) 2001-2006 the SourceForge # Privoxy team. http://www.privoxy.org/ @@ -37,7 +37,7 @@ Name: privoxy # ATTENTION # Version and release should be updated accordingly on configure.in and # configure. Otherwise, the package can be build with the wrong value -Version: 3.0.9 +Version: 3.0.14 Release: 1 Summary: Privoxy - privacy enhancing proxy License: GPL @@ -70,7 +70,7 @@ Privoxy is based on the Internet Junkbuster. # We check to see if versions match VERSION_MAJOR=3 VERSION_MINOR=0 -VERSION_POINT=9 +VERSION_POINT=14 # find CVS files and remove it. find -name CVS | xargs rm -rf @@ -144,7 +144,6 @@ cat config | \ # sed 's/^permissionsfile.*/permissionsfile \/etc\/%{name}\/permissionsfile/g' | \ # sed 's/^filterfile.*/default.filter \/etc\/%{name}\/default.filter/g' | \ # sed 's/^logfile.*/logfile \%{_localstatedir}\/log\/%{name}\/logfile/g' | \ -# sed 's/^jarfile.*/jarfile \%{_localstatedir}\/log\/%{name}\/jarfile/g' | \ # sed 's/^forward.*/forward \/etc\/%{name}\/forward/g' | \ # sed 's/^aclfile.*/aclfile \/etc\/%{name}\/aclfile/g' > \ sed 's@^logdir.*@logdir %{_localstatedir}/log/%{name}@g' | \ @@ -272,8 +271,8 @@ fi # -- morcego # WARNING ! WARNING ! WARNING ! WARNING ! WARNING ! WARNING ! WARNING ! %config(noreplace) %{privoxyconf}/config -%config %{privoxyconf}/standard.action %config(noreplace) %{privoxyconf}/user.action +%config %{privoxyconf}/match-all.action %config %{privoxyconf}/default.action %config %{privoxyconf}/default.filter %config %{privoxyconf}/regression-tests.action @@ -292,6 +291,7 @@ fi %config %{privoxyconf}/templates/cgi-error-parse %config %{privoxyconf}/templates/cgi-style.css %config %{privoxyconf}/templates/connect-failed +%config %{privoxyconf}/templates/connection-timeout %config %{privoxyconf}/templates/default %config %{privoxyconf}/templates/forwarding-failed %config %{privoxyconf}/templates/edit-actions-add-url-form @@ -307,6 +307,7 @@ fi %config %{privoxyconf}/templates/mod-support-and-service %config %{privoxyconf}/templates/mod-title %config %{privoxyconf}/templates/mod-unstable-warning +%config %{privoxyconf}/templates/no-server-data %config %{privoxyconf}/templates/no-such-domain %config %{privoxyconf}/templates/show-request %config %{privoxyconf}/templates/show-status @@ -766,6 +767,31 @@ fi additional "-r @" flag. # $Log: privoxy-rh.spec,v $ +# Revision 1.65 2009/06/11 12:16:02 fabiankeil +# Add recently added cgi templates. +# +# Revision 1.64 2009/06/11 12:13:51 fabiankeil +# Bump version for 3.0.13 beta. +# +# Revision 1.63 2009/03/21 10:46:15 fabiankeil +# Bump version to 3.0.12. +# +# Revision 1.62 2009/02/15 17:17:23 fabiankeil +# - Bump version to 3.0.11. +# - List match-all.action as %config file. +# +# Revision 1.61 2009/01/13 16:47:34 fabiankeil +# The standard.action file is gone. +# +# Revision 1.60 2008/08/30 12:46:49 fabiankeil +# The jarfile directive is gone. Update accordingly. +# +# Revision 1.59 2008/08/13 16:57:46 fabiankeil +# Change version to 3.0.10. +# +# Revision 1.58 2008/06/19 01:52:17 hal9 +# Remove txt docs from spec file. +# # Revision 1.57 2008/05/30 15:06:42 fabiankeil # - Add %config directive for url-info-osd.xml. # As usual, this hasn't been tested.