Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| c76e0a81d4 | |||
| eec5527fd2 | |||
| ecf5cf26a9 | |||
| d002f992ca |
2
_service
2
_service
@@ -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.4</param>
|
||||
<param name="revision">0.18.5</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4f9ffe439349091c8fe45c45df96b46b26ea48e4f9c66201f181cf3b404f227b
|
||||
size 686092
|
||||
3
cog-0.18.5.obscpio
Normal file
3
cog-0.18.5.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:05b939a757b5c6b6da39507fbbc010abde25ea64cc1ab2bf818d6efdb8e0e2b7
|
||||
size 687116
|
||||
17
cog.changes
17
cog.changes
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 13 08:50:47 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Do not build 32bit targets via ExcludeArch %{ix86} and %{arm}.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 22 21:46:43 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 0.18.5:
|
||||
+ meson: Make the libmanette support explicitly configurable.
|
||||
+ core: Avoid re-registration of URI scheme handlers.
|
||||
+ wl:
|
||||
- Fix mouse button release events, always passing the button
|
||||
number.
|
||||
- Fix the key repeat timeout.
|
||||
- Handle mouse button modifiers.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 19 13:40:38 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: cog
|
||||
version: 0.18.4
|
||||
mtime: 1715776759
|
||||
commit: c4625676a21308e7c82175f1ce9a6c8849f22800
|
||||
version: 0.18.5
|
||||
mtime: 1748552715
|
||||
commit: 5d7c720e4f16360a0412a949a1a3f4209e81b9ec
|
||||
|
||||
5
cog.spec
5
cog.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package cog
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# 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.4
|
||||
Version: 0.18.5
|
||||
Release: 0
|
||||
Summary: WPE launcher and webapp container
|
||||
License: MIT
|
||||
@@ -54,6 +54,7 @@ BuildRequires: pkgconfig(wpe-webkit-2.0)
|
||||
BuildRequires: pkgconfig(wpebackend-fdo-1.0)
|
||||
Obsoletes: cogctl < %{version}
|
||||
Provides: cogctl:%{_bindir}/cogctl
|
||||
ExcludeArch: %{ix86} %{arm}
|
||||
|
||||
%description
|
||||
Cog is a small single “window” launcher for the WebKit WPE port. It
|
||||
|
||||
Reference in New Issue
Block a user