Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

bluefish-2.4.1-1.fc44 RPM for ppc64le

From Fedora 44 testing updates for ppc64le / Packages / b

Name: bluefish Distribution: Fedora Project
Version: 2.4.1 Vendor: Fedora Project
Release: 1.fc44 Build date: Thu Apr 9 13:20:18 2026
Group: Unspecified Build host: buildvm-ppc64le-32.rdu3.fedoraproject.org
Size: 2121503 Source RPM: bluefish-2.4.1-1.fc44.src.rpm
Packager: Fedora Project
Url: http://bluefish.openoffice.nl/
Summary: Web development application for experienced users
Bluefish is a powerful editor for experienced web designers and programmers.
Bluefish supports many programming and markup languages, but it focuses on
editing dynamic and interactive websites.

Provides

Requires

License

GPL-3.0-or-later

Changelog

* Thu Apr 02 2026 Paul Howarth <paul@city-fan.org> - 2.4.1-1
  - Update to 2.4.1
    - Bluefish 2.4.1 is a minor maintenance release with a few notable changes
    - The experimental "side by side" feature that was introduced in 2.4.0 is no
      longer experimental and is fully stable now
    - A new feature is that Bluefish will automatically adjust the text colours
      for people that use a dark desktop theme
    - Translations for Ελληνικά (Greek) and தமிழ் (Tamiḻ) have been completely
      renewed
    - A critical bug and a regression in the split view function has been fixed
    - The windows build has some minor improvements
    - Several translations are updated
* Mon Feb 02 2026 Paul Howarth <paul@city-fan.org> - 2.4.0-1
  - Update to 2.4.0 (rhbz#2435810)
    - Bluefish 2.4.0 has some new features and many small improvements; it is no
      longer  a 2.2 release because backwards compatibility with the 2.0 series
      of Bluefish has been removed
    - If you upgrade from 2.0 straight to 2.4, your config files and project
      files are no longer 100% correctly loaded
    - Starting from 2.4, Bluefish will place config files no longer in ~/.bluefish
      - On Linux it will be ~/.config and ~/.local/
      - On Windows it will be LocalAppData and RoamingAppData
      - On OSX it will be ~/Library/Application Support
    - The biggest new feature, still experimental, is that you can edit two
      documents side-by-side
    - You can change opening and ending tags in XML or HTML simultaneously if you
      hit [ctrl][t]
    - You can more easily save the current contents to a template
    - For new users, and also active in new projects, is a UI selection dialog,
      where you can choose between a UI optimised for web development,
      programming or just have everything enabled or disabled; this will help
      new Bluefish users to customize Bluefish in an easier way
    - There are a few fixes as well:
      - Selecting lines by dragging in the margin works more reliably
      - Paste special works more reliably
      - Line comments in Python are better detected, which is visible in the
        syntax highlighting
      - The toggle comment function is improved
      - The Windows build has better error messages when starting external
        commands fails
* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.19-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.19-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
* Sat Nov 22 2025 Paul Howarth <paul@city-fan.org> - 2.2.19-1
  - Update to 2.2.19 (rhbz#2416526)
    - Fix a regression in 2.2.18 that could cause a crash when right clicking in
      a document of type Text
    - The dynamic shortcut key setting that was re-introduced in 2.2.18 for the
      main menu is now also working in the snippets menu
* Fri Oct 31 2025 Paul Howarth <paul@city-fan.org> - 2.2.18-1
  - Update to 2.2.18 (rhbz#2407559)
    - Much better CSS language support
    - The color editor now also supports hsl() and rgb() style colors
    - Show colors by just hovering the mouse over a color code
    - Reinstate feature to dynamically change a shortcut key by hovering the
      mouse over a menu item and pressing a new shortcut key again; this feature
      was present in all gtk2 applications and has not been working for bluefish
      gtk3 builds until now
    - Remove the infobrowser from the build since it no longer compiles with new
      libxml versions; this plugin was already deprecated and disabled by default
      for years
* Fri Sep 19 2025 Python Maint <python-maint@redhat.com> - 2.2.17-5
  - Rebuilt for Python 3.14.0rc3 bytecode
* Fri Aug 15 2025 Python Maint <python-maint@redhat.com> - 2.2.17-4
  - Rebuilt for Python 3.14.0rc2 bytecode
* Wed Jul 23 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.17-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Mon Jun 02 2025 Python Maint <python-maint@redhat.com> - 2.2.17-2
  - Rebuilt for Python 3.14
* Tue Apr 01 2025 Paul Howarth <paul@city-fan.org> - 2.2.17-1
  - Update to 2.2.17 (rhbz#2356356)
    - Bluefish 2.2.17 is a maintenance release that has only code clean-up fixes
      to comply better with modern compiler standards
    - It furthermore has fixes for a 64-bit Windows build of Bluefish with Msys2
  - Use %{make_build} and %{make_install}
  - Assume %{_pkgdocdir} macro always available
* Thu Jan 16 2025 Paul Howarth <paul@city-fan.org> - 2.2.16-3
  - Fix for gcc 15
* Thu Jan 16 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.16-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Sun Sep 22 2024 Paul Howarth <paul@city-fan.org> - 2.2.16-1
  - Update to 2.2.16 (rhbz#2314037)
    - Bluefish 2.2.16 is mostly a maintenance release
    - New feature: Bookmarks can now be generated from external commands such as
      ctags
    - The 2.2.16 code has a lot of small fixes and improvements for Mac OSX
    - The old built-in javascript beautifier has been removed; Bluefish now uses
      the jsbeautify from your system (if available)
    - The word-wrap function has been fixed
  - Add fix for type issue causing FTBFS with gcc 14
    (https://sourceforge.net/p/bluefish/tickets/95/)
  - Drop support for EL-7 and Fedora releases of a similar vintage
* Fri Sep 20 2024 Paul Howarth <paul@city-fan.org> - 2.2.15-4
  - Switch from enchant to enchant2 for spell checking
* Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.15-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 2.2.15-2
  - Rebuilt for Python 3.13

Files

/usr/bin/bluefish
/usr/lib/.build-id
/usr/lib/.build-id/04
/usr/lib/.build-id/04/b4938f3dac87c67052ba2187690e457aae18d3
/usr/lib/.build-id/3a
/usr/lib/.build-id/3a/8438d2fddb5f9902f5b5497a8b4da91e4a61a5
/usr/lib/.build-id/53
/usr/lib/.build-id/53/66dc8396f83361837087d760c2b403a3f610fa
/usr/lib/.build-id/77
/usr/lib/.build-id/77/8eda25134121b8eb1fb5532f915e904a64ba56
/usr/lib/.build-id/b0
/usr/lib/.build-id/b0/f2000bbae9ff093e91fd731d80508e761d2f00
/usr/lib/.build-id/b1
/usr/lib/.build-id/b1/89c8d8f42dcbf5385de75d00457385b29f9294
/usr/lib/.build-id/ef
/usr/lib/.build-id/ef/1d18c5efd8ce5d5780be68f0deb24aef050b75
/usr/lib64/bluefish
/usr/lib64/bluefish/about.so
/usr/lib64/bluefish/charmap.so
/usr/lib64/bluefish/entities.so
/usr/lib64/bluefish/htmlbar.so
/usr/lib64/bluefish/snippets.so
/usr/lib64/bluefish/zencoding.so
/usr/share/licenses/bluefish
/usr/share/licenses/bluefish/COPYING


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 21 02:33:52 2026