Commit Graph

280 Commits

Author SHA256 Message Date
551ffe74d8 Accepting request 979901 from GNOME:Next
GNOME 42.2

OBS-URL: https://build.opensuse.org/request/show/979901
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=413
2022-05-31 07:17:26 +00:00
fa50126439 Accepting request 977634 from home:xiaoguang_wang:branches:GNOME:Factory
- Add mutter-crash-meta_context_terminate.patch: Fix SIGSEGV in
  meta_context_terminate (bsc#1199382 glgo#GNOME/mutter#2267).

OBS-URL: https://build.opensuse.org/request/show/977634
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=411
2022-05-17 07:19:36 +00:00
33fb38fb1f Accepting request 975365 from home:fcrozat:branches:GNOME:Factory
- Update to version 42.1:
  + Send correct LEAVE events when entering windows.
  + Be more forgiving with wrongly sized clients.
  + Add ClutterInputCapabilities enum and device property.
  + Fall back if COPY_MODE_SECONDARY_GPU fails to init.
  + Fix missing root window properties after XWayland start.
  + wayland/shm: Add support for ABGR8888 and XBGR8888 formats.
  + Keep actors dirty if a redraw was queued up during paint().
  + Fix overview painting of shaped texture with layer snippets.
  + Survive missing GAMMA_LUT KMS property.
  + Record current event when going through event filters.
  + Pass events to pointer a11y before going through filters.
  + Update cursor when scaled or transformed.
  + Fix screen cast when DMA buffer fails or can't be used.
  + Repick when pointer actor goes unmapped.
  + Improve IM support.
  + Allow using dumb buffers for cursor sprites.
  + wayland/dma-buf: Only advertise supported formats.
  + Fix screen cast cursor metadata with unthrottled input.
  + Fixed crashes.
  + Plugged memory leak.
- Drop mutter-bail-out-on-reentry-into-map-unmap.patch and
  mutter-42.0-fix-top-bar-elements-hovering-effect.patch (merged
  upstream).

OBS-URL: https://build.opensuse.org/request/show/975365
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=409
2022-05-06 12:08:53 +00:00
30a08187e8 Accepting request 965317 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/965317
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=407
2022-03-28 19:14:14 +00:00
5c107dcecc Accepting request 964689 from GNOME:Next
- Add mutter-bail-out-on-reentry-into-map-unmap.patch: This fixes
  gnome-shell crash when dragging close button in overview by
  bailing out on reentry into map/unmap() (bsc#1197350,
  glgo#GNOME/mutter!2299).

OBS-URL: https://build.opensuse.org/request/show/964689
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=405
2022-03-25 09:31:11 +00:00
60744e61ad Accepting request 963315 from GNOME:Next
New stable release

OBS-URL: https://build.opensuse.org/request/show/963315
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=403
2022-03-21 08:36:57 +00:00
79d9263efd Accepting request 955109 from home:iznogood:branches:GNOME:Factory
New stable release

OBS-URL: https://build.opensuse.org/request/show/955109
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=402
2022-02-16 15:50:09 +00:00
901bc46cdc Accepting request 952637 from home:iznogood:factory
- Add 0002-Drop-CI-test-setup-that-needs-catchsegv.patch: Fix build
  with glibc 2.35 and newer.

OBS-URL: https://build.opensuse.org/request/show/952637
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=401
2022-02-08 10:41:35 +00:00
390fd9e67f Accepting request 945633 from GNOME:Next
- Update to version 41.3:
  + Check keyboard serials for activation
  + Fix mixed up refresh rates in multi-monitor setups
  + Allow disabling HW cursors
  + Improve damage handling
  + Consider xrandr flags for advertised modes
  + Ensure constraints after client resize
  + window-group: Disable culling when rendinging clone to
    offscreen buffer
  + Fix workspace switch animation in default plugin
  + Fix unfullscreening of window that were mapped fullscreen
  + Fix DMA-BUF screencasts with unredirected fullscreen windows
  + Fix orientation changes on devices with 90°
  + Fixed crashes
  + Plugged leaks
  + Misc. bug fixes and cleanups.
- Drop patches fixed upstream:
  + mutter-allow-disable-hardware-cursors.patch
  + mutter-initialize-saved_rect_fullscreen.patch
- Renumber patches yet again.

OBS-URL: https://build.opensuse.org/request/show/945633
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=400
2022-01-11 18:17:50 +00:00
5243171e91 Accepting request 945345 from GNOME:Next
Add a patch for java apps

OBS-URL: https://build.opensuse.org/request/show/945345
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=399
2022-01-11 15:26:34 +00:00
0b41391235 Accepting request 945213 from home:AZhou:branches:GNOME:Factory
- Add mutter-initialize-saved_rect_fullscreen.patch: Some
  applications that starts in fullscreen disappear when switching
  back to normal size mode, because mutter forget to initialize
  saved_rect_fullscreen which is used for unfullscreen, this patch
  fixes it (glgo#GNOME/mutter!2210, bsc#1185444).

OBS-URL: https://build.opensuse.org/request/show/945213
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=398
2022-01-10 11:31:44 +00:00
9da941cef9 Accepting request 941026 from home:AZhou:branches:GNOME:Factory
- Add mutter-allow-disable-hardware-cursors.patch: Add a debug
  environment variable MUTTER_DEBUG_DISABLE_HW_CURSORS to disable
  hardware cursors and force using software cursors to avoid some
  driver or hardware bug (glgo#GNOME/mutter#2045,
  glgo#GNOME/mutter!2150).

OBS-URL: https://build.opensuse.org/request/show/941026
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=397
2021-12-17 21:39:46 +00:00
a160a2f734 Accepting request 940290 from GNOME:Next
- Update to version 41.2:
  + Fix blank screen when unplugging docking station.
  + Prefer GBM over EGLStream where possible.
  + Fix unredirected Xwayland windows not getting updated.
  + Improve anti-aliasing of background corners.
  + Copy damage rectangles to secondary GPU
  + Improve Wacom tablet mapping.
  + Fixed crashes.
  + Misc. bug fixes and cleanups.
  + Updated translations.
- Switch to git checkout of released tag via source service.

OBS-URL: https://build.opensuse.org/request/show/940290
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=396
2021-12-13 16:39:46 +00:00
b0eba16e77 Accepting request 933213 from home:AZhou:branches:GNOME:Factory
- Enable wayland-eglstream dependency on Leap/SLE (jsc#SLE-19964).

OBS-URL: https://build.opensuse.org/request/show/933213
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=395
2021-11-23 08:31:23 +00:00
3337f19e8a Accepting request 932432 from home:AZhou:branches:GNOME:Factory
- Enable eglstream on Leap/SLE (jsc#SLE-19964).

OBS-URL: https://build.opensuse.org/request/show/932432
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=394
2021-11-22 11:46:04 +00:00
5608c64f5a Accepting request 929557 from GNOME:Next
New stable release

OBS-URL: https://build.opensuse.org/request/show/929557
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=393
2021-11-05 08:46:21 +00:00
ad9ee19bfd Accepting request 928752 from home:dimstar:Factory
- BuildRequire libxcvt when building against xorg-x11-server > 21,
  unless when building for s390x: libxcvt was split out and lives
  in an own package now.

OBS-URL: https://build.opensuse.org/request/show/928752
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=392
2021-11-02 12:01:41 +00:00
3f2bea55a5 Accepting request 927837 from home:sp1rit:testing
Added clutter-only_reset_preedit_text_if_set.patch:
this fixes "scrollback" issue I've talked about in https://lists.opensuse.org/archives/list/factory@lists.opensuse.org/thread/WYSUDJFTZIEEJS3QBBBUNLD3XBXULABU/
however it seems like upstream will only include it as of GNOME 42, even tho this seems like a pretty detrimental bug that should be addressed sooner.

Used proper guide line for patch @dimstar requsted

OBS-URL: https://build.opensuse.org/request/show/927837
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=391
2021-11-02 11:43:59 +00:00
a3579039c7 Accepting request 926424 from home:yfjiang:branches:GNOME:Factory
- Rebase mutter-SLE-bsc984738-grab-display.patch.

OBS-URL: https://build.opensuse.org/request/show/926424
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=390
2021-10-22 09:27:36 +00:00
618fcbf5d3 Accepting request 920969 from GNOME:Next
Scripted push from GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/920969
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=389
2021-09-27 06:25:37 +00:00
028d2be4b2 Accepting request 920696 from home:iznogood:branches:GNOME:Factory
- Update to version 40.5:
  + Fix monitor screencast scanouts.
  + Fix middle-click emulation support on X11.
  + Fixed crashes.
  + Updated translations.

OBS-URL: https://build.opensuse.org/request/show/920696
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=388
2021-09-22 08:18:10 +00:00
7f9b4a8d2f Accepting request 919975 from home:sbrabec:branches:tuu-goodbye
- Remove obsolete translation-update-upstream support
  (jsc#SLE-21105).

OBS-URL: https://build.opensuse.org/request/show/919975
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=387
2021-09-20 10:07:31 +00:00
e445cda852 Accepting request 912941 from home:iznogood:branches:GNOME:Factory
- Update to version 40.4:
  + Don't require a newly attached buffer to apply state.
  + Fix upside-down Xshape surface with EGLstream.
  + Misc. bug fixes and cleanups.
  + Updated translations.

OBS-URL: https://build.opensuse.org/request/show/912941
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=386
2021-08-23 08:35:12 +00:00
700a0ccd3a Accepting request 909374 from home:yfjiang:branches:GNOME:Factory
Synchronize the changelog with SLE and Leap.

OBS-URL: https://build.opensuse.org/request/show/909374
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=385
2021-08-02 10:13:46 +00:00
a557c1f261 Accepting request 909102 from home:yfjiang:branches:GNOME:Factory
- Synchronize changelog between SLE, Leap and Factory.
- Disable eglstream on Leap/SLE by now since it is under review.

OBS-URL: https://build.opensuse.org/request/show/909102
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=384
2021-07-29 08:39:54 +00:00
1cab137a4c Accepting request 908685 from home:yfjiang:branches:GNOME:Factory
- Add versioned BuildRequires to pkgconfig(libinput):
  https://gitlab.gnome.org/GNOME/mutter/-/blob/gnome-40/meson.build#L47

OBS-URL: https://build.opensuse.org/request/show/908685
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=383
2021-07-28 08:21:08 +00:00
e8308c9f83 Accepting request 906604 from GNOME:Next
GNOME 40.3

OBS-URL: https://build.opensuse.org/request/show/906604
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=382
2021-07-19 07:44:11 +00:00
7a9d18cb62 Accepting request 900383 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/900383
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=380
2021-06-16 18:53:01 +00:00
9d942d9514 Accepting request 899877 from GNOME:Next
Scripted push from GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/899877
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=379
2021-06-15 11:26:03 +00:00
OBS User buildservice-autocommit
126ff49aa8 Updating link to change in openSUSE:Factory/mutter revision 165.0
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=34381ab6923fb0ab12dfbe69303f45f3
2021-05-24 15:33:50 +00:00
da03433a5e Accepting request 893940 from GNOME:Next
Scripted push from GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/893940
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=377
2021-05-18 08:13:52 +00:00
206a057660 Accepting request 890079 from GNOME:Next
Scripted push from GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/890079
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=375
2021-05-03 16:14:15 +00:00
03243c7b73 Accepting request 887904 from home:AZhou:branches:GNOME:Factory
- Rebase mutter-SLE-bsc984738-grab-display.patch and
  mutter-SLE-bell.patch.

OBS-URL: https://build.opensuse.org/request/show/887904
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=373
2021-04-23 09:50:01 +00:00
ea5f7175b2 Accepting request 880990 from GNOME:Next
GNOME 40 - here we come

OBS-URL: https://build.opensuse.org/request/show/880990
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=371
2021-03-24 16:39:08 +00:00
2b2cd37856 Accepting request 863159 from GNOME:Next
Update to 3.38.3

OBS-URL: https://build.opensuse.org/request/show/863159
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=369
2021-01-14 18:40:22 +00:00
2832aab8f8 Accepting request 852918 from GNOME:Next
Update to 3.38.2

OBS-URL: https://build.opensuse.org/request/show/852918
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=367
2020-12-04 09:04:04 +00:00
65f634dd94 Accepting request 842950 from GNOME:Next
update to 3.38.1 - TW should be ready

OBS-URL: https://build.opensuse.org/request/show/842950
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=365
2020-10-26 08:14:18 +00:00
b58e3a3ce5 Accepting request 840125 from home:iznogood:branches:GNOME:Factory
New stable rel

OBS-URL: https://build.opensuse.org/request/show/840125
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=363
2020-10-08 11:34:16 +00:00
f25e7ed88e Accepting request 832974 from home:iznogood:branches:GNOME:Factory
- Update to version 3.36.6+2:
  + kms/crtc:
    - Always consider gamma state valid.
    - Read initial gamma state.
  + Fix stale cursor positions in remote desktop sessions.
  + Limit mipmap levels when rendering background.
  + Improve support for Hangul input method.
  + Fixed crashes.
  + Plugged memory leaks.
  + Misc. bug fixes and cleanups.
- Drop patch fixed upstream:
  + mutter-meson_options-Use-libGLESv2.so.2-for-COGL_DRIVER-gle.patch

OBS-URL: https://build.opensuse.org/request/show/832974
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=361
2020-09-11 07:22:51 +00:00
47bea842b1 Accepting request 828234 from home:fcrozat:branches:GNOME:Factory
- Add mutter-meson_options-Use-libGLESv2.so.2-for-COGL_DRIVER-gle.patch:
  don't use libGLESv2.so but libGLESv2.so.2 for COGL driver
  (boo#1175559 glgo#GNOME/mutter!1282).

OBS-URL: https://build.opensuse.org/request/show/828234
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=359
2020-08-20 15:44:16 +00:00
b28b027669 Accepting request 826555 from GNOME:Next
New stable release

OBS-URL: https://build.opensuse.org/request/show/826555
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=357
2020-08-14 08:38:46 +00:00
bbd9a0a71b Accepting request 821353 from GNOME:Next
Bump to head of stable branch, get several screen-cast fixes

OBS-URL: https://build.opensuse.org/request/show/821353
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=355
2020-07-20 08:49:46 +00:00
e7254716ef Accepting request 819369 from GNOME:Next
New stable rel

OBS-URL: https://build.opensuse.org/request/show/819369
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=353
2020-07-10 10:09:53 +00:00
b3de254f87 Accepting request 811367 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/811367
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=351
2020-06-04 11:47:36 +00:00
2640fdd377 Accepting request 799552 from GNOME:Next
- Enable SLE patches on leap (jsc#SLE-11897).

OBS-URL: https://build.opensuse.org/request/show/799552
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=349
2020-05-01 22:17:28 +00:00
49a3dbba10 Accepting request 799078 from GNOME:Next
New stable release

OBS-URL: https://build.opensuse.org/request/show/799078
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=348
2020-04-30 09:42:19 +00:00
9fe910b74e Accepting request 795140 from GNOME:Next
Repush, rebased

OBS-URL: https://build.opensuse.org/request/show/795140
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=346
2020-04-17 22:56:17 +00:00
e486679428 Accepting request 790539 from home:iznogood:branches:GNOME:Factory
New stable rel, not buildtested

OBS-URL: https://build.opensuse.org/request/show/790539
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=344
2020-04-01 18:57:22 +00:00
Yifan Jiang
2825abc696 Accepting request 785405 from home:AZhou:branches:GNOME:Factory
- Add mutter-wayland-fix-keyboard-move-resize-window.patch:
  move some common code out of X11 only code blocks to fix it
  (bsc#1159976, glgo#GNOME/mutter!997).

OBS-URL: https://build.opensuse.org/request/show/785405
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=342
2020-03-19 06:44:26 +00:00
85234f7ddb Accepting request 784049 from home:alarrosa:branches:GNOME:Factory
- Build with pipewire 0.3.0:
  * Add 0001-Update-to-PipeWire-0.3-API.patch

OBS-URL: https://build.opensuse.org/request/show/784049
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=341
2020-03-12 20:36:24 +00:00