Accepting request 1173980 from GNOME:Factory
- Update to version 46.3: + Fix a trivial build error when -Werror=implicit-function-declaration is specified. - Changes from version 46.2: + Fix an issue with cancellation of closing a page. + Try harder to ensure a buffer disposes associated resources when the page is closed. + Updated translations. (forwarded request 1173689 from dimstar) OBS-URL: https://build.opensuse.org/request/show/1173980 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-text-editor?expand=0&rev=15
This commit is contained in:
commit
578fa74f12
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/GNOME/gnome-text-editor.git</param>
|
||||
<param name="revision">46.1</param>
|
||||
<param name="revision">46.3</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c44cd924a049da7418f0e6484e7988a3c10fa17e48d6ac30d63eef7377387679
|
||||
size 3943436
|
3
gnome-text-editor-46.3.obscpio
Normal file
3
gnome-text-editor-46.3.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:62a68e1a964915dd397b8e54bf95d5ef28be49c2cc14b6aaf94c2c55cbe393d1
|
||||
size 3992076
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 13 14:14:57 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 46.3:
|
||||
+ Fix a trivial build error when
|
||||
-Werror=implicit-function-declaration is specified.
|
||||
- Changes from version 46.2:
|
||||
+ Fix an issue with cancellation of closing a page.
|
||||
+ Try harder to ensure a buffer disposes associated resources
|
||||
when the page is closed.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 11 11:27:23 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: gnome-text-editor
|
||||
version: 46.1
|
||||
mtime: 1712784976
|
||||
commit: d051841333bc18f64e6c3f77fcb7fc7da34701f7
|
||||
version: 46.3
|
||||
mtime: 1715302198
|
||||
commit: aed7d95949d8e25faeae8d9130029a3bdd295e7c
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: gnome-text-editor
|
||||
Version: 46.1
|
||||
Version: 46.3
|
||||
Release: 0
|
||||
Summary: GNOME Text Editor
|
||||
License: GPL-3.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user