From 22a3a1eff7c2e2d6d65ef5fcdb75acd65b6b56c7cab25b6f9314bf4b137cb595 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 9 Mar 2018 10:02:25 +0000 Subject: [PATCH] Accepting request 583540 from GNOME:Next Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/583540 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-contacts?expand=0&rev=103 --- gnome-contacts-3.26.1.tar.xz | 3 -- gnome-contacts-3.27.92.tar.xz | 3 ++ gnome-contacts.changes | 58 +++++++++++++++++++++++++++++++++++ gnome-contacts.spec | 24 +++++++++------ 4 files changed, 75 insertions(+), 13 deletions(-) delete mode 100644 gnome-contacts-3.26.1.tar.xz create mode 100644 gnome-contacts-3.27.92.tar.xz diff --git a/gnome-contacts-3.26.1.tar.xz b/gnome-contacts-3.26.1.tar.xz deleted file mode 100644 index 90a0bb7..0000000 --- a/gnome-contacts-3.26.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:068919017825b1adfc169fac310e915a87baefc56771604846b8b08c16d95fcb -size 974588 diff --git a/gnome-contacts-3.27.92.tar.xz b/gnome-contacts-3.27.92.tar.xz new file mode 100644 index 0000000..ee90f4e --- /dev/null +++ b/gnome-contacts-3.27.92.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da8ef6915b04b9ec5eca2d0bdf1618fb313631dbc092d12705654e8b9c9621f4 +size 362744 diff --git a/gnome-contacts.changes b/gnome-contacts.changes index 879e7db..cd8478e 100644 --- a/gnome-contacts.changes +++ b/gnome-contacts.changes @@ -1,3 +1,61 @@ +------------------------------------------------------------------- +Mon Mar 5 19:13:56 UTC 2018 - dimstar@opensuse.org + +- Update to version 3.27.92: + + The titlebar is now updated when a contact's name changes. + + The window will now remember its size and restore it on the + next start. + + Postal addresses are now sorted before notes. + + Updated translations. + +------------------------------------------------------------------- +Wed Feb 28 16:27:45 UTC 2018 - dimstar@opensuse.org + +- Modernize spec-file by calling spec-cleaner + +------------------------------------------------------------------- +Tue Feb 6 12:07:07 UTC 2018 - dimstar@opensuse.org + +- Update to version 3.27.90: + + Support for favorite contacts. These contacts will be shown at + the top of the list. + + Contacts now allows sorting by both first name and surname. + + Avatars are now displayed as a circle and are better optimized + for memory usage. + + Selection mode can now be started by right-clicking the contact + list. + + Updated translations. + +------------------------------------------------------------------- +Thu Jan 25 03:27:04 UTC 2018 - dimstar@opensuse.org + +- Update to version 3.27.4: + + Contacts now has a shortcuts window. + + Small tweaks to the setup screen. + + Support --version as command-line argument. + + Telepathy is no longer a mandatory dependency. + + Support for maps can be disabled at compile time. + + Improved the Shell search provider. + + Updated translations. +- Pass -D maps=true and -D telepathy=true to meson: keep now + optional maps and telepathy features enabled. + +------------------------------------------------------------------- +Thu Jan 25 03:27:02 UTC 2018 - fezhang@suse.com + +- Update to version 3.27.2: + + ContactEditor: fix annoying const warning. + + added compare by type to compare_fields. + + Meson: + - Flatpak: update the manifest file to use meson. + - Drop autotools in favor of Meson. + - Add configure script for meson. + - make sure cheese is required when told so. + - allow 'auto' value for `with-cheese`. + + Bugs fixed: bgo#789921. + + Updated translations. +- Drop gnome-contacts-nb-translations.patch: Fixed upstream. + ------------------------------------------------------------------- Wed Jan 24 18:21:33 UTC 2018 - bjorn.lie@gmail.com diff --git a/gnome-contacts.spec b/gnome-contacts.spec index 21f583a..c03f567 100644 --- a/gnome-contacts.spec +++ b/gnome-contacts.spec @@ -17,14 +17,13 @@ Name: gnome-contacts -Version: 3.26.1 +Version: 3.27.92 Release: 0 Summary: Contacts Manager for GNOME -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Productivity/Office/Other -Url: http://www.gnome.org -Source0: http://download.gnome.org/sources/gnome-contacts/3.26/%{name}-%{version}.tar.xz - +URL: http://www.gnome.org +Source0: http://download.gnome.org/sources/gnome-contacts/3.27/%{name}-%{version}.tar.xz BuildRequires: docbook-xsl-stylesheets BuildRequires: docbook_4 BuildRequires: meson @@ -81,14 +80,16 @@ translation-update-upstream %endif %build -%{meson} \ - -D with-cheese=true \ +%meson \ + -D with-cheese=yes \ -D with-manpage=true \ + -D maps=true \ + -D telepathy=true \ %{nil} -%{meson_build} +%meson_build %install -%{meson_install} +%meson_install %suse_update_desktop_file org.gnome.Contacts %find_lang %{name} %{?no_lang_C} @@ -105,8 +106,11 @@ translation-update-upstream %{_datadir}/icons/hicolor/*/*/gnome-contacts* %files -n gnome-shell-search-provider-contacts -%{_bindir}/gnome-contacts-search-provider %{_datadir}/dbus-1/services/org.gnome.Contacts.SearchProvider.service +%dir %{_datadir}/gnome-shell +%dir %{_datadir}/gnome-shell/search-providers +%{_datadir}/gnome-shell/search-providers/org.gnome.Contacts.search-provider.ini +%{_libexecdir}/gnome-contacts-search-provider %files lang -f %{name}.lang