Hello community, here is the log from the commit of package geary for openSUSE:Factory checked in at 2014-08-25 11:04:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/geary (Old) and /work/SRC/openSUSE:Factory/.geary.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "geary" Changes: -------- --- /work/SRC/openSUSE:Factory/geary/geary.changes 2014-07-15 08:01:05.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.geary.new/geary.changes 2014-08-25 11:05:31.000000000 +0200 @@ -1,0 +2,13 @@ +Wed Aug 20 19:48:44 UTC 2014 - [email protected] + +- Update to version 0.6.2: + + Patch major memory leak due to GMime bindings. + + Prevent Vala 0.26 compiler error. + + Stabilize search sorting to prevent dropped search results. + + Prevent Inbox from being cleared on startup w/ Dovecot, Zimbra, + and more. +- Stop exporting CFLAGS="%{optflags} -w" to configure. +- Switch to cmake and cmake_install macro, as this builds cleanly + without any needs for workarounds. + +------------------------------------------------------------------- Old: ---- geary-0.6.1.tar.xz New: ---- geary-0.6.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ geary.spec ++++++ --- /var/tmp/diff_new_pack.R7CwQk/_old 2014-08-25 11:05:32.000000000 +0200 +++ /var/tmp/diff_new_pack.R7CwQk/_new 2014-08-25 11:05:32.000000000 +0200 @@ -17,7 +17,7 @@ Name: geary -Version: 0.6.1 +Version: 0.6.2 Release: 0 Summary: A lightweight email reader for the GNOME desktop License: LGPL-2.0+ @@ -58,14 +58,16 @@ %setup -q %build -#A Harsh workaround for bgo#682526 - The casts are 'accepted' -export CFLAGS="%{optflags} -w" -# custom configure script, thus not using the macro. -./configure --prefix=%{_prefix} +%cmake -DVALA_EXECUTABLE:FILEPATH=%{_bindir}/valac%{?vala_version_suffix} \ + -DVAPIGEN:FILEPATH=%{_bindir}/vapigen%{?vala_version_suffix} \ + -DGSETTINGS_COMPILE=OFF \ + -DGSETTINGS_COMPILE_IN_PLACE=OFF \ + -DICON_UPDATE=OFF \ + -DDESKTOP_UPDATE=OFF make %{?_smp_mflags} %install -%make_install +%cmake_install %suse_update_desktop_file %{name} %find_lang %{name} %{?no_lang_C} %fdupes %{buildroot}%{_datadir} ++++++ geary-0.6.1.tar.xz -> geary-0.6.2.tar.xz ++++++ ++++ 3164 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
