From 10230b20f27f069bc0819be3397d963f7ca2b747 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Fri, 13 Feb 2015 17:51:22 +0000 Subject: [PATCH 1/2] Reference the 1.4.2 tarball. (cherry picked from commit 82a5e178660ba429d27cc3a7cea76e8a325696c9) --- .gitignore | 1 + sources | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b0e74af..2dd4d64 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ tigervnc-1.0.90-20100721svn4113.tar.bz2 /tigervnc-1.2.80-20130314svn5065.tar.bz2 /tigervnc-1.3.0.tar.bz2 /tigervnc-1.3.1.tar.gz +/tigervnc-1.4.2.tar.gz diff --git a/sources b/sources index 808cdde..b481651 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e80b16aa74f1d8e89f284a6aef99955d tigervnc-1.3.1.tar.gz +93b935487d0ec33341f079bc402df6b1 tigervnc-1.4.2.tar.gz From 8e1674654dd1ae730adf9eafd147fb7fa288258b Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Tue, 24 Feb 2015 15:48:32 +0000 Subject: [PATCH 2/2] Removed unnecessary configure flags. --- tigervnc.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tigervnc.spec b/tigervnc.spec index ccbd27a..1288dac 100644 --- a/tigervnc.spec +++ b/tigervnc.spec @@ -1,6 +1,6 @@ Name: tigervnc Version: 1.4.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A TigerVNC remote display system %global _hardened_build 1 @@ -200,14 +200,11 @@ autoreconf -fiv --with-xkb-output=%{_localstatedir}/lib/xkb \ --enable-install-libxf86config \ --enable-glx --disable-dri --enable-dri2 --enable-dri3 \ - --disable-wayland \ --disable-unit-tests \ - --disable-config-dbus \ --disable-config-hal \ --disable-config-udev \ --with-dri-driver-path=%{_libdir}/dri \ --without-dtrace \ - --disable-unit-tests \ --disable-devel-docs \ --disable-selective-werror @@ -348,6 +345,9 @@ fi %{_datadir}/icons/hicolor/*/apps/* %changelog +* Tue Feb 24 2015 Tim Waugh - 1.4.2-2 +- Removed unnecessary configure flags. + * Fri Feb 13 2015 Tim Waugh - 1.4.2-1 - 1.4.2.