From: pius Date: Fri, 21 May 1999 11:48:26 +0000 (+0000) Subject: - summarized %changelog. X-Git-Tag: gentoo-0_11_8-1~6 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fgentoo.git;a=commitdiff_plain;h=1983c5ac8e651bb614a51affec8e8bd581fd13e5 - summarized %changelog. Changed files: gentoo.spec -> 1.6 --- diff --git a/gentoo.spec b/gentoo.spec index 2be9f75..b301bd2 100644 --- a/gentoo.spec +++ b/gentoo.spec @@ -17,7 +17,7 @@ BuildPrereq: XFree86-devel Requires: file BuildRoot: /tmp/%{name}-%{version}-root -%define _prefix /usr/X11R6 +%define _prefix /usr/X11R6 %description gentoo is a file manager for Linux written from scratch in pure C. It @@ -83,77 +83,9 @@ rm -rf $RPM_BUILD_ROOT %changelog - added gentoo.desktop instead of wmconfig file, - minor fixes. -- updated to 0.11.6, -- added using more rpm macros, -- package is now FHS 2.0 compliant. - -* Mon Apr 26 1999 Piotr Czerwiñski - [0.11.5-2] -- fixed some options in gentoo config file (gentoo-config.patch). - -* Mon Apr 26 1999 Piotr Czerwiñski -- updated to 0.11.5, -- added pl translation, -- changed install prefix to /usr/X11R6, -- changed gentoo's files path to /usr/X11R6/share/gentoo - (new gentoo-makefile.patch), -- fixed passing $RPM_OPT_FLAGS during compile, -- modified %install and %files section, -- added gzipping documentation and man pages, -- added full %defattr and %attr description, -- added some BuildPrereqs and Requires, -- added wmconfig file, -- recompiled on rpm 3, -- minor changes. - -* Tue Apr 6 1999 Ryan Weaver - [gentoo-0.11.4-1] -- 0.11.4 -- Statusbar now shows the amount of free space for the filesystem - the current pane's directory is in. Note that the call that makes - this possible (statfs(2) on Linux, statvfs(2) on e.g. Solaris and - Irix) seems to be somewhat unstandardized. There might be trouble. -- Fixed a problem with nesting modal dialogs. Noticable when e.g. - Rename caused an overwrite confirmation to occur. -- Fixed a related dialog problem; now, if you close the Rename - dialog with the Overwrite confirm window still open, nothing evil - will happen. -- Did numerous clean-ups in the main "gentoo.h" header file, moving - many type definitions into separate C files, thus reducing coupling. -- Removed a useless dialog (the "child_dialog" module). -- Discovered what I suppose is a compiler bug in gcc 2.8.1; when - compiling gentoo with optimization level 2 (-O2), a supposedly - harmless statement in the dialog module will cause a segfault... -- When you write a path, the keyboard events no longer trigger - commands. This is better. Reported by J. Hanson . -- Added a freeze/thaw pair to the textviewer used for command output - capturing, resulting in way better performance and no flickering. -- Removed the (nonfunctional) "Print" button from the text viewer, - slightly changing the button layout in the process. -- Slowed down the animation of the busy indicator (used by the - Information and GetSize commands) a bit. It made me nervous. :) -- The hex text viewing (used by ViewHex & ViewTextOrHex) code was - *very* memory-inefficient (it always loaded the entire file, but - only looked at 16 bytes at a time). Now it reads 16 bytes at a - time, thus using constant buffer space (and running slower). -- ViewTextOrHex now correctly reports the error if it fails to - open a file for reading. Er, ViewText & ViewHex don't (yet). -- Designed and implemented a system for keeping track of each - command's individual configuration options. The options them- - selves have been around for quite a while, but they haven't been - configurable (without editing source, that is). Now they appear - on the "Command Options" page in the configuration window, and - are loaded and saved along with the rest of the config. Neat. - Please read "docs/scratch/command_options.txt" to learn what - different options do. - -* Tue Mar 30 1999 Ryan Weaver - [gentoo-0.11.3-1] -- Damn! That command sequence selection dialog just didn't work. - Typical, since I spent about 3 hrs banging on it before releasing - 0.11.2. Perhaps I should have tested it. Reported by J. Minnberg. -- Eh, seems I broke the main "gentoo.h" include file, too. Fixed. -- Fixed a minor error (typo) in the cmdgrab module. + +* Thu May 20 1999 Piotr Czerwiñski +- based on spec written by Ryan Weaver . - package is FHS 2.0 compliant, - spec file rewritten for PLD use,