Hello community,

here is the log from the commit of package geary for openSUSE:Factory checked 
in at 2019-02-28 21:41:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/geary (Old)
 and      /work/SRC/openSUSE:Factory/.geary.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "geary"

Thu Feb 28 21:41:54 2019 rev:43 rq:677980 version:0.13.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/geary/geary.changes      2019-01-21 
10:57:18.943512550 +0100
+++ /work/SRC/openSUSE:Factory/.geary.new.28833/geary.changes   2019-02-28 
21:42:07.765557743 +0100
@@ -1,0 +2,45 @@
+Thu Feb 21 09:24:51 UTC 2019 - [email protected]
+
+- Update to version 0.13.1:
+  + Numerous bug fixes and minor user interface improvements.
+  + Numerous user interface translation updates.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Sun Feb 17 14:01:52 UTC 2019 - [email protected]
+
+- Update to version 0.13.0:
+  + Unread email count is now updated correctly.
+  + Conversations load faster, smoother with better feedback.
+  + Support for email accounts added via GNOME Online Accounts.
+  + Improved account creation and management user interface.
+  + Email flagged as deleted but not removed by other apps now
+    hidden.
+  + Individual messages in a conversation can be deleted.
+  + Internal links in HTML email now work.
+  + Supported ordered and unordered lists in the composer.
+  + Rich text pasting improvements in the composer.
+  + Plain text versions of rich text mail includes formatting.
+  + Detached composers now remember their last used size.
+  + Better reporting when a login, security or other problem
+    occurs.
+  + Reduced background synchronisation CPU use.
+  + Improved handling when going online and offline.
+  + Show an in-application notification when email has been sent.
+  + Flag possibly spoofed email addresses.
+  + Improve privacy when sending email using an alias.
+  + Subject, sender and date are being shown when printed again.
+  + Server compatibility improvements.
+  + Build, testing and other infrastructure improvements.
+  + Numerous bug fixes and minor user interface improvements.
+  + Updated translations.
+- Drop upstream fixed patches:
+  + geary-javascript-fixes.patch.
+  + geary-Fix-variable-check-for-IOError.CANCELLED.patch.
+  + geary-hide-gmail-main.patch.
+- Switch to meson buildsystem, add meson BuildRequires and macros.
+  Drop cmake and intltool BuildRequires, no longer needed.
+- Add itstool, pkgconfig(goa-1.0), pkgconfig(json-glib-1.0) and
+  pkgconfig(libunwind) BuildRequires: New dependencies.
+
+-------------------------------------------------------------------

Old:
----
  geary-0.12.4.tar.xz
  geary-Fix-variable-check-for-IOError.CANCELLED.patch
  geary-hide-gmail-main.patch
  geary-javascript-fixes.patch

New:
----
  geary-0.13.1.tar.xz

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

Other differences:
------------------
++++++ geary.spec ++++++
--- /var/tmp/diff_new_pack.HrqRIS/_old  2019-02-28 21:42:08.177557568 +0100
+++ /var/tmp/diff_new_pack.HrqRIS/_new  2019-02-28 21:42:08.177557568 +0100
@@ -17,23 +17,17 @@
 
 
 Name:           geary
-Version:        0.12.4
+Version:        0.13.1
 Release:        0
 Summary:        An email reader for the GNOME desktop
 License:        LGPL-2.1-or-later AND CC-BY-3.0 AND BSD-2-Clause
 Group:          Productivity/Networking/Email/Clients
 URL:            https://wiki.gnome.org/Apps/Geary
-Source0:        
https://download.gnome.org/sources/geary/0.12/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM geary-javascript-fixes.patch -- Fix fails to build with 
WebkitGTK >= 2.21
-Patch0:         geary-javascript-fixes.patch
-# PATCH-FIX-UPSTREAM geary-Fix-variable-check-for-IOError.CANCELLED.patch -- 
Actually use error variable to check for IOError.CANCELLED
-Patch1:         geary-Fix-variable-check-for-IOError.CANCELLED.patch
-# PATCH-FIX-UPSTREAM geary-hide-gmail-main.patch bgo#712902 -- Hide [gmail] 
folder from tags view
-Patch2:         geary-hide-gmail-main.patch
+Source0:        
https://download.gnome.org/sources/geary/0.13/%{name}-%{version}.tar.xz
 
