[sniproxy] updated to sniproxy 0.3.1

Nikos Mavrogiannopoulos nmav at fedoraproject.org
Thu Apr 10 12:05:07 UTC 2014


commit fbdc7fa071d2471f3aba177264bb58ed2eb1d5e8
Author: Nikos Mavrogiannopoulos <nmav at redhat.com>
Date:   Thu Apr 10 13:55:35 2014 +0200

    updated to sniproxy 0.3.1

 .gitignore    |    1 +
 sniproxy.spec |   16 +++++++++++-----
 sources       |    2 +-
 3 files changed, 13 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 730af31..ec2902a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /sniproxy-0.1-0d71fca.tar.gz
+/sniproxy-0.3.1.tar.gz
diff --git a/sniproxy.spec b/sniproxy.spec
index 2a7212e..42a30c8 100644
--- a/sniproxy.spec
+++ b/sniproxy.spec
@@ -1,15 +1,15 @@
-%global commit 0d71fcaa089f884b53540af8773c97ffd7efb327
+%global commit 72d2a6f1a412298cbeae612c184d5d876f0ddf33
 %global shortcommit %(c=%{commit}; echo ${c:0:7})
 
 Name: sniproxy
-Version: 0.1
-Release: 3.git%{shortcommit}%{?dist}
+Version: 0.3.1
+Release: 1%{?dist}
 Summary: Transparent TLS proxy
 
 Group: System Environment/Daemons
 License: BSD
 URL: https://github.com/dlundquist/sniproxy
-Source0: https://github.com/dlundquist/sniproxy/archive/%{commit}/%{name}-%{version}-%{shortcommit}.tar.gz
+Source0: https://github.com/dlundquist/sniproxy/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1: sniproxy.conf
 Source2: sniproxy.service
 
@@ -20,6 +20,9 @@ BuildRequires: systemd
 BuildRequires: libev-devel
 BuildRequires: pcre-devel
 BuildRequires: perl
+BuildRequires: udns-devel
+# for lib-prefix.m4
+BuildRequires: gettext-devel
 
 Requires(pre):    shadow-utils
 Requires(post):   systemd
@@ -34,7 +37,7 @@ key on the proxy machine.
 
 
 %prep
-%setup -qn %{name}-%{commit}
+%setup -q
 
 
 %build
@@ -78,6 +81,9 @@ getent passwd sniproxy &>/dev/null || \
 %{_unitdir}/sniproxy.service
 
 %changelog
+* Thu Apr 10 2014 Nikos Mavrogiannopoulos <nmav at redhat.com> - 0.3.1-1
+- New upstream release
+
 * Fri Mar 21 2014 Nikos Mavrogiannopoulos <nmav at redhat.com> - 0.1-3.git0d71fca
 - Updated for libev in Fedora rawhide that no longer uses pkg-config
 
diff --git a/sources b/sources
index f4ab49c..11bfed4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c865818b877b2854000ef6b0101b10f4  sniproxy-0.1-0d71fca.tar.gz
+c60438236b07d4bbbc1b3c2dada0bcb6  sniproxy-0.3.1.tar.gz


More information about the scm-commits mailing list