Compare commits
No commits in common. "factory" and "factory" have entirely different histories.
4
_service
4
_service
@ -2,8 +2,8 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="obs_scm" mode="manual">
|
<service name="obs_scm" mode="manual">
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="url">https://gitlab.gnome.org/World/gedit/libgedit-gtksourceview.git</param>
|
<param name="url">https://github.com/gedit-technology/libgedit-gtksourceview.git</param>
|
||||||
<param name="revision">299.4.0</param>
|
<param name="revision">299.1.0</param>
|
||||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||||
<param name="versionrewrite-pattern">v?(.*)\+0</param>
|
<param name="versionrewrite-pattern">v?(.*)\+0</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
|
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 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:86dc33fd7f61eb349ed1bb7f16dd65037b33cc95d856a510c3b4ec8af5de71c7
|
|
||||||
size 6269965
|
|
@ -1,30 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
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>
|
Fri Feb 16 07:36:08 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: libgedit-gtksourceview
|
name: libgedit-gtksourceview
|
||||||
version: 299.4.0
|
version: 299.1.0
|
||||||
mtime: 1733577224
|
mtime: 1708025664
|
||||||
commit: b4d0aa5bb00a9508ecb56cd51e6c59a0576a9dd7
|
commit: b271a625ca057cc3fa7d5ac83285c5d4e038202e
|
||||||
|
@ -16,10 +16,8 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define sover 3
|
|
||||||
|
|
||||||
Name: libgedit-gtksourceview
|
Name: libgedit-gtksourceview
|
||||||
Version: 299.4.0
|
Version: 299.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Source code editing widget
|
Summary: Source code editing widget
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
@ -48,16 +46,16 @@ Summary: libgedit-gtksourceview's GObject introspection bindings
|
|||||||
%description -n typelib-1_0-GtkSource-300
|
%description -n typelib-1_0-GtkSource-300
|
||||||
The GObject introspection bindings for libgedit-gtksourceview library.
|
The GObject introspection bindings for libgedit-gtksourceview library.
|
||||||
|
|
||||||
%package -n libgedit-gtksourceview-300-%{sover}
|
%package -n libgedit-gtksourceview-300-0
|
||||||
Summary: libgedit-gtksourceview shared library
|
Summary: libgedit-gtksourceview shared library
|
||||||
Requires: %{name} >= %{version}
|
Requires: %{name} >= %{version}
|
||||||
|
|
||||||
%description -n libgedit-gtksourceview-300-%{sover}
|
%description -n libgedit-gtksourceview-300-0
|
||||||
The libgedit-gtksourceview shared library.
|
The libgedit-gtksourceview shared library.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Source code editing widget development headers
|
Summary: Source code editing widget development headers
|
||||||
Requires: libgedit-gtksourceview-300-%{sover} = %{version}
|
Requires: libgedit-gtksourceview-300-0
|
||||||
Requires: typelib-1_0-GtkSource-300 = %{version}
|
Requires: typelib-1_0-GtkSource-300 = %{version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
@ -74,8 +72,6 @@ Development files related to libgedit-gtksourceview.
|
|||||||
%meson_install
|
%meson_install
|
||||||
%find_lang libgedit-gtksourceview-300
|
%find_lang libgedit-gtksourceview-300
|
||||||
|
|
||||||
%ldconfig_scriptlets -n libgedit-gtksourceview-300-%{sover}
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%{_datadir}/libgedit-gtksourceview-300/
|
%{_datadir}/libgedit-gtksourceview-300/
|
||||||
@ -83,8 +79,8 @@ Development files related to libgedit-gtksourceview.
|
|||||||
%files -n typelib-1_0-GtkSource-300
|
%files -n typelib-1_0-GtkSource-300
|
||||||
%{_libdir}/girepository-1.0/GtkSource-300.typelib
|
%{_libdir}/girepository-1.0/GtkSource-300.typelib
|
||||||
|
|
||||||
%files -n libgedit-gtksourceview-300-%{sover}
|
%files -n libgedit-gtksourceview-300-0
|
||||||
%{_libdir}/libgedit-gtksourceview-300.so.*
|
%{_libdir}/libgedit-gtksourceview-300.so.0
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_libdir}/libgedit-gtksourceview-300.so
|
%{_libdir}/libgedit-gtksourceview-300.so
|
||||||
|
Loading…
x
Reference in New Issue
Block a user