Accepting request 39934 from GNOME:Factory

Copy from GNOME:Factory/file-roller based on submit request 39934 from user dimstar

OBS-URL: https://build.opensuse.org/request/show/39934
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/file-roller?expand=0&rev=52
This commit is contained in:
OBS User autobuild 2010-05-13 22:51:52 +00:00 committed by Git OBS Bridge
commit 16e088c9ec
5 changed files with 35 additions and 5 deletions

View File

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

View File

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

View File

@ -0,0 +1,13 @@
Index: file-roller-2.30.1.1/src/eggtreemultidnd.c
===================================================================
--- file-roller-2.30.1.1.orig/src/eggtreemultidnd.c
+++ file-roller-2.30.1.1/src/eggtreemultidnd.c
@@ -310,7 +310,7 @@ egg_tree_multi_drag_motion_event (GtkWid
selection = gtk_tree_view_get_selection (GTK_TREE_VIEW (widget));
gtk_tree_selection_selected_foreach (selection, selection_foreach, &path_list);
if (path_list == NULL)
- return;
+ return FALSE;
path_list = g_list_reverse (path_list);

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed May 5 19:24:57 CEST 2010 - meissner@suse.de
- fixed 1 void return warning
-------------------------------------------------------------------
Thu Apr 29 14:23:48 CEST 2010 - dimstar@opensuse.org
- Update to version 2.30.1.1:
+ bgo#613298 - Extract multi-byte filename from URI in case of
DND
- Changes from version 2.30.1:
+ bgo#615127 - Fixed build error when dbus is not available
+ Updated translations.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 29 23:58:00 CEST 2010 - vuntz@opensuse.org Mon Mar 29 23:58:00 CEST 2010 - vuntz@opensuse.org

View File

@ -1,5 +1,5 @@
# #
# spec file for package file-roller (Version 2.30.0) # spec file for package file-roller (Version 2.30.1.1)
# #
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -18,13 +18,14 @@
Name: file-roller Name: file-roller
Version: 2.30.0 Version: 2.30.1.1
Release: 1 Release: 1
License: GPLv2+ License: GPLv2+
Summary: An Archive Manager for GNOME Summary: An Archive Manager for GNOME
Url: http://fileroller.sourceforge.net Url: http://fileroller.sourceforge.net
Group: Productivity/Archiving/Compression Group: Productivity/Archiving/Compression
Source: ftp://ftp.gnome.org/pub/GNOME/sources/file-roller/2.18/%{name}-%{version}.tar.bz2 Source: ftp://ftp.gnome.org/pub/GNOME/sources/file-roller/2.18/%{name}-%{version}.tar.bz2
Patch0: %name-voidreturn.patch
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: gconf2-devel BuildRequires: gconf2-devel
BuildRequires: glib2-devel BuildRequires: glib2-devel
@ -89,6 +90,7 @@ This package contains a plugin to integrate File Roller into Nautilus.
%lang_package %lang_package
%prep %prep
%setup -q %setup -q
%patch0 -p1
translation-update-upstream translation-update-upstream
%build %build