[sniproxy] updated to 0.3.6

Nikos Mavrogiannopoulos nmav at fedoraproject.org
Thu Mar 12 10:51:28 UTC 2015


commit cd0facae47dc899d50d506b7ab4adc5cd4d78326
Author: Nikos Mavrogiannopoulos <nmav at redhat.com>
Date:   Thu Mar 12 11:45:25 2015 +0100

    updated to 0.3.6

 .gitignore        |  1 +
 ports-tests.patch | 71 -------------------------------------------------------
 sniproxy.spec     | 12 +++++-----
 sources           |  2 +-
 4 files changed, 8 insertions(+), 78 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8cca4f5..a3a3449 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /sniproxy-0.1-0d71fca.tar.gz
 /sniproxy-0.3.1.tar.gz
 /sniproxy-0.3.4.tar.gz
+/sniproxy-0.3.6.tar.gz
diff --git a/sniproxy.spec b/sniproxy.spec
index 5ce0221..f28dea9 100644
--- a/sniproxy.spec
+++ b/sniproxy.spec
@@ -2,8 +2,8 @@
 %global shortcommit %(c=%{commit}; echo ${c:0:7})
 
 Name: sniproxy
-Version: 0.3.4
-Release: 3%{?dist}
+Version: 0.3.6
+Release: 1%{?dist}
 Summary: Transparent TLS proxy
 
 Group: System Environment/Daemons
@@ -12,7 +12,6 @@ URL: https://github.com/dlundquist/sniproxy
 Source0: https://github.com/dlundquist/sniproxy/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1: sniproxy.conf
 Source2: sniproxy.service
-Patch0: ports-tests.patch
 
 BuildRequires: autoconf
 BuildRequires: automake
@@ -42,8 +41,6 @@ key on the proxy machine.
 %prep
 %setup -q
 
-%patch0 -p1 -b .test-ports
-
 %build
 touch config.rpath
 autoreconf -fvi
@@ -81,10 +78,13 @@ getent passwd sniproxy &>/dev/null || \
 %config(noreplace) %{_sysconfdir}/sniproxy.conf
 
 %{_sbindir}/sniproxy
-%doc COPYING README.md AUTHORS debian/changelog
+%doc COPYING README.md AUTHORS ChangeLog
 %{_unitdir}/sniproxy.service
 
 %changelog
+* Thu Mar 12 2015 Nikos Mavrogiannopoulos <nmav at redhat.com> - 0.3.6-1
+- New upstream release
+
 * Mon Aug 18 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3.4-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 
diff --git a/sources b/sources
index df4be87..8fee5ec 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a3197de8c8fc5ec1cf48dd611c1360bd  sniproxy-0.3.4.tar.gz
+52a01eb55ac7712de2dd13f1ba6260e4  sniproxy-0.3.6.tar.gz


More information about the scm-commits mailing list