Accepting request 186890 from GNOME:Factory
push GNOME:Factory OBS-URL: https://build.opensuse.org/request/show/186890 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk3?expand=0&rev=51
This commit is contained in:
commit
f76f72708b
3
gtk+-3.9.10.tar.xz
Normal file
3
gtk+-3.9.10.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6b7881cf881faecbcc1e6ccb1ee9806682962f9db9306585dfb68a8744bc6f30
|
||||
size 13735472
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a2053a9556c600e0217ec48df75e96aad909f3bc4ec307d2e04817ac548d39a8
|
||||
size 13216448
|
18
gtk3.changes
18
gtk3.changes
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 30 07:09:39 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.9.10:
|
||||
+ GtkInfoBar updates:
|
||||
- Turn action area horizontal.
|
||||
- Fix spacing.
|
||||
- Add an easy way to add a close button.
|
||||
+ Updated documentations.
|
||||
+ Deprecations: tear-off menuitems.
|
||||
+ Bugs fixed: bgo#684558, bgo#694086. bgo#698758, bgo#700229,
|
||||
bgo#700896, bgo#700898, bgo#701332, bgo#701365, bgo#701613,
|
||||
bgo#702563, bgo#704104, bgo#704164, bgo#704171, bgo#704216,
|
||||
bgo#704274, bgo#704392, bgo#704554, bgo#704700, bgo#704747,
|
||||
bgo#704894, bgo#704937, bgo#705060.
|
||||
+ Updated translations.
|
||||
- Remove language handling targetted at openSUSE <= 11.3.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 10 07:02:57 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
Name: gtk3
|
||||
%define _name gtk+
|
||||
Version: 3.9.8
|
||||
Version: 3.9.10
|
||||
Release: 0
|
||||
Summary: The GTK+ toolkit library (version 3)
|
||||
License: LGPL-2.1+
|
||||
@ -57,7 +57,7 @@ BuildRequires: pkgconfig(cairo)
|
||||
BuildRequires: pkgconfig(colord)
|
||||
BuildRequires: pkgconfig(fontconfig)
|
||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.27.1
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.37.3
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.37.5
|
||||
BuildRequires: pkgconfig(gmodule-2.0)
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.32.0
|
||||
BuildRequires: pkgconfig(pango) >= 1.32.4
|
||||
@ -337,9 +337,8 @@ NOCONFIGURE=1 ./autogen.sh
|
||||
%install
|
||||
%makeinstall
|
||||
find %{buildroot}%{_libdir} -name '*.la' -delete -print
|
||||
%if 0%{?suse_version} <= 1130
|
||||
%{__rm} %{buildroot}%{_datadir}/locale/kg/LC_MESSAGES/*
|
||||
%endif
|
||||
# Do not install the exampleapp glib schema, as the app itself is noinst
|
||||
rm %{buildroot}%{_datadir}/glib-2.0/schemas/org.gtk.exampleapp.gschema.xml
|
||||
%find_lang gtk30
|
||||
%find_lang gtk30-properties
|
||||
install -m 644 -D %{S:2} %{buildroot}%{_sysconfdir}/gtk-3.0/settings.ini
|
||||
|
Loading…
Reference in New Issue
Block a user