Accepting request 43294 from home:dimstar:branches:GNOME:Factory
Copy from home:dimstar:branches:GNOME:Factory/file-roller via accept of submit request 43294 revision 2. Request was accepted with message: thanks, will tweak a bit OBS-URL: https://build.opensuse.org/request/show/43294 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/file-roller?expand=0&rev=77
This commit is contained in:
parent
eb3042b5b9
commit
3d07093ea0
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1fa54fb3a2616506dc2908050adbb16128b70d60dad789b20817cd4b60102fa5
|
|
||||||
size 1805950
|
|
3
file-roller-2.31.3.tar.bz2
Normal file
3
file-roller-2.31.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e01e6363c4ac059e9cf945668e2998824e291de8ab9a5340c4872af47b21e2fd
|
||||||
|
size 1834994
|
13
file-roller-voidreturn.patch
Normal file
13
file-roller-voidreturn.patch
Normal 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);
|
||||||
|
|
@ -1,3 +1,38 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 8 10:57:13 CEST 2010 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 2.31.3:
|
||||||
|
+ Fixed segmentation fault when opening some rar arches
|
||||||
|
+ bgo#576436: Use dpkg-deb to view and extract .deb files
|
||||||
|
- Changes from version 2.31.2:
|
||||||
|
+ bgo#620172: improved the "encrypt header" button usability.
|
||||||
|
always keep the "encrypt header" button clickable even when the
|
||||||
|
password field is void.
|
||||||
|
- changes from version 2.31.1:
|
||||||
|
+ Added support for lrzip archives and lrzip compressed tar
|
||||||
|
archives.
|
||||||
|
+ bgo#617769: Bring back support for archives on remote GIO
|
||||||
|
mounts when the fuse daemon is not available.
|
||||||
|
+ bgo#617840: Fixed crashes when trying to create a tar.z7
|
||||||
|
archive. due to a missing sentinel in a varargs call.
|
||||||
|
+ Updated translations.
|
||||||
|
- Remove gnome-common BuildRequires and call to gnome-autogen.sh.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package file-roller (Version 2.30.0)
|
# spec file for package file-roller (Version 2.31.3)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -18,13 +18,15 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: file-roller
|
Name: file-roller
|
||||||
Version: 2.30.0
|
Version: 2.31.3
|
||||||
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
|
||||||
|
# PATCH-FIX-UPSTREAM file-runner-voidreturn.patch bgo#623818 meissner@suse.de -- Fix a warning regarding void return value.
|
||||||
|
Patch0: %name-voidreturn.patch
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gconf2-devel
|
BuildRequires: gconf2-devel
|
||||||
BuildRequires: glib2-devel
|
BuildRequires: glib2-devel
|
||||||
@ -34,8 +36,6 @@ BuildRequires: intltool
|
|||||||
BuildRequires: nautilus-devel
|
BuildRequires: nautilus-devel
|
||||||
BuildRequires: translation-update-upstream
|
BuildRequires: translation-update-upstream
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
# Needed for patch0 file-roller-fix-build.patch
|
|
||||||
BuildRequires: gnome-common
|
|
||||||
Requires: %{name}-lang = %{version}
|
Requires: %{name}-lang = %{version}
|
||||||
# Formats that we really want to support by default
|
# Formats that we really want to support by default
|
||||||
Requires: bzip2
|
Requires: bzip2
|
||||||
@ -89,10 +89,10 @@ 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
|
||||||
NOCONFIGURE=1 gnome-autogen.sh
|
|
||||||
%configure\
|
%configure\
|
||||||
--disable-schemas-install\
|
--disable-schemas-install\
|
||||||
--disable-scrollkeeper
|
--disable-scrollkeeper
|
||||||
|
Loading…
Reference in New Issue
Block a user