Accepting request 178037 from home:sumski:branches:X11:Wayland
Update to 1.1.1 OBS-URL: https://build.opensuse.org/request/show/178037 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/weston?expand=0&rev=12
This commit is contained in:
parent
454a2b9202
commit
14438caedf
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e7715d2c731f77a729c994a599ffdaebac1307b2dd9336136706869fa53618b4
|
|
||||||
size 608780
|
|
3
weston-1.1.1.tar.xz
Normal file
3
weston-1.1.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:87e1cbbd1a722019ba258d1893c583d96699289196309c93026ae591a2c1f02e
|
||||||
|
size 610204
|
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 7 22:26:21 UTC 2013 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
- Update to new upstream release 1.1.1
|
||||||
|
* Avoid unnecessarily re-allocating texture buffer when the size
|
||||||
|
hasn't changed.
|
||||||
|
* compositor-drm: Force DPMS state to ON after drmModeSetCrtc()
|
||||||
|
* compositor-drm: Cache the DPMS property on drm_output
|
||||||
|
* weston.pc: Added libexecdir and pkglibexecdir variables
|
||||||
|
* udev-seat: Fail input setup only if no devices are found
|
||||||
|
* use _exit instead of exit if client fails to exec
|
||||||
|
* compositor-x11: Set original mode after current
|
||||||
|
* compositor: Make backlight_current int32_t to avoid unsigned
|
||||||
|
overflow
|
||||||
|
* compositor-drm: Log failure and which backlight sysfs file
|
||||||
|
we're using
|
||||||
|
* weston-launch: Print explanation of why we failed to open
|
||||||
|
the device
|
||||||
|
* Fix missing corner resize cursors in Kubuntu (oxy-white theme)
|
||||||
|
* text: Respawn input method process if it exits
|
||||||
|
* compositor-drm: Don't page flip before a mode is set
|
||||||
|
* compositor-drm: Destroy sprites before destroying the outputs
|
||||||
|
* xwm: Reparent client windows into ARGB windows
|
||||||
|
* Fix not checking return value of drmIoctl function call to
|
||||||
|
map dumb buffer
|
||||||
|
* weston.ini: document background-type
|
||||||
|
* Fix simple-egl tear-down order to prevent a crash on exit time
|
||||||
|
* window: Add a log handler for window.c clients
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 17 05:41:15 UTC 2013 - jengelh@inai.de
|
Wed Apr 17 05:41:15 UTC 2013 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: weston
|
Name: weston
|
||||||
%define lname libweston0
|
%define lname libweston0
|
||||||
Version: 1.1.0
|
Version: 1.1.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Wayland Compositor Infrastructure
|
Summary: Wayland Compositor Infrastructure
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user