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

geany-devel-2.1.0-1.1 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: geany-devel Distribution: openSUSE Tumbleweed
Version: 2.1.0 Vendor: openSUSE
Release: 1.1 Build date: Sun Sep 20 16:20:04 2026
Group: Development/Libraries/C and C++ Build host: reproducible
Size: 414518 Source RPM: geany-2.1.0-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://geany.org
Summary: Development files for the Geany IDE
Geany is a text editor using the GTK+ toolkit with basic features of
an integrated development environment.

Provides

Requires

License

GPL-2.0-or-later

Changelog

* Sun Sep 20 2026 Dominique Leuenberger <dimstar@opensuse.org>
  - Migrate to _service managed package. This results in us now using
    the git tag as version number, which happens to be 2.1.0.
    Technically, this is exactly the same as was published by
    upstream as Geany 2.1.
* Fri Aug 08 2025 anenasa <anenasaa@yahoo.com>
  - Update to 2.1:
    * Include themes from geany-themes.
    * Fix silently truncating files containing NUL bytes.
    * Improve compatibility focusing the editor window when opening
      a file externally.
    * Update placeholders for external printing command to use the
      same ones as build commands.
    * Improve corner-case encoding detection and conversion.
    * Fix losing session after opening several projects.
    * Fix emission of the "document-activate" signal, leading to
      glitches in UI and plugins.
    * Fix spurious CPU load after running a build command.
    * Use a more reliable method for saving preferences and other
      auxiliary files.
    * Fix focusing the symbol list through key binding.
    * Fix search entry after editing the toolbar.
    * Fix non-deterministic anonymous symbol names.
    * Fix displaying symbols declared out of order.
    * Fix possible invalid memory access when generating user
      initials on first startup.
    * Fix replacing placeholders in filenames in build commands.
    * Add support for searching the Messages and Compiler output.
    * Add support for modern platform-native file selection dialogs.
    * Regroup filetypes by letter.
    * Add filter for open documents sidebar.
    * Add filter for keybindings preferences.
    * Add various pref to skip "replace in session" confirmation
      dialog.
    * Make it easier to wrap search when the confirmation dialog is
      shown.
    * Fix spurious selection when clicking an externally-modified
      file.
    * Fix translation of the Various preferences tab.
    * Do not show redundant None encoding.
    * Do not display encodings not supported on the system.
    * Move "Virtual Spaces" preference to "Editor -> Features".
    * Various UI tweaks.
    * Allow pasting and autocompletion for multiple carets.
    * Increase minimal number margin width.
  - Drop upstreamed reproducible.patch.
  - Drop upstreamed geany-2.0-gcc15.patch.
* Fri May 23 2025 Bjørn Lie <bjorn.lie@gmail.com>
  - Drop obsolete update-desktop-files BuildRequires and macro.
    Replace with desktop-file-utils BuildRequires.
* Thu Mar 20 2025 Bjørn Lie <bjorn.lie@gmail.com>
  - Add geany-2.0-gcc15.patch: Fix build with gcc 15 (patch lifted
    from gentoo).
* Wed Apr 24 2024 Bernhard Wiedemann <bwiedemann@suse.com>
  - Add reproducible.patch to make glfw build deterministic
