Accepting request 33336 from home:lmedinas:branches:GNOME:Factory
Copy from home:lmedinas:branches:GNOME:Factory/gtk2 via accept of submit request 33336 revision 2. Request was accepted with message: OBS-URL: https://build.opensuse.org/request/show/33336 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk2?expand=0&rev=98
This commit is contained in:
parent
0f94e1e597
commit
37fd613bd8
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:dd90ea32cfce0337e91af9fef738e7cc6e894e8825287b6048068551e0749481
|
|
||||||
size 18910638
|
|
3
gtk+-2.19.6.tar.bz2
Normal file
3
gtk+-2.19.6.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1a38c1f5fec0b850cbfe10714d81adf9d1539730e4cdff72dff79df4bff96aec
|
||||||
|
size 18939953
|
@ -1,23 +0,0 @@
|
|||||||
commit f9a3ce06cc990c8ae3a9d6cee514d0c5f5f05fd8
|
|
||||||
Author: Christian Dywan <christian@twotoasts.de>
|
|
||||||
Date: Fri Feb 12 18:10:17 2010 +0100
|
|
||||||
|
|
||||||
Remove duplicate definitions of gtk_widget_set/get_realized/mapped
|
|
||||||
|
|
||||||
diff --git a/gtk/gtkwidget.h b/gtk/gtkwidget.h
|
|
||||||
index 2490d8b..757be3f 100644
|
|
||||||
--- a/gtk/gtkwidget.h
|
|
||||||
+++ b/gtk/gtkwidget.h
|
|
||||||
@@ -874,12 +874,6 @@ void gtk_widget_child_notify (GtkWidget *widget,
|
|
||||||
const gchar *child_property);
|
|
||||||
void gtk_widget_thaw_child_notify (GtkWidget *widget);
|
|
||||||
|
|
||||||
-void gtk_widget_set_realized (GtkWidget *widget,
|
|
||||||
- gboolean realized);
|
|
||||||
-gboolean gtk_widget_get_realized (GtkWidget *widget);
|
|
||||||
-void gtk_widget_set_mapped (GtkWidget *widget,
|
|
||||||
- gboolean mapped);
|
|
||||||
-gboolean gtk_widget_get_mapped (GtkWidget *widget);
|
|
||||||
void gtk_widget_set_can_focus (GtkWidget *widget,
|
|
||||||
gboolean can_focus);
|
|
||||||
gboolean gtk_widget_get_can_focus (GtkWidget *widget);
|
|
30
gtk2.changes
30
gtk2.changes
@ -1,3 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 23 23:03:13 CET 2010 - lmedinas@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 2.19.6:
|
||||||
|
+ Bugs fixed:
|
||||||
|
- bgo#610701: gnome-shell crashes frequently
|
||||||
|
- bgo#604799: Crash when button is pressed.
|
||||||
|
- bgo#609744: crash at parse_data_for_row_pseudocolor
|
||||||
|
- bgo#600789: gdk/gdkwindow.c "find_native_sibling_above" will
|
||||||
|
crash
|
||||||
|
- bgo#610141: gtk_assistant_get_nth_page() function fails to
|
||||||
|
deliver...
|
||||||
|
- bgo#609952: destroying a notebook window when the last tab
|
||||||
|
got dragged...
|
||||||
|
- bgo#603923: [annotations] gtk_tree_store_newv/set_column_types
|
||||||
|
- bgo#610474: [annotations] Add allow-none
|
||||||
|
- bgo#609650: GtkPlug Embedded signal is not emitted when plug..
|
||||||
|
- bgo#610381: More space between toolbar icon and label
|
||||||
|
- bgo#548026: No accessor for GtkWidget.requisition
|
||||||
|
- bgo#609514: fix introspection comments for
|
||||||
|
gtk_tree_view_get_path_at_pos
|
||||||
|
- bgo#610235: msgid in bad English
|
||||||
|
- bgo#607697: GDK_META_MASK always set on Alt-Enter with gtk+
|
||||||
|
2.19.x
|
||||||
|
- bgo#610632: gtk_info_bar_set_default_response problem
|
||||||
|
- bgo#609172: gdk/directfb: little cleanups
|
||||||
|
- bgo#610184: gtk_assistant_set_current_page() segfaults...
|
||||||
|
+ Updated translations.
|
||||||
|
- drop gtk2-duplicated-declaration.patch included upstream
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Feb 14 18:54:36 CET 2010 - vuntz@opensuse.org
|
Sun Feb 14 18:54:36 CET 2010 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gtk2 (Version 2.19.5)
|
# spec file for package gtk2 (Version 2.19.6)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
Name: gtk2
|
Name: gtk2
|
||||||
%define _name gtk+
|
%define _name gtk+
|
||||||
Version: 2.19.5
|
Version: 2.19.6
|
||||||
Release: 1
|
Release: 1
|
||||||
# FIXME: 2.19.3 doesn't compile with parallel build. Check if this is still true for later versions.
|
# FIXME: 2.19.3 doesn't compile with parallel build. Check if this is still true for later versions.
|
||||||
# FIXME: when updating to next version, check whether we can remove the workaround for bgo#596977 below (removing -fomit-frame-pointer)
|
# FIXME: when updating to next version, check whether we can remove the workaround for bgo#596977 below (removing -fomit-frame-pointer)
|
||||||
@ -32,8 +32,6 @@ Source1: SuSEconfig.gtk2
|
|||||||
Source2: README.SuSE
|
Source2: README.SuSE
|
||||||
Source3: gtkrc
|
Source3: gtkrc
|
||||||
Source4: baselibs.conf
|
Source4: baselibs.conf
|
||||||
# PATCH-FIX-UPSTREAM gtk2-duplicated-declaration.patch vuntz@opensue.org -- Taken from upstream
|
|
||||||
Patch0: gtk2-duplicated-declaration.patch
|
|
||||||
# PATCH-FIX-UPSTREAM gtk2-potfiles.patch bgo599774 sbrabec@suse.cz - Fix POTFILES.in referring to missing file.
|
# PATCH-FIX-UPSTREAM gtk2-potfiles.patch bgo599774 sbrabec@suse.cz - Fix POTFILES.in referring to missing file.
|
||||||
Patch1: gtk2-potfiles.patch
|
Patch1: gtk2-potfiles.patch
|
||||||
# PATCH-FIX-OPENSUSE gtk64.patch sbrabec@novell.com - 64-bit dual install. See also the Fedora patch for a simpler way of doing this.
|
# PATCH-FIX-OPENSUSE gtk64.patch sbrabec@novell.com - 64-bit dual install. See also the Fedora patch for a simpler way of doing this.
|
||||||
@ -154,7 +152,6 @@ configurable.
|
|||||||
%lang_package
|
%lang_package
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{_name}-%{version}
|
%setup -q -n %{_name}-%{version}
|
||||||
%patch0 -p1
|
|
||||||
%patch1
|
%patch1
|
||||||
translation-update-upstream
|
translation-update-upstream
|
||||||
translation-update-upstream po-properties gtk20-properties
|
translation-update-upstream po-properties gtk20-properties
|
||||||
|
Loading…
x
Reference in New Issue
Block a user