From dba9b879789c84f399bec4bfad787b559f5a5724 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Jun 15 2009 14:43:13 +0000 Subject: - update to 3.0.13-beta - drop obsolete patches --- diff --git a/.cvsignore b/.cvsignore index a928e23..df66f5b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -privoxy-3.0.10-stable-src.tar.gz +privoxy-3.0.13-beta-src.tar.gz diff --git a/privoxy.spec b/privoxy.spec index 4c56252..dc52104 100644 --- a/privoxy.spec +++ b/privoxy.spec @@ -1,18 +1,17 @@ %define privoxyconf %{_sysconfdir}/%{name} %define privoxy_uid 73 %define privoxy_gid 73 -%define snapshot %{nil} +#define beta_or_stable stable +%define beta_or_stable beta Name: privoxy -Version: 3.0.10 -Release: 3%{?dist} +Version: 3.0.13 +Release: beta.1%{?dist} Summary: Privacy enhancing proxy License: GPLv2+ -Source0: http://downloads.sourceforge.net/ijbswa/%{name}-%{version}-stable%{?snapshot}-src.tar.gz +Source0: http://downloads.sourceforge.net/ijbswa/%{name}-%{version}-%{beta_or_stable}-src.tar.gz Patch: privoxy-3.0.3-service.patch -Patch1: privoxy-3.0.6%{?snapshot}-stripchangelog.patch -#Patch2: privoxy-3.0.6%{?snapshot}-dynamic-pcre.patch -Patch3: privoxy-3.0.6-kill.patch +Patch1: privoxy-3.0.6-kill.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Group: System Environment/Daemons URL: http://www.privoxy.org/ @@ -33,11 +32,9 @@ for both stand-alone systems and multi-user networks. Privoxy is based on the Internet Junkbuster. %prep -%setup -q -n %{name}-%{version}-stable%{?snapshot} +%setup -q -n %{name}-%{version}-%{beta_or_stable} %patch -p1 %patch1 -p1 -#patch2 -p1 -%patch3 -p1 %build rm -rf autom4te.cache @@ -113,9 +110,14 @@ fi %attr(0755,root,root) %{_initrddir}/%{name} %{_mandir}/man1/%{name}.* %doc README AUTHORS ChangeLog LICENSE -%doc doc/gpl.html doc/source/developer-manual doc/source/faq doc/source/user-manual +%doc doc +#doc/source/developer-manual doc/source/faq doc/source/user-manual %changelog +* Mon Jun 15 2009 Karsten Hopp 3.0.13-beta.1 +- update to 3.0.13-beta +- drop obsolete patches + * Thu Feb 26 2009 Fedora Release Engineering - 3.0.10-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild diff --git a/sources b/sources index f6e1915..aee7ec7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -01281017f28be2c7133124d1768da364 privoxy-3.0.10-stable-src.tar.gz +9b2dc94a0cce32ba46ce88cdb422d3b6 privoxy-3.0.13-beta-src.tar.gz