Accepting request 81863 from GNOME:Factory

Update to 3.1.18; note that colord has a baselibs.conf in factory now, as requested

OBS-URL: https://build.opensuse.org/request/show/81863
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk3?expand=0&rev=23
This commit is contained in:
Sascha Peilicke 2011-09-12 08:27:18 +00:00 committed by Git OBS Bridge
commit 1d1351168f
4 changed files with 67 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:40bec15c44f95a269526e0aab3fad3c0d1d66f3d3445507887b20af6f4269f81
size 17293442

3
gtk+-3.1.18.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e6f1afcdf87932cb3fb78f65b9459b3e5bae44481d8c9f0ca3be9c388c0ad975
size 17397213

View File

@ -1,3 +1,62 @@
-------------------------------------------------------------------
Tue Sep 6 09:13:56 UTC 2011 - vuntz@opensuse.org
- Update to version 3.1.18:
+ GtkFileChooser: It is no possible to go to the containing
folder of a selected file in recent files or search results.
+ Bugs fixed: bgo#530253, bgo#566202, bgo#581435, bgo#655631,
bgo#657793, bgo#657882, bgo#657963, bgo#657985, bgo#658008,
bgo#658077, bgo#658111, bgo#658168, bgo#658200.
+ Updated translations.
- Pass explicit --enable-colord to configure to make sure we build
colord support.
-------------------------------------------------------------------
Wed Aug 31 09:52:16 CEST 2011 - vuntz@opensuse.org
- Update to version 3.1.16:
+ Make distcheck work again, and fix errors that crept in by lack
of a working distcheck.
+ Bugs fixed: bgo#656223.
- Remove sed hack in %prep introduced for 3.1.14 since it's now
unneeded.
-------------------------------------------------------------------
Tue Aug 30 13:23:29 CEST 2011 - vuntz@opensuse.org
- Update to version 3.1.14:
+ GtkTreeView: The GtkTreeModelFilter and GtkTreeModelSort
implementations have been improved and a comprehensive test
suite has been added.
+ GtkFileChooser: The selected file(s) can now be copied to the
clipboard.
+ Bugs fixed: bgo#656851, bgo#344858, bgo#349502, bgo#621076,
bgo#634136, bgo#649588, bgo#650762, bgo#651827, bgo#656986,
bgo#657146, bgo#657260, bgo#657359, bgo#657384.
+ Updated translations.
- Remove build of tests with a sed hack in %prep due to missing
file in this tarball. This hack will get removed with the next
release.
- Drop gtk3-enabledeprecated.patch: fixed upstream.
-------------------------------------------------------------------
Tue Aug 16 11:26:38 CEST 2011 - dimstar@opensuse.org
- Update to version 3.1.12:
+ GtkFontChooserDialog: A newly designed font selection dialog
that is intended to replace GtkFontSelectionDialog
+ Drawing of focus rectangles is now optional; it can be turned
off altogether, or until actual keyboard interaction happens,
with the gtk-visible-focus setting.
+ OS X: Fixes for 10.7 (Lion)
+ Bugs fixed: bgo#407885, bgo#508601, bgo#599664, bgo#645258,
bgo#649567, bgo#652991, bgo#653817, bgo#653964, bgo#655074,
bgo#655122, bgo#655173, bgo#655495, bgo#655496, bgo#655545,
bgo#655822, bgo#656098, bgo#656421.
+ Updated translations.
- Add gtk3-enabledeprecated.patch: Fix build by enabling deprecated
symbols for the test suite.
-------------------------------------------------------------------
Sun Jul 24 10:41:11 CEST 2011 - vuntz@opensuse.org

View File

@ -24,7 +24,7 @@
Name: gtk3
%define _name gtk+
Version: 3.1.10
Version: 3.1.18
Release: 1
License: LGPLv2.1+
Summary: The GTK+ toolkit library (version 3)
@ -46,11 +46,11 @@ Patch3: gtk3-bnc130159-bgo319483-async-font-selection.patch
BuildRequires: fdupes
BuildRequires: cups-devel
BuildRequires: gnome-patch-translation
BuildRequires: pkgconfig(atk)
BuildRequires: pkgconfig(atk) >= 2.1.5
BuildRequires: pkgconfig(cairo)
BuildRequires: pkgconfig(colord)
BuildRequires: pkgconfig(fontconfig)
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.21.0
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.23.5
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: pkgconfig(pango)
@ -299,7 +299,8 @@ gnome-patch-translation-update
%if %{build_broadway_backend}
--enable-broadway-backend \
%endif
--enable-introspection
--enable-introspection \
--enable-colord
%{__make} V=1 %{?_smp_mflags}
%install