Accepting request 1139370 from GNOME:Apps
- Update to version 45.1: + Fix error to console when opening Preferences. + Fix undo. + Fix search when empty. - Convert to source service for easier updating. (forwarded request 1139296 from dimstar) OBS-URL: https://build.opensuse.org/request/show/1139370 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnote?expand=0&rev=95
This commit is contained in:
commit
bf8b1015b0
19
_service
Normal file
19
_service
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<services>
|
||||||
|
<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">45.1</param>
|
||||||
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||||
|
<param name="versionrewrite-pattern">v?(.*)\+0</param>
|
||||||
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
|
<!-- <param name="changesgenerate">enable</param> -->
|
||||||
|
</service>
|
||||||
|
<service name="tar" mode="buildtime"/>
|
||||||
|
<service name="recompress" mode="buildtime">
|
||||||
|
<param name="file">*.tar</param>
|
||||||
|
<param name="compression">zst</param>
|
||||||
|
</service>
|
||||||
|
<service name="set_version" mode="manual" />
|
||||||
|
</services>
|
||||||
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5d16fd87d140ec72fbb357b0569daefb8228e07814701546e6bde6572193c24a
|
|
||||||
size 3247716
|
|
3
gnote-45.1.obscpio
Normal file
3
gnote-45.1.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:322b92dc8a5a6586245c443cd290996aa303a89b28a113baf707ffade4ac65f7
|
||||||
|
size 12446221
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 16 17:55:33 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 45.1:
|
||||||
|
+ Fix error to console when opening Preferences.
|
||||||
|
+ Fix undo.
|
||||||
|
+ Fix search when empty.
|
||||||
|
- Convert to source service for easier updating.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 25 19:47:07 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
Mon Sep 25 19:47:07 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
4
gnote.obsinfo
Normal file
4
gnote.obsinfo
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
name: gnote
|
||||||
|
version: 45.1
|
||||||
|
mtime: 1703882800
|
||||||
|
commit: 580326d58b5e3476077af1563c31e88489fc5a53
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gnote
|
# spec file for package gnote
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -20,13 +20,13 @@
|
|||||||
%define glib_version 2.74
|
%define glib_version 2.74
|
||||||
|
|
||||||
Name: gnote
|
Name: gnote
|
||||||
Version: 45.0
|
Version: 45.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Port of Tomboy to C++
|
Summary: A Port of Tomboy to C++
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
Group: Productivity/Text/Editors
|
Group: Productivity/Text/Editors
|
||||||
URL: https://wiki.gnome.org/Apps/Gnote
|
URL: https://wiki.gnome.org/Apps/Gnote
|
||||||
Source0: https://download.gnome.org/sources/gnote/45/%{name}-%{version}.tar.xz
|
Source0: %{name}-%{version}.tar.zst
|
||||||
Source99: gnote-rpmlintrc
|
Source99: gnote-rpmlintrc
|
||||||
|
|
||||||
BuildRequires: appstream-glib
|
BuildRequires: appstream-glib
|
||||||
|
Loading…
Reference in New Issue
Block a user