Accepting request 1229726 from GNOME:Factory
- 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. (forwarded request 1229040 from iznogood) OBS-URL: https://build.opensuse.org/request/show/1229726 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgedit-gtksourceview?expand=0&rev=5
This commit is contained in:
commit
0168006476
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://gitlab.gnome.org/World/gedit/libgedit-gtksourceview.git</param>
|
||||
<param name="revision">299.3.0</param>
|
||||
<param name="revision">299.4.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:c2c0410eea1c954863376a806d90bc3d73ee867a173e48e2d36c3e464f448d2b
|
||||
size 6272525
|
3
libgedit-gtksourceview-299.4.0.obscpio
Normal file
3
libgedit-gtksourceview-299.4.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:86dc33fd7f61eb349ed1bb7f16dd65037b33cc95d856a510c3b4ec8af5de71c7
|
||||
size 6269965
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: libgedit-gtksourceview
|
||||
version: 299.3.0
|
||||
mtime: 1725117688
|
||||
commit: cb8ffa25dde3149d1b95599ada29343434a4e72d
|
||||
version: 299.4.0
|
||||
mtime: 1733577224
|
||||
commit: b4d0aa5bb00a9508ecb56cd51e6c59a0576a9dd7
|
||||
|
@ -16,8 +16,10 @@
|
||||
#
|
||||
|
||||
|
||||
%define sover 3
|
||||
|
||||
Name: libgedit-gtksourceview
|
||||
Version: 299.3.0
|
||||
Version: 299.4.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-2
|
||||
%package -n libgedit-gtksourceview-300-%{sover}
|
||||
Summary: libgedit-gtksourceview shared library
|
||||
Requires: %{name} >= %{version}
|
||||
|
||||
%description -n libgedit-gtksourceview-300-2
|
||||
%description -n libgedit-gtksourceview-300-%{sover}
|
||||
The libgedit-gtksourceview shared library.
|
||||
|
||||
%package devel
|
||||
Summary: Source code editing widget development headers
|
||||
Requires: libgedit-gtksourceview-300-2 = %{version}
|
||||
Requires: libgedit-gtksourceview-300-%{sover} = %{version}
|
||||
Requires: typelib-1_0-GtkSource-300 = %{version}
|
||||
|
||||
%description devel
|
||||
@ -72,7 +74,7 @@ Development files related to libgedit-gtksourceview.
|
||||
%meson_install
|
||||
%find_lang libgedit-gtksourceview-300
|
||||
|
||||
%ldconfig_scriptlets -n libgedit-gtksourceview-300-2
|
||||
%ldconfig_scriptlets -n libgedit-gtksourceview-300-%{sover}
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
@ -81,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-2
|
||||
%{_libdir}/libgedit-gtksourceview-300.so.2
|
||||
%files -n libgedit-gtksourceview-300-%{sover}
|
||||
%{_libdir}/libgedit-gtksourceview-300.so.*
|
||||
|
||||
%files devel
|
||||
%{_libdir}/libgedit-gtksourceview-300.so
|
||||
|
Loading…
Reference in New Issue
Block a user