[ocserv/f20] Updated to 0.8.1

Nikos Mavrogiannopoulos nmav at fedoraproject.org
Mon Jun 30 11:39:20 UTC 2014


commit 2cef4ccb57bad2d6eee12d30dcc425be72efe85d
Author: Nikos Mavrogiannopoulos <nmav at redhat.com>
Date:   Mon Jun 30 10:29:57 2014 +0200

    Updated to 0.8.1

 .gitignore                    |    2 +
 ocserv-0.8.0-cmp.patch        |   13 -------
 ocserv-0.8.0-endianness.patch |   70 -----------------------------------------
 ocserv.spec                   |   12 +++----
 sources                       |    4 +-
 5 files changed, 9 insertions(+), 92 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 11ec67a..fe72e6d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,5 @@
 /ocserv-0.8.0pre0.tar.xz.sig
 /ocserv-0.8.0.tar.xz
 /ocserv-0.8.0.tar.xz.sig
+/ocserv-0.8.1.tar.xz
+/ocserv-0.8.1.tar.xz.sig
diff --git a/ocserv.spec b/ocserv.spec
index 7f94696..eb73792 100644
--- a/ocserv.spec
+++ b/ocserv.spec
@@ -1,6 +1,6 @@
 Name:		ocserv
-Version:	0.8.0
-Release:	2%{?dist}
+Version:	0.8.1
+Release:	1%{?dist}
 Summary:	OpenConnect SSL VPN server
 
 # For a breakdown of the licensing, see PACKAGE-LICENSING 
@@ -15,9 +15,6 @@ Source4:	PACKAGE-LICENSING
 Source5:	org.infradead.ocserv.conf
 Source6:	ftp://ftp.infradead.org/pub/ocserv/%{name}-%{version}.tar.xz.sig
 
-Patch1:		ocserv-0.8.0-endianness.patch
-Patch2:		ocserv-0.8.0-cmp.patch
-
 # Taken from upstream:
 # http://git.infradead.org/ocserv.git/commitdiff/7d70006a2dbddf783213f1856374bacc74217e09
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -75,8 +72,6 @@ sed -i 's/run-as-group = nogroup/run-as-group = nobody/g' tests/*.config
 # GPLv3 in headers is a gnulib bug: 
 # http://lists.gnu.org/archive/html/bug-gnulib/2013-11/msg00062.html
 sed -i 's/either version 3 of the License/either version 2 of the License/g' build-aux/snippet/*
-%patch1 -p1 -b .cmp
-%patch2 -p1 -b .endianness
 
 %build
 
@@ -169,6 +164,9 @@ rm -rf %{buildroot}
 %{_localstatedir}/lib/ocserv/profile.xml
 
 %changelog
+* Mon Jun 30 2014 Nikos Mavrogiannopoulos <nmav at redhat.com> - 0.8.1-1
+- New upstream release
+
 * Fri Jun 06 2014 Nikos Mavrogiannopoulos <nmav at redhat.com> - 0.8.0-2
 - Corrected chroot path
 
diff --git a/sources b/sources
index fb6cafa..1f51640 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-6383535a21f8eecfb1bbb7f7ac99c41f  ocserv-0.8.0.tar.xz
-1336250a0db4923e6a597b960209b42d  ocserv-0.8.0.tar.xz.sig
+9a2eeafbe018128460df0729096b20c6  ocserv-0.8.1.tar.xz
+f6def04b953baa3f2fe0eb23fd091ee2  ocserv-0.8.1.tar.xz.sig


More information about the scm-commits mailing list