* Fri Oct 20 2023 Paolo Stivanin <info@paolostivanin.com>
  - Update to 2.0:
    * Split "session data" into session.conf, preferences are written to
      and read from geany.conf (PR#2776, PR#2779, PR#3014, PR#3125 and more).
    * Require GTK 3.24.
    * (Re-)Add ability to scroll over document tabs (PR#3134).
    * Fix keyword colorization on filetype change (PR#3553).
    * Fix startup files order when placing tabs next to the current one (PR#3611).
    * The document list in the sidebar has a new tree view. This mode is
      the new default and existing installations automatically use it (PR#1813).
    * Use dark-theme friendly colors for compiler messages (PR#3013).
    * Add a confirmation dialog on search & replace for the whole session (PR#3033).
    * Filter entry for symbol tree (PR#3055).
    * Simplify project creation from existing directories with sources (PR#3042).
    * Add option to show symbols in symbol tree without category groups (PR#3172).
    * Add option to only show line endings if they differ from file default (PR#3287).
    * Make tab label length and window title length configurable (Abdul Rafey, #3365).
    * Make Go to Symbol commands show signature list (PR#3475).
    * Sync many parsers from the Universal Ctags project, this leads to
      updated symbol parsers (PR#2990, PR#2991, PR#3032).
    * Improved support for the ctags file format, which is now the recommended
      format for tags files (PR#3049).
    * Enable local variables and improve autocompletion for C/C++ and
      some other languages (PR#3185, PR#3275).
  - Drop upstreamed geany-inttool.patch.
  - Rebased geany-appstream.patch.
* Sun Apr 03 2022 Stephan Kulow <coolo@suse.com>
  - Add geany-inttool.patch and adopt geany-appstream.patch to fix
    for autoconf 2.71 - upstream moved away from broken intltool,
    so cherry picked that
* Fri Nov 05 2021 Dominique Leuenberger <dimstar@opensuse.org>
  - Require libgeany0 by -devel package: we install the .so symlink
    and are thus responsible for the link target too.
* Sun Oct 10 2021 Michael Ströder <michael@stroeder.com>
  - Update to version 1.38
    * General
    - Increase speed when opening documents, especially on startup
      (Justin Blanchard, Issue#2883, Issue#2649, Issue#2791, PR#2884, PR#2747).
    - Synchronize Geany's Ctags implementation with Universal Ctags, this
      leads to updated symbol parsers (Jiří Techet, PR#2666).
    - Remove GTK+2 Support (PR#2602).
    - Geany needs a C++17 compiler to build (PR#2862).
    * Bug fixes
    - Workaround crashes when pasting into VTE without having focus (Issue#2813, PR#2843).
    * Interface
    - Add keybinding to reload all open documents (David Yang, PR#2859).
    * Filetypes
    - Add Julia filetype (getzze, Issue#434, PR#2584).
    - Add Meson filetype (Andy Alt, PR#2850).
    * Plugins
    - SaveActions: add configurable target directory for instantly saved files
    - (Issue#640, PR#2769).
    * Windows
    - Fix message window height after restart (Issue#2591, PR#2892).
    - Switch Windows builds to GTK3 and x86_64 (PR#2590).
    * Internationalization
    - Updated translations: da, de, el, es, et, fr, it, ja, nl pt, pt BR, sk, tr, uk, zh_CN
* Thu Dec 17 2020 Paolo Stivanin <info@paolostivanin.com>
  - Update to version 1.37.1:
    * Fix crash on first startup

Files

/usr/include/geany
/usr/include/geany/app.h
/usr/include/geany/build.h
/usr/include/geany/dialogs.h
/usr/include/geany/document.h
/usr/include/geany/editor.h
/usr/include/geany/encodings.h
/usr/include/geany/filetypes.h
/usr/include/geany/geany.h
/usr/include/geany/geanyfunctions.h
/usr/include/geany/geanyplugin.h
/usr/include/geany/gtkcompat.h
/usr/include/geany/highlighting.h
/usr/include/geany/keybindings.h
/usr/include/geany/main.h
/usr/include/geany/msgwindow.h
/usr/include/geany/navqueue.h
/usr/include/geany/plugindata.h
/usr/include/geany/pluginextension.h
/usr/include/geany/pluginutils.h
/usr/include/geany/prefs.h
/usr/include/geany/project.h
/usr/include/geany/scintilla
/usr/include/geany/scintilla/SciLexer.h
/usr/include/geany/scintilla/Sci_Position.h
/usr/include/geany/scintilla/Scintilla.h
/usr/include/geany/scintilla/Scintilla.iface
/usr/include/geany/scintilla/ScintillaWidget.h
/usr/include/geany/sciwrappers.h
/usr/include/geany/search.h
/usr/include/geany/spawn.h
/usr/include/geany/stash.h
/usr/include/geany/support.h
/usr/include/geany/symbols.h
/usr/include/geany/tagmanager
/usr/include/geany/tagmanager/tm_parser.h
/usr/include/geany/tagmanager/tm_source_file.h
/usr/include/geany/tagmanager/tm_tag.h
/usr/include/geany/tagmanager/tm_workspace.h
/usr/include/geany/templates.h
/usr/include/geany/toolbar.h
/usr/include/geany/ui_utils.h
/usr/include/geany/utils.h
/usr/lib64/libgeany.so
/usr/lib64/pkgconfig/geany.pc


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Sep 27 22:31:12 2026