Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gnome-contacts for openSUSE:Factory checked in at 2022-09-21 14:39:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnome-contacts (Old) and /work/SRC/openSUSE:Factory/.gnome-contacts.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-contacts" Wed Sep 21 14:39:44 2022 rev:67 rq:1003231 version:43.rc Changes: -------- --- /work/SRC/openSUSE:Factory/gnome-contacts/gnome-contacts.changes 2022-03-23 20:18:55.546481342 +0100 +++ /work/SRC/openSUSE:Factory/.gnome-contacts.new.2083/gnome-contacts.changes 2022-09-21 14:40:06.997369604 +0200 @@ -1,0 +2,29 @@ +Mon Sep 5 14:04:14 UTC 2022 - Dominique Leuenberger <[email protected]> + +- Update to version 43.rc: + + Updated screenshots for GNOME 43. + + A rewrite of the core internals fixes several issues when + editing or adding a contact. + + Several performance optimizations when searching for contacts + in the app. + + Some strings for importing and exporting contacts were not + marked as translatable yet. + + Updated translations. + +------------------------------------------------------------------- +Tue Aug 9 17:32:28 UTC 2022 - Bj??rn Lie <[email protected]> + +- Update to version 43.beta: + + Contacts can now import and export your contacts in the vCard + format (aka VCF) to or from a file on the system. + + The app will now warn you if your system has a configuration + issue of your primary address book. + + Updated translations. +- Drop all traces of telepathy support, now dropped upstream + (remove pkgconfig(folks-telepathy) and pkgconfig(telepathy-glib) + disabled BuildRequires and stop passing telepathy=false to + meson). +- Add pkgconfig(libportal) and pkgconfig(libportal-gtk4) + BuildRequires: New dependencies. + +------------------------------------------------------------------- Old: ---- gnome-contacts-42.0.tar.xz New: ---- gnome-contacts-43.rc.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-contacts.spec ++++++ --- /var/tmp/diff_new_pack.SkWJdQ/_old 2022-09-21 14:40:07.481370946 +0200 +++ /var/tmp/diff_new_pack.SkWJdQ/_new 2022-09-21 14:40:07.485370958 +0200 @@ -17,13 +17,13 @@ Name: gnome-contacts -Version: 42.0 +Version: 43.rc Release: 0 Summary: Contacts Manager for GNOME License: GPL-2.0-or-later Group: Productivity/Office/Other URL: https://wiki.gnome.org/Apps/Contacts -Source0: https://download.gnome.org/sources/gnome-contacts/42/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/gnome-contacts/43/%{name}-%{version}.tar.xz BuildRequires: desktop-file-utils BuildRequires: docbook-xsl-stylesheets @@ -35,9 +35,6 @@ BuildRequires: pkgconfig(clutter-gtk-1.0) BuildRequires: pkgconfig(folks) >= 0.14 BuildRequires: pkgconfig(folks-eds) >= 0.11.4 -BuildRequires: pkgconfig(libportal) -# Disable telepathy by default -#BuildRequires: pkgconfig(folks-telepathy) >= 0.11.4 BuildRequires: pkgconfig(gee-0.8) BuildRequires: pkgconfig(geocode-glib-1.0) >= 3.15.3 BuildRequires: pkgconfig(gio-unix-2.0) >= 2.44.0 @@ -50,8 +47,8 @@ BuildRequires: pkgconfig(libadwaita-1) BuildRequires: pkgconfig(libebook-1.2) >= 3.13.90 BuildRequires: pkgconfig(libedataserver-1.2) >= 3.30 -# Disable telepathy by default, following upstream, NOTE pass -Dtelepathy=true to meson if you reenable this. -#BuildRequires: pkgconfig(telepathy-glib) >= 0.22.0 +BuildRequires: pkgconfig(libportal) +BuildRequires: pkgconfig(libportal-gtk4) %description The integraded address book for GNOME. @@ -90,7 +87,6 @@ %build %meson \ - -Dtelepathy=false \ -Dmanpage=true \ %{nil} %meson_build @@ -113,6 +109,8 @@ %{_datadir}/dbus-1/services/org.gnome.Contacts.service %{_datadir}/glib-2.0/schemas/org.gnome.Contacts.gschema.xml %{_datadir}/icons/hicolor/*/*/org.gnome.Contacts* +%dir %{_libexecdir}/gnome-contacts +%{_libexecdir}/gnome-contacts/gnome-contacts-parser %files -n gnome-shell-search-provider-contacts %{_datadir}/dbus-1/services/org.gnome.Contacts.SearchProvider.service
