diff --git a/.gitignore b/.gitignore index 8662c6b..ed26323 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ privoxy-3.0.16-stable-src.tar.gz +/privoxy-3.0.19-stable-src.tar.gz diff --git a/privoxy.spec b/privoxy.spec index 088d09b..cbc24e6 100644 --- a/privoxy.spec +++ b/privoxy.spec @@ -5,8 +5,8 @@ #define beta_or_stable beta Name: privoxy -Version: 3.0.16 -Release: 8%{?dist} +Version: 3.0.19 +Release: 1%{?dist} Summary: Privacy enhancing proxy License: GPLv2+ Source0: http://downloads.sourceforge.net/ijbswa/%{name}-%{version}-%{beta_or_stable}-src.tar.gz @@ -58,7 +58,7 @@ mkdir -p %{buildroot}%{_sbindir} \ # Upstream dropped this one: # %{buildroot}%{_sysconfdir}/logrotate.d -install -p -m 744 %{name} %{buildroot}%{_sbindir}/%{name} +install -p -m 755 %{name} %{buildroot}%{_sbindir}/%{name} install -p -m 644 {config,*.action,default.filter,trust} %{buildroot}%{privoxyconf}/ install -p -m 644 templates/* %{buildroot}%{privoxyconf}/templates install -p -m 644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1 @@ -120,7 +120,7 @@ fi %files %defattr(-,%{name},%{name},-) %dir %{_localstatedir}/log/%{name} -%attr(0744,%{name},%{name})%{_sbindir}/%{name} +%attr(0755,%{name},%{name})%{_sbindir}/%{name} %config(noreplace) %{privoxyconf} # Owned by root @@ -133,6 +133,10 @@ fi #doc/source/developer-manual doc/source/faq doc/source/user-manual %changelog +* Mon Oct 01 2012 Jon Ciesla - 3.0.19-1 +- Latest upstream. +- Allow execution by all users, BZ 849932. + * Sat Jul 21 2012 Fedora Release Engineering - 3.0.16-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index ca99ace..9959449 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -64d3ffcdf8307e04a375773bb4eb255e privoxy-3.0.16-stable-src.tar.gz +57acc79059565cc42eda67982842785d privoxy-3.0.19-stable-src.tar.gz