Accepting request 1159430 from GNOME:Apps

GNOME 46 (forwarded request 1158899 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/1159430
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnote?expand=0&rev=96
This commit is contained in:
Dominique Leuenberger 2024-03-20 20:15:18 +00:00 committed by Git OBS Bridge
commit 20d641b033
6 changed files with 47 additions and 10 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/GNOME/gnote.git</param>
<param name="revision">45.1</param>
<param name="revision">46.rc</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:322b92dc8a5a6586245c443cd290996aa303a89b28a113baf707ffade4ac65f7
size 12446221

3
gnote-46.rc.obscpio Normal file
View File

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

View File

@ -1,3 +1,39 @@
-------------------------------------------------------------------
Mon Mar 18 08:08:41 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 46.rc:
+ New Features:
- Added UI for changing color scheme.
- Updated manual.
+ Updated translations.
-------------------------------------------------------------------
Wed Mar 13 19:23:48 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 46.beta:
+ New Features:
- Removed note list context menu.
- Open all selected notes in current window on Enter.
- Open all selected notes in a signle new window on Ctrl+Enter.
- New desing for search controls in note tab.
- Updated manual.
- Added setting for selecting color scheme.
+ Fixes: Fix warning in console when synchronization dialog is
opened.
+ Updated translations.
-------------------------------------------------------------------
Tue Jan 30 06:31:13 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 46.alpha:
+ New Features:
- Notes list uses new GtkColumnView.
- New redesigned view for notebooks.
- Update appdata to newer format.
+ Updated translations.
- Add pkgconfig(libadwaita-1) BuildRequires: new dependency.
- Bump base_version define to 46 following upstream changes.
-------------------------------------------------------------------
Tue Jan 16 17:55:33 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -1,4 +1,4 @@
name: gnote
version: 45.1
mtime: 1703882800
commit: 580326d58b5e3476077af1563c31e88489fc5a53
version: 46.rc
mtime: 1710705487
commit: 76aaec2f1294b957eea61603b29f7535122b07f8

View File

@ -16,11 +16,11 @@
#
%define base_version 45
%define base_version 46
%define glib_version 2.74
Name: gnote
Version: 45.1
Version: 46.rc
Release: 0
Summary: A Port of Tomboy to C++
License: GPL-3.0-or-later
@ -44,7 +44,8 @@ BuildRequires: pkgconfig(glibmm-2.68) >= %{glib_version}
# with the following notice:
# Need updated version that support GTK 4
# BuildRequires: pkgconfig(gspell-1) >= 1.6.0
BuildRequires: pkgconfig(gtkmm-4.0) >= 4.0.0
BuildRequires: pkgconfig(gtkmm-4.0) >= 4.10.0
BuildRequires: pkgconfig(libadwaita-1)
BuildRequires: pkgconfig(libsecret-1) >= 0.8
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(libxslt)