This commit is contained in:
parent
71f45bb926
commit
e6673efe3a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a4a188c45a000098bfa199aa5de79bae8554300c6fc05efb028e17e5c3027e7e
|
|
||||||
size 1268253
|
|
3
file-roller-2.22.2.tar.bz2
Normal file
3
file-roller-2.22.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:97b819c82dc3c094c5c60978ea8fe1cbd7914cfd0c3a30ffe2d3107735e8f2dc
|
||||||
|
size 1269504
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 10 17:49:51 CEST 2008 - maw@suse.de
|
||||||
|
|
||||||
|
- Update to version 2.22.2:
|
||||||
|
+ Do not execute sync IO operations in the Nautilus extension in
|
||||||
|
order to avoid bad performance issues on remote locations
|
||||||
|
+ Fixed a bug that prevented a file to be updated the second time
|
||||||
|
it was modified
|
||||||
|
+ Fixed a performace issue when extracting a big archive with a
|
||||||
|
drag and drop operation
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 14 04:32:27 CET 2008 - maw@suse.de
|
Fri Mar 14 04:32:27 CET 2008 - maw@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package file-roller (Version 2.22.0)
|
# spec file for package file-roller (Version 2.22.2)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 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
|
||||||
@ -15,7 +15,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.22.0
|
Version: 2.22.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
|
||||||
@ -114,18 +114,26 @@ fi
|
|||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%doc AUTHORS NEWS README COPYING
|
%doc AUTHORS NEWS README COPYING
|
||||||
%{_bindir}/file-roller
|
%{_bindir}/file-roller
|
||||||
%dir %{_libdir}/file-roller
|
%{_libdir}/file-roller
|
||||||
%{_libdir}/file-roller/*.sh
|
|
||||||
%{_datadir}/applications/*.desktop
|
%{_datadir}/applications/*.desktop
|
||||||
%{_datadir}/file-roller
|
%{_datadir}/file-roller
|
||||||
%{_datadir}/icons/hicolor/*/apps/*.png
|
%{_datadir}/icons/hicolor/*/apps/*.png
|
||||||
%{_datadir}/icons/hicolor/scalable/apps/*.svg
|
%{_datadir}/icons/hicolor/scalable/apps/*.svg
|
||||||
%{_datadir}/omf/file-roller
|
%{_datadir}/omf/file-roller
|
||||||
%{_libdir}/nautilus/extensions-*/*.so
|
%{_libdir}/nautilus/extensions-2.0/*.so
|
||||||
|
|
||||||
%files lang -f %name.lang
|
%files lang -f %name.lang
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 10 2008 maw@suse.de
|
||||||
|
- Update to version 2.22.2:
|
||||||
|
+ Do not execute sync IO operations in the Nautilus extension in
|
||||||
|
order to avoid bad performance issues on remote locations
|
||||||
|
+ Fixed a bug that prevented a file to be updated the second time
|
||||||
|
it was modified
|
||||||
|
+ Fixed a performace issue when extracting a big archive with a
|
||||||
|
drag and drop operation
|
||||||
|
+ Updated translations.
|
||||||
* Fri Mar 14 2008 maw@suse.de
|
* Fri Mar 14 2008 maw@suse.de
|
||||||
- Update to version 2.22.0:
|
- Update to version 2.22.0:
|
||||||
+ Bugs fixed: bgo#518680 and bgo#504155
|
+ Bugs fixed: bgo#518680 and bgo#504155
|
||||||
@ -170,7 +178,7 @@ fi
|
|||||||
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
|
* Tue Sep 11 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
|
||||||
@ -207,7 +215,7 @@ fi
|
|||||||
* Tue Apr 03 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
|
* Tue Apr 03 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
|
||||||
@ -329,7 +337,7 @@ fi
|
|||||||
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
|
* Sat Feb 18 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.
|
||||||
@ -337,7 +345,7 @@ fi
|
|||||||
- 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
|
* Thu Oct 13 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)
|
||||||
@ -410,7 +418,7 @@ fi
|
|||||||
- updated to version 2.4.0.1 [GNOME2.4]
|
- updated to version 2.4.0.1 [GNOME2.4]
|
||||||
* Mon Sep 15 2003 adrian@suse.de
|
* Mon Sep 15 2003 adrian@suse.de
|
||||||
- add Archiving Category
|
- add Archiving Category
|
||||||
* Thu Aug 07 2003 ro@suse.de
|
* Fri Aug 08 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.
|
||||||
|
Loading…
Reference in New Issue
Block a user