Hello community, here is the log from the commit of package gnote for openSUSE:Factory checked in at 2020-06-29 21:18:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnote (Old) and /work/SRC/openSUSE:Factory/.gnote.new.3060 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnote" Mon Jun 29 21:18:02 2020 rev:68 rq:817678 version:3.36.2 Changes: -------- --- /work/SRC/openSUSE:Factory/gnote/gnote.changes 2020-05-11 16:31:32.894549784 +0200 +++ /work/SRC/openSUSE:Factory/.gnote.new.3060/gnote.changes 2020-06-29 21:18:28.985805860 +0200 @@ -1,0 +2,6 @@ +Sun Jun 28 10:46:23 UTC 2020 - Bjørn Lie <[email protected]> + +- Update to version 3.36.2: + + Fixes: Fix Unfilled Note notebook working the oppsite way. + +------------------------------------------------------------------- Old: ---- gnote-3.36.1.tar.xz New: ---- gnote-3.36.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnote.spec ++++++ --- /var/tmp/diff_new_pack.WVAHMT/_old 2020-06-29 21:18:29.645807902 +0200 +++ /var/tmp/diff_new_pack.WVAHMT/_new 2020-06-29 21:18:29.649807915 +0200 @@ -19,7 +19,7 @@ %define base_version 3.36 Name: gnote -Version: 3.36.1 +Version: 3.36.2 Release: 0 Summary: A Port of Tomboy to C++ License: GPL-3.0-or-later ++++++ gnote-3.36.1.tar.xz -> gnote-3.36.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnote-3.36.1/NEWS new/gnote-3.36.2/NEWS --- old/gnote-3.36.1/NEWS 2020-05-10 15:29:03.000000000 +0200 +++ new/gnote-3.36.2/NEWS 2020-06-28 12:17:18.000000000 +0200 @@ -1,3 +1,8 @@ +3.36.2 - 2020/06/28 + +Fixes: + * Fix Unfilled Note notebook working the oppsite way + 3.36.1 - 2020/05/10 Fixes: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnote-3.36.1/configure new/gnote-3.36.2/configure --- old/gnote-3.36.1/configure 2020-05-10 15:33:48.000000000 +0200 +++ new/gnote-3.36.2/configure 2020-06-28 12:22:04.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for gnote 3.36.1. +# Generated by GNU Autoconf 2.69 for gnote 3.36.2. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -587,8 +587,8 @@ # Identity of this package. PACKAGE_NAME='gnote' PACKAGE_TARNAME='gnote' -PACKAGE_VERSION='3.36.1' -PACKAGE_STRING='gnote 3.36.1' +PACKAGE_VERSION='3.36.2' +PACKAGE_STRING='gnote 3.36.2' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1449,7 +1449,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures gnote 3.36.1 to adapt to many kinds of systems. +\`configure' configures gnote 3.36.2 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1519,7 +1519,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of gnote 3.36.1:";; + short | recursive ) echo "Configuration of gnote 3.36.2:";; esac cat <<\_ACEOF @@ -1680,7 +1680,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -gnote configure 3.36.1 +gnote configure 3.36.2 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2320,7 +2320,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by gnote $as_me 3.36.1, which was +It was created by gnote $as_me 3.36.2, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3185,7 +3185,7 @@ # Define the identity of the package. PACKAGE='gnote' - VERSION='3.36.1' + VERSION='3.36.2' cat >>confdefs.h <<_ACEOF @@ -3770,7 +3770,7 @@ #define LIBGNOTE_RELEASE "$LIBGNOTE_RELEASE" _ACEOF -LIBGNOTE_VERSION_INFO=1:0:0 +LIBGNOTE_VERSION_INFO=1:1:0 cat >>confdefs.h <<_ACEOF @@ -20821,7 +20821,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by gnote $as_me 3.36.1, which was +This file was extended by gnote $as_me 3.36.2, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -20887,7 +20887,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -gnote config.status 3.36.1 +gnote config.status 3.36.2 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnote-3.36.1/configure.ac new/gnote-3.36.2/configure.ac --- old/gnote-3.36.1/configure.ac 2020-05-10 15:30:00.000000000 +0200 +++ new/gnote-3.36.2/configure.ac 2020-06-28 12:15:17.000000000 +0200 @@ -1,4 +1,4 @@ -AC_INIT(gnote, 3.36.1) +AC_INIT(gnote, 3.36.2) AC_PREREQ(2.59) AC_CONFIG_SRCDIR(README) AM_INIT_AUTOMAKE([1.11 foreign subdir-objects dist-xz no-dist-gzip tar-ustar]) @@ -15,7 +15,7 @@ LIBGNOTE_RELEASE=${PACKAGE_VERSION%.*} AC_SUBST(LIBGNOTE_RELEASE) AC_DEFINE_UNQUOTED([LIBGNOTE_RELEASE], ["$LIBGNOTE_RELEASE"], [libgnote release.]) -LIBGNOTE_VERSION_INFO=1:0:0 +LIBGNOTE_VERSION_INFO=1:1:0 AC_SUBST(LIBGNOTE_VERSION_INFO) AC_DEFINE_UNQUOTED([LIBGNOTE_VERSION_INFO], ["$LIBGNOTE_VERSION_INFO"], [libgnote release.]) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnote-3.36.1/data/appdata/gnote.appdata.xml.in new/gnote-3.36.2/data/appdata/gnote.appdata.xml.in --- old/gnote-3.36.1/data/appdata/gnote.appdata.xml.in 2020-05-10 15:32:53.000000000 +0200 +++ new/gnote-3.36.2/data/appdata/gnote.appdata.xml.in 2020-06-28 12:21:08.000000000 +0200 @@ -22,6 +22,11 @@ <update_contact>aurisc4_at_gmail.com</update_contact> <content_rating type="oars-1.1"/> <releases> + <release version="3.36.2" date="2020-06-28"> + <ul> + <li>Fix Unfilled Note notebook working the oppsite way</li> + </ul> + </release> <release version="3.36.1" date="2020-05-10"> <ul> <li>Fix note existence check when synchronizing</li> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnote-3.36.1/data/gnote.desktop.in new/gnote-3.36.2/data/gnote.desktop.in --- old/gnote-3.36.1/data/gnote.desktop.in 2020-05-10 15:33:53.000000000 +0200 +++ new/gnote-3.36.2/data/gnote.desktop.in 2020-06-28 12:22:09.000000000 +0200 @@ -14,4 +14,4 @@ X-GNOME-Bugzilla-Bugzilla=GNOME X-GNOME-Bugzilla-Product=gnote X-GNOME-Bugzilla-Component=main -X-GNOME-Bugzilla-Version=3.36.1 +X-GNOME-Bugzilla-Version=3.36.2 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnote-3.36.1/src/addins/backlinks/backlinks.desktop.in new/gnote-3.36.2/src/addins/backlinks/backlinks.desktop.in --- old/gnote-3.36.1/src/addins/backlinks/backlinks.desktop.in 2020-05-10 15:33:53.000000000 +0200 +++ new/gnote-3.36.2/src/addins/backlinks/backlinks.desktop.in 2020-06-28 12:22:10.000000000 +0200 @@ -8,7 +8,7 @@ DefaultEnabled=true Module=libbacklinks LibgnoteRelease=3.36 -LibgnoteVersionInfo=1:0:0 +LibgnoteVersionInfo=1:1:0 [Actions] actions_string=backlinks-open-note non_modifying_actions=backlinks-open-note diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnote-3.36.1/src/addins/bugzilla/bugzilla.desktop.in new/gnote-3.36.2/src/addins/bugzilla/bugzilla.desktop.in --- old/gnote-3.36.1/src/addins/bugzilla/bugzilla.desktop.in 2020-05-10 15:33:53.000000000 +0200 +++ new/gnote-3.36.2/src/addins/bugzilla/bugzilla.desktop.in 2020-06-28 12:22:10.000000000 +0200 @@ -8,4 +8,4 @@ DefaultEnabled=false Module=libbugzilla LibgnoteRelease=3.36 -LibgnoteVersionInfo=1:0:0 +LibgnoteVersionInfo=1:1:0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnote-3.36.1/src/addins/exporttogtg/exporttogtg.desktop.in new/gnote-3.36.2/src/addins/exporttogtg/exporttogtg.desktop.in --- old/gnote-3.36.1/src/addins/exporttogtg/exporttogtg.desktop.in 2020-05-10 15:33:53.000000000 +0200 +++ new/gnote-3.36.2/src/addins/exporttogtg/exporttogtg.desktop.in 2020-06-28 12:22:10.000000000 +0200 @@ -8,7 +8,7 @@ DefaultEnabled=false Module=libexporttogtg LibgnoteRelease=3.36 -LibgnoteVersionInfo=1:0:0 +LibgnoteVersionInfo=1:1:0 [Actions] actions_void=exporttogtg-export non_modifying_actions=exporttogtg-export diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnote-3.36.1/src/addins/exporttohtml/exporttohtml.desktop.in new/gnote-3.36.2/src/addins/exporttohtml/exporttohtml.desktop.in --- old/gnote-3.36.1/src/addins/exporttohtml/exporttohtml.desktop.in 2020-05-10 15:33:53.000000000 +0200 +++ new/gnote-3.36.2/src/addins/exporttohtml/exporttohtml.desktop.in 2020-06-28 12:22:10.000000000 +0200 @@ -8,7 +8,7 @@ DefaultEnabled=false Module=libexporttohtml LibgnoteRelease=3.36 -LibgnoteVersionInfo=1:0:0 +LibgnoteVersionInfo=1:1:0 [Actions] actions_void=exporttohtml-export non_modifying_actions=exporttohtml-export diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnote-3.36.1/src/addins/filesystemsyncservice/filesystemsyncservice.desktop.in new/gnote-3.36.2/src/addins/filesystemsyncservice/filesystemsyncservice.desktop.in --- old/gnote-3.36.1/src/addins/filesystemsyncservice/filesystemsyncservice.desktop.in 2020-05-10 15:33:53.000000000 +0200 +++ new/gnote-3.36.2/src/addins/filesystemsyncservice/filesystemsyncservice.desktop.in 2020-06-28 12:22:10.000000000 +0200 @@ -8,4 +8,4 @@ DefaultEnabled=true Module=libfilesystemsyncservice LibgnoteRelease=3.36 -LibgnoteVersionInfo=1:0:0 +LibgnoteVersionInfo=1:1:0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnote-3.36.1/src/addins/fixedwidth/fixedwidth.desktop.in new/gnote-3.36.2/src/addins/fixedwidth/fixedwidth.desktop.in --- old/gnote-3.36.1/src/addins/fixedwidth/fixedwidth.desktop.in 2020-05-10 15:33:53.000000000 +0200 +++ new/gnote-3.36.2/src/addins/fixedwidth/fixedwidth.desktop.in 2020-06-28 12:22:10.000000000 +0200 @@ -8,6 +8,6 @@ DefaultEnabled=true Module=libfixedwidth LibgnoteRelease=3.36 -LibgnoteVersionInfo=1:0:0 +LibgnoteVersionInfo=1:1:0 [Actions] actions_bool=fixedwidth-enable diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnote-3.36.1/src/addins/gvfssyncservice/gvfssyncservice.desktop.in new/gnote-3.36.2/src/addins/gvfssyncservice/gvfssyncservice.desktop.in --- old/gnote-3.36.1/src/addins/gvfssyncservice/gvfssyncservice.desktop.in 2020-05-10 15:33:53.000000000 +0200 +++ new/gnote-3.36.2/src/addins/gvfssyncservice/gvfssyncservice.desktop.in 2020-06-28 12:22:10.000000000 +0200 @@ -8,4 +8,4 @@ DefaultEnabled=true Module=libgvfssyncservice LibgnoteRelease=3.36 -LibgnoteVersionInfo=1:0:0 +LibgnoteVersionInfo=1:1:0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnote-3.36.1/src/addins/inserttimestamp/inserttimestamp.desktop.in new/gnote-3.36.2/src/addins/inserttimestamp/inserttimestamp.desktop.in --- old/gnote-3.36.1/src/addins/inserttimestamp/inserttimestamp.desktop.in 2020-05-10 15:33:53.000000000 +0200 +++ new/gnote-3.36.2/src/addins/inserttimestamp/inserttimestamp.desktop.in 2020-06-28 12:22:10.000000000 +0200 @@ -8,6 +8,6 @@ DefaultEnabled=false Module=libinserttimestamp LibgnoteRelease=3.36 -LibgnoteVersionInfo=1:0:0 +LibgnoteVersionInfo=1:1:0 [Actions] actions_void=inserttimestamp-insert diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnote-3.36.1/src/addins/notedirectorywatcher/notedirectorywatcher.desktop.in new/gnote-3.36.2/src/addins/notedirectorywatcher/notedirectorywatcher.desktop.in --- old/gnote-3.36.1/src/addins/notedirectorywatcher/notedirectorywatcher.desktop.in 2020-05-10 15:33:53.000000000 +0200 +++ new/gnote-3.36.2/src/addins/notedirectorywatcher/notedirectorywatcher.desktop.in 2020-06-28 12:22:10.000000000 +0200 @@ -8,4 +8,4 @@ DefaultEnabled=false Module=libnotedirectorywatcher LibgnoteRelease=3.36 -LibgnoteVersionInfo=1:0:0 +LibgnoteVersionInfo=1:1:0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnote-3.36.1/src/addins/noteoftheday/noteoftheday.desktop.in new/gnote-3.36.2/src/addins/noteoftheday/noteoftheday.desktop.in --- old/gnote-3.36.1/src/addins/noteoftheday/noteoftheday.desktop.in 2020-05-10 15:33:53.000000000 +0200 +++ new/gnote-3.36.2/src/addins/noteoftheday/noteoftheday.desktop.in 2020-06-28 12:22:10.000000000 +0200 @@ -8,4 +8,4 @@ DefaultEnabled=false Module=libnoteoftheday LibgnoteRelease=3.36 -LibgnoteVersionInfo=1:0:0 +LibgnoteVersionInfo=1:1:0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnote-3.36.1/src/addins/printnotes/printnotes.desktop.in new/gnote-3.36.2/src/addins/printnotes/printnotes.desktop.in --- old/gnote-3.36.1/src/addins/printnotes/printnotes.desktop.in 2020-05-10 15:33:53.000000000 +0200 +++ new/gnote-3.36.2/src/addins/printnotes/printnotes.desktop.in 2020-06-28 12:22:10.000000000 +0200 @@ -8,7 +8,7 @@ DefaultEnabled=true Module=libprintnotes LibgnoteRelease=3.36 -LibgnoteVersionInfo=1:0:0 +LibgnoteVersionInfo=1:1:0 [Actions] actions_void=printnotes-print non_modifying_actions=printnotes-print diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnote-3.36.1/src/addins/readonly/readonly.desktop.in new/gnote-3.36.2/src/addins/readonly/readonly.desktop.in --- old/gnote-3.36.1/src/addins/readonly/readonly.desktop.in 2020-05-10 15:33:53.000000000 +0200 +++ new/gnote-3.36.2/src/addins/readonly/readonly.desktop.in 2020-06-28 12:22:10.000000000 +0200 @@ -8,7 +8,7 @@ DefaultEnabled=false Module=libreadonly LibgnoteRelease=3.36 -LibgnoteVersionInfo=1:0:0 +LibgnoteVersionInfo=1:1:0 [Actions] actions_bool=readonly-toggle non_modifying_actions=readonly-toggle diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnote-3.36.1/src/addins/replacetitle/replacetitle.desktop.in new/gnote-3.36.2/src/addins/replacetitle/replacetitle.desktop.in --- old/gnote-3.36.1/src/addins/replacetitle/replacetitle.desktop.in 2020-05-10 15:33:53.000000000 +0200 +++ new/gnote-3.36.2/src/addins/replacetitle/replacetitle.desktop.in 2020-06-28 12:22:10.000000000 +0200 @@ -8,6 +8,6 @@ DefaultEnabled=true Module=libreplacetitle LibgnoteRelease=3.36 -LibgnoteVersionInfo=1:0:0 +LibgnoteVersionInfo=1:1:0 [Actions] actions_void=replacetitle-replace diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnote-3.36.1/src/addins/specialnotes/specialnotes.desktop.in new/gnote-3.36.2/src/addins/specialnotes/specialnotes.desktop.in --- old/gnote-3.36.1/src/addins/specialnotes/specialnotes.desktop.in 2020-05-10 15:33:53.000000000 +0200 +++ new/gnote-3.36.2/src/addins/specialnotes/specialnotes.desktop.in 2020-06-28 12:22:10.000000000 +0200 @@ -8,4 +8,4 @@ DefaultEnabled=false Module=libspecialnotes LibgnoteRelease=3.36 -LibgnoteVersionInfo=1:0:0 +LibgnoteVersionInfo=1:1:0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnote-3.36.1/src/addins/statistics/statistics.desktop.in new/gnote-3.36.2/src/addins/statistics/statistics.desktop.in --- old/gnote-3.36.1/src/addins/statistics/statistics.desktop.in 2020-05-10 15:33:53.000000000 +0200 +++ new/gnote-3.36.2/src/addins/statistics/statistics.desktop.in 2020-06-28 12:22:10.000000000 +0200 @@ -8,6 +8,6 @@ DefaultEnabled=false Module=libstatistics LibgnoteRelease=3.36 -LibgnoteVersionInfo=1:0:0 +LibgnoteVersionInfo=1:1:0 [Actions] actions_void=statistics-show diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnote-3.36.1/src/addins/stickynoteimport/stickynoteimport.desktop.in new/gnote-3.36.2/src/addins/stickynoteimport/stickynoteimport.desktop.in --- old/gnote-3.36.1/src/addins/stickynoteimport/stickynoteimport.desktop.in 2020-05-10 15:33:53.000000000 +0200 +++ new/gnote-3.36.2/src/addins/stickynoteimport/stickynoteimport.desktop.in 2020-06-28 12:22:10.000000000 +0200 @@ -8,6 +8,6 @@ DefaultEnabled=true Module=libstickynoteimport LibgnoteRelease=3.36 -LibgnoteVersionInfo=1:0:0 +LibgnoteVersionInfo=1:1:0 [AddinAttributes] AutoDisable=true diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnote-3.36.1/src/addins/tableofcontents/tableofcontents.desktop.in new/gnote-3.36.2/src/addins/tableofcontents/tableofcontents.desktop.in --- old/gnote-3.36.1/src/addins/tableofcontents/tableofcontents.desktop.in 2020-05-10 15:33:53.000000000 +0200 +++ new/gnote-3.36.2/src/addins/tableofcontents/tableofcontents.desktop.in 2020-06-28 12:22:10.000000000 +0200 @@ -9,7 +9,7 @@ Module=libtableofcontents _Copyright=© 2013 Luc Pionchon LibgnoteRelease=3.36 -LibgnoteVersionInfo=1:0:0 +LibgnoteVersionInfo=1:1:0 [Actions] actions_void=tableofcontents-heading1,tableofcontents-heading2,tableofcontents-help actions_int=tableofcontents-goto-heading diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnote-3.36.1/src/addins/todo/todo.desktop.in new/gnote-3.36.2/src/addins/todo/todo.desktop.in --- old/gnote-3.36.1/src/addins/todo/todo.desktop.in 2020-05-10 15:33:53.000000000 +0200 +++ new/gnote-3.36.2/src/addins/todo/todo.desktop.in 2020-06-28 12:22:10.000000000 +0200 @@ -8,4 +8,4 @@ DefaultEnabled=false Module=libtodo LibgnoteRelease=3.36 -LibgnoteVersionInfo=1:0:0 +LibgnoteVersionInfo=1:1:0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnote-3.36.1/src/addins/tomboyimport/tomboyimport.desktop.in new/gnote-3.36.2/src/addins/tomboyimport/tomboyimport.desktop.in --- old/gnote-3.36.1/src/addins/tomboyimport/tomboyimport.desktop.in 2020-05-10 15:33:53.000000000 +0200 +++ new/gnote-3.36.2/src/addins/tomboyimport/tomboyimport.desktop.in 2020-06-28 12:22:10.000000000 +0200 @@ -8,6 +8,6 @@ DefaultEnabled=true Module=libtomboyimport LibgnoteRelease=3.36 -LibgnoteVersionInfo=1:0:0 +LibgnoteVersionInfo=1:1:0 [AddinAttributes] AutoDisable=true diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnote-3.36.1/src/addins/underline/underline.desktop.in new/gnote-3.36.2/src/addins/underline/underline.desktop.in --- old/gnote-3.36.1/src/addins/underline/underline.desktop.in 2020-05-10 15:33:53.000000000 +0200 +++ new/gnote-3.36.2/src/addins/underline/underline.desktop.in 2020-06-28 12:22:10.000000000 +0200 @@ -8,6 +8,6 @@ DefaultEnabled=true Module=libunderline LibgnoteRelease=3.36 -LibgnoteVersionInfo=1:0:0 +LibgnoteVersionInfo=1:1:0 [Actions] actions_bool=underline-enable diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnote-3.36.1/src/addins/webdavsyncservice/webdavsyncservice.desktop.in new/gnote-3.36.2/src/addins/webdavsyncservice/webdavsyncservice.desktop.in --- old/gnote-3.36.1/src/addins/webdavsyncservice/webdavsyncservice.desktop.in 2020-05-10 15:33:53.000000000 +0200 +++ new/gnote-3.36.2/src/addins/webdavsyncservice/webdavsyncservice.desktop.in 2020-06-28 12:22:10.000000000 +0200 @@ -8,4 +8,4 @@ DefaultEnabled=true Module=libwebdavsyncservice LibgnoteRelease=3.36 -LibgnoteVersionInfo=1:0:0 +LibgnoteVersionInfo=1:1:0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnote-3.36.1/src/notebooks/specialnotebooks.cpp new/gnote-3.36.2/src/notebooks/specialnotebooks.cpp --- old/gnote-3.36.1/src/notebooks/specialnotebooks.cpp 2020-03-08 21:04:33.000000000 +0100 +++ new/gnote-3.36.2/src/notebooks/specialnotebooks.cpp 2020-06-21 13:50:47.000000000 +0200 @@ -84,7 +84,7 @@ bool UnfiledNotesNotebook::contains_note(const Note::Ptr & note, bool include_system) { - bool contains = m_note_manager.notebook_manager().get_notebook_from_note(note) != nullptr; + bool contains = m_note_manager.notebook_manager().get_notebook_from_note(note) == nullptr; if(!contains || include_system) { return contains; }
