[guacamole-server/el6] Update to 0.8.3.

Simone Caronni slaanesh at fedoraproject.org
Wed Aug 28 14:39:21 UTC 2013


commit 9344b21718a330ae1df1359707718bb76b4ae72a
Author: Simone Caronni <negativo17 at gmail.com>
Date:   Wed Aug 28 16:35:43 2013 +0200

    Update to 0.8.3.

 .gitignore            |    1 +
 guacamole-server.spec |   14 +++++++++-----
 sources               |    2 +-
 3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e2cfd5a..57da9f9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /guacamole-server-0.8.2.tar.gz
+/guacamole-server-0.8.3.tar.gz
diff --git a/guacamole-server.spec b/guacamole-server.spec
index 01d453d..168bb19 100644
--- a/guacamole-server.spec
+++ b/guacamole-server.spec
@@ -2,8 +2,8 @@
 %global username guacd
 
 Name:           guacamole-server
-Version:        0.8.2
-Release:        2%{?dist}
+Version:        0.8.3
+Release:        1%{?dist}
 Summary:        Server-side native components that form the Guacamole proxy
 
 License:        MPLv1.1 or GPLv2+
@@ -12,7 +12,6 @@ Source0:        http://guac-dev.org/pub/dist/source/%{name}-%{version}.tar.gz
 Source1:        %{name}.sysconfig
 Source2:        %{name}.service
 Source3:        %{name}.init
-Patch0:         %{name}-function-test.patch
 
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -22,7 +21,9 @@ BuildRequires:  pkgconfig(cairo)
 BuildRequires:  pkgconfig(freerdp)
 BuildRequires:  pkgconfig(gnutls)
 BuildRequires:  pkgconfig(libpng)
+BuildRequires:  pkgconfig(libpulse)
 BuildRequires:  pkgconfig(libssh)
+BuildRequires:  pkgconfig(libssl)
 %if 0%{?rhel} == 6
 BuildRequires:  libvncserver-devel
 %else
@@ -111,10 +112,9 @@ framework to translate between arbitrary protocols and the Guacamole protocol.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
-autoreconf -v -f --install
+#autoreconf -vif
 %configure
 make %{?_smp_mflags}
 cd doc/
@@ -234,6 +234,10 @@ fi
 %attr(750,%{username},%{username}) %{_sharedstatedir}/guacd
 
 %changelog
+* Wed Aug 28 2013 Simone Caronni <negativo17 at gmail.com> - 0.8.3-1
+- Update to 0.8.3.
+- Drop upstreamed patch.
+
 * Tue Jul 30 2013 Simone Caronni <negativo17 at gmail.com> - 0.8.2-2
 - SysV init script was overwritten by mistake in SCM.
 
diff --git a/sources b/sources
index fa8d1c0..7aa9464 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a0bd3ab02c2f85e4f21d16f26421fb19  guacamole-server-0.8.2.tar.gz
+69238b3096c0b6baa5008d9914e8fdab  guacamole-server-0.8.3.tar.gz


More information about the scm-commits mailing list