Hello community, here is the log from the commit of package balsa for openSUSE:Factory checked in at 2013-04-20 17:40:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/balsa (Old) and /work/SRC/openSUSE:Factory/.balsa.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "balsa", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/balsa/balsa.changes 2013-02-28 07:06:14.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.balsa.new/balsa.changes 2013-04-20 17:40:40.000000000 +0200 @@ -1,0 +2,17 @@ +Sat Apr 6 19:24:25 UTC 2013 - [email protected] + +- Update to version 2.5.0: + + Making gtk3 build the official one. +- Rework BuildRequires for the large rewrite/port to GTK3: + + Removed: pkgconfig(gconf-2.0), pkgconfig(gmime-2.4), + pkgconfig(gnome-keyring-1), pkgconfig(gtk+-2.0), + pkgconfig(gtksourceview-2.0), pkgconfig(gtkspell-2.0), + pkgconfig(libbonobo-2.0), pkgconfig(libcanberra-gtk), + pkgconfig(libgnome-2.0), pkgconfig(libgnomeui-2.0), + pkgconfig(webkit-1.0) + + Added: pkgconfig(gtk+-3.0), pkgconfig(gtksourceview-3.0), + pkgconfig(gtkspell3-3.0), pkgconfig(libcanberra-gtk3), + pkgconfig(libsecret-1), pkgconfig(webkitgtk-3.0). +- Add balsa-gtksourceview.patch: Fix build with gtksourceview 3.8. + +------------------------------------------------------------------- Old: ---- balsa-2.4.14.tar.bz2 New: ---- balsa-2.5.0.tar.bz2 balsa-gtksourceview.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ balsa.spec ++++++ --- /var/tmp/diff_new_pack.IhXvfB/_old 2013-04-20 17:40:42.000000000 +0200 +++ /var/tmp/diff_new_pack.IhXvfB/_new 2013-04-20 17:40:42.000000000 +0200 @@ -19,13 +19,15 @@ Name: balsa %define TOUCHSCREEN_OPTIMIZATION %(echo %{name} | grep -qv touchscreen ; echo $?) %define base_name balsa -Version: 2.4.14 +Version: 2.5.0 Release: 0 Summary: The GNOME Mail Program License: GPL-2.0+ Group: Productivity/Networking/Email/Clients Url: http://pawsa.fedorapeople.org/balsa/ Source: http://pawsa.fedorapeople.org/balsa/%{name}-%{version}.tar.bz2 +# PATCH-FIX-UPSTREAM balsa-gtksourceview.patch bgo#697454 [email protected] -- Fix includes of gtksourceview headers +Patch0: balsa-gtksourceview.patch BuildRequires: compface BuildRequires: fdupes BuildRequires: gnome-doc-utils-devel @@ -38,27 +40,19 @@ BuildRequires: translation-update-upstream BuildRequires: update-desktop-files BuildRequires: pkgconfig(enchant) -BuildRequires: pkgconfig(gconf-2.0) -BuildRequires: pkgconfig(glib-2.0) -%if 0%{?suse_version} > 1210 +BuildRequires: pkgconfig(glib-2.0) >= 2.27.0 BuildRequires: pkgconfig(gmime-2.6) -%else -BuildRequires: pkgconfig(gmime-2.4) -%endif -BuildRequires: pkgconfig(gnome-keyring-1) -BuildRequires: pkgconfig(gtk+-2.0) -BuildRequires: pkgconfig(gtksourceview-2.0) -BuildRequires: pkgconfig(gtkspell-2.0) -BuildRequires: pkgconfig(libbonobo-2.0) -BuildRequires: pkgconfig(libcanberra-gtk) -BuildRequires: pkgconfig(libgnome-2.0) -BuildRequires: pkgconfig(libgnomeui-2.0) +BuildRequires: pkgconfig(gtk+-3.0) +BuildRequires: pkgconfig(gtksourceview-3.0) +BuildRequires: pkgconfig(gtkspell3-3.0) +BuildRequires: pkgconfig(libcanberra-gtk3) BuildRequires: pkgconfig(libnm-glib) BuildRequires: pkgconfig(libnotify) +BuildRequires: pkgconfig(libsecret-1) BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(sqlite3) BuildRequires: pkgconfig(unique-1.0) -BuildRequires: pkgconfig(webkit-1.0) +BuildRequires: pkgconfig(webkitgtk-3.0) Recommends: %{base_name}-lang %if "%{name}" != "%{base_name}" Conflicts: %{base_name} @@ -80,6 +74,7 @@ %prep %setup -q -n %{base_name}-%{version} +%patch0 -p1 translation-update-upstream %build @@ -148,10 +143,11 @@ %{_datadir}/applications/*.desktop %{_datadir}/balsa/ %{_datadir}/icons/hicolor/48x48/mimetypes/*.png -%{_datadir}/idl/Balsa.idl %{_datadir}/pixmaps/*.png %{_datadir}/sounds/balsa %doc %{_mandir}/man1/balsa.1* +%dir %{_sysconfdir}/sound +%dir %{_sysconfdir}/sound/events %config %{_sysconfdir}/sound/events/*.soundlist %if %BUILD_LANG ++++++ balsa-2.4.14.tar.bz2 -> balsa-2.5.0.tar.bz2 ++++++ ++++ 194982 lines of diff (skipped) ++++++ balsa-gtksourceview.patch ++++++ Index: balsa-2.5.0/src/sendmsg-window.c =================================================================== --- balsa-2.5.0.orig/src/sendmsg-window.c +++ balsa-2.5.0/src/sendmsg-window.c @@ -78,6 +78,7 @@ #endif /* HAVE_GTKSPELL */ #if HAVE_GTKSOURCEVIEW #include <gtksourceview/gtksourceview.h> +#include <gtksourceview/gtksourcebuffer.h> #endif /* HAVE_GTKSOURCEVIEW */ #define GNOME_MIME_BUG_WORKAROUND 1 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
