Hello community,

here is the log from the commit of package gnote for openSUSE:Factory checked 
in at 2012-03-16 13:15:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnote (Old)
 and      /work/SRC/openSUSE:Factory/.gnote.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnote", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnote/gnote.changes      2012-01-09 
11:15:12.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gnote.new/gnote.changes 2012-03-16 
13:15:10.000000000 +0100
@@ -1,0 +2,19 @@
+Sat Mar 10 18:28:58 UTC 2012 - [email protected]
+
+- Update to version 0.9.0:
+  + New Features:
+    - Added core synchronization support
+    - Added addin to synchronize with local folder.
+  + Fixes:
+    - Fix missing header for Glib::signal_idle (bgo#667349)
+    - Call startup defined in GApplication
+    - Remove mnemonic references in documentation (bgo#670916)
+    - Fix selection deletion and remembering it
+    - Fix quit application for glib >= 2.32
+  + Updated translations.
+- Remove xz BuildRequires now that it comes for free in the build
+  system.
+- Drop gnote-new-glibmm.patch: fixed upstream.
+- Add gnote-buildfix.patch: Fix build by incuding missing headers.
+
+-------------------------------------------------------------------

Old:
----
  gnote-0.8.2.tar.xz
  gnote-new-glibmm.patch

New:
----
  gnote-0.9.0.tar.xz
  gnote-buildfix.patch

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

Other differences:
------------------
++++++ gnote.spec ++++++
--- /var/tmp/diff_new_pack.a6YB7M/_old  2012-03-16 13:15:12.000000000 +0100
+++ /var/tmp/diff_new_pack.a6YB7M/_new  2012-03-16 13:15:12.000000000 +0100
@@ -15,16 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           gnote
-Version:        0.8.2
+Version:        0.9.0
 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/0.8/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM gnote-new-glibmm.patch bgo#667349 [email protected] -- 
Fix build with recent versions of glibmm; taken from git
-Patch0:         gnote-new-glibmm.patch
+Source:         
http://download.gnome.org/sources/gnote/0.9/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM gnote-buildfix.patch bgo#671787 [email protected] -- 
Fix build by including missing headers.
+Patch0:         gnote-buildfix.patch
 BuildRequires:  boost-devel >= 1.34
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -36,8 +37,6 @@
 BuildRequires:  libxslt-devel
 BuildRequires:  pcre-devel
 BuildRequires:  update-desktop-files
-# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
-BuildRequires:  xz
 BuildRequires:  pkgconfig(libpanelapplet-4.0) >= 3.0
 Recommends:     %{name}-lang
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -58,6 +57,7 @@
 
 %install
 %make_install
+find %{buildroot}%{_libdir} -type f -name "*.la" -delete -print
 %suse_update_desktop_file gnote     Utility  DesktopUtility
 %find_lang %{name} %{?no_lang_C}
 
@@ -89,6 +89,9 @@
 %{_bindir}/gnote
 %{_libexecdir}/gnote-applet
 %{_libdir}/gnote/
+# Splitting does not make sense as it's just a lib for gnote itself (and it's 
plugins)
+%{_libdir}/libgnote-0.9.so*
+%{_libdir}/libgnote.so
 %{_datadir}/applications/gnote.desktop
 %{_datadir}/dbus-1/services/org.gnome.Gnote.service
 %{_datadir}/dbus-1/services/org.gnome.panel.applet.GnoteAppletFactory.service

++++++ gnote-buildfix.patch ++++++
>From d0e06bcc294330ccd83c60d54b56bc5741160ce5 Mon Sep 17 00:00:00 2001
From: Dominique Leuenberger <[email protected]>
Date: Sat, 10 Mar 2012 19:50:32 +0100
Subject: [PATCH] Fix missing header includes for Glib::TimeoutSource. Fixes
 bug 671787.

---
 src/synchronization/syncmanager.hpp |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/synchronization/syncmanager.hpp 
b/src/synchronization/syncmanager.hpp
index 19b87dd..6506ed1 100644
--- a/src/synchronization/syncmanager.hpp
+++ b/src/synchronization/syncmanager.hpp
@@ -26,6 +26,7 @@
 #include <map>
 #include <string>
 
+#include <glibmm/main.h>
 #include <glibmm/thread.h>
 
 #include "note.hpp"
-- 
1.7.9.2

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to