Hello community,

here is the log from the commit of package almanah for openSUSE:Factory checked 
in at 2013-04-19 15:23:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/almanah (Old)
 and      /work/SRC/openSUSE:Factory/.almanah.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "almanah", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/almanah/almanah.changes  2013-03-21 
10:36:54.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.almanah.new/almanah.changes     2013-04-19 
15:23:09.000000000 +0200
@@ -1,0 +2,22 @@
+Thu Apr 18 06:57:07 UTC 2013 - [email protected]
+
+- Update to version 0.10.8:
+  + Main window redesign.
+  + Tagging support.
+  + Port to GMenu.
+  + Dropped the libedataserverui dependency and embed the
+    ECellRendererColor and ESourceSelector widgets.
+  + Hide the title bar in maximized windows.
+  + Updated GtkSpell 3 support.
+  + Updated EDS dependency to 3.5.91.
+  + Bugs fixed: bgo#677209, bgo#680845.
+  + Updated translations.
+- Replace pkgconfig(gtkspell-3.0) BuildRequires with
+  pkgconfig(gtkspell3-3.0), following upstream.
+- Drop pkgconfig(libedataserverui-3.0) BuildRequires: no longer
+  needed.
+- Add -UE_CAL_DISABLE_DEPRECATED to CFLAGS, in order to allow
+  deprecated E_CAL functions.
+- Add almanah-includes.patch: include interface.h to fix build.
+
+-------------------------------------------------------------------

Old:
----
  almanah-0.10.1.tar.xz

New:
----
  almanah-0.10.8.tar.xz
  almanah-includes.patch

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

Other differences:
------------------
++++++ almanah.spec ++++++
--- /var/tmp/diff_new_pack.yD70vO/_old  2013-04-19 15:23:21.000000000 +0200
+++ /var/tmp/diff_new_pack.yD70vO/_new  2013-04-19 15:23:21.000000000 +0200
@@ -17,13 +17,16 @@
 
 
 Name:           almanah
-Version:        0.10.1
+Version:        0.10.8
 Release:        0
+# FIXME: Remove -UE_CAL_DISABLE_DEPRECATED from CFLAGS (bgo#698259)
 Summary:        GTK+ application to allow you to keep a diary of your life
 License:        GPL-3.0+
 Group:          Productivity/Office/Other
 Url:            https://live.gnome.org/Almanah_Diary
 Source:         
http://download.gnome.org/sources/almanah/0.10/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM almanah-includes.patch bgo#698259 [email protected] -- 
Add missing includes
+Patch0:         almanah-includes.patch
 BuildRequires:  gpgme-devel
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool
@@ -32,11 +35,10 @@
 BuildRequires:  pkgconfig(atk)
 BuildRequires:  pkgconfig(cairo)
 BuildRequires:  pkgconfig(cryptui-0.0)
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.3.20
-BuildRequires:  pkgconfig(gtkspell-3.0)
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.5.6
+BuildRequires:  pkgconfig(gtkspell3-3.0)
 BuildRequires:  pkgconfig(libecal-1.2) >= 3.5.91
 BuildRequires:  pkgconfig(libedataserver-1.2)
-BuildRequires:  pkgconfig(libedataserverui-3.0)
 Requires:       evolution-data-server
 Recommends:     %{name}-lang
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -53,8 +55,10 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+export CFLAGS="%{optflags} -UE_CAL_DISABLE_DEPRECATED"
 %configure --enable-encryption
 make %{?_smp_mflags}
 

++++++ almanah-0.10.1.tar.xz -> almanah-0.10.8.tar.xz ++++++
++++ 22822 lines of diff (skipped)

++++++ almanah-includes.patch ++++++
>From ffbdf526c6966de07e83a6b3896d9c89562c7393 Mon Sep 17 00:00:00 2001
From: Dominique Leuenberger <[email protected]>
Date: Thu, 18 Apr 2013 09:08:31 +0200
Subject: [PATCH] main: include interface.h

We make use of prototypes in this header (almanah_get_css_path).
---
 src/application.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/application.c b/src/application.c
index 45aa2bc..0d1f02e 100644
--- a/src/application.c
+++ b/src/application.c
@@ -31,6 +31,7 @@
 #include "printing.h"
 #include "search-dialog.h"
 #include "storage-manager.h"
+#include "interface.h"
 
 static void constructed (GObject *object);
 static void dispose (GObject *object);
-- 
1.7.10.4

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

Reply via email to