Accepting request 1235456 from GNOME:Apps
OBS-URL: https://build.opensuse.org/request/show/1235456 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnote?expand=0&rev=100
This commit is contained in:
commit
13c7f9ef3e
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/gnote.git</param>
|
||||
<param name="revision">47.0</param>
|
||||
<param name="revision">47.2</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:ae310967489afb62ded31eeffa8b75dbd1c9660836ddce72470bd9c513f9b0c1
|
||||
size 13302797
|
3
gnote-47.2.obscpio
Normal file
3
gnote-47.2.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3e14192d0c946f8b00e681cc75577a6ec1d8af9144c781b2bb12da795c3fff02
|
||||
size 13305357
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 6 08:32:25 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 47.2:
|
||||
+ Fix freeze on WebDAV automatic sync
|
||||
+ Fix memory leak on sync
|
||||
+ Allow to clear settings when sync is configured
|
||||
+ UI fixes for synchronization settings
|
||||
+ Fix hang when opening completely empty note
|
||||
+ Fix impossible to enter tab character
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 22 06:34:16 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: gnote
|
||||
version: 47.0
|
||||
mtime: 1726945007
|
||||
commit: 0365f13aa9ae755e624d4036fbbcf807f7965e74
|
||||
version: 47.2
|
||||
mtime: 1736087168
|
||||
commit: 007f0f3a954673f8effca5b122b24aefcba19c8e
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gnote
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -20,7 +20,7 @@
|
||||
%define glib_version 2.74
|
||||
|
||||
Name: gnote
|
||||
Version: 47.0
|
||||
Version: 47.2
|
||||
Release: 0
|
||||
Summary: A Port of Tomboy to C++
|
||||
License: GPL-3.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user