forked from pool/libgedit-gtksourceview
Accepting request 1159541 from GNOME:Factory
GNOME 46 (forwarded request 1159285 from dimstar) OBS-URL: https://build.opensuse.org/request/show/1159541 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgedit-gtksourceview?expand=0&rev=3
This commit is contained in:
commit
380b0dc5da
19
_service
Normal file
19
_service
Normal file
@ -0,0 +1,19 @@
|
||||
<?xml version="1.0"?>
|
||||
<services>
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/gedit-technology/libgedit-gtksourceview.git</param>
|
||||
<param name="revision">299.1.0</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>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7453a1cce2f6d58871644d2203ecdbbb043050886170ebea376c1cf6e27f86d8
|
||||
size 644008
|
3
libgedit-gtksourceview-299.1.0.obscpio
Normal file
3
libgedit-gtksourceview-299.1.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:13a0a7b1434dce943e9da0f2ce610b069f5296b44f5d5dfee4b4ec6791242741
|
||||
size 6288397
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 16 07:36:08 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 299.1.0:
|
||||
+ Continue to rework GtkSourceStyle* classes.
|
||||
This includes a switch from the libxml2 to GMarkupParser.
|
||||
(the libxml2 is still used for *.lang files though).
|
||||
+ Style schemes XML file format:
|
||||
- Simplify it.
|
||||
- Better document it.
|
||||
- Extend it with the "kind" attribute, for light/dark schemes.
|
||||
- Remove the *.rng file.
|
||||
+ Unit tests:
|
||||
- Don't rely on environment variables to be set to run the
|
||||
tests.
|
||||
- Have good code coverage for what has been modified or added.
|
||||
- Changes from version 299.0.5:
|
||||
+ Fix a bug: Alt+Down (moving line(s) down) or Alt+Up (moving
|
||||
line(s) up) wrt. the undo/redo history and cursor positioning.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 13 14:32:56 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
4
libgedit-gtksourceview.obsinfo
Normal file
4
libgedit-gtksourceview.obsinfo
Normal file
@ -0,0 +1,4 @@
|
||||
name: libgedit-gtksourceview
|
||||
version: 299.1.0
|
||||
mtime: 1708025664
|
||||
commit: b271a625ca057cc3fa7d5ac83285c5d4e038202e
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libgedit-gtksourceview
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,12 +17,12 @@
|
||||
|
||||
|
||||
Name: libgedit-gtksourceview
|
||||
Version: 299.0.4
|
||||
Version: 299.1.0
|
||||
Release: 0
|
||||
Summary: Source code editing widget
|
||||
License: LGPL-2.1-or-later
|
||||
URL: https://gedit-technology.net/
|
||||
Source: https://gedit-technology.net/tarballs/%{name}/%{name}-%{version}.tar.xz
|
||||
Source: %{name}-%{version}.tar.zst
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig
|
||||
|
Loading…
Reference in New Issue
Block a user