commit grip for openSUSE:Factory
Hello community, here is the log from the commit of package grip for openSUSE:Factory checked in at Mon Sep 27 16:22:00 CEST 2010. -------- --- GNOME/grip/grip.changes 2009-08-26 16:07:11.000000000 +0200 +++ /mounts/work_src_done/STABLE/grip/grip.changes 2010-09-27 01:14:50.000000000 +0200 @@ -1,0 +2,6 @@ +Mon Sep 27 01:14:12 CEST 2010 - ro@suse.de + +- grip-vte_adjustment.diff: fix build with current vte that does + not directly expose the adjustment member any more + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- grip-vte_adjustment.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ grip.spec ++++++ --- /var/tmp/diff_new_pack.2ix5hC/_old 2010-09-27 16:21:43.000000000 +0200 +++ /var/tmp/diff_new_pack.2ix5hC/_new 2010-09-27 16:21:43.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package grip (Version 3.2.0) # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,11 +21,11 @@ Name: grip BuildRequires: cdparanoia curl-devel fdupes gcc-c++ id3lib-devel libgnomeui-devel update-desktop-files vte-devel Url: http://www.nostatic.org/grip/ -License: GPL v2 or later +License: GPLv2+ Group: Productivity/Multimedia/Sound/Utilities Requires: vorbis-tools Version: 3.2.0 -Release: 309 +Release: 317 Summary: An Audio CD Ripping Application Source: %{name}-%{version}.tar.bz2 Source1: hu.po @@ -43,6 +43,7 @@ Patch11: grip-errorhandling.patch Patch12: grip-url_launcher.patch Patch13: grip-3.2.0-hu_locale.patch +Patch14: grip-vte_adjustment.diff Requires: %{name}-lang = %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -75,6 +76,7 @@ %patch11 -p1 %patch12 %patch13 +%patch14 %build autoreconf -i -f ++++++ grip-vte_adjustment.diff ++++++ --- src/status_window.c +++ src/status_window.c @@ -73,7 +73,7 @@ gtk_box_pack_start(GTK_BOX(hbox),sw->term_widget,TRUE,TRUE,0); gtk_widget_show(sw->term_widget); - vscrollbar=gtk_vscrollbar_new(VTE_TERMINAL(sw->term_widget)->adjustment); + vscrollbar=gtk_vscrollbar_new(vte_terminal_get_adjustment(VTE_TERMINAL(sw->term_widget))); gtk_box_pack_start(GTK_BOX(hbox),vscrollbar,FALSE,FALSE,0); gtk_widget_show(vscrollbar); ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de