Accepting request 1248058 from GNOME:Factory

OBS-URL: https://build.opensuse.org/request/show/1248058
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cog?expand=0&rev=4
This commit is contained in:
2025-02-24 14:49:45 +00:00
committed by Git OBS Bridge
7 changed files with 31 additions and 15 deletions
+17
View File
@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Wed Feb 19 13:40:38 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 0.18.4:
+ meson: Fix the build in systems where the "ln" command cannot
calculate relative symlink target paths.
+ wl:
- Fix some items in popup menus not being rendered.
- Add support for weston-protocols version 14.
- Changes from version 0.18.3:
+ drm: Fix handling of the scaling factor setting.
+ gtk4: Take scaling factor into account for pointer events.
+ launcher: Support toggling WebKit features with a new
--features/-F command line option, when built against WebKit
2.42.0 or newer.
- Rebase cog-fix-load-backend-fdo-lib.patch.
-------------------------------------------------------------------
Thu Apr 4 13:57:48 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
+2 -2
View File
@@ -1,7 +1,7 @@
#
# spec file for package cog
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: cog
Version: 0.18.2
Version: 0.18.4
Release: 0
Summary: WPE launcher and webapp container
License: MIT
+1 -1
View File
@@ -3,7 +3,7 @@
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://github.com/Igalia/cog.git</param>
<param name="revision">0.18.2</param>
<param name="revision">0.18.4</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
-3
View File
@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8d924d607c76aa2af18436f52237bf36bb84c76b7e8f10c2f34ddd31441e3eb7
size 681484
+3
View File
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4f9ffe439349091c8fe45c45df96b46b26ea48e4f9c66201f181cf3b404f227b
size 686092
+5 -6
View File
@@ -1,10 +1,9 @@
Index: cog/platform/drm/cog-platform-drm.c
===================================================================
--- cog.orig/platform/drm/cog-platform-drm.c
+++ cog/platform/drm/cog-platform-drm.c
@@ -1360,7 +1360,7 @@ cog_drm_platform_setup(CogPlatform *plat
diff -Nur cog-0.18.4/platform/drm/cog-platform-drm.c cog-0.18.4-patched/platform/drm/cog-platform-drm.c
--- cog-0.18.4/platform/drm/cog-platform-drm.c 2024-05-15 14:39:19.000000000 +0200
+++ cog-0.18.4-patched/platform/drm/cog-platform-drm.c 2025-02-19 15:15:16.653576012 +0100
@@ -1409,7 +1409,7 @@
init_config(COG_DRM_PLATFORM(platform), shell, params);
g_signal_connect(shell, "notify::device-scale-factor", G_CALLBACK(cog_drm_platform_shell_device_factor_changed), NULL);
- if (!wpe_loader_init ("libWPEBackend-fdo-1.0.so")) {
+ if (!wpe_loader_init ("libWPEBackend-fdo-1.0.so.1")) {
+3 -3
View File
@@ -1,4 +1,4 @@
name: cog
version: 0.18.2
mtime: 1702458055
commit: 066c93e941e9af94f12abc250ca7838f709d777d
version: 0.18.4
mtime: 1715776759
commit: c4625676a21308e7c82175f1ce9a6c8849f22800