Accepting request 1082842 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/1082842 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk3?expand=0&rev=432
This commit is contained in:
parent
a6f88842ed
commit
c2161d407b
4
_service
4
_service
@ -3,13 +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.37</param>
|
<param name="revision">2a787727</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">2a7877277eccb8636375c831e641d733fba479ac</param></service></servicedata>
|
3
gtk-3.24.37+66.obscpio
Normal file
3
gtk-3.24.37+66.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:77a588a1e882af88496b732872bc14f5ee277fb8cbf7b03ad2bcf527f050a42f
|
||||||
|
size 99197966
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:dbcf591620219d18b0f9a8b670bc561e95efaf877ae16f32f67573f41756c4bb
|
|
||||||
size 99188238
|
|
@ -1,4 +1,4 @@
|
|||||||
name: gtk
|
name: gtk
|
||||||
version: 3.24.37
|
version: 3.24.37+66
|
||||||
mtime: 1677803512
|
mtime: 1682068338
|
||||||
commit: 013b629a2e5420cc01647f859226eb1a37ebe661
|
commit: 2a7877277eccb8636375c831e641d733fba479ac
|
||||||
|
23
gtk3.changes
23
gtk3.changes
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 21 17:01:02 UTC 2023 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
- Update to version 3.24.37+66:
|
||||||
|
+ OLE2 DND: Check if move is supported
|
||||||
|
+ Address issue 5711 by checking that the context is not NULL
|
||||||
|
+ wayland:
|
||||||
|
- Don't crash without xdg_activation_v1
|
||||||
|
- Don't crash on cursor size 0
|
||||||
|
+ gdkscreen-wayland: Notify initial setting change from
|
||||||
|
org.gtk.Settings
|
||||||
|
+ gdk: Swap Cairo calls when reading back from a GdkWindow
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 10 00:19:39 UTC 2023 - Luciano Santos <luc14n0@opensuse.org>
|
||||||
|
|
||||||
|
- Deprecate %gtk_immodule_(requires|post|postun) macros defined in
|
||||||
|
the macros.gtk3 file. Since we are using RPM file triggers to
|
||||||
|
provide their functionality, without nullifying them the commands
|
||||||
|
will run twice, once by the file triggers and another time by the
|
||||||
|
macros.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 21 08:43:48 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
Tue Mar 21 08:43:48 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -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.37
|
Version: 3.24.37+66
|
||||||
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
|
||||||
|
28
macros.gtk3
28
macros.gtk3
@ -10,26 +10,20 @@
|
|||||||
# - %gtk3_immodule_postun in %postun
|
# - %gtk3_immodule_postun in %postun
|
||||||
#
|
#
|
||||||
###
|
###
|
||||||
|
#
|
||||||
|
# WARNING:
|
||||||
|
#
|
||||||
|
# Those macros have been deprecated and their use can be dropped in spec files.
|
||||||
|
# Their functionaly is implemented now as RPM file triggers.
|
||||||
|
#
|
||||||
|
# https://lists.opensuse.org/opensuse-factory/2017-06/msg00898.html
|
||||||
|
# https://rpm-software-management.github.io/rpm/manual/file_triggers.html
|
||||||
|
|
||||||
%gtk3_immodule_requires \
|
%gtk3_immodule_requires %{nil}
|
||||||
Requires(post): gtk3-tools \
|
|
||||||
Requires(postun): gtk3-tools
|
|
||||||
|
|
||||||
# On install, update the cache
|
# On install, update the cache
|
||||||
%gtk3_immodule_post \
|
%gtk3_immodule_post %{nil}
|
||||||
%if "%_lib" == "lib64" \
|
|
||||||
%{_bindir}/gtk-query-immodules-3.0-64 --update-cache \
|
|
||||||
%else \
|
|
||||||
%{_bindir}/gtk-query-immodules-3.0 --update-cache \
|
|
||||||
%endif
|
|
||||||
|
|
||||||
# On uninstall, update the cache. Note: we ignore upgrades (already
|
# On uninstall, update the cache. Note: we ignore upgrades (already
|
||||||
# handled in %post of the new package).
|
# handled in %post of the new package).
|
||||||
%gtk3_immodule_postun \
|
%gtk3_immodule_postun %{nil}
|
||||||
if [ $1 -eq 0 ]; then \
|
|
||||||
%if "%_lib" == "lib64" \
|
|
||||||
%{_bindir}/gtk-query-immodules-3.0-64 --update-cache \
|
|
||||||
%else \
|
|
||||||
%{_bindir}/gtk-query-immodules-3.0 --update-cache \
|
|
||||||
%endif \
|
|
||||||
fi
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user