[tigervnc] Update to r5047 (X.Org 1.14 support)

Adam Tkac atkac at fedoraproject.org
Tue Feb 19 13:56:36 UTC 2013


commit 0211a7a1546c591926397766cd4644ca06e13f3c
Author: Adam Tkac <atkac at redhat.com>
Date:   Tue Feb 19 14:56:26 2013 +0100

    Update to r5047 (X.Org 1.14 support)
    
    Signed-off-by: Adam Tkac <atkac at redhat.com>

 .gitignore    |    1 +
 sources       |    2 +-
 tigervnc.spec |    9 ++++++---
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a2cfaf0..3b9bb29 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ tigervnc-1.0.90-20100721svn4113.tar.bz2
 /tigervnc-1.1.0.tar.gz
 /tigervnc-1.2.80-20120905svn4996.tar.bz2
 /tigervnc-1.2.80-20121126svn5015.tar.bz2
+/tigervnc-1.2.80-20130219svn5047.tar.bz2
diff --git a/sources b/sources
index 02274ba..1d1d7cc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-147f8d9d49e4a60fe1ba748d051fc43b  tigervnc-1.2.80-20121126svn5015.tar.bz2
+f4fe59c5cc82b300a0ab43ed9c894784  tigervnc-1.2.80-20130219svn5047.tar.bz2
diff --git a/tigervnc.spec b/tigervnc.spec
index e21254f..643896c 100644
--- a/tigervnc.spec
+++ b/tigervnc.spec
@@ -1,8 +1,8 @@
-%global		snap 20121126svn5015
+%global		snap 20130219svn5047
 
 Name:		tigervnc
 Version:	1.2.80
-Release:	0.9.%{snap}%{?dist}
+Release:	0.10.%{snap}%{?dist}
 Summary:	A TigerVNC remote display system
 
 Group:		User Interface/Desktops
@@ -133,7 +133,7 @@ pushd unix/xserver
 for all in `find . -type f -perm -001`; do
 	chmod -x "$all"
 done
-patch -p1 -b --suffix .vnc < ../xserver113.patch
+patch -p1 -b --suffix .vnc < ../xserver114.patch
 popd
 
 %patch14 -p1 -b .glx
@@ -292,6 +292,9 @@ fi
 %doc LICENCE.TXT
 
 %changelog
+* Tue Feb 19 2013 Adam Tkac <atkac redhat com> - 1.2.80-0.10.20130219svn5047
+- update to r5047 (X.Org 1.14 support)
+
 * Fri Feb 15 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.80-0.9.20121126svn5015
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list