-BuildRequires:  cmake
 BuildRequires:  fdupes
-BuildRequires:  intltool
+BuildRequires:  itstool
+BuildRequires:  meson
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  xml2po
@@ -43,15 +37,18 @@
 BuildRequires:  pkgconfig(gio-2.0) >= 2.42.0
 BuildRequires:  pkgconfig(glib-2.0) >= 2.42.0
 BuildRequires:  pkgconfig(gmime-2.6) >= 2.6.17
+BuildRequires:  pkgconfig(goa-1.0)
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
 BuildRequires:  pkgconfig(gthread-2.0)
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.14.0
 BuildRequires:  pkgconfig(iso-codes)
 BuildRequires:  pkgconfig(javascriptcoregtk-4.0) >= 2.10.0
+BuildRequires:  pkgconfig(json-glib-1.0)
 BuildRequires:  pkgconfig(libcanberra) >= 0.28
 BuildRequires:  pkgconfig(libnotify) >= 0.7.5
 BuildRequires:  pkgconfig(libsecret-1) >= 0.11
 BuildRequires:  pkgconfig(libsoup-2.4) >= 2.48
+BuildRequires:  pkgconfig(libunwind)
 BuildRequires:  pkgconfig(libxml-2.0) >= 2.7.8
 BuildRequires:  pkgconfig(sqlite3) >= 3.7.4
 BuildRequires:  pkgconfig(vapigen) >= 0.22.1
@@ -71,16 +68,12 @@
 %autosetup -p1
 
 %build
-%cmake -DVALA_EXECUTABLE:FILEPATH=%{_bindir}/valac%{?vala_version_suffix} \
-       -DVAPIGEN:FILEPATH=%{_bindir}/vapigen%{?vala_version_suffix} \
-       -DGSETTINGS_COMPILE=OFF \
-       -DGSETTINGS_COMPILE_IN_PLACE=ON \
-       -DICON_UPDATE=OFF \
-       -DDESKTOP_UPDATE=OFF
-%make_jobs
+%meson \
+       %{nil}
+%meson_build
 
 %install
-%cmake_install
+%meson_install
 %suse_update_desktop_file org.gnome.Geary
 %find_lang %{name} %{?no_lang_C}
 %fdupes %{buildroot}%{_datadir}
@@ -88,22 +81,16 @@
 %files
 %license COPYING COPYING.icons COPYING.snowball
 %doc README NEWS THANKS AUTHORS
-%dir %{_datadir}/gnome
-%dir %{_datadir}/gnome/help
-%dir %{_datadir}/gnome/help/%{name}
-%doc %{_datadir}/gnome/help/%{name}/C/
+%{_datadir}/help/C/%{name}
 %{_bindir}/%{name}
-%{_bindir}/geary-attach
 %{_datadir}/%{name}/
-%dir %{_libexecdir}/%{name}
-%dir %{_libexecdir}/%{name}/web-extensions
-%{_libexecdir}/%{name}/web-extensions/libgeary-web-process.so
-%dir %{_datadir}/appdata
-%{_datadir}/appdata/org.gnome.Geary.appdata.xml
+%dir %{_libdir}/%{name}
+%dir %{_libdir}/%{name}/web-extensions
+%{_libdir}/%{name}/web-extensions/libgeary-web-process.so
+%dir %{_datadir}/metainfo
+%{_datadir}/metainfo/org.gnome.Geary.appdata.xml
 %{_datadir}/applications/org.gnome.Geary.desktop
 %{_datadir}/applications/geary-autostart.desktop
-%dir %{_datadir}/contractor/
-%{_datadir}/contractor/geary-attach.contract
 %{_datadir}/icons/hicolor/
 %{_datadir}/glib-2.0/schemas/org.gnome.Geary.gschema.xml
 

++++++ geary-0.12.4.tar.xz -> geary-0.13.1.tar.xz ++++++
++++ 198770 lines of diff (skipped)


Reply via email to