OBS User unknown 2008-08-17 22:05:55 +00:00 committed by Git OBS Bridge
parent 33eb3bb34f
commit 9570ae634d
5 changed files with 115 additions and 45 deletions

View File

@ -14,11 +14,11 @@ Original bug: https://launchpad.net/distros/ubuntu/+source/file-roller/+bug/4089
* src/window.c (window_archive__open_extract): tell
window_fake_load that we are batch extracting all
Index: file-roller-2.23.3/src/fr-window.c
Index: file-roller-2.23.5/src/fr-window.c
===================================================================
--- file-roller-2.23.3.orig/src/fr-window.c
+++ file-roller-2.23.3/src/fr-window.c
@@ -389,6 +389,7 @@ struct _FrWindowPrivateData {
--- file-roller-2.23.5.orig/src/fr-window.c
+++ file-roller-2.23.5/src/fr-window.c
@@ -395,6 +395,7 @@ struct _FrWindowPrivateData {
gboolean extract_interact_use_default_dir;
gboolean update_dropped_files;
gboolean batch_adding_one_file;
@ -26,16 +26,16 @@ Index: file-roller-2.23.3/src/fr-window.c
GtkWindow *load_error_parent_window;
gboolean showing_error_dialog;
@@ -4952,7 +4953,7 @@ fr_window_fake_load (FrArchive *archive,
@@ -4987,7 +4988,7 @@ fr_window_fake_load (FrArchive *archive,
return (window->priv->batch_mode
&& ! (add_after_opening && window->priv->update_dropped_files && ! archive->command->propAddCanUpdate)
&& ! (add_after_opening && ! window->priv->update_dropped_files && ! archive->command->propAddCanReplace)
- && ! (extract_after_opening && !archive->command->propCanExtractAll));
+ && ! (window->priv->batch_extracting_all && !(extract_after_opening && !archive->command->propCanExtractAll)));
#endif
}
@@ -5369,6 +5370,7 @@ fr_window_construct (FrWindow *window)
@@ -5413,6 +5414,7 @@ fr_window_construct (FrWindow *window)
window->priv->stoppable = TRUE;
window->priv->batch_adding_one_file = FALSE;
@ -43,7 +43,7 @@ Index: file-roller-2.23.3/src/fr-window.c
window->priv->path_clicked = NULL;
@@ -8406,6 +8408,7 @@ fr_window_new_batch (FrWindow *window)
@@ -8519,6 +8521,7 @@ fr_window_new_batch (FrWindow *window)
{
fr_window_free_batch_data (window);
window->priv->non_interactive = TRUE;

View File

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

View File

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

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Fri Aug 8 14:39:06 CDT 2008 - maw@suse.de
- Update to version 2.23.5:
+ Support for reading and extracting alz archives (bgo#521324)
* Added support for rzip compressed files (bgo#503000)
* Added support for creating self-extracting zip archives
* Added ability to create multi-volume archives
* Added support for header encryption, and implemented header
encryption for 7zip and rar archives
* Use the 7z command to read/write zip, cbr, cbz archives, and
to read cabinet, arj, rar and iso archives
* Try to get the mime type from magic numbers if all other
methods fail
* Now the progress dialog is exact when adding, extracting or
deleting files for tar, zip, rar and 7zip archives
(bgo#153281)
* Do not add the backup files, that is files ending with ~, to
the archive
* Operations are now more efficient for archives with a long
file list
* Added a help button to the window used to create archives
from the file manager menu
* Unified the "new" and "save as" dialogs. Allow to specify
other options in these dialogs, such as whether to encrypt
the header and whether to split the archive in volumes
* Updated documentation
+ Bugs fixed: bgo#343201, bgo#529395, bgo#515194, bgo#519046,
bgo#336790, bgo#539629, bgo#506698, bgo#542541, bgo#504584,
bgo#545188, bgo#545168, bgo#545161, bgo#544613, bgo#544296,
bgo#544184, and bgo#544182
+ Updated translations.
-------------------------------------------------------------------
Sat Jun 21 01:24:25 CEST 2008 - maw@suse.de

View File

@ -1,10 +1,17 @@
#
# spec file for package file-roller (Version 2.23.3)
# spec file for package file-roller (Version 2.23.5)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
@ -15,7 +22,7 @@ Name: file-roller
BuildRequires: docbook-xsl-stylesheets fdupes gconf2-devel glib2-devel gnome-doc-utils-devel gnome-vfs2-devel gtk2-devel intltool libglade2-devel libgnome-devel libgnomeui-devel nautilus-devel perl-XML-Parser scrollkeeper update-desktop-files
License: GPL v2 or later
Group: System/GUI/GNOME
Version: 2.23.3
Version: 2.23.5
Release: 1
Requires: %{name}-lang = %{version}
Summary: An Archive Manager for GNOME
@ -122,7 +129,37 @@ fi
%files lang -f %name.lang
%changelog
* Sat Jun 21 2008 maw@suse.de
* Fri Aug 08 2008 maw@suse.de
- Update to version 2.23.5:
+ Support for reading and extracting alz archives (bgo#521324)
* Added support for rzip compressed files (bgo#503000)
* Added support for creating self-extracting zip archives
* Added ability to create multi-volume archives
* Added support for header encryption, and implemented header
encryption for 7zip and rar archives
* Use the 7z command to read/write zip, cbr, cbz archives, and
to read cabinet, arj, rar and iso archives
* Try to get the mime type from magic numbers if all other
methods fail
* Now the progress dialog is exact when adding, extracting or
deleting files for tar, zip, rar and 7zip archives
(bgo#153281)
* Do not add the backup files, that is files ending with ~, to
the archive
* Operations are now more efficient for archives with a long
file list
* Added a help button to the window used to create archives
from the file manager menu
* Unified the "new" and "save as" dialogs. Allow to specify
other options in these dialogs, such as whether to encrypt
the header and whether to split the archive in volumes
* Updated documentation
+ Bugs fixed: bgo#343201, bgo#529395, bgo#515194, bgo#519046,
bgo#336790, bgo#539629, bgo#506698, bgo#542541, bgo#504584,
bgo#545188, bgo#545168, bgo#545161, bgo#544613, bgo#544296,
bgo#544184, and bgo#544182
+ Updated translations.
* Fri Jun 20 2008 maw@suse.de
- Update to version 2.23.3:
+ Show an alert dialog when the 'save as' operation is completed,
and allow the user the open the newly created archive
@ -173,16 +210,16 @@ fi
+ Fixed a performace issue when extracting a big archive with a
drag and drop operation
+ Updated translations.
* Fri Mar 14 2008 maw@suse.de
* Thu Mar 13 2008 maw@suse.de
- Update to version 2.22.0:
+ Bugs fixed: bgo#518680 and bgo#504155
+ Updated translations.
* Thu Mar 13 2008 sbrabec@suse.cz
- Custom look'n'feel gconf keys moved to gconf2-branding-openSUSE.
* Wed Mar 05 2008 maw@suse.de
* Tue Mar 04 2008 maw@suse.de
- Update to version 2.21.92:
+ Updated translations.
* Wed Feb 20 2008 maw@suse.de
* Tue Feb 19 2008 maw@suse.de
- Update to version 2.21.91:
+ Updated translations.
* Fri Feb 01 2008 maw@suse.de
@ -207,17 +244,17 @@ fi
libgnomeprintui-devel, libwnck-devel
* Thu Oct 11 2007 sbrabec@suse.cz
- Removed bogus dependency on mDNSResponder.
* Wed Sep 26 2007 hpj@suse.de
* Tue Sep 25 2007 hpj@suse.de
- Add file-roller-2.20.0-correct-help-uri.patch, which fixes a
broken help path.
* Wed Sep 19 2007 mauro@suse.de
* Tue Sep 18 2007 mauro@suse.de
- Update to version 2.20.0
* Fixed bug #473158 ask-password.glade is missing
* Fixes bug #463968 file-roller crashed with SIGSEGV in
g_closure_invoke()
* Removed old check that prevented extraction to remote locations
via DnD.
* Tue Sep 11 2007 maw@suse.de
* Mon Sep 10 2007 maw@suse.de
- Update to version 2.19.92:
+ Display empty folders in 7zip archives.
* Fri Aug 31 2007 maw@suse.de
@ -230,7 +267,7 @@ fi
[#468677], #469528, and #469221.
* Mon Aug 06 2007 maw@suse.de
- Split out a -lang subpackage.
* Fri Aug 03 2007 maw@suse.de
* Thu Aug 02 2007 maw@suse.de
- Update to version 2.19.4:
+ Support for drag and drop among file-roller windows
+ Added a folders pane
@ -241,7 +278,7 @@ fi
+ Get mime types from files' content
+ Bugs (bugzilla.gnome.org) fixed: #402756, #461356, and #450150
- Use %%fdupes.
* Tue Jul 10 2007 maw@suse.de
* Mon Jul 09 2007 maw@suse.de
- Update to version 2.19.2
- Can operate on remote archives
- Improved error dialogue
@ -249,12 +286,12 @@ fi
[#440662], and #439154.
* Fri Apr 27 2007 sbrabec@suse.cz
- Do not call meinproc (#227624).
* Thu Apr 12 2007 maw@suse.de
* Wed Apr 11 2007 maw@suse.de
- Update to version 2.18.1 which has updated translations.
* Tue Apr 03 2007 maw@suse.de
* Mon Apr 02 2007 maw@suse.de
- Build with -fno-strict-aliasing
- Package %%{_libdir}/file-roller.
* Tue Apr 03 2007 maw@suse.de
* Mon Apr 02 2007 maw@suse.de
- Update to version 2.18.0
- "Application" is not a valid category in the freedesktop
specification, so remove it from data/file-roller.desktop.in.in
@ -266,22 +303,22 @@ fi
* Mon Jan 15 2007 sbrabec@suse.cz
- Prefix changed to /usr.
- Spec file cleanup.
* Tue Dec 19 2006 btimothy@suse.de
* Mon Dec 18 2006 btimothy@suse.de
- Fix for BNC #223562 to allow self-extracting executables made in
WinZIP to extract/open in file-roller.
* Tue Dec 12 2006 jhargadon@suse.de
- applied a patch to fix crashing when an iso image is right-clicked
(#187126)
* Fri Oct 13 2006 danw@suse.de
* Thu Oct 12 2006 danw@suse.de
- Remove dead patch
- Update for gnome-doc-utils-devel
* Tue Oct 03 2006 jhargadon@suse.de
- update to version 2.16.1
- translation updates
* Thu Sep 14 2006 jhargadon@suse.de
* Wed Sep 13 2006 jhargadon@suse.de
- update to version 2.16.0
- translation updates
* Thu Aug 31 2006 jhargadon@suse.de
* Wed Aug 30 2006 jhargadon@suse.de
- update to version 2.15.93
- Prompt for the password when an archive is encrypted
instead of simply displaying a warning on how to spicify a password
@ -376,7 +413,7 @@ fi
Novell bug #169646.
* Tue Feb 28 2006 sbrabec@suse.cz
- Use kdelibs3-doc in BuildRequires for meinproc (#153635#c14).
* Sat Feb 18 2006 sreeves@suse.de
* Fri Feb 17 2006 sreeves@suse.de
- Update .desktop file (Name, GenericName, Comment, DocPath)
* Wed Feb 01 2006 sbrabec@suse.cz
- Use translation compendium gnome-patch-translation.
@ -384,35 +421,35 @@ fi
- converted neededforbuild to BuildRequires
* Wed Nov 30 2005 gekker@suse.de
- Update to version 2.12.2
* Thu Oct 13 2005 gekker@suse.de
* Wed Oct 12 2005 gekker@suse.de
- Update to version 2.12.1
* Mon Sep 05 2005 gekker@suse.de
- Update to version 2.12.0 (GNOME 2.12)
* Tue Aug 23 2005 gekker@suse.de
* Mon Aug 22 2005 gekker@suse.de
- Update to version 2.11.92
- Add libxml2 and libxml2-python to nfb
* Fri Aug 12 2005 gekker@suse.de
* Thu Aug 11 2005 gekker@suse.de
- Update to version 2.11.91
* Wed Aug 10 2005 gekker@suse.de
* Tue Aug 09 2005 gekker@suse.de
- Fix requirements (98219)
* Tue Aug 02 2005 gekker@suse.de
* Mon Aug 01 2005 gekker@suse.de
- Update to version 2.11.90
* Fri Jul 22 2005 gekker@suse.de
* Thu Jul 21 2005 gekker@suse.de
- Update to version 2.11.2
- Remove .la files
* Sat Jun 18 2005 gekker@suse.de
* Fri Jun 17 2005 gekker@suse.de
- Update to version 2.11.1
* Wed Mar 09 2005 gekker@suse.de
- Updated to version 2.10.0 (GNOME 2.10).
* Thu Mar 03 2005 gekker@suse.de
- Updated to version 2.9.92
* Fri Feb 11 2005 gekker@suse.de
* Thu Feb 10 2005 gekker@suse.de
- Updated to version 2.9.91
* Sat Feb 05 2005 gekker@suse.de
- Updated to 2.9.4
* Wed Jan 19 2005 clahey@suse.de
- Updated to 2.9.3.
* Sat Oct 30 2004 ro@suse.de
* Fri Oct 29 2004 ro@suse.de
- locale rename: no -> nb
* Wed Sep 08 2004 sbrabec@suse.cz
- Added shared mime info.
@ -455,9 +492,9 @@ fi
- Updated to version 2.4.1.1.
* Mon Sep 29 2003 hhetter@suse.de
- updated to version 2.4.0.1 [GNOME2.4]
* Mon Sep 15 2003 adrian@suse.de
* Sun Sep 14 2003 adrian@suse.de
- add Archiving Category
* Fri Aug 08 2003 ro@suse.de
* Thu Aug 07 2003 ro@suse.de
- fix typo in filelist
* Thu Aug 07 2003 sbrabec@suse.cz
- Not use globbing for schemas in %%files.
@ -477,11 +514,11 @@ fi
- filelist review
- added openssl and alsa-devel to neededforbuild
- install and register schemas file
* Thu Jan 16 2003 ro@suse.de
* Wed Jan 15 2003 ro@suse.de
- use gtk2-devel-packages and libjpeg in neededforbuild
* Tue Jan 14 2003 ro@suse.de
- added expat to neededforbuild
* Tue Nov 12 2002 ro@suse.de
* Mon Nov 11 2002 ro@suse.de
- changed neededforbuild <xf86 xdevel> to <x-devel-packages>
* Wed Nov 06 2002 hhetter@suse.de
- updated to version 2.0.4