Mailinglist Archive: opensuse-commit (857 mails)

< Previous Next >
commit xgl
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Sat, 10 Nov 2007 18:35:18 +0100
  • Message-id: <20071110173518.43251678168@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package xgl
checked in at Sat Nov 10 18:35:18 CET 2007.

--------
--- xgl/xgl.changes 2007-08-16 19:37:23.000000000 +0200
+++ /mounts/work_src_done/STABLE/xgl/xgl.changes 2007-11-10
10:47:16.063331000 +0100
@@ -1,0 +2,6 @@
+Sat Nov 10 10:52:46 CET 2007 - sndirsch@xxxxxxx
+
+- renderproto-0_9_3.diff:
+ * fixes build against X.Org 7.3
+
+-------------------------------------------------------------------

New:
----
renderproto-0_9_3.diff

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ xgl.spec ++++++
--- /var/tmp/diff_new_pack.O26283/_old 2007-11-10 18:34:53.000000000 +0100
+++ /var/tmp/diff_new_pack.O26283/_new 2007-11-10 18:34:53.000000000 +0100
@@ -15,16 +15,16 @@
%ifnarch s390 s390x
BuildRequires: xorg-x11-sdk
%endif
-URL: http://www.freedesktop.org/Software/Xgl
+Url: http://www.freedesktop.org/Software/Xgl
License: X11/MIT
Group: System/X11/Servers/XF86_4
Provides: Xgl
Obsoletes: Xglx xglx
PreReq: %fillup_prereq
Requires: xgl-hardware-list
-Autoreqprov: on
+AutoReqProv: on
Version: git_070104
-Release: 60
+Release: 78
Summary: Xserver that uses OpenGL for its drawing operations.
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: %ix86 x86_64 ppc ppc64 ia64
@@ -47,6 +47,8 @@
Patch11: xorg-extraopts.diff
# Pre- Xorg 7.0 patches
Patch20: xorg-security-file-dir.diff
+# X.Org 7.3 patches
+Patch25: renderproto-0_9_3.diff
# Non-xgl patches
Patch30: glitz-glx-get-proc-address.diff
Patch40: Mesa-x86_64-fixes.patch
@@ -115,6 +117,7 @@
%endif
# Hack! Only report RANDR version 1.1 until Xgl supports more.
sed -i 's/RANDR_MAJOR/1/g;s/RANDR_MINOR/1/g' randr/randr.c
+%patch25 -p3
popd
pushd glitz-*
%patch30 -p0
@@ -198,16 +201,16 @@
%files
%defattr(-, root, root)
%doc README.*
-
%xorg_prefix/bin/Xgl
%dir %xorg_prefix/%_lib/xorg
%dir %xorg_prefix/%_lib/xorg/modules
%dir %xorg_prefix/%_lib/xorg/modules/xgl
-
%xorg_prefix/%_lib/xorg/modules/xgl/lib*
/var/adm/fillup-templates/sysconfig.displaymanager-%name
-
%changelog
+* Sat Nov 10 2007 - sndirsch@xxxxxxx
+- renderproto-0_9_3.diff:
+ * fixes build against X.Org 7.3
* Thu Aug 16 2007 - mhopf@xxxxxxx
- Strip randr back to 1.1 as long as 1.2 is not supported. (#262297)
* Mon Aug 13 2007 - dmueller@xxxxxxx


++++++ renderproto-0_9_3.diff ++++++
--- vnc-4_1_2-unixsrc/unix/xorg-server-1.1.0/render/picturestr.h.orig
2007-09-30 22:26:07.000000000 +0200
+++ vnc-4_1_2-unixsrc/unix/xorg-server-1.1.0/render/picturestr.h
2007-09-30 22:27:37.000000000 +0200
@@ -26,8 +26,8 @@
#ifndef _PICTURESTR_H_
#define _PICTURESTR_H_

-#include "glyphstr.h"
#include "scrnintstr.h"
+#include "glyphstr.h"
#include "resource.h"

typedef struct _DirectFormat {


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread