Accepting request 826635 from GNOME:Factory
- Update to version 3.24.22: + GtkTextView: - Fix some corner cases of pixelcache invalidation. - Make select-all work on touch. + Fix print portal support. + Adwaita: - Tweak title style class. - Add a public color for text view background. + Wayland: Add a way to change the application id: + Add --enable-tracker3 option to configure. + Updated translations. - Only recommend instead of Require adwaita-icon-theme: Even though GTK3 references this icon set as fallback, we only want to recommend it here to have a chance to make live CD's smaller (where we have good control of the apps on them). (forwarded request 825426 from iznogood) OBS-URL: https://build.opensuse.org/request/show/826635 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk3?expand=0&rev=160
This commit is contained in:
commit
89ae6451fb
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<service name="obs_scm" mode="disabled">
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/gtk.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">3.24.21</param>
|
||||
<param name="revision">3.24.22</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:7eb842ebe0dc9053d995175e22a84b50cad86faee0765f9cd9eb67f098c0f7b1
|
||||
size 98990094
|
3
gtk-3.24.22.obscpio
Normal file
3
gtk-3.24.22.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ff0c04e17d571608f5d97d542ab90b246466cde574a4df3518770f751d9236a9
|
||||
size 98998286
|
@ -1,5 +1,5 @@
|
||||
name: gtk
|
||||
version: 3.24.21
|
||||
mtime: 1593378841
|
||||
commit: ab4b85f88cf822d6dbb9cda9c4d71fd10a5d3d99
|
||||
version: 3.24.22
|
||||
mtime: 1597075186
|
||||
commit: 0d30d36326ade257b6309d23bbbeb844a1119338
|
||||
|
||||
|
23
gtk3.changes
23
gtk3.changes
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 10 16:55:00 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 3.24.22:
|
||||
+ GtkTextView:
|
||||
- Fix some corner cases of pixelcache invalidation.
|
||||
- Make select-all work on touch.
|
||||
+ Fix print portal support.
|
||||
+ Adwaita:
|
||||
- Tweak title style class.
|
||||
- Add a public color for text view background.
|
||||
+ Wayland: Add a way to change the application id:
|
||||
+ Add --enable-tracker3 option to configure.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 10 08:12:40 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Only recommend instead of Require adwaita-icon-theme: Even though
|
||||
GTK3 references this icon set as fallback, we only want to
|
||||
recommend it here to have a chance to make live CD's smaller
|
||||
(where we have good control of the apps on them).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 28 22:12:09 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -35,7 +35,7 @@
|
||||
%bcond_without broadway
|
||||
%bcond_with doc
|
||||
Name: %{pname}
|
||||
Version: 3.24.21
|
||||
Version: 3.24.22
|
||||
Release: 0
|
||||
Summary: The GTK+ toolkit library (version 3)
|
||||
License: LGPL-2.1-or-later
|
||||
@ -111,8 +111,9 @@ Summary: The GTK+ toolkit library (version 3)
|
||||
Group: System/Libraries
|
||||
Requires: %{name}-data >= %{version}
|
||||
Requires: %{name}-schema >= %{version}
|
||||
# Require Adwaita Icon Theme: It's GTKs icon set, that's guaranteed to be there
|
||||
Requires: adwaita-icon-theme
|
||||
# Recommend Adwaita Icon Theme: GTK3 references this icon set in the code,
|
||||
# but some setups might still want to eliminate it (think limited size Live CDs)
|
||||
Recommends: adwaita-icon-theme
|
||||
# Require gdk-pixbuf-loader-rsvg - bsc#1007453. We require adwaita-icon-theme
|
||||
# so we need something to load the svg icons.
|
||||
Requires: gdk-pixbuf-loader-rsvg
|
||||
|
Loading…
Reference in New Issue
Block a user