[gssproxy/f19] New upstream release 0.2.3.

Guenther Deschner gd at fedoraproject.org
Thu Jun 6 21:05:39 UTC 2013


commit adc7f457776df9eb06317688febbf4efc3753901
Author: Günther Deschner <gdeschner at redhat.com>
Date:   Thu Jun 6 23:03:03 2013 +0200

    New upstream release 0.2.3.

 .gitignore                |    1 +
 gssproxy-cred_store.patch |   43 -------------------------------------------
 gssproxy-systemd.patch    |   31 -------------------------------
 gssproxy.spec             |   10 ++++------
 sources                   |    2 +-
 5 files changed, 6 insertions(+), 81 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 81f745d..385767c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /gssproxy-0.2.0.tar.gz
 /gssproxy-0.2.1.tar.gz
 /gssproxy-0.2.2.tar.gz
+/gssproxy-0.2.3.tar.gz
diff --git a/gssproxy.spec b/gssproxy.spec
index df764be..03977be 100644
--- a/gssproxy.spec
+++ b/gssproxy.spec
@@ -1,5 +1,5 @@
 Name:		gssproxy
-Version:	0.2.2
+Version:	0.2.3
 Release:	5%{?dist}
 Summary:	GSSAPI Proxy
 
@@ -8,8 +8,6 @@ License:	MIT
 URL:		http://fedorahosted.org/gss-proxy
 Source0:	http://fedorahosted.org/released/gss-proxy/%{name}-%{version}.tar.gz
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
-Patch0:		gssproxy-cred_store.patch
-Patch1:		gssproxy-systemd.patch
 
 %global servicename gssproxy
 %global pubconfpath %{_sysconfdir}/gssproxy
@@ -54,9 +52,6 @@ A proxy for GSSAPI credential handling
 %prep
 %setup -q
 
-%patch0 -p2 -b .cred_store
-%patch1 -p2 -b .systemd
-
 %build
 autoreconf -f -i
 %configure \
@@ -108,6 +103,9 @@ rm -rf %{buildroot}
 %systemd_postun_with_restart gssproxy.service
 
 %changelog
+* Thu Jun 06 2013 Guenther Deschner <gdeschner at redhat.com> 0.2.3-5
+- New upstream release
+
 * Fri May 31 2013 Guenther Deschner <gdeschner at redhat.com> 0.2.2-5
 - Require libverto-tevent to make sure libverto initialization succeeds
 
diff --git a/sources b/sources
index e1aeb53..8d66c60 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b8e6111492380e629afb4f1518e160d9  gssproxy-0.2.2.tar.gz
+6c2e4ffc90404fc64f882febfdbfecff  gssproxy-0.2.3.tar.gz


More information about the scm-commits mailing list