Accepting request 1131687 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1131687 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk3?expand=0&rev=191
This commit is contained in:
commit
645728e0a0
4
_service
4
_service
@ -3,11 +3,11 @@
|
|||||||
<service name="obs_scm" mode="manual">
|
<service name="obs_scm" mode="manual">
|
||||||
<param name="url">https://gitlab.gnome.org/GNOME/gtk.git</param>
|
<param name="url">https://gitlab.gnome.org/GNOME/gtk.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">refs/tags/3.24.38</param>
|
<param name="revision">gtk-3-24</param>
|
||||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
<!-- <param name="changesgenerate">enable</param> -->
|
<param name="changesgenerate">enable</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="tar" mode="buildtime"/>
|
<service name="tar" mode="buildtime"/>
|
||||||
<service name="recompress" mode="buildtime">
|
<service name="recompress" mode="buildtime">
|
||||||
|
4
_servicedata
Normal file
4
_servicedata
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<servicedata>
|
||||||
|
<service name="tar_scm">
|
||||||
|
<param name="url">https://gitlab.gnome.org/GNOME/gtk.git</param>
|
||||||
|
<param name="changesrevision">cde309d9fa27d948ae4ad098f50ba3188452ad6a</param></service></servicedata>
|
BIN
gtk-3.24.38+111.obscpio
(Stored with Git LFS)
Normal file
BIN
gtk-3.24.38+111.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:935ad68630da75ddeaf0fb14922b9478ff5c8666890f829b39f95c2ed123a786
|
|
||||||
size 99185166
|
|
@ -1,4 +1,4 @@
|
|||||||
name: gtk
|
name: gtk
|
||||||
version: 3.24.38
|
version: 3.24.38+111
|
||||||
mtime: 1684722128
|
mtime: 1701555122
|
||||||
commit: 3e6fd55ee00d4209ce2f2af292829e4d6f674adc
|
commit: cde309d9fa27d948ae4ad098f50ba3188452ad6a
|
||||||
|
20
gtk3.changes
20
gtk3.changes
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 07 15:35:33 UTC 2023 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.24.38+111:
|
||||||
|
+ [gtk3] Support tiled windows from xdg-shell.
|
||||||
|
+ Fix a minor issue in the file portal test.
|
||||||
|
+ wayland: Be more careful when loading cursors.
|
||||||
|
+ gdk/wayland: Use g_warning_once for cursor scale mismatches.
|
||||||
|
+ gdk/wayland: Don't fall back directly to 1 for mismatched
|
||||||
|
cursor sizes.
|
||||||
|
+ Updated translations.
|
||||||
|
- Drop upstream applied patch
|
||||||
|
gtk3-gtkmountoperation-avoid-SEGV-after-bad-password-inpu.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 28 11:50:22 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
Tue Nov 28 11:50:22 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
@ -21,6 +35,12 @@ Mon Aug 14 03:34:22 UTC 2023 - Yifan Jiang <yfjiang@suse.com>
|
|||||||
- Do not use %autopatch to build on SLE where rpm version is not
|
- Do not use %autopatch to build on SLE where rpm version is not
|
||||||
ready for the macro.
|
ready for the macro.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 2 13:40:09 UTC 2023 - Martin Wilck <mwilck@suse.com>
|
||||||
|
|
||||||
|
- Fix nautilus crash after entering wrong SMB password (bsc#1211952)
|
||||||
|
* add gtk3-gtkmountoperation-avoid-SEGV-after-bad-password-inpu.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 22 16:08:09 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
Mon May 22 16:08:09 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
%define __provides_exclude_from ^%{_libdir}/gtk-3.0
|
%define __provides_exclude_from ^%{_libdir}/gtk-3.0
|
||||||
|
|
||||||
Name: gtk3
|
Name: gtk3
|
||||||
Version: 3.24.38
|
Version: 3.24.38+111
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The GTK+ toolkit library (version 3)
|
Summary: The GTK+ toolkit library (version 3)
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
|
Loading…
x
Reference in New Issue
Block a user