Hello community,

here is the log from the commit of package gnote for openSUSE:Leap:15.2 checked 
in at 2020-03-23 07:13:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/gnote (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.gnote.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnote"

Mon Mar 23 07:13:48 2020 rev:22 rq:787232 version:3.34.2

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/gnote/gnote.changes    2020-01-15 
15:05:26.929904740 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.gnote.new.3160/gnote.changes  2020-03-23 
07:14:19.602514143 +0100
@@ -1,0 +2,101 @@
+Sun Mar  8 20:51:29 UTC 2020 - Bjørn Lie <[email protected]>
+
+- Update to version 3.34.2:
+  + Fix possible crash when removing tags.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Sun Nov 24 17:10:15 UTC 2019 - Bjørn Lie <[email protected]>
+
+- Update to version 3.34.1:
+  + Added manual for Online Folder sync.
+  + Lowerer gspell requirement to 1.6.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Sat Sep 21 20:44:40 UTC 2019 - Bjørn Lie <[email protected]>
+
+- Upate to version 3.34.0:
+  + New Features:
+    - Add OARS and update appdata.
+    - Use GSpell instead of GtkSpell for spellchecking.
+  + Updated translations.
+- Replace pkgconfig(gtkspell3-3.0) with pkgconfig(gspell-1)
+  BuildRequires following upstream changes.
+- Bump base version to 3.34.
+- Use modern macros.
+- Drop conditionals for obsolete versions of openSUSE.
+- Drop gnote-lang Recommends: No longer needed, automatic
+  supplements in place.
+
+-------------------------------------------------------------------
+Mon Sep  2 16:34:22 CST 2019 - [email protected]
+
+- Update to version 3.33.0:
+   + Manual updates.
+   + Add Online Folder synchronization plugin.
+   + Updated translations.
+
+-------------------------------------------------------------------
+Sun Apr 14 15:51:46 UTC 2019 - Bjørn Lie <[email protected]>
+
+- Update to version 3.32.1:
+  + Fix Preferences menu item not visible in menu.
+  + Update manual.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Sun Mar 17 16:29:38 UTC 2019 - Bjørn Lie <[email protected]>
+
+- Update to version 3.32.0:
+  + Updated translations.
+
+-------------------------------------------------------------------
+Sat Jan  5 11:13:52 UTC 2019 - [email protected]
+
+- Update to version 3.31.0:
+  + Added new automated tests.
+  + Removed App menu, refactored actions menu.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Wed Sep 26 18:10:41 UTC 2018 - [email protected]
+
+- Update to version 3.30.0:
+  + Added new automated tests.
+  + Removed a bunch of unused localized manual images.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Sun Mar 18 22:56:19 UTC 2018 - [email protected]
+
+- Update to version 3.28.0:
+  + Fixes:
+    - Manual validation;
+    - gettext-domain in GSettings schema;
+    - Do not show empty actions menu (bgo#789750);
+    - Some shortcuts, that are added by context menu (bgo#792859).
+  + Updated manual.
+  + Updated translations.
+- Update URL tag to https://wiki.gnome.org/Apps/Gnote: currently
+  the Gnote's web page.
+- Drop:
+  + shortkey-ctrl-o-alt-w.patch: fixed upstream.
+  + update-desktop-files BuildRequires and suse_update_desktop_file
+    macro: they are no longer needed.
+- Add desktop-file-utils BuildRequires to avoid implicit
+  dependencies since the configure script checks for desktop-file-\
+  validate. It was already being pulled by update-desktop-files.
+- Conditionalize glib2_gsettings_schema_*, desktop_database_* and
+  icon_theme_cache_* post/postun scriptlets, and
+  glib2_gsettings_schema_require macro: they are needed only in
+  distro releases where RPM 4.13 is not present.
+- Point fdupes to the data directory instead of directly to the
+  build root, which is a practice that must be avoided.
+
+-------------------------------------------------------------------
+Wed Feb 28 16:30:25 UTC 2018 - [email protected]
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------

Old:
----
  gnote-3.26.0.tar.xz
  shortkey-ctrl-o-alt-w.patch

New:
----
  gnote-3.34.2.tar.xz

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

Other differences:
------------------
++++++ gnote.spec ++++++
--- /var/tmp/diff_new_pack.RkKIU5/_old  2020-03-23 07:14:20.918514933 +0100
+++ /var/tmp/diff_new_pack.RkKIU5/_new  2020-03-23 07:14:20.946514950 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnote
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,44 +12,37 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-%define _gnote_version 3.26
+%define base_version 3.34
+
 Name:           gnote
-Version:        3.26.0
+Version:        3.34.2
 Release:        0
 Summary:        A Port of Tomboy to C++
-License:        GPL-3.0+
+License:        GPL-3.0-or-later
 Group:          Productivity/Text/Editors
-Url:            http://live.gnome.org/Gnote
-Source:         
http://download.gnome.org/sources/gnote/3.26/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM shortkey-ctrl-o-alt-w.patch bsc#1075335 bgo#792859 
[email protected] -- When left-click the note tree view, shortkey should be 
enable.
-Patch0:         shortkey-ctrl-o-alt-w.patch
-%if 0%{?suse_version} > 1325
-BuildRequires:  libboost_test-devel
-%else
-BuildRequires:  boost-devel >= 1.34
-%endif
+URL:            https://wiki.gnome.org/Apps/Gnote
+Source0:        
https://download.gnome.org/sources/gnote/3.34/%{name}-%{version}.tar.xz
+
+BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  intltool
+BuildRequires:  libboost_test-devel >= 1.5.1
 BuildRequires:  pkgconfig
 BuildRequires:  translation-update-upstream
-BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(glibmm-2.4) >= 2.32
+BuildRequires:  pkgconfig(gspell-1) >= 1.6.0
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.20
 BuildRequires:  pkgconfig(gtkmm-3.0) >= 3.18
-BuildRequires:  pkgconfig(gtkspell3-3.0) >= 3.0.0
 BuildRequires:  pkgconfig(libsecret-1) >= 0.8
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(libxslt)
 BuildRequires:  pkgconfig(uuid)
-Recommends:     %{name}-lang
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%glib2_gsettings_schema_requires
 
 %description
 It is the same note taking application, including most of the add-ins (more are
@@ -72,57 +65,51 @@
 %lang_package
 
 %prep
-%setup -q
-%patch0 -p1
+%autosetup -p1
 translation-update-upstream
 
 %build
-%configure --disable-static
-make %{?_smp_mflags}
+%configure \
+       --disable-static \
+       %{nil}
+%make_build
 
 %install
 %make_install
 find %{buildroot} -type f -name "*.la" -delete -print
-%suse_update_desktop_file gnote     Utility  DesktopUtility
-%fdupes %{buildroot}
+desktop-file-edit --add-category TextEditor 
%{buildroot}%{_datadir}/applications/%{name}.desktop
+%fdupes %{buildroot}%{_datadir}
 %find_lang %{name} %{?no_lang_C}
 
 %post
 /sbin/ldconfig
-%glib2_gsettings_schema_post
-%desktop_database_post
-%icon_theme_cache_post
 
 %postun
 /sbin/ldconfig
-%glib2_gsettings_schema_postun
-%desktop_database_postun
-%icon_theme_cache_postun
 
 %files
-%defattr(-,root,root)
+%license COPYING
+%doc AUTHORS NEWS README
 %doc %{_datadir}/help/C/%{name}/
 %{_bindir}/gnote
 %{_libdir}/gnote/
 # Splitting does not make sense as it's just a lib for gnote itself (and it's 
plugins)
-%{_libdir}/libgnote-%{_gnote_version}.so*
+%{_libdir}/libgnote-%{base_version}.so*
 %{_libdir}/libgnote.so
 %{_datadir}/applications/gnote.desktop
 %{_datadir}/glib-2.0/schemas/org.gnome.gnote.gschema.xml
 %{_datadir}/gnote/
 %{_datadir}/icons/hicolor/*/apps/gnote.*
-%{_mandir}/man1/gnote.1*
-%dir %{_datadir}/appdata/
-%{_datadir}/appdata/gnote.appdata.xml
-
-%files lang -f %{name}.lang
-%defattr(-,root,root)
+%{_mandir}/man1/gnote.1%{?ext_man}
+%dir %{_datadir}/metainfo/
+%{_datadir}/metainfo/gnote.appdata.xml
 
 %files -n gnome-shell-search-provider-%{name}
-%defattr(-,root,root)
 %{_datadir}/dbus-1/services/org.gnome.Gnote.service
 %dir %{_datadir}/gnome-shell
 %dir %{_datadir}/gnome-shell/search-providers
 %{_datadir}/gnome-shell/search-providers/gnote-search-provider.ini
 
+%files lang -f %{name}.lang
+
 %changelog

++++++ gnote-3.26.0.tar.xz -> gnote-3.34.2.tar.xz ++++++
++++ 64614 lines of diff (skipped)


Reply via email to