Files
gedit/_service
Dominique Leuenberger 105351d974 Accepting request 1270242 from GNOME:Next
- Update to version 48.2:
  + Update links to new website domain name:
    https://gedit-text-editor.org
  + It is no longer possible to implement plugins in Python.
  + New features:
    - Reset All button in the preferences dialog.
    - In the Spell Checker plugin: be able to configure the default
      language used for the spell-checking in new documents.
  + Code refactorings:
    - In GeditWindow and GeditPreferencesDialog.
    - Don't use the g_slice_*() functions (deprecated).
    - In the Spell Checker plugin.
  + MS Windows: change default font to Consolas.
  + macOS: install an icon.
  + Metainfo: improve it.
  + Some updates to the user manual.
  + Improve the devel documentation.
  + Updated translations.
- Update URL to new home.
- Bump api_ver define.
- Drop python3-gedit sub-package and obsolete it following upstream
  changes. Further, drop all python BuildRequires and Requires, no
  longer needed, nor used.

OBS-URL: https://build.opensuse.org/request/show/1270242
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gedit?expand=0&rev=294
2025-04-17 10:59:34 +00:00

20 lines
716 B
XML

<?xml version="1.0"?>
<services>
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://gitlab.gnome.org/World/gedit/gedit.git</param>
<param name="revision">48.2</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">v?(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
<!-- <param name="changesgenerate">enable</param> -->
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">zst</param>
</service>
<service name="set_version" mode="manual" />
</services>