[guacamole-client/f19] Update to 0.8.3

Simone Caronni slaanesh at fedoraproject.org
Wed Aug 28 15:16:35 UTC 2013


commit 5e71eacd96acd11d68870ac71bd3ceaa49e560d4
Author: Simone Caronni <negativo17 at gmail.com>
Date:   Wed Aug 28 17:11:42 2013 +0200

    Update to 0.8.3

 guacamole-client-0.8.2-allow-linking.patch |    7 -------
 guacamole-client-0.8.3-allow-linking.patch |    6 ++++++
 guacamole-client.spec                      |   12 +++++++-----
 3 files changed, 13 insertions(+), 12 deletions(-)
---
diff --git a/guacamole-client-0.8.3-allow-linking.patch b/guacamole-client-0.8.3-allow-linking.patch
new file mode 100644
index 0000000..7b35133
--- /dev/null
+++ b/guacamole-client-0.8.3-allow-linking.patch
@@ -0,0 +1,6 @@
+diff -Naur guacamole-client-0.8.3.old/guacamole/src/main/webapp/META-INF/context.xml guacamole-client-0.8.3/guacamole/src/main/webapp/META-INF/context.xml
+--- guacamole-client-0.8.3.old/guacamole/src/main/webapp/META-INF/context.xml	1970-01-01 01:00:00.000000000 +0100
++++ guacamole-client-0.8.3/guacamole/src/main/webapp/META-INF/context.xml	2013-08-28 17:06:56.569051562 +0200
+@@ -0,0 +1,2 @@
++<?xml version="1.0" encoding="UTF-8"?>
++<Context antiJARLocking="true" path="" allowLinking="true"/>
diff --git a/guacamole-client.spec b/guacamole-client.spec
index 64ca7f2..deab63f 100644
--- a/guacamole-client.spec
+++ b/guacamole-client.spec
@@ -1,14 +1,13 @@
 Name:           guacamole-client
-Version:        0.8.2
-Release:        3%{?dist}
+Version:        0.8.3
+Release:        1%{?dist}
 Summary:        Server-side Java components that form the Guacamole application
 
 License:        MPLv1.1 or GPL+ or AGPLv3+
 URL:            http://guac-dev.org/
 Source0:        http://guac-dev.org/pub/dist/source/%{name}-%{version}.tar.gz
 
-Patch0:         %{name}-0.8.2-allow-linking.patch
-Patch1:         %{name}-0.8.2-js-assembly.patch
+Patch0:         %{name}-0.8.3-allow-linking.patch
 BuildArch:      noarch
 
 BuildRequires:  java-devel
@@ -71,7 +70,6 @@ This package contains the API documentation for %{name}.
 %prep
 %setup -q -n %{name}-%{version}
 %patch0 -p1
-%patch1 -p1
 
 %build
 mvn-rpmbuild package javadoc:aggregate
@@ -120,6 +118,10 @@ fi
 %{_javadocdir}/%{name}
 
 %changelog
+* Wed Aug 28 2013 Simone Caronni <negativo17 at gmail.com> - 0.8.3-1
+- Update to 0.8.3.
+- Drop upstreamed patch.
+
 * Sun Aug 04 2013 Simone Caronni <negativo17 at gmail.com> - 0.8.2-3
 - Add proper Obsolete / Provides for javadoc packages.
 


More information about the scm-commits mailing list