diff --git a/tigervnc.spec b/tigervnc.spec index 6b9aa50..93555d8 100644 --- a/tigervnc.spec +++ b/tigervnc.spec @@ -1,6 +1,6 @@ Name: tigervnc Version: 1.4.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A TigerVNC remote display system %global _hardened_build 1 @@ -57,9 +57,6 @@ Patch15: tigervnc-xserver117.patch # This is tigervnc-%{version}/unix/xserver116.patch rebased on the latest xorg Patch100: tigervnc-xserver116-rebased.patch -# Apply upstream patch to fix byte order (bug #1206060). -Patch101: xorg-x11-server-byte-order.patch - %description Virtual Network Computing (VNC) is a remote display system which allows you to view a computing 'desktop' environment not only on the @@ -164,7 +161,6 @@ for all in `find . -type f -perm -001`; do chmod -x "$all" done %patch100 -p1 -b .xserver116-rebased -%patch101 -p1 -b .byte-order popd # Applied Debian patch to fix busy loop when run from inetd in nowait @@ -356,6 +352,9 @@ fi %{_datadir}/icons/hicolor/*/apps/* %changelog +* Thu Apr 9 2015 Tim Waugh - 1.4.3-4 +- Drop upstream xorg-x11-server patch as it is now built (bug #1210407). + * Thu Apr 9 2015 Tim Waugh - 1.4.3-3 - Apply upstream patch to fix byte order (bug #1206060).