From 01e1607b965960a25723a9d4745fe3e52e064dad8eb38f9a75c4a46b123d3a1b Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 12 Sep 2023 08:20:34 +0000 Subject: [PATCH 1/2] Accepting request 1109816 from GNOME:Next Pushing GNOME 45.rc packages OBS-URL: https://build.opensuse.org/request/show/1109816 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-contacts?expand=0&rev=157 --- gnome-contacts-44.0.tar.xz | 3 --- gnome-contacts-45.beta.tar.xz | 3 +++ gnome-contacts.changes | 16 ++++++++++++++++ gnome-contacts.spec | 4 ++-- 4 files changed, 21 insertions(+), 5 deletions(-) delete mode 100644 gnome-contacts-44.0.tar.xz create mode 100644 gnome-contacts-45.beta.tar.xz diff --git a/gnome-contacts-44.0.tar.xz b/gnome-contacts-44.0.tar.xz deleted file mode 100644 index 7e5c892..0000000 --- a/gnome-contacts-44.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7dd1163bc1f06af6382dae4015c43443ee2c12928128fc99fd449292d0de7bed -size 395540 diff --git a/gnome-contacts-45.beta.tar.xz b/gnome-contacts-45.beta.tar.xz new file mode 100644 index 0000000..876298e --- /dev/null +++ b/gnome-contacts-45.beta.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1b60f77778d1579ee1ee4835fe15a4d8243f5123d856ea10eb00d77029b2e39 +size 399984 diff --git a/gnome-contacts.changes b/gnome-contacts.changes index c87db4a..354d255 100644 --- a/gnome-contacts.changes +++ b/gnome-contacts.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Thu Aug 10 15:07:33 UTC 2023 - Bjørn Lie + +- Update to version 45.beta: + + Several bugs have been fixed when selecting and cropping an + avatar. + + Choosing a file should also be much easier now, as the file + picker will filter image files. + + A new implementation of the contact list should lead to much + less memory consumption and a small performance increase + + Contacts no longer shows a duplicate window when activated from + a search result + + The sidebar will resize more intuitively, rather than keeping a + fixed width + + Updated translations. + ------------------------------------------------------------------- Sat Mar 18 12:40:19 UTC 2023 - Bjørn Lie diff --git a/gnome-contacts.spec b/gnome-contacts.spec index 50125c3..09ea4b5 100644 --- a/gnome-contacts.spec +++ b/gnome-contacts.spec @@ -17,13 +17,13 @@ Name: gnome-contacts -Version: 44.0 +Version: 45.beta 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/44/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/gnome-contacts/45/%{name}-%{version}.tar.xz BuildRequires: desktop-file-utils BuildRequires: docbook-xsl-stylesheets From 4c3a59a5bfe2b7c6647e5c2cfa4de12e8213e29b29f3aca033d1bd70faedc48c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Wed, 20 Sep 2023 07:34:36 +0000 Subject: [PATCH 2/2] Accepting request 1112407 from GNOME:Next Update to GNOME 45 release OBS-URL: https://build.opensuse.org/request/show/1112407 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-contacts?expand=0&rev=158 --- gnome-contacts-45.0.tar.xz | 3 +++ gnome-contacts-45.beta.tar.xz | 3 --- gnome-contacts.changes | 18 ++++++++++++++++++ gnome-contacts.spec | 32 ++++++++++++++++++-------------- 4 files changed, 39 insertions(+), 17 deletions(-) create mode 100644 gnome-contacts-45.0.tar.xz delete mode 100644 gnome-contacts-45.beta.tar.xz diff --git a/gnome-contacts-45.0.tar.xz b/gnome-contacts-45.0.tar.xz new file mode 100644 index 0000000..c5b636d --- /dev/null +++ b/gnome-contacts-45.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd1fdf2a6f64cdd9f2abbfed07e64f2a69ae3536f74f48198cc37bad9fcd943e +size 401156 diff --git a/gnome-contacts-45.beta.tar.xz b/gnome-contacts-45.beta.tar.xz deleted file mode 100644 index 876298e..0000000 --- a/gnome-contacts-45.beta.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d1b60f77778d1579ee1ee4835fe15a4d8243f5123d856ea10eb00d77029b2e39 -size 399984 diff --git a/gnome-contacts.changes b/gnome-contacts.changes index 354d255..00223f4 100644 --- a/gnome-contacts.changes +++ b/gnome-contacts.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Tue Sep 19 23:39:02 UTC 2023 - Luciano Santos + +- Update to version 45.0: + + A new implementation of the contact list should lead to much + less memory consumption and a small performance increase. + + Screen readers should now be able to tell which property of a + contact is currently focused. + + Several bugs have been fixed when selecting and cropping an + avatar. Choosing a file should also be much easier now, as the + file picker will filter image files. + + Contacts no longer shows a duplicate window when activated from + a search result. + + The app will try to resize more intuitively. + + Updated translations. +- Comment out BuildRequires on pkgconfig(gnome-desktop-3.0) for + now, just like in the meson.build script. + ------------------------------------------------------------------- Thu Aug 10 15:07:33 UTC 2023 - Bjørn Lie diff --git a/gnome-contacts.spec b/gnome-contacts.spec index 09ea4b5..6c4b931 100644 --- a/gnome-contacts.spec +++ b/gnome-contacts.spec @@ -16,8 +16,12 @@ # +%define eds_version 3.42 +%define folks_version 0.14 +%define glib_version 2.64 + Name: gnome-contacts -Version: 45.beta +Version: 45.0 Release: 0 Summary: Contacts Manager for GNOME License: GPL-2.0-or-later @@ -30,25 +34,25 @@ BuildRequires: docbook-xsl-stylesheets BuildRequires: docbook_4 BuildRequires: meson >= 0.50 BuildRequires: pkgconfig -BuildRequires: vala >= 0.40.10 +BuildRequires: vala >= 0.56.11 BuildRequires: xsltproc -BuildRequires: pkgconfig(folks) >= 0.14 -BuildRequires: pkgconfig(folks-eds) >= 0.11.4 +BuildRequires: pkgconfig(folks) >= %{folks_version} +BuildRequires: pkgconfig(folks-eds) >= %{folks_version} BuildRequires: pkgconfig(gee-0.8) BuildRequires: pkgconfig(geocode-glib-1.0) >= 3.15.3 -BuildRequires: pkgconfig(gio-unix-2.0) >= 2.44.0 -BuildRequires: pkgconfig(glib-2.0) >= 2.58 -BuildRequires: pkgconfig(gmodule-export-2.0) >= 2.44.0 -BuildRequires: pkgconfig(gnome-desktop-3.0) +BuildRequires: pkgconfig(gio-unix-2.0) >= %{glib_version} +BuildRequires: pkgconfig(glib-2.0) >= %{glib_version} +BuildRequires: pkgconfig(gmodule-export-2.0) >= %{glib_version} +#BuildRequires: pkgconfig(gnome-desktop-3.0) BuildRequires: pkgconfig(goa-1.0) BuildRequires: pkgconfig(gobject-introspection-1.0) -BuildRequires: pkgconfig(gtk4) >= 4.6 -BuildRequires: pkgconfig(libadwaita-1) -BuildRequires: pkgconfig(libebook-1.2) >= 3.13.90 -BuildRequires: pkgconfig(libedataserver-1.2) >= 3.30 +BuildRequires: pkgconfig(gtk4) >= 4.12 +BuildRequires: pkgconfig(libadwaita-1) >= 1.4.alpha +BuildRequires: pkgconfig(libebook-1.2) >= %{eds_version} +BuildRequires: pkgconfig(libedataserver-1.2) >= %{eds_version} BuildRequires: pkgconfig(libportal) -BuildRequires: pkgconfig(libportal-gtk4) -BuildRequires: pkgconfig(libqrencode) +BuildRequires: pkgconfig(libportal-gtk4) >= 0.6 +BuildRequires: pkgconfig(libqrencode) >= 4.1.1 %description The integraded address book for GNOME.