Hello community,

here is the log from the commit of package gnote for openSUSE:Factory checked 
in at 2020-04-23 18:30:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnote (Old)
 and      /work/SRC/openSUSE:Factory/.gnote.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnote"

Thu Apr 23 18:30:09 2020 rev:65 rq:795149 version:3.36.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnote/gnote.changes      2020-03-09 
21:03:34.710996892 +0100
+++ /work/SRC/openSUSE:Factory/.gnote.new.2738/gnote.changes    2020-04-23 
18:30:19.680075150 +0200
@@ -1,0 +2,32 @@
+Sun Mar 15 13:22:45 UTC 2020 - Bjørn Lie <bjorn....@gmail.com>
+
+- Update to version 3.36.0:
+  + Use UTC time in note directory watcher.
+  + Use UTC time in file system sync server.
+  + Fix crash on lock file update.
+  + Handle Glib exceptions in sync thread.
+  + Ditch file monitor from gnote sync client (causes random
+    crashes and does seem to be of any use.
+  + Use now if date time is invalid, use UTC time for sync.
+  + Bump required Glibmm version to 2.62.
+  + Updated translations.
+- Bump base_version define to 3.36 following upstream changes.
+- Add gnote-rpmlintrc as source, and filter out rpmlint warning
+  about shlib-policy-missing-suffix. We do not split out this on
+  purpose in this case, as the lib is only for gnote itself, and as
+  such the split makes no sense nor add value. Following this, also
+  add filter for devel-file-in-non-devel-package, using the same
+  reasoning.
+
+-------------------------------------------------------------------
+Sun Mar  8 20:51:30 UTC 2020 - mgo...@suse.com
+
+- Update to version 3.35.0:
+  + Required C++ standard is now C++14.
+  + Added 64-bit version D-Bus functions GetNoteCreateDateUnix and
+    GeNoteChangeDateUnix.
+  + Fix possible crash when removing tags.
+  + Updated translations.
+- Bump base_version define to 3.35 following upstream changes.
+
+-------------------------------------------------------------------

Old:
----
  gnote-3.34.2.tar.xz

New:
----
  gnote-3.36.0.tar.xz
  gnote-rpmlintrc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gnote.spec ++++++
--- /var/tmp/diff_new_pack.1YBUrE/_old  2020-04-23 18:30:20.876077439 +0200
+++ /var/tmp/diff_new_pack.1YBUrE/_new  2020-04-23 18:30:20.880077447 +0200
@@ -16,16 +16,17 @@
 #
 
 
-%define base_version 3.34
+%define base_version 3.36
 
 Name:           gnote
-Version:        3.34.2
+Version:        3.36.0
 Release:        0
 Summary:        A Port of Tomboy to C++
 License:        GPL-3.0-or-later
 Group:          Productivity/Text/Editors
 URL:            https://wiki.gnome.org/Apps/Gnote
-Source0:        
https://download.gnome.org/sources/gnote/3.34/%{name}-%{version}.tar.xz
+Source0:        
https://download.gnome.org/sources/gnote/%{base_version}/%{name}-%{version}.tar.xz
+Source99:       gnote-rpmlintrc
 
 BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes
@@ -35,7 +36,7 @@
 BuildRequires:  pkgconfig
 BuildRequires:  translation-update-upstream
 BuildRequires:  yelp-tools
-BuildRequires:  pkgconfig(glibmm-2.4) >= 2.32
+BuildRequires:  pkgconfig(glibmm-2.4) >= 2.62
 BuildRequires:  pkgconfig(gspell-1) >= 1.6.0
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.20
 BuildRequires:  pkgconfig(gtkmm-3.0) >= 3.18

++++++ gnote-3.34.2.tar.xz -> gnote-3.36.0.tar.xz ++++++
++++ 36802 lines of diff (skipped)

++++++ gnote-rpmlintrc ++++++
# 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")

Reply via email to