Accepting request 1230011 from GNOME:Factory

OBS-URL: https://build.opensuse.org/request/show/1230011
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgedit-gfls?expand=0&rev=2
This commit is contained in:
Ana Guerrero 2024-12-11 20:00:50 +00:00 committed by Git OBS Bridge
commit 7a9db61a14
6 changed files with 24 additions and 8 deletions

View File

@ -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-gfls.git</param>
<param name="revision">0.2.0</param>
<param name="revision">0.2.1</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">v?(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a5b99dce8a67b278f618c7805251b0f29576157f907c3437ece80ace52795336
size 101899

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:776b0d1f309ba3578857c3032364fa353c1f8d14fd8f407cbb121fb0feb51206
size 119307

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Dec 7 13:04:57 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 0.2.1:
+ Updated translations.
- Add new lang package via lang macros now that package is
translated. Following this, add libgedit-gfls Provides to
libgedit-gfls-1-0, make the lang package installable.
-------------------------------------------------------------------
Wed Oct 2 13:59:52 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -1,4 +1,4 @@
name: libgedit-gfls
version: 0.2.0
mtime: 1725109915
commit: 7447aeefc8676a6435c18b02e84a13b790e22014
version: 0.2.1
mtime: 1733576253
commit: 07b21a489b341a9bca10c546bab1412e0b19f0b5

View File

@ -17,7 +17,7 @@
Name: libgedit-gfls
Version: 0.2.0
Version: 0.2.1
Release: 0
Summary: Gedit Technology - File loading and saving
License: LGPL-3.0-or-later
@ -35,6 +35,8 @@ libgedit-gfls is a module dedicated to file loading and saving for the needs of
%package -n libgedit-gfls-1-0
Summary: Gedit Technology - File loading and saving
# Needed to make lang package installable
Provides: libgedit-gfls = %{version}
%description -n libgedit-gfls-1-0
libgedit-gfls is a module dedicated to file loading and saving for the needs of gedit and other similar text editors.
@ -53,6 +55,8 @@ Requires: typelib-1_0-Gfls-1 = %{version}
%description devel
libgedit-gfls is a module dedicated to file loading and saving for the needs of gedit and other similar text editors.
%lang_package
%prep
%autosetup -p1
@ -62,6 +66,7 @@ libgedit-gfls is a module dedicated to file loading and saving for the needs of
%install
%meson_install
%find_lang %{name}-1 %{?no_lang_C}
%check
%meson_test
@ -81,4 +86,6 @@ libgedit-gfls is a module dedicated to file loading and saving for the needs of
%{_datadir}/gtk-doc/html/libgedit-gfls-1/
%{_includedir}/libgedit-gfls-1/
%files lang -f %{name}-1.lang
%changelog