forked from pool/libgedit-gtksourceview
Compare commits
6 Commits
Author | SHA256 | Date | |
---|---|---|---|
61d105df48 | |||
6621cd755a | |||
a294423f30 | |||
c71daa36a1 | |||
1dc43d815c | |||
eb4db0aba6 |
4
_service
4
_service
@@ -2,8 +2,8 @@
|
||||
<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="url">https://gitlab.gnome.org/World/gedit/libgedit-gtksourceview.git</param>
|
||||
<param name="revision">299.5.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">v?(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:13a0a7b1434dce943e9da0f2ce610b069f5296b44f5d5dfee4b4ec6791242741
|
||||
size 6288397
|
3
libgedit-gtksourceview-299.5.0.obscpio
Normal file
3
libgedit-gtksourceview-299.5.0.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:213ff437dc22376fc93ae8ca889e146496e5246b1a9f57ed4f218cb2bf286ff7
|
||||
size 6286861
|
@@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 17 08:33:02 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 299.5.0:
|
||||
+ language-specs: files reorganization and simplify the scripts.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 7 13:24:49 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 299.4.0:
|
||||
+ Remove the background-pattern (with the grid) feature.
|
||||
+ Fix some crashes.
|
||||
+ Fix GI annotation warnings.
|
||||
+ Updated translations.
|
||||
- Add sover define.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 2 14:12:08 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 299.3.0:
|
||||
+ Style schemes:
|
||||
- Remove GtkSourceStyleSchemeChooser interface.
|
||||
- Add light-only and dark-only kinds.
|
||||
- Mark classic and tango as light-only kind (so they are
|
||||
unsupported with dark theme variants).
|
||||
+ Syntax highlighting: New *.lang file: Nix.
|
||||
+ Misc: Documentation updates and improvements.
|
||||
- Changes from version 299.2.1:
|
||||
+ Bump soversion (something that was forgotten for the 299.2.0
|
||||
version).
|
||||
- Changes from version 299.2.0:
|
||||
+ Nothing new.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 16 07:36:08 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
name: libgedit-gtksourceview
|
||||
version: 299.1.0
|
||||
mtime: 1708025664
|
||||
commit: b271a625ca057cc3fa7d5ac83285c5d4e038202e
|
||||
version: 299.5.0
|
||||
mtime: 1741460928
|
||||
commit: c1a8d726c326d493462498fd6b94dc4e959a817c
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libgedit-gtksourceview
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,8 +16,10 @@
|
||||
#
|
||||
|
||||
|
||||
%define sover 3
|
||||
|
||||
Name: libgedit-gtksourceview
|
||||
Version: 299.1.0
|
||||
Version: 299.5.0
|
||||
Release: 0
|
||||
Summary: Source code editing widget
|
||||
License: LGPL-2.1-or-later
|
||||
@@ -46,16 +48,16 @@ Summary: libgedit-gtksourceview's GObject introspection bindings
|
||||
%description -n typelib-1_0-GtkSource-300
|
||||
The GObject introspection bindings for libgedit-gtksourceview library.
|
||||
|
||||
%package -n libgedit-gtksourceview-300-0
|
||||
%package -n libgedit-gtksourceview-300-%{sover}
|
||||
Summary: libgedit-gtksourceview shared library
|
||||
Requires: %{name} >= %{version}
|
||||
|
||||
%description -n libgedit-gtksourceview-300-0
|
||||
%description -n libgedit-gtksourceview-300-%{sover}
|
||||
The libgedit-gtksourceview shared library.
|
||||
|
||||
%package devel
|
||||
Summary: Source code editing widget development headers
|
||||
Requires: libgedit-gtksourceview-300-0
|
||||
Requires: libgedit-gtksourceview-300-%{sover} = %{version}
|
||||
Requires: typelib-1_0-GtkSource-300 = %{version}
|
||||
|
||||
%description devel
|
||||
@@ -72,6 +74,8 @@ Development files related to libgedit-gtksourceview.
|
||||
%meson_install
|
||||
%find_lang libgedit-gtksourceview-300
|
||||
|
||||
%ldconfig_scriptlets -n libgedit-gtksourceview-300-%{sover}
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%{_datadir}/libgedit-gtksourceview-300/
|
||||
@@ -79,8 +83,8 @@ Development files related to libgedit-gtksourceview.
|
||||
%files -n typelib-1_0-GtkSource-300
|
||||
%{_libdir}/girepository-1.0/GtkSource-300.typelib
|
||||
|
||||
%files -n libgedit-gtksourceview-300-0
|
||||
%{_libdir}/libgedit-gtksourceview-300.so.0
|
||||
%files -n libgedit-gtksourceview-300-%{sover}
|
||||
%{_libdir}/libgedit-gtksourceview-300.so.*
|
||||
|
||||
%files devel
|
||||
%{_libdir}/libgedit-gtksourceview-300.so
|
||||
|
Reference in New Issue
Block a user