Accepting request 54160 from home:dimstar:branches:GNOME:Factory

thanks

OBS-URL: https://build.opensuse.org/request/show/54160
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk3?expand=0&rev=22
This commit is contained in:
Vincent Untz 2010-11-30 12:53:33 +00:00 committed by Git OBS Bridge
parent eaa91e5c9f
commit fe0193f13c
5 changed files with 25 additions and 34 deletions

View File

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

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

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

View File

@ -1,26 +0,0 @@
Index: gtk+-2.91.4/gtk/Makefile.am
===================================================================
--- gtk+-2.91.4.orig/gtk/Makefile.am
+++ gtk+-2.91.4/gtk/Makefile.am
@@ -918,7 +918,7 @@ Gtk_3_0_gir_CFLAGS = \
-DGTK_TEXT_USE_INTERNAL_UNSUPPORTED_API
Gtk_3_0_gir_LIBS = $(gtktargetlib)
if USE_X11
-Gtk_3_0_gir_LIBS += $(top_builddir)/gdk/x11/libgdk-x11.la
+Gtk_3_0_gir_LIBS += $(top_builddir)/gdk/libgdk-x11-3.0.la
endif
Gtk_3_0_gir_FILES = $(introspection_files)
INTROSPECTION_GIRS += Gtk-3.0.gir
Index: gtk+-2.91.4/gtk/Makefile.in
===================================================================
--- gtk+-2.91.4.orig/gtk/Makefile.in
+++ gtk+-2.91.4/gtk/Makefile.in
@@ -68,7 +68,7 @@ DIST_COMMON = $(am__gtkunixprintinclude_
@USE_QUARTZ_TRUE@@USE_WIN32_FALSE@@USE_X11_FALSE@am__append_12 = $(gtk_use_quartz_c_sources)
@USE_QUARTZ_FALSE@@USE_WIN32_FALSE@@USE_X11_FALSE@am__append_13 = $(gtk_use_stub_c_sources)
@HAVE_INTROSPECTION_TRUE@@USE_X11_TRUE@am__append_14 = --add-include-path=$(top_builddir)/gdk/x11
-@HAVE_INTROSPECTION_TRUE@@USE_X11_TRUE@am__append_15 = $(top_builddir)/gdk/x11/libgdk-x11.la
+@HAVE_INTROSPECTION_TRUE@@USE_X11_TRUE@am__append_15 = $(top_builddir)/gdk/libgdk-x11-3.0.la
@HAVE_INTROSPECTION_TRUE@am__append_16 = Gtk-3.0.gir
@HAVE_INTROSPECTION_TRUE@am__append_17 = $(gir_DATA) $(typelibs_DATA)
bin_PROGRAMS = gtk-query-immodules-3.0$(EXEEXT) \

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Tue Nov 30 09:48:47 CET 2010 - dimstar@opensuse.org
- Update to version 2.91.5:
+ GtkSwitch: a new widget that provides switch-like on/off
functionality
+ Deprecations and cleanups:
- GtkCallbackMarshal and GtkFunction have been deprecated
- gtk_init_add has been removed
- The ::size-request signal has been removed
- GtkRuler has been removed
+ The default value for the GtkBox::fill property has been
changed back to TRUE
+ Bugs fixed: bgo#613942, bgo#629955, bgo#633324, bgo#633896,
bgo#634474, bgo#634558, bgo#634592, bgo#634697, bgo#634821,
bgo#634987, bgo#635175, bgo#635253, bgo#635307, bgo#635380,
bgo#635588, bgo#635693, bgo#635879.
+ Updated translations.
- Drop gtk3-introspection-build-fix.patch: fixed upstream.
-------------------------------------------------------------------
Tue Nov 30 09:47:32 CET 2010 - vuntz@opensuse.org

View File

@ -1,5 +1,5 @@
#
# spec file for package gtk3 (Version 2.91.4)
# spec file for package gtk3 (Version 2.91.5)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Dominique Leuenebrger, Amsterdam, Netherlands
@ -22,7 +22,7 @@
Name: gtk3
%define _name gtk+
Version: 2.91.4
Version: 2.91.5
Release: 1
# FIXME: 2.90.5 doesn't compile with parallel build (bgo#624304). Check if this is still true for later versions.
License: LGPLv2.1+
@ -42,8 +42,6 @@ Patch1: gtk3-path-local.patch
Patch2: gtk3-bnc129753-localize-font-style-name.patch
# PATCH-FIX-UPSTREAM gtk3-bnc130159-bgo319483-async-font-selection.patch bnc130159 bgo319483 federico@novell.com - Load fonts asynchronously in GtkFontSelection to make it appear faster for CJK languages
Patch3: gtk3-bnc130159-bgo319483-async-font-selection.patch
# PATCH-FIX-UPSTREAM gtk3-introspection-build-fix.patch vuntz@opensuse.org -- Fix build of introspection data, taken from git
Patch4: gtk3-introspection-build-fix.patch
BuildRequires: fdupes
BuildRequires: cups-devel
BuildRequires: gnome-patch-translation
@ -276,7 +274,6 @@ cp -a %{S:1} .
%patch1 -p0
%patch2 -p1
%patch3 -p1
%patch4 -p1
gnome-patch-translation-update
%build