Accepting request 1205476 from GNOME:Factory
SCripted push of GNOME 47 OBS-URL: https://build.opensuse.org/request/show/1205476 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgedit-gtksourceview?expand=0&rev=4
This commit is contained in:
commit
0486c51c43
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.3.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.3.0.obscpio
Normal file
3
libgedit-gtksourceview-299.3.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c2c0410eea1c954863376a806d90bc3d73ee867a173e48e2d36c3e464f448d2b
|
||||
size 6272525
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
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.3.0
|
||||
mtime: 1725117688
|
||||
commit: cb8ffa25dde3149d1b95599ada29343434a4e72d
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: libgedit-gtksourceview
|
||||
Version: 299.1.0
|
||||
Version: 299.3.0
|
||||
Release: 0
|
||||
Summary: Source code editing widget
|
||||
License: LGPL-2.1-or-later
|
||||
@ -46,16 +46,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-2
|
||||
Summary: libgedit-gtksourceview shared library
|
||||
Requires: %{name} >= %{version}
|
||||
|
||||
%description -n libgedit-gtksourceview-300-0
|
||||
%description -n libgedit-gtksourceview-300-2
|
||||
The libgedit-gtksourceview shared library.
|
||||
|
||||
%package devel
|
||||
Summary: Source code editing widget development headers
|
||||
Requires: libgedit-gtksourceview-300-0
|
||||
Requires: libgedit-gtksourceview-300-2 = %{version}
|
||||
Requires: typelib-1_0-GtkSource-300 = %{version}
|
||||
|
||||
%description devel
|
||||
@ -72,6 +72,8 @@ Development files related to libgedit-gtksourceview.
|
||||
%meson_install
|
||||
%find_lang libgedit-gtksourceview-300
|
||||
|
||||
%ldconfig_scriptlets -n libgedit-gtksourceview-300-2
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%{_datadir}/libgedit-gtksourceview-300/
|
||||
@ -79,8 +81,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-2
|
||||
%{_libdir}/libgedit-gtksourceview-300.so.2
|
||||
|
||||
%files devel
|
||||
%{_libdir}/libgedit-gtksourceview-300.so
|
||||
|
Loading…
Reference in New Issue
Block a user