Accepting request 106338 from home:vuntz:branches:GNOME:Factory
Update to 3.3.16 OBS-URL: https://build.opensuse.org/request/show/106338 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk3?expand=0&rev=79
This commit is contained in:
parent
b5b9e0db9e
commit
2c9e48460e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8f70ee47942ae11837c5fd5a0976d8ec551b5b66ce39dda5036dac62855c2541
|
||||
size 12685764
|
3
gtk+-3.3.16.tar.xz
Normal file
3
gtk+-3.3.16.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:57ccae54ad41b8ff5c7be98ca010a5497a86ce7de71050e837d2cf9bc4124256
|
||||
size 12867600
|
16
gtk3.changes
16
gtk3.changes
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 21 12:07:40 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 3.3.16:
|
||||
+ The widget-factory theme test is now installed as a demo named
|
||||
gtk3-widget-factory
|
||||
+ The Raleigh theme is now a pure fallback theme that doesn't
|
||||
share any CSS with other themes anymore
|
||||
+ GtkColorSelectionDialog has been deprecated in favor of a new
|
||||
color chooser widget named GtkColorChooserDialog
|
||||
+ The GtkApplication session support has been simplified
|
||||
+ Bugs fixed: bgo#612283, bgo#668114, bgo#669116, bgo#669208,
|
||||
bgo#669511, bgo#669636, bgo#669638, bgo#669794, bgo#669947,
|
||||
bgo#670077, bgo#670078, bgo#670400.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 7 07:36:24 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
|
@ -16,6 +16,7 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define build_broadway_backend 1
|
||||
|
||||
# When updating the binary version, do not forget to also update baselibs.conf
|
||||
@ -23,7 +24,7 @@
|
||||
|
||||
Name: gtk3
|
||||
%define _name gtk+
|
||||
Version: 3.3.14
|
||||
Version: 3.3.16
|
||||
Release: 0
|
||||
Summary: The GTK+ toolkit library (version 3)
|
||||
License: LGPL-2.1+
|
||||
@ -47,7 +48,7 @@ BuildRequires: pkgconfig(cairo)
|
||||
BuildRequires: pkgconfig(colord)
|
||||
BuildRequires: pkgconfig(fontconfig)
|
||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.25.2
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.31.14
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.31.18
|
||||
BuildRequires: pkgconfig(gmodule-2.0)
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
BuildRequires: pkgconfig(pango)
|
||||
@ -519,10 +520,10 @@ fi
|
||||
|
||||
%files data
|
||||
%defattr(-,root,root)
|
||||
%{_datadir}/glib-2.0/schemas/org.gtk.Settings.ColorChooser.gschema.xml
|
||||
%{_datadir}/glib-2.0/schemas/org.gtk.Settings.FileChooser.gschema.xml
|
||||
%{_datadir}/themes/Default/
|
||||
%{_datadir}/themes/Emacs/
|
||||
%{_datadir}/themes/Raleigh/
|
||||
|
||||
%files branding-upstream
|
||||
%defattr(-,root,root)
|
||||
@ -538,6 +539,7 @@ fi
|
||||
%doc %{_datadir}/gtk-doc/html/gtk3/
|
||||
%{_bindir}/gtk3-demo
|
||||
%{_bindir}/gtk3-demo-application
|
||||
%{_bindir}/gtk3-widget-factory
|
||||
%{_datadir}/aclocal/gtk-3.0.m4
|
||||
%{_datadir}/gir-1.0/*.gir
|
||||
%{_datadir}/glib-2.0/schemas/org.gtk.Demo.gschema.xml
|
||||
|
Loading…
Reference in New Issue
Block a user