forked from pool/xorg-x11-server
- removed N_vidmode-sig11.diff (fixed upstream already)
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=452
This commit is contained in:
parent
ca5c4e262a
commit
2946911169
@ -1,13 +0,0 @@
|
|||||||
Index: hw/xfree86/common/xf86VidMode.c
|
|
||||||
===================================================================
|
|
||||||
--- hw/xfree86/common/xf86VidMode.c.orig
|
|
||||||
+++ hw/xfree86/common/xf86VidMode.c
|
|
||||||
@@ -224,6 +224,8 @@ VidModeGetFirstModeline(int scrnIndex, p
|
|
||||||
return FALSE;
|
|
||||||
|
|
||||||
pVidMode = VMPTR(pScrn->pScreen);
|
|
||||||
+ if (!pScrn->modes)
|
|
||||||
+ return FALSE;
|
|
||||||
pVidMode->First = pScrn->modes;
|
|
||||||
pVidMode->Next = pVidMode->First->next;
|
|
||||||
|
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 15:55:14 UTC 2013 - sndirsch@suse.com
|
||||||
|
|
||||||
|
- removed N_vidmode-sig11.diff (fixed upstream already)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 2 13:18:07 UTC 2013 - hrvoje.senjan@gmail.com
|
Tue Jul 2 13:18:07 UTC 2013 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
@ -149,8 +149,6 @@ Patch106: N_randr1_1-sig11.diff
|
|||||||
# PATCH-MISSING-TAG -- See http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
|
# PATCH-MISSING-TAG -- See http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
|
||||||
Patch112: N_fix-dpi-values.diff
|
Patch112: N_fix-dpi-values.diff
|
||||||
# PATCH-MISSING-TAG -- See http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
|
# PATCH-MISSING-TAG -- See http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
|
||||||
Patch123: N_vidmode-sig11.diff
|
|
||||||
# PATCH-MISSING-TAG -- See http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
|
|
||||||
Patch125: N_0001-Xinput-Catch-missing-configlayout-when-deleting-dev.patch
|
Patch125: N_0001-Xinput-Catch-missing-configlayout-when-deleting-dev.patch
|
||||||
# PATCH-MISSING-TAG -- See http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
|
# PATCH-MISSING-TAG -- See http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
|
||||||
Patch127: N_dpms_screensaver.diff
|
Patch127: N_dpms_screensaver.diff
|
||||||
@ -281,7 +279,6 @@ cp %{SOURCE96} .
|
|||||||
%patch103
|
%patch103
|
||||||
%patch106 -p1
|
%patch106 -p1
|
||||||
%patch112 -p0
|
%patch112 -p0
|
||||||
%patch123 -p0
|
|
||||||
### disabled for now
|
### disabled for now
|
||||||
#%patch125 -p1
|
#%patch125 -p1
|
||||||
%patch127 -p1
|
%patch127 -p1
|
||||||
|
Loading…
Reference in New Issue
Block a user