Accepting request 494436 from GNOME:Factory
1 OBS-URL: https://build.opensuse.org/request/show/494436 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk3?expand=0&rev=110
This commit is contained in:
commit
fe0983c59a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:db440670cb6f3c098b076df3735fbc4e69359bd605385e87c90ee48344a804ca
|
||||
size 18250068
|
3
gtk+-3.22.14.tar.xz
Normal file
3
gtk+-3.22.14.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d6120e4fd64e432b74a61e8abd972b1948cf54e4dc4f0e081c05ab625f087131
|
||||
size 18624808
|
34
gtk3.changes
34
gtk3.changes
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 10 19:50:44 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.22.14:
|
||||
+ Fix build without sassc.
|
||||
+ Fix clipboard handling of UTF8 text.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 10 11:24:16 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.22.13:
|
||||
+ Bugs fixed: bgo#358970, bgo#771269, bgo#773814, bgo#778301,
|
||||
bgo#778617, bgo#779570, bgo#780301, bgo#781118, bgo#781162,
|
||||
bgo#781195, bgo#781214, bgo#781422, bgo#781605, bgo#781622,
|
||||
bgo#781737, bgo#781767, bgo#781814, bgo#781992, bgo#782109,
|
||||
bgo#782180, bgo#782202.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 24 10:47:28 UTC 2017 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.22.12:
|
||||
+ Bugs fixed: bgo#686838, bgo#734946, bgo#773228, bgo#776472,
|
||||
bgo#778853, bgo#779081, bgo#779184, bgo#780041, bgo#780234,
|
||||
bgo#780734, bgo#780735, bgo#780878, bgo#780994.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 24 15:51:44 UTC 2017 - sreeves@suse.com
|
||||
|
||||
- Add Requires gdk-pixbuf-loader-rsvg. bsc#1007453
|
||||
We require adwaita-icon-theme so we need something to load
|
||||
the svg icons it provides.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 20 09:03:23 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
|
@ -29,7 +29,7 @@
|
||||
|
||||
Name: gtk3
|
||||
%define _name gtk+
|
||||
Version: 3.22.11
|
||||
Version: 3.22.14
|
||||
Release: 0
|
||||
Summary: The GTK+ toolkit library (version 3)
|
||||
License: LGPL-2.1+
|
||||
@ -105,6 +105,9 @@ Requires: %{name}-schema >= %{version}
|
||||
Requires: hicolor-icon-theme
|
||||
# Require Adwaita Icon Theme: It's GTKs icon set, that's guaranteed to be there
|
||||
Requires: 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
|
||||
# gtk+ can work without branding/translations. Built in defaults will be used then.
|
||||
Recommends: %{name}-branding
|
||||
# it's nice to have input modules for various locales installed by default
|
||||
|
Loading…
Reference in New Issue
Block a user