Accepting request 1111860 from GNOME:Apps
OBS-URL: https://build.opensuse.org/request/show/1111860 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnote?expand=0&rev=93
This commit is contained in:
commit
57cd035bd6
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6967a5506822320bae19c1eb0bc74516644f9e9eb54edc2c94253eae10c7604d
|
|
||||||
size 3330072
|
|
3
gnote-45.rc.tar.xz
Normal file
3
gnote-45.rc.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fd7167cc49770f39746b23a736b43e81da2e1a284c32eaa5e3fcda8a465168d0
|
||||||
|
size 3273864
|
@ -1,3 +1,36 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 17 19:45:55 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 45.rc:
|
||||||
|
+ Update manual section for TOC plugin.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 10 20:40:39 UTC 2023 - Luciano Santos <luc14n0@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 45.beta:
|
||||||
|
+ Fix crash when showing synchronization conflict dialog.
|
||||||
|
+ Fix gvfs synchronization setup when using Google Drive.
|
||||||
|
+ Update manual screenshots.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
- Changes from version 45.alpha:
|
||||||
|
+ New Features:
|
||||||
|
- Limit tab max width and add tab scroll.
|
||||||
|
- Use highlight color that is readable in both light and dark
|
||||||
|
modes.
|
||||||
|
+ Fixes: Fix occasional crash when renaming link.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
- Replace BuildRequires on glibmm-2.4 and gtkmm-3.0 with
|
||||||
|
glibmm-2.68 and gtkmm-4.0, both being pkgconfig modules.
|
||||||
|
- Add explicit BuildRequires on gio-2.0 and giomm-2.68, both being
|
||||||
|
pkgconfig modules. These were previously being pulled in
|
||||||
|
(giomm-2.4, in case of giomm) along with glibmm-2.4, since they
|
||||||
|
all come from the same package.
|
||||||
|
- Drop deprecated BuildRequires on pkgconfig(gtk+-3.0) and
|
||||||
|
libboost_test-devel (dropped on 3.23.0 release).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jul 22 08:59:42 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
Sat Jul 22 08:59:42 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
20
gnote.spec
20
gnote.spec
@ -16,16 +16,17 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define base_version 44
|
%define base_version 45
|
||||||
|
%define glib_version 2.74
|
||||||
|
|
||||||
Name: gnote
|
Name: gnote
|
||||||
Version: 44.1
|
Version: 45.rc
|
||||||
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/44/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/gnote/45/%{name}-%{version}.tar.xz
|
||||||
Source99: gnote-rpmlintrc
|
Source99: gnote-rpmlintrc
|
||||||
|
|
||||||
BuildRequires: appstream-glib
|
BuildRequires: appstream-glib
|
||||||
@ -33,14 +34,17 @@ BuildRequires: c++_compiler
|
|||||||
BuildRequires: c_compiler
|
BuildRequires: c_compiler
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: libboost_test-devel >= 1.5.1
|
|
||||||
BuildRequires: meson >= 0.59
|
BuildRequires: meson >= 0.59
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: yelp-tools
|
BuildRequires: yelp-tools
|
||||||
BuildRequires: pkgconfig(glibmm-2.4) >= 2.62
|
BuildRequires: pkgconfig(gio-2.0) >= %{glib_version}
|
||||||
BuildRequires: pkgconfig(gspell-1) >= 1.6.0
|
BuildRequires: pkgconfig(giomm-2.68) >= %{glib_version}
|
||||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.20.20
|
BuildRequires: pkgconfig(glibmm-2.68) >= %{glib_version}
|
||||||
BuildRequires: pkgconfig(gtkmm-3.0) >= 3.18
|
# TODO: Keep an eye on new releases. Upstream temporarily disabled gspell-1 support
|
||||||
|
# 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(libsecret-1) >= 0.8
|
BuildRequires: pkgconfig(libsecret-1) >= 0.8
|
||||||
BuildRequires: pkgconfig(libxml-2.0)
|
BuildRequires: pkgconfig(libxml-2.0)
|
||||||
BuildRequires: pkgconfig(libxslt)
|
BuildRequires: pkgconfig(libxslt)
|
||||||
|
Loading…
Reference in New Issue
Block a user