diff --git a/.gitignore b/.gitignore index f78a1df..15d3770 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ 3proxy-0.6.1.tgz 3proxy-0.6.1-config-path.patch /3proxy.service +/3proxy-0.7.tgz diff --git a/3proxy.spec b/3proxy.spec index 2ac7bd3..fa82fa5 100644 --- a/3proxy.spec +++ b/3proxy.spec @@ -4,8 +4,8 @@ %global _hardened_build 1 Name: 3proxy -Version: 0.6.1 -Release: 18%{?dist} +Version: 0.7 +Release: 1%{?dist} Summary: Tiny but very powerful proxy Summary(ru): Маленький, но крайне мощный прокси-сервер @@ -20,7 +20,7 @@ Source2: 3proxy.cfg Source3: 3proxy.service # EPEL still require it BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: dos2unix +BuildRequires: dos2unix, openssl-devel Requires: initscripts # I correct config path in man only. It is fully Fedora related. @@ -146,6 +146,10 @@ rm -rf %{buildroot} %{_initrddir}/%{name} %changelog +* Tue Apr 8 2014 Pavel Alexeev - 0.7-1 +- Update to 0.7 version bz#1085256. +- Add BR openssl-devel. + * Tue Jan 7 2014 Pavel Alexeev - 0.6.1-18 - Step to systemd macroses (#850383) diff --git a/sources b/sources index 3e0b804..d33731c 100644 --- a/sources +++ b/sources @@ -1,5 +1 @@ -5b15eaeb993ca0b048a5bc0f2b53465b 3proxy.init -d9a0d2959ed2d5511ea59c563d34b692 3proxy.cfg -03790467a12e16ed8785ae688ecf9b68 3proxy-0.6.1.tgz -b20790ea04b8cd8b366df9323416f604 3proxy-0.6.1-config-path.patch -33eac06a0281ce63f0fa550956ef1777 3proxy.service +b2a7b643d3e3d348ce97ed094075fc53 3proxy-0.7.tgz