From ef334d5b2e48b0b4a35f948c258556ccc8930ed61a783b049a63feef136f1291 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Tue, 23 Mar 2010 20:30:20 +0000 Subject: [PATCH 1/3] Accepting request 35580 from home:vuntz:branches:GNOME:Factory Copy from home:vuntz:branches:GNOME:Factory/gtk2 via accept of submit request 35580 revision 2. Request was accepted with message: ok OBS-URL: https://build.opensuse.org/request/show/35580 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk2?expand=0&rev=102 --- gtk+-2.19.7.tar.bz2 | 3 --- gtk+-2.20.0.tar.bz2 | 3 +++ gtk2.changes | 27 +++++++++++++++++++++++++++ gtk2.spec | 4 ++-- 4 files changed, 32 insertions(+), 5 deletions(-) delete mode 100644 gtk+-2.19.7.tar.bz2 create mode 100644 gtk+-2.20.0.tar.bz2 diff --git a/gtk+-2.19.7.tar.bz2 b/gtk+-2.19.7.tar.bz2 deleted file mode 100644 index 4b0d39b..0000000 --- a/gtk+-2.19.7.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:466e013b57c52639aebe588229d8706dbbe817b3238af66a524ff5764e62acb7 -size 19173932 diff --git a/gtk+-2.20.0.tar.bz2 b/gtk+-2.20.0.tar.bz2 new file mode 100644 index 0000000..3d40660 --- /dev/null +++ b/gtk+-2.20.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ea7e11ff88e9a8867b7d9221d40a3bfce5c648ce27cd6bac422ff8f6cca414d +size 19146851 diff --git a/gtk2.changes b/gtk2.changes index be4f80b..bab3846 100644 --- a/gtk2.changes +++ b/gtk2.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Tue Mar 23 18:28:02 CET 2010 - vuntz@opensuse.org + +- Update to version 2.20.0: + + Support the tracker 0.8 api in the file chooser search code + + Bug fixes: + - bgo#609929: Dragging between two windows cause the menu + widget... + - bgo#613241: entry sends extra notify::text with "" on destroy + - bgo#610946: error during gtk+ build + nonsense error messages + - bgo#610176: Some cups1.2 feature use not shielded by API + version-check + - bgo#612574: GtkMenuItem does not emit notify::label when + label... + - bgo#612505: Entry layout not updated when underlying buffer + changes + - bgo#612346: gdk_window_set_icon_name doesn't work + - bgo#612308: GTK+ Build error: redefinition of 'struct + IPrintDialogCallback' + - bgo#611118: Set APPLICATION_ID when launching desktop app + - bgo#612768: DND cause crash in VNC environment + - bgo#612575: Improve docs of + gtk_notebook_set_tab_label_packing + - bgo#605333: Confusing error in documentation + - bgo#613028: Do not get a GtkSettings for size lookup if... + + Updated translations. + ------------------------------------------------------------------- Tue Mar 9 20:38:06 CET 2010 - dimstar@opensuse.org diff --git a/gtk2.spec b/gtk2.spec index 39b2c30..25a9bfa 100644 --- a/gtk2.spec +++ b/gtk2.spec @@ -1,5 +1,5 @@ # -# spec file for package gtk2 (Version 2.19.7) +# spec file for package gtk2 (Version 2.20.0) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,7 +19,7 @@ Name: gtk2 %define _name gtk+ -Version: 2.19.7 +Version: 2.20.0 Release: 1 # 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) From 065526cdc0d5f7c59fbb5f2154b9738f7c6688769c5495d1bdb66eb7f6cd7140 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Thu, 1 Apr 2010 01:07:31 +0000 Subject: [PATCH 2/3] Accepting request 36344 from GNOME:Factory checked in (request 36344) OBS-URL: https://build.opensuse.org/request/show/36344 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk2?expand=0&rev=103 --- gtk+-2.19.7.tar.bz2 | 3 +++ gtk+-2.20.0.tar.bz2 | 3 --- gtk2.changes | 27 --------------------------- gtk2.spec | 4 ++-- 4 files changed, 5 insertions(+), 32 deletions(-) create mode 100644 gtk+-2.19.7.tar.bz2 delete mode 100644 gtk+-2.20.0.tar.bz2 diff --git a/gtk+-2.19.7.tar.bz2 b/gtk+-2.19.7.tar.bz2 new file mode 100644 index 0000000..4b0d39b --- /dev/null +++ b/gtk+-2.19.7.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:466e013b57c52639aebe588229d8706dbbe817b3238af66a524ff5764e62acb7 +size 19173932 diff --git a/gtk+-2.20.0.tar.bz2 b/gtk+-2.20.0.tar.bz2 deleted file mode 100644 index 3d40660..0000000 --- a/gtk+-2.20.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8ea7e11ff88e9a8867b7d9221d40a3bfce5c648ce27cd6bac422ff8f6cca414d -size 19146851 diff --git a/gtk2.changes b/gtk2.changes index bab3846..be4f80b 100644 --- a/gtk2.changes +++ b/gtk2.changes @@ -1,30 +1,3 @@ -------------------------------------------------------------------- -Tue Mar 23 18:28:02 CET 2010 - vuntz@opensuse.org - -- Update to version 2.20.0: - + Support the tracker 0.8 api in the file chooser search code - + Bug fixes: - - bgo#609929: Dragging between two windows cause the menu - widget... - - bgo#613241: entry sends extra notify::text with "" on destroy - - bgo#610946: error during gtk+ build + nonsense error messages - - bgo#610176: Some cups1.2 feature use not shielded by API - version-check - - bgo#612574: GtkMenuItem does not emit notify::label when - label... - - bgo#612505: Entry layout not updated when underlying buffer - changes - - bgo#612346: gdk_window_set_icon_name doesn't work - - bgo#612308: GTK+ Build error: redefinition of 'struct - IPrintDialogCallback' - - bgo#611118: Set APPLICATION_ID when launching desktop app - - bgo#612768: DND cause crash in VNC environment - - bgo#612575: Improve docs of - gtk_notebook_set_tab_label_packing - - bgo#605333: Confusing error in documentation - - bgo#613028: Do not get a GtkSettings for size lookup if... - + Updated translations. - ------------------------------------------------------------------- Tue Mar 9 20:38:06 CET 2010 - dimstar@opensuse.org diff --git a/gtk2.spec b/gtk2.spec index 25a9bfa..39b2c30 100644 --- a/gtk2.spec +++ b/gtk2.spec @@ -1,5 +1,5 @@ # -# spec file for package gtk2 (Version 2.20.0) +# spec file for package gtk2 (Version 2.19.7) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,7 +19,7 @@ Name: gtk2 %define _name gtk+ -Version: 2.20.0 +Version: 2.19.7 Release: 1 # 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) From 05819b0c50defa303ed8ca408fba3388b760153ce197d21853bba36accf19075 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Thu, 1 Apr 2010 01:07:32 +0000 Subject: [PATCH 3/3] Updating link to change in openSUSE:Factory/gtk2 revision 85.0 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk2?expand=0&rev=2ee2bd268b2e0a6f54953d0687fed06e --- gtk+-2.19.7.tar.bz2 | 3 --- gtk+-2.20.0.tar.bz2 | 3 +++ gtk2.changes | 27 +++++++++++++++++++++++++++ gtk2.spec | 4 ++-- 4 files changed, 32 insertions(+), 5 deletions(-) delete mode 100644 gtk+-2.19.7.tar.bz2 create mode 100644 gtk+-2.20.0.tar.bz2 diff --git a/gtk+-2.19.7.tar.bz2 b/gtk+-2.19.7.tar.bz2 deleted file mode 100644 index 4b0d39b..0000000 --- a/gtk+-2.19.7.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:466e013b57c52639aebe588229d8706dbbe817b3238af66a524ff5764e62acb7 -size 19173932 diff --git a/gtk+-2.20.0.tar.bz2 b/gtk+-2.20.0.tar.bz2 new file mode 100644 index 0000000..3d40660 --- /dev/null +++ b/gtk+-2.20.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ea7e11ff88e9a8867b7d9221d40a3bfce5c648ce27cd6bac422ff8f6cca414d +size 19146851 diff --git a/gtk2.changes b/gtk2.changes index be4f80b..bab3846 100644 --- a/gtk2.changes +++ b/gtk2.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Tue Mar 23 18:28:02 CET 2010 - vuntz@opensuse.org + +- Update to version 2.20.0: + + Support the tracker 0.8 api in the file chooser search code + + Bug fixes: + - bgo#609929: Dragging between two windows cause the menu + widget... + - bgo#613241: entry sends extra notify::text with "" on destroy + - bgo#610946: error during gtk+ build + nonsense error messages + - bgo#610176: Some cups1.2 feature use not shielded by API + version-check + - bgo#612574: GtkMenuItem does not emit notify::label when + label... + - bgo#612505: Entry layout not updated when underlying buffer + changes + - bgo#612346: gdk_window_set_icon_name doesn't work + - bgo#612308: GTK+ Build error: redefinition of 'struct + IPrintDialogCallback' + - bgo#611118: Set APPLICATION_ID when launching desktop app + - bgo#612768: DND cause crash in VNC environment + - bgo#612575: Improve docs of + gtk_notebook_set_tab_label_packing + - bgo#605333: Confusing error in documentation + - bgo#613028: Do not get a GtkSettings for size lookup if... + + Updated translations. + ------------------------------------------------------------------- Tue Mar 9 20:38:06 CET 2010 - dimstar@opensuse.org diff --git a/gtk2.spec b/gtk2.spec index 39b2c30..25a9bfa 100644 --- a/gtk2.spec +++ b/gtk2.spec @@ -1,5 +1,5 @@ # -# spec file for package gtk2 (Version 2.19.7) +# spec file for package gtk2 (Version 2.20.0) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,7 +19,7 @@ Name: gtk2 %define _name gtk+ -Version: 2.19.7 +Version: 2.20.0 Release: 1 # 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)