Accepting request 793804 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/793804 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk3?expand=0&rev=157
This commit is contained in:
commit
4a08eeaefc
4
_service
4
_service
@ -2,11 +2,13 @@
|
|||||||
<service name="obs_scm" mode="disabled">
|
<service name="obs_scm" mode="disabled">
|
||||||
<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">gtk-3-24</param>
|
<param name="revision">refs/tags/3.24.18</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 mode="buildtime" name="tar" />
|
<service mode="buildtime" name="tar" />
|
||||||
<service mode="buildtime" name="recompress">
|
<service mode="buildtime" name="recompress">
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
<servicedata>
|
|
||||||
<service name="tar_scm">
|
|
||||||
<param name="url">https://gitlab.gnome.org/GNOME/gtk.git</param>
|
|
||||||
<param name="changesrevision">7624f07764b6127e30788ca651c6fde5f1c0cf7b</param></service></servicedata>
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cfc211c459af680a69e093285f9032995366403f772fb45753da19096c4b3e9d
|
|
||||||
size 98454542
|
|
3
gtk-3.24.18.obscpio
Normal file
3
gtk-3.24.18.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5c6cd1fcd0fbd13d3ef678808fd87470ee1d4f636e5ac74bebfc26913f7d2169
|
||||||
|
size 98903054
|
@ -1,5 +1,5 @@
|
|||||||
name: gtk
|
name: gtk
|
||||||
version: 3.24.16
|
version: 3.24.18
|
||||||
mtime: 1585342278
|
mtime: 1586471639
|
||||||
commit: 7624f07764b6127e30788ca651c6fde5f1c0cf7b
|
commit: f9decb0cd61f7102af6b5d1f70493bfe6dacb3d1
|
||||||
|
|
||||||
|
26
gtk3.changes
26
gtk3.changes
@ -1,3 +1,29 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 10 11:27:09 UTC 2020 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
- Update to version 3.24.18:
|
||||||
|
+ Wayland: Fix more sizing regressions in Epiphany and
|
||||||
|
LibreOffice menus, and popups in general.
|
||||||
|
+ Build: Make resource build reproducible.
|
||||||
|
+ Updated translations.
|
||||||
|
- Disable autogeneration of .changes in service, we are currently
|
||||||
|
using released tags so it is not needed.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Apr 04 11:15:42 UTC 2020 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
- Update to version 3.24.17:
|
||||||
|
+ GtkFileChooser: Fix some keynav issues.
|
||||||
|
+ GtkMenuButton: disable focus-on-click.
|
||||||
|
+ Derive the HighContrast and HighContrastInverse themes from
|
||||||
|
Adwaita.
|
||||||
|
+ Wayland:
|
||||||
|
- Fix firefox sizing problems.
|
||||||
|
- Prevent Alt lingering after Alt-Tab.
|
||||||
|
- Load compose sequences from ~/.Compose.
|
||||||
|
- Fix a crash in the Wayland input method.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Mar 28 16:59:58 UTC 2020 - dimstar@opensuse.org
|
Sat Mar 28 16:59:58 UTC 2020 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
%bcond_without broadway
|
%bcond_without broadway
|
||||||
%bcond_with doc
|
%bcond_with doc
|
||||||
Name: %{pname}
|
Name: %{pname}
|
||||||
Version: 3.24.16
|
Version: 3.24.18
|
||||||
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
|
||||||
@ -703,7 +703,6 @@ fi
|
|||||||
%{_datadir}/gtk-3.0/gtkbuilder.rng
|
%{_datadir}/gtk-3.0/gtkbuilder.rng
|
||||||
%dir %{_datadir}/gtk-3.0/valgrind
|
%dir %{_datadir}/gtk-3.0/valgrind
|
||||||
%{_datadir}/gtk-3.0/valgrind/gtk.supp
|
%{_datadir}/gtk-3.0/valgrind/gtk.supp
|
||||||
%{_datadir}/gtk-3.0/valgrind/gtk64.supp
|
|
||||||
%{_datadir}/icons/hicolor/*/apps/gtk3-demo.png
|
%{_datadir}/icons/hicolor/*/apps/gtk3-demo.png
|
||||||
%{_datadir}/icons/hicolor/*/apps/gtk3-widget-factory.png
|
%{_datadir}/icons/hicolor/*/apps/gtk3-widget-factory.png
|
||||||
%{_datadir}/icons/hicolor/*/apps/gtk3-demo-symbolic.symbolic.png
|
%{_datadir}/icons/hicolor/*/apps/gtk3-demo-symbolic.symbolic.png
|
||||||
|
Loading…
Reference in New Issue
Block a user