[x2goclient] Update to 4.0.1.3

Orion Poplawski orion at fedoraproject.org
Wed Jan 22 16:23:33 UTC 2014


commit a7600204ec789f5e11f9bff42ce9db9679fb109c
Author: Orion Poplawski <orion at nwra.com>
Date:   Wed Jan 22 09:23:52 2014 -0700

    Update to 4.0.1.3
    
    - Drop provider patch applied upstream

 .gitignore                |    1 +
 sources                   |    2 +-
 x2goclient-provider.patch |   20 --------------------
 x2goclient.spec           |    9 +++++----
 4 files changed, 7 insertions(+), 25 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ac01fa3..e01f785 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /x2goclient-4.0.1.0.tar.gz
 /x2goclient-4.0.1.1.tar.gz
 /x2goclient-4.0.1.2.tar.gz
+/x2goclient-4.0.1.3.tar.gz
diff --git a/sources b/sources
index 488e2d7..ee15dee 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-500c94ce4c8a63ecabde347d526f1356  x2goclient-4.0.1.2.tar.gz
+00a38f068746a052b144819114c475a9  x2goclient-4.0.1.3.tar.gz
diff --git a/x2goclient.spec b/x2goclient.spec
index e7e6917..174c2a1 100644
--- a/x2goclient.spec
+++ b/x2goclient.spec
@@ -1,5 +1,5 @@
 Name:           x2goclient
-Version:        4.0.1.2
+Version:        4.0.1.3
 Release:        1%{?dist}
 Summary:        X2Go Client application (Qt4)
 
@@ -7,8 +7,6 @@ Group:          Applications/Communications
 License:        GPLv2+
 URL:            http://www.x2go.org
 Source0:        http://code.x2go.org/releases/source/%{name}/%{name}-%{version}.tar.gz
-# Add apache authorization configuration to config file
-Patch0:         x2goclient-provider.patch
 
 BuildRequires:  cups-devel
 BuildRequires:  desktop-file-utils
@@ -90,7 +88,6 @@ the X2Go Plugin via an Apache webserver.
 
 %prep
 %setup -q
-%patch0 -p1 -b .provider
 # Fix up install issues
 sed -i -e 's/-o root -g root//' Makefile
 sed -i -e '/^MOZPLUGDIR=/s/lib/%{_lib}/' Makefile
@@ -154,6 +151,10 @@ fi
 
 
 %changelog
+* Wed Jan 22 2014 Orion Poplawski <orion at cora.nwra.com> - 4.0.1.3-1
+- Update to 4.0.1.3
+- Drop provider patch applied upstream
+
 * Tue Dec 17 2013 Orion Poplawski <orion at cora.nwra.com> - 4.0.1.2-1
 - Update to 4.0.1.2
 - Update summary and description from upstream


More information about the scm-commits mailing list