Hello community,

here is the log from the commit of package gnote for openSUSE:Factory checked 
in at 2016-09-23 11:38:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnote (Old)
 and      /work/SRC/openSUSE:Factory/.gnote.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnote"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnote/gnote.changes      2016-06-02 
09:39:38.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gnote.new/gnote.changes 2016-09-23 
11:38:50.000000000 +0200
@@ -1,0 +2,51 @@
+Mon Sep 19 17:11:29 UTC 2016 - [email protected]
+
+- Update to version 3.21.1:
+  + New Features:
+    - Shell search provider will search only in note titles
+      (bgo#765894).
+    - Change accelerator for Back button to <Ctrl>.
+  + Fixes:
+    - Fix build against Glibmm 2.21 (bgo#770541).
+    - Fix memory leak in TrieTree (bgo#770056).
+  + Updated translations.
+- Drop gnote-buildfix.patch: Fixed upstream.
+
+-------------------------------------------------------------------
+Wed Aug 31 19:01:22 UTC 2016 - [email protected]
+
+- Add gnote-buildfix.patch: Fix build.
+
+-------------------------------------------------------------------
+Fri Aug 26 18:23:45 UTC 2016 - [email protected]
+
+- Update to version 3.21.0:
+  + New Features:
+    - GTK+ 3.20 is required.
+    - Undo will now undo last user action as single unit
+      (bgo#747202).
+    - Added shortcuts window.
+    - Added <Ctrl>Left accelerator to go from note to main window.
+  + Fixes:
+    - Enter key will find next match when searching in note
+      (bgo#700624).
+    - Fixed formatting buttons when selection is mixed formatting
+      (bgo#702248).
+    - Fixed crash on first run when data migration is required
+      (bgo#765791).
+    - Fixed disabling application plugins.
+    - Fixed Windows size shrinking when switching from/to note
+      (bgo#764464).
+    - Fixed tab key activating search, while it shouldn't
+      (bgo#767834).
+    - Escape will close search when search entry has focus.
+    - Make --search always show main window in search mode
+      (bgo#769906).
+  + Updated translations.
+- Align BuildRequires with what configure checks for:
+  + Removed gtkmm3-devel, libuuid-devel and libxslt-devel.
+  + Added pkgconfig(glibmm-2.4), pkgconfig(gtk+-3.0),
+    pkgconfig(gtkmm-3.0), pkgconfig(libxslt) and pkgconfig(uuid).
+- Bump _gnote_version to 3.21.
+
+-------------------------------------------------------------------

Old:
----
  gnote-3.20.1.tar.xz

New:
----
  gnote-3.21.1.tar.xz

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

Other differences:
------------------
++++++ gnote.spec ++++++
--- /var/tmp/diff_new_pack.48pD3i/_old  2016-09-23 11:38:51.000000000 +0200
+++ /var/tmp/diff_new_pack.48pD3i/_new  2016-09-23 11:38:51.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnote
 #
-# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,29 +16,31 @@
 #
 
 
-%define _gnote_version 3.20
-
+%define _gnote_version 3.21
 Name:           gnote
-Version:        3.20.1
+Version:        3.21.1
 Release:        0
 Summary:        A Port of Tomboy to C++
 License:        GPL-3.0+
 Group:          Productivity/Text/Editors
 Url:            http://live.gnome.org/Gnote
-Source:         
http://download.gnome.org/sources/gnote/3.20/%{name}-%{version}.tar.xz
+Source:         
http://download.gnome.org/sources/gnote/3.21/%{name}-%{version}.tar.xz
 BuildRequires:  boost-devel >= 1.34
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  gtkmm3-devel >= 3.18
 BuildRequires:  intltool
-BuildRequires:  libuuid-devel
-BuildRequires:  libxslt-devel
+BuildRequires:  pkgconfig
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
+BuildRequires:  pkgconfig(glibmm-2.4) >= 2.32
+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
@@ -62,6 +64,7 @@
 search results from documents.
 
 %lang_package
+
 %prep
 %setup -q
 translation-update-upstream
@@ -72,14 +75,11 @@
 
 %install
 %make_install
-find %{buildroot}%{_libdir} -type f -name "*.la" -delete -print
+find %{buildroot} -type f -name "*.la" -delete -print
 %suse_update_desktop_file gnote     Utility  DesktopUtility
 %fdupes %{buildroot}
 %find_lang %{name} %{?no_lang_C}
 
-%clean
-test %{buildroot} != "/" && rm -rf %{buildroot}
-
 %post
 /sbin/ldconfig
 %glib2_gsettings_schema_post
@@ -109,6 +109,7 @@
 %{_datadir}/appdata/gnote.appdata.xml
 
 %files lang -f %{name}.lang
+%defattr(-,root,root)
 
 %files -n gnome-shell-search-provider-%{name}
 %defattr(-,root,root)

++++++ gnote-3.20.1.tar.xz -> gnote-3.21.1.tar.xz ++++++
++++ 15952 lines of diff (skipped)


Reply via email to