This commit is contained in:
parent
7c33afef7c
commit
40f50f1604
13
abuild.patch
13
abuild.patch
@ -1,13 +0,0 @@
|
|||||||
Index: file-roller-2.19.2/src/file-utils.c
|
|
||||||
===================================================================
|
|
||||||
--- file-roller-2.19.2.orig/src/file-utils.c
|
|
||||||
+++ file-roller-2.19.2/src/file-utils.c
|
|
||||||
@@ -1206,7 +1206,7 @@ get_uri_from_path (const char *path)
|
|
||||||
{
|
|
||||||
if (path == NULL)
|
|
||||||
return NULL;
|
|
||||||
- if ((path == "") || (path[0] == '/'))
|
|
||||||
+ if ((!strcmp (path, "")) || (path[0] == '/'))
|
|
||||||
return g_strconcat ("file://", path, NULL);
|
|
||||||
return g_strdup (path);
|
|
||||||
}
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:35b906834acfc3b36760c1f76c31215a5ac371cb883ca27759cab2306370b107
|
|
||||||
size 1227085
|
|
3
file-roller-2.21.2.tar.bz2
Normal file
3
file-roller-2.21.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:500fbacc85749e1b47006eeb075e4b50200f16b72b520f1fe5969d6275e2fcd8
|
||||||
|
size 1245844
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 1 20:16:53 CET 2008 - maw@suse.de
|
||||||
|
|
||||||
|
- Update to version 2.21.2:
|
||||||
|
+ Added the ability to find the files of the archive with the
|
||||||
|
specified filename
|
||||||
|
+ Can now update files in an archive when the files are modified by
|
||||||
|
an external application
|
||||||
|
+ Added support for lzma files, both single, compressed files
|
||||||
|
and tarballs
|
||||||
|
+ Bugs fixed: bgo#487012, bgo#487079, bgo#499958, bgo#499558,
|
||||||
|
bgo#458399, bgo#475166, bgo#505987, bgo#487012, bgo#490891,
|
||||||
|
bgo#504597, bgo#303213, and bgo#509933.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 20 06:09:37 CEST 2007 - jpr@suse.de
|
Thu Dec 20 06:09:37 CEST 2007 - jpr@suse.de
|
||||||
|
|
||||||
|
180
file-roller.spec
180
file-roller.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package file-roller (Version 2.20.2)
|
# spec file for package file-roller (Version 2.21.2)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -14,7 +14,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
|
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
|
License: GPL v2 or later
|
||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
Version: 2.20.2
|
Version: 2.21.2
|
||||||
Release: 1
|
Release: 1
|
||||||
Requires: %{name}-lang = %{version}
|
Requires: %{name}-lang = %{version}
|
||||||
Summary: An Archive Manager for GNOME
|
Summary: An Archive Manager for GNOME
|
||||||
@ -25,8 +25,6 @@ Patch0: file-roller-ximian-defaults.patch
|
|||||||
Patch2: file-roller-2.12.2-no-cmdline-overflow.patch
|
Patch2: file-roller-2.12.2-no-cmdline-overflow.patch
|
||||||
#PATCH-FIX-UPSTREAM bug-187126_file-roller-batch-extract-all.patch bnc187126 bgo342043 jberkman@novell.com -- Upstream says this is committed but its not
|
#PATCH-FIX-UPSTREAM bug-187126_file-roller-batch-extract-all.patch bnc187126 bgo342043 jberkman@novell.com -- Upstream says this is committed but its not
|
||||||
Patch3: bug-187126_file-roller-batch-extract-all.patch
|
Patch3: bug-187126_file-roller-batch-extract-all.patch
|
||||||
#PATCH-FIX-UPSTREAM abuild.patch bgo504597 maw@novell.com
|
|
||||||
Patch4: abuild.patch
|
|
||||||
#PATCH-FIX-UPSTREAM file-roller-2.20.0-correct-help-uri.patch bnc326492 bgo480442 hpj@novell.com
|
#PATCH-FIX-UPSTREAM file-roller-2.20.0-correct-help-uri.patch bnc326492 bgo480442 hpj@novell.com
|
||||||
Patch5: file-roller-2.20.0-correct-help-uri.patch
|
Patch5: file-roller-2.20.0-correct-help-uri.patch
|
||||||
Url: http://fileroller.sourceforge.net
|
Url: http://fileroller.sourceforge.net
|
||||||
@ -77,7 +75,6 @@ Authors:
|
|||||||
%patch -p1
|
%patch -p1
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
%patch3 -p1
|
%patch3 -p1
|
||||||
%patch4 -p1
|
|
||||||
%patch5 -p1
|
%patch5 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -131,7 +128,18 @@ fi
|
|||||||
%files lang -f %name.lang
|
%files lang -f %name.lang
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Dec 20 2007 - jpr@suse.de
|
* Fri Feb 01 2008 maw@suse.de
|
||||||
|
- Update to version 2.21.2:
|
||||||
|
+ Added the ability to find the files of the archive with the
|
||||||
|
specified filename
|
||||||
|
+ Can now update files in an archive when the files are modified by
|
||||||
|
an external application
|
||||||
|
+ Added support for lzma files, both single, compressed files
|
||||||
|
and tarballs
|
||||||
|
+ Bugs fixed: bgo#487012, bgo#487079, bgo#499958, bgo#499558,
|
||||||
|
bgo#458399, bgo#475166, bgo#505987, bgo#487012, bgo#490891,
|
||||||
|
bgo#504597, bgo#303213, and bgo#509933.
|
||||||
|
* Thu Dec 20 2007 jpr@suse.de
|
||||||
-Update to 2.20.2
|
-Update to 2.20.2
|
||||||
* Updated translations
|
* Updated translations
|
||||||
* Fixed crash after cancelling an archive creation from the
|
* Fixed crash after cancelling an archive creation from the
|
||||||
@ -140,22 +148,22 @@ fi
|
|||||||
and was rejected upstream in bgo144800
|
and was rejected upstream in bgo144800
|
||||||
- Remove bogus BuildRequires: gnutls-devel, gnome-patch-translation,
|
- Remove bogus BuildRequires: gnutls-devel, gnome-patch-translation,
|
||||||
libgnomeprintui-devel, libwnck-devel
|
libgnomeprintui-devel, libwnck-devel
|
||||||
* Thu Oct 11 2007 - sbrabec@suse.cz
|
* Thu Oct 11 2007 sbrabec@suse.cz
|
||||||
- Removed bogus dependency on mDNSResponder.
|
- Removed bogus dependency on mDNSResponder.
|
||||||
* Wed Sep 26 2007 - hpj@suse.de
|
* Wed Sep 26 2007 hpj@suse.de
|
||||||
- Add file-roller-2.20.0-correct-help-uri.patch, which fixes a
|
- Add file-roller-2.20.0-correct-help-uri.patch, which fixes a
|
||||||
broken help path.
|
broken help path.
|
||||||
* Wed Sep 19 2007 - mauro@suse.de
|
* Wed Sep 19 2007 mauro@suse.de
|
||||||
- Update to version 2.20.0
|
- Update to version 2.20.0
|
||||||
* Fixed bug #473158 – ask-password.glade is missing
|
* Fixed bug #473158 – ask-password.glade is missing
|
||||||
* Fixes bug #463968 – file-roller crashed with SIGSEGV in
|
* Fixes bug #463968 – file-roller crashed with SIGSEGV in
|
||||||
g_closure_invoke()
|
g_closure_invoke()
|
||||||
* Removed old check that prevented extraction to remote locations
|
* Removed old check that prevented extraction to remote locations
|
||||||
via DnD.
|
via DnD.
|
||||||
* Mon Sep 10 2007 - maw@suse.de
|
* Mon Sep 10 2007 maw@suse.de
|
||||||
- Update to version 2.19.92:
|
- Update to version 2.19.92:
|
||||||
+ Display empty folders in 7zip archives.
|
+ Display empty folders in 7zip archives.
|
||||||
* Fri Aug 31 2007 - maw@suse.de
|
* Fri Aug 31 2007 maw@suse.de
|
||||||
- Update to version 2.19.91:
|
- Update to version 2.19.91:
|
||||||
+ Fix copy & paste of folders within tar archives
|
+ Fix copy & paste of folders within tar archives
|
||||||
+ Fixed execution of the sidebar context menu commands
|
+ Fixed execution of the sidebar context menu commands
|
||||||
@ -163,9 +171,9 @@ fi
|
|||||||
+ Additionally, the following bugs (bugzilla.gnome.org) have been
|
+ Additionally, the following bugs (bugzilla.gnome.org) have been
|
||||||
fixed: #144216, #463251, #463235, #463753, #463887, #467482,
|
fixed: #144216, #463251, #463235, #463753, #463887, #467482,
|
||||||
[#468677], #469528, and #469221.
|
[#468677], #469528, and #469221.
|
||||||
* Mon Aug 06 2007 - maw@suse.de
|
* Mon Aug 06 2007 maw@suse.de
|
||||||
- Split out a -lang subpackage.
|
- Split out a -lang subpackage.
|
||||||
* Thu Aug 02 2007 - maw@suse.de
|
* Fri Aug 03 2007 maw@suse.de
|
||||||
- Update to version 2.19.4:
|
- Update to version 2.19.4:
|
||||||
+ Support for drag and drop among file-roller windows
|
+ Support for drag and drop among file-roller windows
|
||||||
+ Added a folders pane
|
+ Added a folders pane
|
||||||
@ -176,47 +184,47 @@ fi
|
|||||||
+ Get mime types from files' content
|
+ Get mime types from files' content
|
||||||
+ Bugs (bugzilla.gnome.org) fixed: #402756, #461356, and #450150
|
+ Bugs (bugzilla.gnome.org) fixed: #402756, #461356, and #450150
|
||||||
- Use %%fdupes.
|
- Use %%fdupes.
|
||||||
* Mon Jul 09 2007 - maw@suse.de
|
* Tue Jul 10 2007 maw@suse.de
|
||||||
- Update to version 2.19.2
|
- Update to version 2.19.2
|
||||||
- Can operate on remote archives
|
- Can operate on remote archives
|
||||||
- Improved error dialogue
|
- Improved error dialogue
|
||||||
- Fixed bugzilla.gnome.org #171619, #398824, #438340, #402760,
|
- Fixed bugzilla.gnome.org #171619, #398824, #438340, #402760,
|
||||||
[#440662], and #439154.
|
[#440662], and #439154.
|
||||||
* Fri Apr 27 2007 - sbrabec@suse.cz
|
* Fri Apr 27 2007 sbrabec@suse.cz
|
||||||
- Do not call meinproc (#227624).
|
- Do not call meinproc (#227624).
|
||||||
* Wed Apr 11 2007 - maw@suse.de
|
* Thu Apr 12 2007 maw@suse.de
|
||||||
- Update to version 2.18.1 which has updated translations.
|
- Update to version 2.18.1 which has updated translations.
|
||||||
* Mon Apr 02 2007 - maw@suse.de
|
* Tue Apr 03 2007 maw@suse.de
|
||||||
- Build with -fno-strict-aliasing
|
- Build with -fno-strict-aliasing
|
||||||
- Package %%{_libdir}/file-roller.
|
- Package %%{_libdir}/file-roller.
|
||||||
* Mon Apr 02 2007 - maw@suse.de
|
* Mon Apr 02 2007 maw@suse.de
|
||||||
- Update to version 2.18.0
|
- Update to version 2.18.0
|
||||||
- "Application" is not a valid category in the freedesktop
|
- "Application" is not a valid category in the freedesktop
|
||||||
specification, so remove it from data/file-roller.desktop.in.in
|
specification, so remove it from data/file-roller.desktop.in.in
|
||||||
- Code cleanups
|
- Code cleanups
|
||||||
- b.g.o 409433, 396775, and 395074
|
- b.g.o 409433, 396775, and 395074
|
||||||
- Remove upstreamed file-roller-self-exe.patch.
|
- Remove upstreamed file-roller-self-exe.patch.
|
||||||
* Thu Mar 08 2007 - sbrabec@suse.cz
|
* Thu Mar 08 2007 sbrabec@suse.cz
|
||||||
- Removed obsolete hicolor icon symlink (#248676).
|
- Removed obsolete hicolor icon symlink (#248676).
|
||||||
* Mon Jan 15 2007 - sbrabec@suse.cz
|
* Mon Jan 15 2007 sbrabec@suse.cz
|
||||||
- Prefix changed to /usr.
|
- Prefix changed to /usr.
|
||||||
- Spec file cleanup.
|
- Spec file cleanup.
|
||||||
* Tue Dec 19 2006 - btimothy@suse.de
|
* Tue Dec 19 2006 btimothy@suse.de
|
||||||
- Fix for BNC #223562 to allow self-extracting executables made in
|
- Fix for BNC #223562 to allow self-extracting executables made in
|
||||||
WinZIP to extract/open in file-roller.
|
WinZIP to extract/open in file-roller.
|
||||||
* Tue Dec 12 2006 - jhargadon@suse.de
|
* Tue Dec 12 2006 jhargadon@suse.de
|
||||||
- applied a patch to fix crashing when an iso image is right-clicked
|
- applied a patch to fix crashing when an iso image is right-clicked
|
||||||
(#187126)
|
(#187126)
|
||||||
* Fri Oct 13 2006 - danw@suse.de
|
* Fri Oct 13 2006 danw@suse.de
|
||||||
- Remove dead patch
|
- Remove dead patch
|
||||||
- Update for gnome-doc-utils-devel
|
- Update for gnome-doc-utils-devel
|
||||||
* Tue Oct 03 2006 - jhargadon@suse.de
|
* Tue Oct 03 2006 jhargadon@suse.de
|
||||||
- update to version 2.16.1
|
- update to version 2.16.1
|
||||||
- translation updates
|
- translation updates
|
||||||
* Thu Sep 14 2006 - jhargadon@suse.de
|
* Thu Sep 14 2006 jhargadon@suse.de
|
||||||
- update to version 2.16.0
|
- update to version 2.16.0
|
||||||
- translation updates
|
- translation updates
|
||||||
* Wed Aug 30 2006 - jhargadon@suse.de
|
* Thu Aug 31 2006 jhargadon@suse.de
|
||||||
- update to version 2.15.93
|
- update to version 2.15.93
|
||||||
- Prompt for the password when an archive is encrypted
|
- Prompt for the password when an archive is encrypted
|
||||||
instead of simply displaying a warning on how to spicify a password
|
instead of simply displaying a warning on how to spicify a password
|
||||||
@ -225,7 +233,7 @@ fi
|
|||||||
- Fixed bug #349095: Filetypes seriously screwed up in .zip files
|
- Fixed bug #349095: Filetypes seriously screwed up in .zip files
|
||||||
- Fixes bug #153642: Temporary files are created on the current
|
- Fixes bug #153642: Temporary files are created on the current
|
||||||
directory
|
directory
|
||||||
* Mon Aug 14 2006 - jhargadon@suse.de
|
* Mon Aug 14 2006 jhargadon@suse.de
|
||||||
- update to version 2.15.91
|
- update to version 2.15.91
|
||||||
* Fixed bug #343739 – Seems to not escape file names correctly.
|
* Fixed bug #343739 – Seems to not escape file names correctly.
|
||||||
* Fixes bug #340050 – tar permissions are not preserved.
|
* Fixes bug #340050 – tar permissions are not preserved.
|
||||||
@ -235,7 +243,7 @@ fi
|
|||||||
* Fixed bug #347416 – RecentFilesMenu - OpenRecentMenu converting
|
* Fixed bug #347416 – RecentFilesMenu - OpenRecentMenu converting
|
||||||
* Update translations: eu, zh_HK, zh_TW, nb, et, fr.
|
* Update translations: eu, zh_HK, zh_TW, nb, et, fr.
|
||||||
- reapplied file-roller-2.12.2-no-cmdline-overflow.patch
|
- reapplied file-roller-2.12.2-no-cmdline-overflow.patch
|
||||||
* Tue Aug 08 2006 - jhargadon@suse.de
|
* Tue Aug 08 2006 jhargadon@suse.de
|
||||||
- Update to version 2.15.90
|
- Update to version 2.15.90
|
||||||
- Added translations
|
- Added translations
|
||||||
- Fixed bug #345052 – file roller should remember the size of the
|
- Fixed bug #345052 – file roller should remember the size of the
|
||||||
@ -302,144 +310,144 @@ fi
|
|||||||
to an archive to speed up the operation.
|
to an archive to speed up the operation.
|
||||||
- Allow to stop creation of a new archive.
|
- Allow to stop creation of a new archive.
|
||||||
- Correctly associate fr to 7zip files.
|
- Correctly associate fr to 7zip files.
|
||||||
* Mon Jun 19 2006 - federico@novell.com
|
* Mon Jun 19 2006 federico@novell.com
|
||||||
- Added file-roller-186104-extract-to-dir.diff to fix
|
- Added file-roller-186104-extract-to-dir.diff to fix
|
||||||
https://bugzilla.novell.com/show_bug.cgi?id=186104. This fixes the
|
https://bugzilla.novell.com/show_bug.cgi?id=186104. This fixes the
|
||||||
way file-roller asks GtkFileChooserButton about the selected folder.
|
way file-roller asks GtkFileChooserButton about the selected folder.
|
||||||
* Thu Jun 15 2006 - hpj@suse.de
|
* Thu Jun 15 2006 hpj@suse.de
|
||||||
- Add patch to process long file lists in multiple batches. Fixes
|
- Add patch to process long file lists in multiple batches. Fixes
|
||||||
Novell bug #169646.
|
Novell bug #169646.
|
||||||
* Tue Feb 28 2006 - sbrabec@suse.cz
|
* Tue Feb 28 2006 sbrabec@suse.cz
|
||||||
- Use kdelibs3-doc in BuildRequires for meinproc (#153635#c14).
|
- Use kdelibs3-doc in BuildRequires for meinproc (#153635#c14).
|
||||||
* Fri Feb 17 2006 - sreeves@suse.de
|
* Fri Feb 17 2006 sreeves@suse.de
|
||||||
- Update .desktop file (Name, GenericName, Comment, DocPath)
|
- Update .desktop file (Name, GenericName, Comment, DocPath)
|
||||||
* Wed Feb 01 2006 - sbrabec@suse.cz
|
* Wed Feb 01 2006 sbrabec@suse.cz
|
||||||
- Use translation compendium gnome-patch-translation.
|
- Use translation compendium gnome-patch-translation.
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Wed Jan 25 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Wed Nov 30 2005 - gekker@suse.de
|
* Wed Nov 30 2005 gekker@suse.de
|
||||||
- Update to version 2.12.2
|
- Update to version 2.12.2
|
||||||
* Wed Oct 12 2005 - gekker@suse.de
|
* Wed Oct 12 2005 gekker@suse.de
|
||||||
- Update to version 2.12.1
|
- Update to version 2.12.1
|
||||||
* Mon Sep 05 2005 - gekker@suse.de
|
* Mon Sep 05 2005 gekker@suse.de
|
||||||
- Update to version 2.12.0 (GNOME 2.12)
|
- Update to version 2.12.0 (GNOME 2.12)
|
||||||
* Mon Aug 22 2005 - gekker@suse.de
|
* Tue Aug 23 2005 gekker@suse.de
|
||||||
- Update to version 2.11.92
|
- Update to version 2.11.92
|
||||||
- Add libxml2 and libxml2-python to nfb
|
- Add libxml2 and libxml2-python to nfb
|
||||||
* Thu Aug 11 2005 - gekker@suse.de
|
* Fri Aug 12 2005 gekker@suse.de
|
||||||
- Update to version 2.11.91
|
- Update to version 2.11.91
|
||||||
* Tue Aug 09 2005 - gekker@suse.de
|
* Wed Aug 10 2005 gekker@suse.de
|
||||||
- Fix requirements (98219)
|
- Fix requirements (98219)
|
||||||
* Tue Aug 02 2005 - gekker@suse.de
|
* Tue Aug 02 2005 gekker@suse.de
|
||||||
- Update to version 2.11.90
|
- Update to version 2.11.90
|
||||||
* Fri Jul 22 2005 - gekker@suse.de
|
* Fri Jul 22 2005 gekker@suse.de
|
||||||
- Update to version 2.11.2
|
- Update to version 2.11.2
|
||||||
- Remove .la files
|
- Remove .la files
|
||||||
* Fri Jun 17 2005 - gekker@suse.de
|
* Sat Jun 18 2005 gekker@suse.de
|
||||||
- Update to version 2.11.1
|
- Update to version 2.11.1
|
||||||
* Wed Mar 09 2005 - gekker@suse.de
|
* Wed Mar 09 2005 gekker@suse.de
|
||||||
- Updated to version 2.10.0 (GNOME 2.10).
|
- Updated to version 2.10.0 (GNOME 2.10).
|
||||||
* Thu Mar 03 2005 - gekker@suse.de
|
* Thu Mar 03 2005 gekker@suse.de
|
||||||
- Updated to version 2.9.92
|
- Updated to version 2.9.92
|
||||||
* Thu Feb 10 2005 - gekker@suse.de
|
* Fri Feb 11 2005 gekker@suse.de
|
||||||
- Updated to version 2.9.91
|
- Updated to version 2.9.91
|
||||||
* Sat Feb 05 2005 - gekker@suse.de
|
* Sat Feb 05 2005 gekker@suse.de
|
||||||
- Updated to 2.9.4
|
- Updated to 2.9.4
|
||||||
* Wed Jan 19 2005 - clahey@suse.de
|
* Wed Jan 19 2005 clahey@suse.de
|
||||||
- Updated to 2.9.3.
|
- Updated to 2.9.3.
|
||||||
* Sat Oct 30 2004 - ro@suse.de
|
* Sat Oct 30 2004 ro@suse.de
|
||||||
- locale rename: no -> nb
|
- locale rename: no -> nb
|
||||||
* Wed Sep 08 2004 - sbrabec@suse.cz
|
* Wed Sep 08 2004 sbrabec@suse.cz
|
||||||
- Added shared mime info.
|
- Added shared mime info.
|
||||||
* Fri Aug 27 2004 - shprasad@suse.de
|
* Fri Aug 27 2004 shprasad@suse.de
|
||||||
- Fixes bug #63428 (Fix givenby smadduri@novell.com)
|
- Fixes bug #63428 (Fix givenby smadduri@novell.com)
|
||||||
Avoids crashing if file-roller is closed while viewing files.
|
Avoids crashing if file-roller is closed while viewing files.
|
||||||
* Wed Aug 25 2004 - clahey@suse.de
|
* Wed Aug 25 2004 clahey@suse.de
|
||||||
- Cache file-roller help and show file-roller in khelpcenter.
|
- Cache file-roller help and show file-roller in khelpcenter.
|
||||||
* Tue Aug 17 2004 - shprasad@suse.de
|
* Tue Aug 17 2004 shprasad@suse.de
|
||||||
- Fixes bug #60958 (Fix given by smadduri@novell.com)
|
- Fixes bug #60958 (Fix given by smadduri@novell.com)
|
||||||
Avoids Crashing while DND of Desktop Icons (Home).
|
Avoids Crashing while DND of Desktop Icons (Home).
|
||||||
- Fixes bug #62359 (Fix given by smadduri@novell.com)
|
- Fixes bug #62359 (Fix given by smadduri@novell.com)
|
||||||
Avoids hanging while Adding a directory to archive.
|
Avoids hanging while Adding a directory to archive.
|
||||||
- Reworked on bug #60961 (Fix given by smadduri@novell.com)
|
- Reworked on bug #60961 (Fix given by smadduri@novell.com)
|
||||||
create unpredictible temp-dirs using mkdtemp.
|
create unpredictible temp-dirs using mkdtemp.
|
||||||
* Fri Jul 16 2004 - shprasad@suse.de
|
* Fri Jul 16 2004 shprasad@suse.de
|
||||||
- Fixes bug #60961. Fix given by (smaddri@novell.com)
|
- Fixes bug #60961. Fix given by (smaddri@novell.com)
|
||||||
Avoides creation of predictible file names in /tmp
|
Avoides creation of predictible file names in /tmp
|
||||||
while viewing in file-roller.
|
while viewing in file-roller.
|
||||||
* Wed Jun 23 2004 - shprasad@suse.de
|
* Wed Jun 23 2004 shprasad@suse.de
|
||||||
- Fixes bug #59941 (Fix given by smadduri@novell.com)
|
- Fixes bug #59941 (Fix given by smadduri@novell.com)
|
||||||
Added a button for Deleting File(s)
|
Added a button for Deleting File(s)
|
||||||
* Wed May 05 2004 - sbrabec@suse.cz
|
* Wed May 05 2004 sbrabec@suse.cz
|
||||||
- Updated to version 2.6.1 (GNOME 2.6).
|
- Updated to version 2.6.1 (GNOME 2.6).
|
||||||
* Wed Mar 17 2004 - sbrabec@suse.cz
|
* Wed Mar 17 2004 sbrabec@suse.cz
|
||||||
- Fixed scrollkeeper calling conventions (#36215).
|
- Fixed scrollkeeper calling conventions (#36215).
|
||||||
* Wed Mar 10 2004 - sbrabec@suse.cz
|
* Wed Mar 10 2004 sbrabec@suse.cz
|
||||||
- Fixed gconf schemas installation (#33114).
|
- Fixed gconf schemas installation (#33114).
|
||||||
* Mon Mar 01 2004 - hhetter@suse.de
|
* Mon Mar 01 2004 hhetter@suse.de
|
||||||
- don't install schemas into buildsystem
|
- don't install schemas into buildsystem
|
||||||
* Wed Feb 25 2004 - hhetter@suse.de
|
* Wed Feb 25 2004 hhetter@suse.de
|
||||||
- apply ximian patch: file-roller-ximian-defaults.patch
|
- apply ximian patch: file-roller-ximian-defaults.patch
|
||||||
* Thu Feb 12 2004 - hhetter@suse.de
|
* Thu Feb 12 2004 hhetter@suse.de
|
||||||
- gconf schema (de-)installation in %%post and %%postun
|
- gconf schema (de-)installation in %%post and %%postun
|
||||||
* Thu Feb 05 2004 - hhetter@suse.de
|
* Thu Feb 05 2004 hhetter@suse.de
|
||||||
- updated to version 2.4.4 [GNOME 2.4.2]
|
- updated to version 2.4.4 [GNOME 2.4.2]
|
||||||
* Sat Jan 10 2004 - adrian@suse.de
|
* Sat Jan 10 2004 adrian@suse.de
|
||||||
- build as user
|
- build as user
|
||||||
* Mon Oct 27 2003 - sbrabec@suse.cz
|
* Mon Oct 27 2003 sbrabec@suse.cz
|
||||||
- Updated to version 2.4.1.1.
|
- Updated to version 2.4.1.1.
|
||||||
* Mon Sep 29 2003 - hhetter@suse.de
|
* Mon Sep 29 2003 hhetter@suse.de
|
||||||
- updated to version 2.4.0.1 [GNOME2.4]
|
- updated to version 2.4.0.1 [GNOME2.4]
|
||||||
* Sun Sep 14 2003 - adrian@suse.de
|
* Mon Sep 15 2003 adrian@suse.de
|
||||||
- add Archiving Category
|
- add Archiving Category
|
||||||
* Thu Aug 07 2003 - ro@suse.de
|
* Thu Aug 07 2003 ro@suse.de
|
||||||
- fix typo in filelist
|
- fix typo in filelist
|
||||||
* Thu Aug 07 2003 - sbrabec@suse.cz
|
* Thu Aug 07 2003 sbrabec@suse.cz
|
||||||
- Not use globbing for schemas in %%files.
|
- Not use globbing for schemas in %%files.
|
||||||
* Tue Jul 29 2003 - hhetter@suse.de
|
* Tue Jul 29 2003 hhetter@suse.de
|
||||||
- %%_lib fixes
|
- %%_lib fixes
|
||||||
* Fri Jul 25 2003 - meissner@suse.de
|
* Fri Jul 25 2003 meissner@suse.de
|
||||||
- autoreconf -i -f so we get all new and shiny
|
- autoreconf -i -f so we get all new and shiny
|
||||||
scripts, especially for ppc64.
|
scripts, especially for ppc64.
|
||||||
* Mon Jul 14 2003 - sbrabec@suse.cz
|
* Mon Jul 14 2003 sbrabec@suse.cz
|
||||||
- GNOME prefix change to /opt/gnome.
|
- GNOME prefix change to /opt/gnome.
|
||||||
* Wed Jul 02 2003 - hhetter@suse.de
|
* Wed Jul 02 2003 hhetter@suse.de
|
||||||
- updated to version 2.2.5
|
- updated to version 2.2.5
|
||||||
* Thu Feb 20 2003 - sbrabec@suse.cz
|
* Thu Feb 20 2003 sbrabec@suse.cz
|
||||||
- Fixed %%files.
|
- Fixed %%files.
|
||||||
* Thu Jan 30 2003 - hhetter@suse.de
|
* Thu Jan 30 2003 hhetter@suse.de
|
||||||
- updated to version 2.2.1
|
- updated to version 2.2.1
|
||||||
- filelist review
|
- filelist review
|
||||||
- added openssl and alsa-devel to neededforbuild
|
- added openssl and alsa-devel to neededforbuild
|
||||||
- install and register schemas file
|
- install and register schemas file
|
||||||
* Thu Jan 16 2003 - ro@suse.de
|
* Thu Jan 16 2003 ro@suse.de
|
||||||
- use gtk2-devel-packages and libjpeg in neededforbuild
|
- use gtk2-devel-packages and libjpeg in neededforbuild
|
||||||
* Tue Jan 14 2003 - ro@suse.de
|
* Tue Jan 14 2003 ro@suse.de
|
||||||
- added expat to neededforbuild
|
- added expat to neededforbuild
|
||||||
* Mon Nov 11 2002 - ro@suse.de
|
* Tue Nov 12 2002 ro@suse.de
|
||||||
- changed neededforbuild <xf86 xdevel> to <x-devel-packages>
|
- changed neededforbuild <xf86 xdevel> to <x-devel-packages>
|
||||||
* Wed Nov 06 2002 - hhetter@suse.de
|
* Wed Nov 06 2002 hhetter@suse.de
|
||||||
- updated to version 2.0.4
|
- updated to version 2.0.4
|
||||||
* Faster loading of archives.
|
* Faster loading of archives.
|
||||||
* Recognize zip archives regardless of the file extension
|
* Recognize zip archives regardless of the file extension
|
||||||
* Mon Sep 23 2002 - sbrabec@suse.cz
|
* Mon Sep 23 2002 sbrabec@suse.cz
|
||||||
- Added alsa to neededforbuild, because esound can depend on it.
|
- Added alsa to neededforbuild, because esound can depend on it.
|
||||||
* Tue Aug 20 2002 - hhetter@suse.de
|
* Tue Aug 20 2002 hhetter@suse.de
|
||||||
- fix prereq
|
- fix prereq
|
||||||
* Fri Aug 09 2002 - hhetter@suse.de
|
* Fri Aug 09 2002 hhetter@suse.de
|
||||||
- add openssl to neededforbuild
|
- add openssl to neededforbuild
|
||||||
* Wed Jul 31 2002 - hhetter@suse.de
|
* Wed Jul 31 2002 hhetter@suse.de
|
||||||
- updated to version 2.0.0
|
- updated to version 2.0.0
|
||||||
* fix scrollkeeper usage
|
* fix scrollkeeper usage
|
||||||
* fix filelist
|
* fix filelist
|
||||||
* initiate scrollkeeper update
|
* initiate scrollkeeper update
|
||||||
* Wed Jul 10 2002 - hhetter@suse.de
|
* Wed Jul 10 2002 hhetter@suse.de
|
||||||
- updated to version 1.109
|
- updated to version 1.109
|
||||||
* additional option to view destination after extraction
|
* additional option to view destination after extraction
|
||||||
* documentation updates
|
* documentation updates
|
||||||
* Mon Jul 01 2002 - hhetter@suse.de
|
* Mon Jul 01 2002 hhetter@suse.de
|
||||||
- udpated to version 1.108
|
- udpated to version 1.108
|
||||||
* menus rearranged
|
* menus rearranged
|
||||||
* correctly remove temp files
|
* correctly remove temp files
|
||||||
* Thu Jun 20 2002 - jordi@suse.de
|
* Thu Jun 20 2002 jordi@suse.de
|
||||||
- initial package for GNOME 2.0
|
- initial package for GNOME 2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user