2.6.9-alt3 собрано 15 ноября 2021 г. Igor Vlasenko в задании #288779 |
2 ноября 2021 г. Vladislav Zavjalov |
- follow Altlinux WM policy (closes #41275):
- move /usr/share/icons/Fvwm.xpm to /usr/share/icons/hicolor/64x64/apps/fvwm.xpm
- add /usr/share/xsessions/fvwm.desktop file
- move fvwm.xpm and fvwm-menuicon.xpm from fvwm-icons to fvwm-base package |
4 мая 2021 г. Vladislav Zavjalov 2.6.9-alt2 |
- add BuildRequires: rpm-build-python3 (for fvwm-menu-desktop script) |
23 мая 2020 г. Vladislav Zavjalov 2.6.9-alt1 |
- upstream version 2.6.9
- remove dependency on Perl4::CoreLibs::getcwd |
13 февраля 2019 г. Vladislav Zavjalov 2.6.8-alt2 |
- build with imlib2 instead of imlib
- spec: replace PreReq with Requires(pre,postun)
- spec: add missing BuildRequires: libpng-devel librsvg-devel
- fvwm-bug: use printf instead of echo (to remove checkbashisms repocop warning) |
4 августа 2018 г. Vladislav Zavjalov 2.6.8-alt1 |
- Updated to 2.6.8 |
10 декабря 2015 г. Dmitry V. Levin 2.6.5-alt4 |
- fvwm-perllib, FvwmConsoleC.pl: fixed perl syntax.
- Merged several fixes from Debian and Fedora. |
27 сентября 2012 г. Dmitry V. Levin 2.6.5-alt3 |
- Rebuilt with libpng15. |
24 июля 2012 г. Dmitry V. Levin 2.6.5-alt2 |
- Fixed build with new ld. |
10 мая 2012 г. Sergey Vlasov 2.6.5-alt1 |
- Updated to 2.6.5.
- Changed XFT fonts in the default config to generic "serif".
- Updated BuildRequires. |
17 сентября 2010 г. Sergey Vlasov 2.5.31-alt1 |
- Updated to 2.5.31.
- Note: Significant changes in Perl API were made in version 2.5.28:
new naming convention was introduced (userDataDir -> user_data_dir).
There is some AUTOLOAD magic for compatibility with old names, but
it might be incomplete.
- Added patches from upstream CVS:
+ fix FvwmTaskBar width
+ add support for Move arguments like 'Move w+-5p w+-2p' (such
commands are generated by FvwmProxy when ProxyMove is enabled)
+ update documentation
- Fixed Echo command breakage introduced with format warnings fix. |
25 июня 2009 г. Dmitry V. Levin 2.5.27-alt1 |
- Updated to 2.5.27. |
21 февраля 2009 г. Dmitry V. Levin 2.5.26-alt1 |
- Updated to 2.5.26.
- Moved documentation to fvwm-doc subpackage.
- Packaged fvwm-doc, fvwm-full, fvwm-icons and fvwm-perl subpackages as noarch. |
25 сентября 2007 г. Sergey Vlasov 2.5.23-alt1 |
- 2.5.23.
- Removed cvs-CVE-2006-5969 patch (obsolete).
- Enabled HTML documentation build (new in 2.5.22); added HTML docs to the
fvwm-base package.
- Added alt-configure-datarootdir patch: fake datarootdir for autoconf-2.59
(temporary build fix while autoconf >= 2.60 is not available).
- Added alt-htmldoc patch: fix HTML documentation build and installation.
- Updated BuildRequires. |
25 ноября 2006 г. Sergey Vlasov 2.5.18-alt2 |
- Fixed CRLF injection vulnerability in the fvwm-menu-directory script
(CVE-2006-5969); patch from upstream CVS repository. |
18 сентября 2006 г. Sergey Vlasov 2.5.18-alt1 |
- 2.5.18.
- Updated alt-config, alt-fvwmbug-tmp patches.
- Removed obsolete cvs-* patches.
- Added alt-perl-nonascii patch: replace non-ASCII character in the FvwmTabs
perl script by the corresponding Unicode escape (assuming that the author was
using ISO8859-1); fixes build failure on perl checks.
- Updated BuildRequires.
- Added -fno-strict-aliasing option to avoid possible miscompilation.
- Repacked fvwm-compat-icons tarball with proper paths. |
23 августа 2006 г. Sergey Vlasov 2.5.16-alt3 |
- Fixed menu method to use term() instead of hardcoded (and wrong) path to
xterm (#9873). |
1 июня 2006 г. Sergey Vlasov 2.5.16-alt2 |
- Added bugfix patches from CVS:
+ cvs-non-icccm2-wm-detect: fix for Fvwm not detecting non ICCCM2 wm (Fvwm
bug 3151)
+ cvs-four-part-versions: fix configure to cope with 4 digit version numbers
+ cvs-WarpToWindow-update-pos: make WarpToWindow update pointer position
correctly in case it is followed by Move
+ cvs-TitleWarp: make TitleWarp menu style not warp the pointer for root
menus (as it is documented)
+ cvs-conditions: fix Iconifiable, Fixed, FixedSize, Maximizable and Closable
conditions (they were checked only for the first window in the list)
+ cvs-invalid-free: fix Fvwm bug 1557/3950 (possible invalid free of a string
constant or already used name)
- Added alt-configure-gdk_imlib patch: fix configure failure to find gdk_imlib
(now ld does not see g_strdup() from glib with only -lgdk_imlib).
- Removed all %__* macro abuse from spec.
- Fixed icons installation for new %_miconsdir location.
- Updated BuildRequires. |
28 января 2006 г. Sergey Vlasov 2.5.16-alt1 |
- 2.5.16.
- Added alt-perl-requires patch: workaround for FVWM::Module::Toolkit magic
which breaks automatic dependency generation for Perl scripts, causing
incomplete dependencies.
- Placed FvwmTabs module (new in 2.5.15) in the fvwm-perl subpackage. |
8 января 2006 г. Sergey Vlasov 2.5.14-alt2 |
- Fixed typo in startfvwm script (xsetroot call was broken). |
30 декабря 2005 г. ALT QA Team Robot 2.5.14-alt1.1 |
- Rebuilt with libreadline.so.5. |
16 декабря 2005 г. Sergey Vlasov 2.5.14-alt1 |
- 2.5.14.
- Moved all files from /usr/X11R6 to /usr (/usr/X11R6 is going away).
- Added Conflicts: fvwm-themes <= 0.7.0-alt1 because of directory changes.
- Made fribidi and libstroke support optional.
- Added alt-fonts patch to fix font problems in default configuration when
using an UTF-8 locale (non-XLFD font names result in unusable fonts). |
18 июля 2005 г. Sergey Vlasov 2.5.13-alt1 |
- 2.5.13.
- Updated BuildRequires. |
2 декабря 2004 г. Sergey Vlasov 2.5.12-alt1 |
- 2.5.12. |
30 апреля 2004 г. Sergey Vlasov 2.5.10-alt3 |
- Fixed font specification in default config (#2633).
- Reenabled bidirectional text support.
- Updated BuildRequires. |
23 апреля 2004 г. Sergey Vlasov 2.5.10-alt2 |
- Fixed missing menu entry for fvwm in Session/Windowmanagers.
- Fixed missing icons in menu (added more icon directories to the menu method). |
20 апреля 2004 г. Sergey Vlasov 2.5.10-alt1 |
- 2.5.10.
- Renamed package to fvwm.
- Split package to several parts:
- fvwm-base (core and modules with no special dependencies)
- fvwm-perl (Perl parts)
- fvwm-gtk (FvwmGtk module)
- fvwm-full (virtual package to get everything; replaces old fvwm2)
- Updated the menu method to use the builtin gettext support ($[gt.foo])
instead of translation at menu generation time (no more problems with
multiuser setups with different languages and encodings).
- Build without bidirectional text support (the required fribidi library is no
longer in Sisyphus).
- Updated alt-fvwmbug-tmp patch.
- Updated alt-config patch (fixed bug with root cursor setting).
- Patch1 (alt-obsolete-modules): remove FvwmCascade and FvwmTile (replacement
for rh-modules patch which modified Makefile.in)
- Updated BuildRequires. |
19 октября 2003 г. Sergey Vlasov 2.5.8-alt0.20031019 |
- 20031019 CVS snapshot (fixes many bugs, including build problems with new
fontconfig).
- Updated BuildRequires.
- Removed cvs-FvwmIdent_draw patch (already included). |
20 июня 2003 г. Sergey Vlasov 2.5.7-alt1 |
- 2.5.7.
- Updated patches: alt-config, alt-xft-config, alt-fvwmbug-tmp.
- Set %_perl_lib_path to fix perl dependencies.
- Added localization files.
- Added Patch5: fvwm-2.5.7-cvs-FvwmIdent_draw.patch - fixed FvwmIdent drawing.
- Added Patch6: fvwm-2.5.7-alt-greyed_menu_back.patch - fixed drawing greyed
menu item background when the item is selected and HilightBack is used in the
MenuStyle (Foreground color was used for the background in this case).
- Updated BuildRequires. |
15 октября 2002 г. Dmitry V. Levin 2.5.3-alt3 |
- Fixed fvwm-bug script. |
15 октября 2002 г. AEN 2.5.3-alt2 |
- Added xft fonts to default config. |
15 октября 2002 г. AEN 2.5.3-alt1 |
- 2.5.3: new development version with xft2 support. |
12 марта 2002 г. Dmitry V. Levin 2.4.6-alt1 |
- 2.4.6. |
6 марта 2002 г. Dmitry V. Levin 2.4.5-alt2 |
- Added --enable-multibyte. |
4 февраля 2002 г. Dmitry V. Levin 2.4.5-alt1 |
- 2.4.5. |
10 января 2002 г. Dmitry V. Levin 2.4.3-alt2 |
- Fixed default fonts. |
7 января 2002 г. Dmitry V. Levin 2.4.3-alt1 |
- Updated wmsession.d and startup scripts.
- Updated configuration. |
7 ноября 2001 г. Dmitry V. Levin 2.4.3-alt0.1 |
- Merged rh (2.4.3-2) and mdk (2.2.4-14mdk) packages. |
5 ноября 2001 г. Than Ngo 2.4.3-2 |
- disable package subdir (bug #54589)
- add some missing FvwmForm-*, FvwmScript-* ...
- build with libstroke |
20 сентября 2001 г. Than Ngo 2.4.3-1 |
- update to 2.4.3 |
20 сентября 2001 г. Than Ngo 2.4.2-1 |
- update to 2.4.2 (bug #53030) |
7 августа 2001 г. Than Ngo |
- add patch from greg@lugs.org.sg (bug #51104) |
22 июня 2001 г. Preston Brown |
- don't own /usr/share/icons dir |
25 мая 2001 г. Helge Deller |
- Application icons don't show up unless configured
with --with-iconpath=/usr/share... (Bug #42230) |
21 мая 2001 г. SATO Satoru |
- new upstream (2.2.5)
- apply I18N patch
- add Japanese rc file (system.fvwm2rc.ja) |
22 августа 2000 г. Than Ngo |
- fix system.fvwm2rc (Bug #16707)
- disable debug |
4 августа 2000 г. Than Ngo than@redhat.de> |
- fixed bugs in FvwmTaskBar (Bug #11066) (thanks to jtl@cs.man.ac.uk) |
12 июля 2000 г. Prospector |
- automatic rebuild |
4 июля 2000 г. Jakub Jelinek |
- Rebuild with new C++ |
4 февраля 2000 г. Matt Wilson |
- removed '-s' flag to the install program - broken on sparc |
3 февраля 2000 г. Preston Brown |
- rebuild to gzip man pages |
13 января 2000 г. Preston Brown |
- 2.2.4 |
23 сентября 1999 г. Preston Brown |
- added ability to read wmconfig generated menu (# 2665) |
9 сентября 1999 г. Preston Brown |
- removed compatibility icon pak. |
27 августа 1999 г. Preston Brown |
- 2.2.2 bugfix release |
9 апреля 1999 г. Preston Brown |
- added some icons from kdebase back to this package for upgrade
- compatibility. |
24 марта 1999 г. Bill Nottingham |
- don't require xterm-color |
22 марта 1999 г. Preston Brown |
- better default system.fvwm2rc |
21 марта 1999 г. Cristian Gafton |
- auto rebuild in the new build environment (release 2) |
26 февраля 1999 г. Cristian Gafton |
- package is still not finished yet
- upgraded to 2.2, got rid of all the cruft in the spec file |
24 сентября 1998 г. Cristian Gafton |
- updated to 2.0.47
- mark config files as %config files |
29 июня 1998 г. Michael Shigorin |
- removed duplicate files found in the package Another level.
- fixes bug: 651 |
7 мая 1998 г. Prospector System |
- translations modified for de, fr, tr |
1 мая 1998 г. Cristian Gafton |
- long time no new version released :-(. -> misc patch
- major spec file cleanups |
3 ноября 1997 г. Cristian Gafton |
- Fixed more bugs (bugs patch) |
24 октября 1997 г. Cristian Gafton |
- fixed Alpha build |
16 октября 1997 г. Cristian Gafton |
- fixed FvwmTaskBar severe bug (taskbar patch)
- misc fixes |
13 октября 1997 г. Cristian Gafton |
- built against glibc; added -rh and -fixes patches |