| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: python3-gedit | Distribution: SUSE Linux Enterprise 15 |
| Version: 40.1 | Vendor: SUSE LLC <https://www.suse.com/> |
| Release: 150400.4.3.1 | Build date: Thu May 12 06:03:04 2022 |
| Group: Development/Languages/Python | Build host: sheep65 |
| Size: 3119 | Source RPM: gedit-40.1-150400.4.3.1.src.rpm |
| Packager: https://www.suse.com/ | |
| Url: https://wiki.gnome.org/Apps/Gedit | |
| Summary: Python bindings for gedit | |
Gedit is a UTF-8 text editor for the GNOME environment. This package provides the python bindings, based on gobject-introspection.
GPL-2.0-or-later
* Wed Apr 27 2022 scott.bradnick@suse.com
- Add "Requires: gsettings-desktop-schemas" to alleviate schema
"is not installed" error after install in WSL. (boo#1198312)
* Thu Sep 16 2021 sbrabec@suse.com
- Remove obsolete translation-update-upstream support
(jsc#SLE-21105).
* Sat Apr 17 2021 dimstar@opensuse.org
- Update to version 40.1:
+ Use document folder when opening new files.
+ Huge CPU consumption when a folder with content is deleted.
+ Updated translations.
* Sat Mar 20 2021 mgorse@suse.com
- Update to version 40.0:
+ Remove all the deprecated API.
+ file-browser: drop use of confirm-trash.
+ Tepl-ification:
- Use tepl_pango_font_description_to_css().
- Use TeplLanguageChooser's.
- Use TeplProgressInfoBar.
- Start to use TeplBuffer and TeplFile APIs. As a result the
new tabs are now named "Untitled File", not
"Untitled Document".
+ Updated translations.
- Drop 102.patch: fixed upstream.
* Wed Feb 17 2021 dimstar@opensuse.org
- Add 102.patch: file-browser: drop use of confirm-trash.
* Fri Nov 20 2020 bjorn.lie@gmail.com
- Update to version 3.38.1:
+ AppData: change donation URL to Liberapay.
+ Improvements to the user manual.
+ Updated translations.
* Fri Sep 11 2020 dimstar@opensuse.org
- Update to version 3.38.0:
+ Updated translations.
* Sat Sep 05 2020 dimstar@opensuse.org
- Update to version 3.37.92:
+ A few code refactorings.
- Changes from version 3.37.3:
+ Start to migrate to GtkFileChooserNative.
+ User manual: remove the page with the list of keyboard
shortcuts, it was redundant with the new Shortcuts window.
- Changes from version 3.37.2:
+ Remove the checkupdate plugin (no longer useful).
+ GSettings: revisit the set of plugins activated by default.
+ Change app description.
+ About dialog: have the gedit icon, not the old logo.
+ Add a few keyboard shortcuts to the Shortcuts window.
- Changes from version 3.37.1:
+ Remove the support for X11 workspaces.
+ gedit no longer depends on X11, gedit is now a native app on
Wayland.
+ Remove the support for the org.gnome.desktop.lockdown
GSettings.
+ Updated translations.
* Wed Jul 29 2020 bjorn.lie@gmail.com
- Python subpackage is now noarch.
* Sat Apr 25 2020 bjorn.lie@gmail.com
- Update to version 3.36.2:
+ Misc bug fixes.
+ Updated translations.
* Fri Mar 20 2020 bjorn.lie@gmail.com
- Update to version 3.36.1:
+ File chooser dialog: use text files filter by default.
+ Fix compilation on macOS.
+ Fix External Tools plugin.
+ Fix Snippets plugin.
+ Other bug fixes.
+ Updated translations.
* Fri Mar 06 2020 bjorn.lie@gmail.com
- Update to version 3.36.0:
+ Fix a bug in the quickopen plugin.
+ Updates to the user manual.
+ Updated translations.
* Wed Feb 12 2020 dimstar@opensuse.org
- Update to version 3.35.90:
+ Remove text centering when in fullscreen mode and when a right
margin was set.
+ Make the scrollbars always visible around the main text area.
+ Remove the overview map.
+ File chooser dialog: re-add the feature to be able to customize
the list of character encodings.
+ Open a file from the headerbar: re-implement the previous user
interface: two buttons, "Open" to open the dialog window, and
an arrow to open the recent menu.
+ GSettings schema: enable more features by default (auto-indent,
display-line-numbers, highlight-current-line and
bracket-matching) and set default style scheme to 'tango'.
- Changes from version 3.35.1:
+ File browser plugin: fix interactive search.
+ A few fixes in the CSS style.
+ Updated translations.
- Drop pkgconfig(libxml-2.0) and pkgconfig(libsoup-2.0)
BuildRequires: no longer needed.
- Add pkgconfig(tepl-4) BuildRequires: new depenedency.
- Rebase gedit-desktop.patch.
* Fri Jan 31 2020 dimstar@opensuse.org
- Own %{python3_sitearch}/gi/ and subdirectories: in the past,
pkgconfig(pygobject-3.0) pulled in py2 and py3 gobject stacks,
but we eliminated that so not every consumer of the C-headers
gets two python stacks pulled in. Thus, own the directories.
* Thu Nov 21 2019 bjorn.lie@gmail.com
- Update to version 3.34.1:
+ A few bug fixes.
+ Updates to the Snap and Flatpak packages.
+ Updated translations.
* Mon Sep 09 2019 mgorse@suse.com
- Update to version 3.34.0:
+ Translation updates.
* Sat Sep 07 2019 luke@ljones.dev
- Update to version 3.33.92:
+ Updated documentation.
* Mon Sep 02 2019 yfjiang@suse.com
- Update to version 3.33.90:
+ Add "gedit" to .desktop keywords as search workaround for Flatpak
and Snap.
+ Build fixes.
+ Updated translations.
- Remove %{_libexecdir}/gedit/gedit-bugreport.sh and
%{_libexecdir}/gedit from spec since they have been taken out
from upstream code.
* Wed May 15 2019 bjorn.lie@gmail.com
- Update to version 3.32.2:
+ Reintroduce enable-gvfs-metadata build option.
+ Fix several crash bugs.
+ Updated translations.
* Mon Mar 11 2019 bjorn.lie@gmail.com
- Update to version 3.32.0:
+ Updated translations.
* Mon Mar 04 2019 bjorn.lie@gmail.com
- Update to version 3.31.92:
+ Fix segfault in open document selector.
+ Update help for app menu changes.
+ Miscellaneous fixes.
* Tue Feb 19 2019 bjorn.lie@gmail.com
- Update to version 3.31.90:
+ Switch to meson.
+ Drop autotools support.
+ Add tests to validate AppStream metadata and .desktop.
+ Flatpak and Snap versions now bundle gedit-plugins.
+ Fix some issues resulting from the GNOME 3.32 menu changes.
+ Drop gconf conversion file.
+ Miscellaneous fixes.
- Switch to meson build system, add meson BuildRequires and macros.
* Thu Jan 03 2019 bjorn.lie@gmail.com
- Update to version 3.31.3:
+ Update README and rename to README.md.
+ Update new app icon.
+ Fix searching with upper case characters in recent files popup.
+ Fix symbolic icons in file browser with dark themes.
+ Use a color for search matching in recent files popup that
works better with dark themes.
+ Clean up deprecations and more.
- Changes from version 3.31.2:
+ Follow GNOME 3.32 menu guidelines.
+ Allow closing tabs with middle-click.
- Changes from version 3.31.1:
+ Fix tarball and version number from previous release.
- Changes from version 3.31.0:
+ Redesign the app icon.
+ Migrate to gettext and stop using intltool.
+ Switch from gtksourceview3 to gtksourceview4.
+ Fix file chooser not opening in correct location after first
time.
+ Miscellaneous build and translation fixes.
+ Updated translations.
- Replace pkgconfig(gtksourceview-3.0) with
pkgconfig(gtksourceview-4) BuildRequires following upstream
changes.
- Drop intltool BuildRequires, no longer needed.
- Rebase gedit-desktop.patch.
- Drop upstream fixed patches:
+ gedit-notebook-close-with-mmb.patch
+ gedit-document-selector-make-search-caseless.patch
+ gedit-fix-assert-when-going-up-in-tree.patch
* Fri Dec 07 2018 bjorn.lie@gmail.com
- Add upstream bugfix patches:
+ gedit-notebook-close-with-mmb.patch: notebook: Allow closing of
tabs with middle mouse button.
+ gedit-document-selector-make-search-caseless.patch: document
selector: make search caseless.
+ gedit-fix-assert-when-going-up-in-tree.patch: file-browser: fix
assert when going up in the tree.
* Tue Oct 23 2018 bjorn.lie@gmail.com
- Update to version 3.30.2:
+ Fix file chooser not opening in correct location after first
time.
+ Updated translations.
* Wed Sep 26 2018 bjorn.lie@gmail.com
- Update to version 3.30.1:
+ Updated translations.
* Sun Sep 09 2018 antoine.belvire@opensuse.org
- Update to version 3.30.0:
+ Updated translations.
- Remove lang package from recommended packages as it already
supplements main package (same effect, it's redundant).
* Thu Aug 09 2018 luc14n0@linuxmail.org
- Update to version 3.29.90:
+ Misc. bugfixes.
+ Updated translations.
- Drop gettext BuildRequires to avoid explicit dependency on it.
* Mon Apr 09 2018 bjorn.lie@gmail.com
- Update to version 3.28.1:
+ Updated translations.
* Tue Mar 20 2018 dimstar@opensuse.org
- Unconditionally enable translation-update-upstream: on
Tumbleweed, this results in a NOP and for Leap in SLE paid
translations being used (boo#1086036).
* Mon Mar 12 2018 dimstar@opensuse.org
- Update to version 3.28.0:
+ Updated translations.
* Sat Mar 10 2018 jengelh@inai.de
- Update descriptions.
* Tue Mar 06 2018 bjorn.lie@gmail.com
- Add gedit-plugins-python-env.patch: Set python env to explicit
python3, do not depend on env variable. We can't have random
python interpreters be executed.
- Refresh downstream gedit-desktop.patch, use autosetup and
make_build macros.
* Sun Mar 04 2018 luc14n0@linuxmail.org
- Update to version 3.27.92:
+ Updated translations.
- Update URL tag to https://wiki.gnome.org/Apps/Gedit, the current
Gedit web page.
- Drop:
+ glib2_gsettings_schema_* and desktop_database_* post/postun
scriptlets and glib2_gsettings_schema_requires macro: their
functionality has been moved to RPM file triggers
(RPM 4.13, suse_version >= 1330).
+ update-desktop-files BuildRequires and its macro: they are no
longer needed anymore.
+ ice and sm pkgconfig BuildRequires: they are no longer used
anymore.
- Add glib-2.0 and gmodules-2.0 pkgconfig modules and
gobject-introspection-devel BuildRequires to avoid implicit
dependencies.
- Point fdupes to the prefix directory instead of directly to the
buildroot, which is a practice that must be avoided.
* Wed Feb 28 2018 dimstar@opensuse.org
- Modernize spec-file by calling spec-cleaner
* Tue Feb 06 2018 dimstar@opensuse.org
- Update to version 3.27.90:
+ Misc bugfixes.
+ Updated translations.
* Sat Aug 05 2017 zaitor@opensuse.org
- Update to version 3.22.1:
+ Misc bugfixes.
+ Updated translations.
- Drop gedit-fix-font-scaling.patch: Fixed upstream.
* Mon Nov 28 2016 dimstar@opensuse.org
- Correct required version of gtk+-3.0.
* Sun Sep 25 2016 zaitor@opensuse.org
- Add gedit-fix-font-scaling.patch: Fix open doc selector font size
with text scaling (bgo#771167).
* Sun Sep 18 2016 zaitor@opensuse.org
- Update to version 3.22.0:
+ Misc bugfixes.
+ Updated translations.
* Sun Aug 21 2016 zaitor@opensuse.org
- Update to version 3.21.90:
+ Misc bugfixes.
+ Updated translations.
- Drop gedit-remove-geometry.patch: Fixed upstream.
- Conditionally apply translations-update-upstream BuildRequires
and macro for non-openSUSE only.
- Stop passing V=1 to make, debugging is done locally. No need to
clutter buildlogs.
* Sun Jul 31 2016 zaitor@opensuse.org
- Add gedit-remove-geometry.patch: Remove --geometry command line
option (deprecated in GTK+).
* Wed May 18 2016 fezhang@suse.com
- Fix group for gedit-devel to Development/Libraries/C and C++
* Tue May 17 2016 mgorse@suse.com
- Update to GNOME 3.20.2 Fate#318572
* Sun May 08 2016 badshah400@gmail.com
- Update to version 3.20.2:
+ Misc bugfixes.
+ Updated translations.
* Wed Apr 13 2016 idonmez@suse.com
- Update to GNOME 3.20 Fate#318572
- Fix group for gedit-devel: should be Productivity/Text/Editors
* Thu Mar 31 2016 zaitor@opensuse.org
- Update to version 3.20.1:
+ Use a menubar only if gtk-shell-shows-menubar is set to true.
+ Misc bugfixes.
+ Updated translations.
* Mon Mar 21 2016 dimstar@opensuse.org
- Update to version 3.20.0:
+ Updated translations.
* Mon Mar 14 2016 zaitor@opensuse.org
- Update to version 3.19.5:
+ Spell plugin: adapt code for gspell API changes.
+ Save window size properly.
+ Updated translations.
* Tue Feb 16 2016 dimstar@opensuse.org
- Update to version 3.19.4:
+ Spell plugin: adapt code for gspell API changes.
+ CSS updates.
+ AppData: add project_group and translation tags.
+ Various other code improvements and bug fixes.
+ Updated translations.
* Wed Jan 20 2016 dimstar@opensuse.org
- Update to version 3.19.3:
+ Rename to "Text Editor" in the .desktop file.
+ Use traditional menubar layout on XFCE, Unity, etc.
+ require the latest gspell for the spell plugin.
+ New Windows WiX installer.
+ CSS updates to track GTK+ changes.
+ Various minor code improvements and bug fixes.
+ Updated translations.
* Fri Jan 15 2016 zaitor@opensuse.org
- Update to version 3.19.2:
+ Ship our own app icon.
+ Add shortcuts window.
+ Adapt code for gspell API changes.
+ Rename GeditViewHolder -> GeditViewCentering.
+ CloseConfirmationDialog: subclass GtkMessageDialog.
+ CSS updates to track GTK+ changes.
+ Various minor code improvements and bug fixes.
+ Updated translations.
- Add hicolor-icon-theme BuildRequires now gedit comes with own
icons.
- Rebase gedit-desktop.patch.
* Fri Jan 15 2016 zaitor@opensuse.org
- Update to version 3.19.1:
+ Change default document title to "Untitled Document".
+ Port the spell plugin to gspell.
- Exchange enchant-devel for pkgconfig(gspell-1) BuildRequires
following upstreams port.
* Fri Jan 15 2016 dimstar@opensuse.org
- Update to version 3.18.3:
+ Several crash fixes.
+ A few other more minor bug fixes.
+ Add kudos to appdata.
+ Updated translations.
* Thu Nov 12 2015 zaitor@opensuse.org
- Update to version 3.18.2:
+ Fix performance problem with remote files in the open file
selector.
+ Various minor code improvements and bug fixes.
+ Updated translations.
* Mon Oct 12 2015 zaitor@opensuse.org
- Update to version 3.18.1:
+ Make the Replace dialog resizable.
+ Various minor code improvements and bug fixes.
+ Updated translations.
* Tue Oct 06 2015 zaitor@opensuse.org
- Change gedit-devel Group: to include Development/ to silence a
RPMLINT warning.
* Tue Sep 22 2015 dimstar@opensuse.org
- Update to version 3.18.0:
+ Fix close confirmation dialog regression introduced in 3.17.92.
+ Updated translations.
* Wed Sep 16 2015 dimstar@opensuse.org
- Update to version 3.17.92:
+ Various minor code improvements and bug fixes.
+ Updated translations.
* Tue Aug 18 2015 zaitor@opensuse.org
- Update to version 3.17.90:
+ Spell checking: fix performance problem and re-organize the
code.
+ Move minimap settings in the preferences dialog.
+ CSS improvements.
+ Add a snippet generating RPM SPEC %changelog line.
+ Various other code improvements and bug fixes.
+ Updated translations.
* Sun Aug 16 2015 zaitor@opensuse.org
- Update to version 3.17.2:
+ Lots of cleanups and code improvements to: the document
handling code, file printing and the spell checking.
+ gtk-mac-integration support fix.
+ Updated translations.
* Sun Aug 16 2015 zaitor@opensuse.org
- Update to version 3.17.1:
+ Add a menu to toggle the source map.
+ Fix print margins.
+ Fix the --wait options when passing a list of files.
+ Several cleanups and code improvements to the document handling
code.
+ Various other bug fixes.
+ Updated translations.
* Sun Aug 16 2015 dimstar@opensuse.org
- Update to version 3.17.0:
+ Improve the Encodings dialog.
+ Add setting to display a grid pattern.
+ Various other bug fixes.
+ Updated translations.
* Sun Aug 16 2015 zaitor@opensuse.org
- Update to version 3.16.3:
+ Various bug fixes.
+ Updated translations.
* Fri May 15 2015 zaitor@opensuse.org
- Update to version 3.16.2:
+ Fix gedit --wait when listing multiple files.
+ Various other bug fixes.
+ Updated translations.
* Sun Apr 12 2015 zaitor@opensuse.org
- Update to version 3.16.1:
+ Improve error reporting when failing to load private lib.
+ Performance improvements for groups of text
insertions/deletions.
+ Do not merge xml translation in gschema files.
+ Various other bug fixes.
+ Updated translations.
* Mon Mar 23 2015 dimstar@opensuse.org
- Update to version 3.16.0:
+ Updated translations.
* Tue Mar 17 2015 dimstar@opensuse.org
- Update to version 3.15.92:
+ Various bug fixes.
+ Updated translations.
* Tue Mar 03 2015 dimstar@opensuse.org
- Update to version 3.15.91:
+ Rework some of the printing code.
+ Various bug fixes.
+ Updated translations.
* Wed Feb 18 2015 dimstar@opensuse.org
- Update to version 3.15.90:
+ Improved documentation.
+ Various bug fixes.
+ Updated translations.
* Wed Feb 04 2015 zaitor@opensuse.org
- Update to version 3.15.1:
+ Improved open document selector.
+ Start to rework the replace dialog.
+ Use the new color scheme chooser.
+ Updated translations.
* Wed Feb 04 2015 zaitor@opensuse.org
- Update to version 3.14.3:
+ Various bug fixes.
+ Updated translations.
* Wed Jan 14 2015 tyang@suse.com
- Fix bnc#910913: enabling plugin snippets causes crash when close
a tab. Add require for python3-gobject-cairo.
* Thu Dec 04 2014 zaitor@opensuse.org
- Update to version 3.14.2:
+ External tools plugin: fix document saving.
+ Various other bug fixes.
+ Updated translations.
* Sun Nov 09 2014 zaitor@opensuse.org
- Update to version 3.14.1:
+ Increase default window size.
+ Various bug fixes.
+ Updated translations.
- Drop gedit-nobinenv.patch: Fix upstream (slightly different).
/usr/lib/python3.6/site-packages/gi /usr/lib/python3.6/site-packages/gi/overrides /usr/lib/python3.6/site-packages/gi/overrides/Gedit.py
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Feb 9 16:24:48 2026