Dominique Leuenberger 2024-12-10 09:04:58 +00:00 committed by Git OBS Bridge
parent d1ffbde5a1
commit d57bd2d5cf
5 changed files with 21 additions and 5 deletions

View File

@ -3,7 +3,7 @@
<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-gfls.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="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>

View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
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.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Oct 2 13:59:52 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org> Wed Oct 2 13:59:52 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>

View File

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

View File

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