Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gnote for openSUSE:Factory checked in at 2021-11-02 19:19:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnote (Old) and /work/SRC/openSUSE:Factory/.gnote.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnote" Tue Nov 2 19:19:09 2021 rev:79 rq:928781 version:41.1 Changes: -------- --- /work/SRC/openSUSE:Factory/gnote/gnote.changes 2021-10-05 22:34:29.422935932 +0200 +++ /work/SRC/openSUSE:Factory/.gnote.new.1890/gnote.changes 2021-11-02 19:19:49.355114246 +0100 @@ -1,0 +2,16 @@ +Sun Oct 31 16:40:25 UTC 2021 - Bj??rn Lie <bjorn....@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. + +------------------------------------------------------------------- Old: ---- 2a6b5aa.patch gnote-41.0.tar.xz New: ---- gnote-41.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnote.spec ++++++ --- /var/tmp/diff_new_pack.pGGPeA/_old 2021-11-02 19:19:49.783114574 +0100 +++ /var/tmp/diff_new_pack.pGGPeA/_new 2021-11-02 19:19:49.787114577 +0100 @@ -19,7 +19,7 @@ %define base_version 41 Name: gnote -Version: 41.0 +Version: 41.1 Release: 0 Summary: A Port of Tomboy to C++ License: GPL-3.0-or-later @@ -27,11 +27,10 @@ URL: https://wiki.gnome.org/Apps/Gnote Source0: https://download.gnome.org/sources/gnote/41/%{name}-%{version}.tar.xz Source99: gnote-rpmlintrc -# PATCH-FIX-UPSTREAM 2a6b5aa.patch boo#1191141 dims...@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: fdupes -BuildRequires: gcc-c++ BuildRequires: libboost_test-devel >= 1.5.1 BuildRequires: meson BuildRequires: pkgconfig @@ -54,7 +53,7 @@ Group: Productivity/Office/Other Requires: %{name} = %{version} Requires: gnome-shell -Supplements: packageand(%{name}:gnome-shell) +Supplements: (%{name} and gnome-shell) %description -n gnome-shell-search-provider-%{name} It is the same note taking application, including most of the add-ins (more are @@ -69,7 +68,8 @@ %autosetup -p1 %build -%meson +%meson \ + %{nil} %meson_build %install @@ -78,9 +78,7 @@ %fdupes %{buildroot}%{_datadir} %find_lang %{name} %{?no_lang_C} -%post -p /sbin/ldconfig - -%postun -p /sbin/ldconfig +%ldconfig_scriptlets %files %license COPYING ++++++ gnote-41.0.tar.xz -> gnote-41.1.tar.xz ++++++ ++++ 4500 lines of diff (skipped) ++++++ gnote-rpmlintrc ++++++ --- /var/tmp/diff_new_pack.pGGPeA/_old 2021-11-02 19:19:50.587115191 +0100 +++ /var/tmp/diff_new_pack.pGGPeA/_new 2021-11-02 19:19:50.591115194 +0100 @@ -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. addFilter("gnote.* devel-file-in-non-devel-package")