Accepting request 928404 from GNOME:Next
- Update to version 41.1: + Bugs fixed: - Fix search box focus when very first search in window is in note. - Fix note always re-opening in new window. + Updated translations. - Drop 2a6b5aa.patch: Fixed upstream. - Replace post(un) handling with new ldconfig_scriptlets macro. - Replace gcc-c++ with generic c++_compiler BuildRequires. - Update Supplements to current standard. - Remove a filter from rpmlintrc, no longer needed and now gives a warning, remove it to silence rpmlintrc. OBS-URL: https://build.opensuse.org/request/show/928404 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gnote?expand=0&rev=146
This commit is contained in:
parent
0a41c483a8
commit
dbca4405a4
@ -1,26 +0,0 @@
|
|||||||
From 2a6b5aa4a5ebc1390854e252a6129203f2fad47c Mon Sep 17 00:00:00 2001
|
|
||||||
From: =?UTF-8?q?Aurimas=20=C4=8Cernius?= <aurisc4@gmail.com>
|
|
||||||
Date: Sun, 3 Oct 2021 21:05:37 +0300
|
|
||||||
Subject: [PATCH] Fix search box focus when very first search in window is in
|
|
||||||
note.
|
|
||||||
|
|
||||||
Fixes https://gitlab.gnome.org/GNOME/gnote/-/issues/108
|
|
||||||
---
|
|
||||||
src/recentchanges.cpp | 1 -
|
|
||||||
1 file changed, 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/src/recentchanges.cpp b/src/recentchanges.cpp
|
|
||||||
index e2a0847b..34ef6d4f 100644
|
|
||||||
--- a/src/recentchanges.cpp
|
|
||||||
+++ b/src/recentchanges.cpp
|
|
||||||
@@ -258,7 +258,6 @@ namespace gnote {
|
|
||||||
m_search_box->set_hexpand(false);
|
|
||||||
m_search_box->attach(*m_search_entry, 0, 0, 1, 1);
|
|
||||||
m_search_box->set_halign(Gtk::ALIGN_CENTER);
|
|
||||||
- m_search_box->show();
|
|
||||||
|
|
||||||
auto content = dynamic_cast<Gtk::Grid*>(m_embed_box.get_parent());
|
|
||||||
if(content) {
|
|
||||||
--
|
|
||||||
GitLab
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ffd1aed8a332a6031800590b914433445bc582e435abbef1d771e210143a3200
|
|
||||||
size 3164592
|
|
3
gnote-41.1.tar.xz
Normal file
3
gnote-41.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:58db2cad13b44167a9efa1544103526c67e6efaa86dafb3a314ea142950e2162
|
||||||
|
size 3166996
|
@ -1,4 +1,2 @@
|
|||||||
# Filter shared library policy missing suffix as we don't want to split the package at the moment:
|
|
||||||
addFilter("gnote.* shlib-policy-missing-suffix")
|
|
||||||
# Filter devel file in non devel package as splitting out a devel package is not needed, internal gnote use only.
|
# Filter devel file in non devel package as splitting out a devel package is not needed, internal gnote use only.
|
||||||
addFilter("gnote.* devel-file-in-non-devel-package")
|
addFilter("gnote.* devel-file-in-non-devel-package")
|
||||||
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 31 16:40:25 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 41.1:
|
||||||
|
+ Bugs fixed:
|
||||||
|
- Fix search box focus when very first search in window is in
|
||||||
|
note.
|
||||||
|
- Fix note always re-opening in new window.
|
||||||
|
+ Updated translations.
|
||||||
|
- Drop 2a6b5aa.patch: Fixed upstream.
|
||||||
|
- Replace post(un) handling with new ldconfig_scriptlets macro.
|
||||||
|
- Replace gcc-c++ with generic c++_compiler BuildRequires.
|
||||||
|
- Update Supplements to current standard.
|
||||||
|
- Remove a filter from rpmlintrc, no longer needed and now gives a
|
||||||
|
warning, remove it to silence rpmlintrc.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 4 08:12:17 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
Mon Oct 4 08:12:17 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
16
gnote.spec
16
gnote.spec
@ -19,7 +19,7 @@
|
|||||||
%define base_version 41
|
%define base_version 41
|
||||||
|
|
||||||
Name: gnote
|
Name: gnote
|
||||||
Version: 41.0
|
Version: 41.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
|
||||||
@ -27,11 +27,10 @@ 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/41/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/gnote/41/%{name}-%{version}.tar.xz
|
||||||
Source99: gnote-rpmlintrc
|
Source99: gnote-rpmlintrc
|
||||||
# PATCH-FIX-UPSTREAM 2a6b5aa.patch boo#1191141 dimstar@opensuse.org -- Fix search box focus when very first search in window is in note.
|
|
||||||
Patch0: https://gitlab.gnome.org/GNOME/gnote/-/commit/2a6b5aa.patch
|
BuildRequires: c++_compiler
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc-c++
|
|
||||||
BuildRequires: libboost_test-devel >= 1.5.1
|
BuildRequires: libboost_test-devel >= 1.5.1
|
||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
@ -54,7 +53,7 @@ Summary: Note editor for GNOME -- Search Provider for GNOME Shell
|
|||||||
Group: Productivity/Office/Other
|
Group: Productivity/Office/Other
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
Requires: gnome-shell
|
Requires: gnome-shell
|
||||||
Supplements: packageand(%{name}:gnome-shell)
|
Supplements: (%{name} and gnome-shell)
|
||||||
|
|
||||||
%description -n gnome-shell-search-provider-%{name}
|
%description -n gnome-shell-search-provider-%{name}
|
||||||
It is the same note taking application, including most of the add-ins (more are
|
It is the same note taking application, including most of the add-ins (more are
|
||||||
@ -69,7 +68,8 @@ search results from documents.
|
|||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson
|
%meson \
|
||||||
|
%{nil}
|
||||||
%meson_build
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -78,9 +78,7 @@ desktop-file-edit --add-category TextEditor %{buildroot}%{_datadir}/applications
|
|||||||
%fdupes %{buildroot}%{_datadir}
|
%fdupes %{buildroot}%{_datadir}
|
||||||
%find_lang %{name} %{?no_lang_C}
|
%find_lang %{name} %{?no_lang_C}
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%ldconfig_scriptlets
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
|
Loading…
Reference in New Issue
Block a user