This commit is contained in:
parent
68ece108cc
commit
416a647ccd
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:db2cbb97df9191faf4cedb49e0845bb69782e2291e090331d58aa5268b1f3f3e
|
|
||||||
size 2513623
|
|
3
fvwm-2.5.24.tar.bz2
Normal file
3
fvwm-2.5.24.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9aa11c80de59043a33cf1da8130fe76c7ba5557fc7517b00822472e4fb7accc1
|
||||||
|
size 2513796
|
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 11 11:33:14 CET 2008 - lmichnovic@suse.cz
|
||||||
|
|
||||||
|
- update to version 2.5.24
|
||||||
|
* New features:
|
||||||
|
- Disabled paging during interactive resize operations by
|
||||||
|
default (see 2.5.20) as it is annoying to many people.
|
||||||
|
- New style command options:
|
||||||
|
EdgeMoveResistance
|
||||||
|
EdgeMoveDelay
|
||||||
|
EdgeResizeDelay
|
||||||
|
SnapGrid
|
||||||
|
SnapAttraction
|
||||||
|
that replace the now obsolete commands EdgeResistance,
|
||||||
|
SnapGrid and SnapAttraction. The EdgeResistance command has
|
||||||
|
a new syntax with only one argument.
|
||||||
|
- New command MenuCloseAndExec for menu bindinngs that can be
|
||||||
|
used to trigger certain commands from a menu without an
|
||||||
|
associated item. For example, with
|
||||||
|
Key F1 MTI[]-_ A MenuCloseAndExec Menu RootMenu
|
||||||
|
the RootMenu can be opened from any other menu by pressing
|
||||||
|
F1.
|
||||||
|
* Bug Fixes:
|
||||||
|
- Sometimes a window jumped by half the screen's size when
|
||||||
|
moving with the mouse and hitting the border of the desktop.
|
||||||
|
- Fixed the "screen w" argument of the Move and other commands.
|
||||||
|
- Clicking on a menu title did not close the menu by default.
|
||||||
|
- Temporary files in FvwmPerl overwrote each other.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 23 10:30:18 CEST 2007 - lmichnovic@suse.cz
|
Tue Oct 23 10:30:18 CEST 2007 - lmichnovic@suse.cz
|
||||||
|
|
||||||
|
39
fvwm2.spec
39
fvwm2.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package fvwm2 (Version 2.5.23)
|
# spec file for package fvwm2 (Version 2.5.24)
|
||||||
#
|
#
|
||||||
# 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.
|
||||||
#
|
#
|
||||||
@ -17,11 +17,11 @@ Group: System/GUI/Other
|
|||||||
Provides: fvwm fvwmicns windowmanager xpmroot
|
Provides: fvwm fvwmicns windowmanager xpmroot
|
||||||
Obsoletes: fvwm xpmroot
|
Obsoletes: fvwm xpmroot
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 2.5.23
|
Version: 2.5.24
|
||||||
Release: 14
|
Release: 1
|
||||||
Summary: Improved Version of FVWM Window Manager
|
Summary: Improved Version of FVWM Window Manager
|
||||||
Url: http://www.fvwm.org
|
Url: http://www.fvwm.org
|
||||||
Source0: fvwm-2.5.23.tar.bz2
|
Source0: fvwm-2.5.24.tar.bz2
|
||||||
Source1: fvwm_icons.tar.bz2
|
Source1: fvwm_icons.tar.bz2
|
||||||
Source3: %name.desktop
|
Source3: %name.desktop
|
||||||
Source4: system.fvwm2rc
|
Source4: system.fvwm2rc
|
||||||
@ -84,7 +84,7 @@ Authors:
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n fvwm-2.5.23
|
%setup -q -n fvwm-2.5.24
|
||||||
%patch0
|
%patch0
|
||||||
%patch1
|
%patch1
|
||||||
%patch2
|
%patch2
|
||||||
@ -209,7 +209,34 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files gtk
|
%files gtk
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_prefix}/%{_xorg7libs32}/X11/fvwm2/FvwmGtk*
|
%{_prefix}/%{_xorg7libs32}/X11/fvwm2/FvwmGtk*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 11 2008 - lmichnovic@suse.cz
|
||||||
|
- update to version 2.5.24
|
||||||
|
* New features:
|
||||||
|
- Disabled paging during interactive resize operations by
|
||||||
|
default (see 2.5.20) as it is annoying to many people.
|
||||||
|
- New style command options:
|
||||||
|
EdgeMoveResistance
|
||||||
|
EdgeMoveDelay
|
||||||
|
EdgeResizeDelay
|
||||||
|
SnapGrid
|
||||||
|
SnapAttraction
|
||||||
|
that replace the now obsolete commands EdgeResistance,
|
||||||
|
SnapGrid and SnapAttraction. The EdgeResistance command has
|
||||||
|
a new syntax with only one argument.
|
||||||
|
- New command MenuCloseAndExec for menu bindinngs that can be
|
||||||
|
used to trigger certain commands from a menu without an
|
||||||
|
associated item. For example, with
|
||||||
|
Key F1 MTI[]-_ A MenuCloseAndExec Menu RootMenu
|
||||||
|
the RootMenu can be opened from any other menu by pressing
|
||||||
|
F1.
|
||||||
|
* Bug Fixes:
|
||||||
|
- Sometimes a window jumped by half the screen's size when
|
||||||
|
moving with the mouse and hitting the border of the desktop.
|
||||||
|
- Fixed the "screen w" argument of the Move and other commands.
|
||||||
|
- Clicking on a menu title did not close the menu by default.
|
||||||
|
- Temporary files in FvwmPerl overwrote each other.
|
||||||
* Tue Oct 23 2007 - lmichnovic@suse.cz
|
* Tue Oct 23 2007 - lmichnovic@suse.cz
|
||||||
- Removed librsvg from BuildRequires to keep the fvwm lightweight
|
- Removed librsvg from BuildRequires to keep the fvwm lightweight
|
||||||
WM suitable for installation; keeping gnome-libs-devel which
|
WM suitable for installation; keeping gnome-libs-devel which
|
||||||
|
Loading…
Reference in New Issue
Block a user