Accepting request 1159242 from GNOME:Next
GNOME 46 OBS-URL: https://build.opensuse.org/request/show/1159242 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-contacts?expand=0&rev=160
This commit is contained in:
parent
4c3a59a5bf
commit
a537cdf219
19
_service
Normal file
19
_service
Normal file
@ -0,0 +1,19 @@
|
||||
<?xml version="1.0"?>
|
||||
<services>
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/gnome-contacts.git</param>
|
||||
<param name="revision">46.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<param name="changesgenerate">disable</param>
|
||||
</service>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">zst</param>
|
||||
</service>
|
||||
<service name="set_version" mode="manual" />
|
||||
</services>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bd1fdf2a6f64cdd9f2abbfed07e64f2a69ae3536f74f48198cc37bad9fcd943e
|
||||
size 401156
|
3
gnome-contacts-46.0.obscpio
Normal file
3
gnome-contacts-46.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d8a1b011dc772bfae9aea4a3298ad4e624a47e4e2a216efdfb3d455baf39f55d
|
||||
size 3099660
|
@ -1,3 +1,51 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 19 07:42:19 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 46.0:
|
||||
+ It's now possible to import multiple VCard files at once.
|
||||
+ When importing new contacts, the confirmation dialog will also
|
||||
helpfully preview the names of the contacts to import.
|
||||
+ Searching contacts just got a bit faster, with improved
|
||||
performance and reduces power consumption, especially on large
|
||||
contact lists.
|
||||
+ Searching for a contact through GNOME Shell and clicking it
|
||||
while editing an existing one could lead to a broken state.
|
||||
Now, Contacts will first confirm whether it's okay to stop
|
||||
editing.
|
||||
+ A bug where (un)selecting a contact would fail when clicking
|
||||
the checkbox directly is now fixed.
|
||||
+ Phone numbers are now always shown from left to right,
|
||||
regardless of the configured text direction.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 28 09:16:03 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 46.beta:
|
||||
+ Phone numbers are shown from left to right, regardless of the
|
||||
configured text direction.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 16 08:18:42 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 46.alpha:
|
||||
+ It's now possible to import multiple VCard files at once.
|
||||
+ When importing new contacts, the confirmation dialog will also
|
||||
helpfully preview the names of the contacts to import.
|
||||
+ Searching for a contact through GNOME Shell and clicking it
|
||||
while editing an existing one could lead to a broken state.
|
||||
Now, Contacts will first confirm whether it's okay to stop
|
||||
editing.
|
||||
+ A bug where (un)selecting a contact would fail when clicking
|
||||
the checkbox directly is now fixed.
|
||||
+ The nightly Flatpak should now properly show avatars for
|
||||
contacts.
|
||||
+ Some outdated and missing info was added in the app
|
||||
description.
|
||||
+ Updated translations.
|
||||
- Convert to source service for easier updating.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 19 23:39:02 UTC 2023 - Luciano Santos <luc14n0@opensuse.org>
|
||||
|
||||
|
4
gnome-contacts.obsinfo
Normal file
4
gnome-contacts.obsinfo
Normal file
@ -0,0 +1,4 @@
|
||||
name: gnome-contacts
|
||||
version: 46.0
|
||||
mtime: 1710596353
|
||||
commit: 466925e6e797c62dc0ce2c01e1bca3f85c187edf
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gnome-contacts
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -21,13 +21,13 @@
|
||||
%define glib_version 2.64
|
||||
|
||||
Name: gnome-contacts
|
||||
Version: 45.0
|
||||
Version: 46.0
|
||||
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/45/%{name}-%{version}.tar.xz
|
||||
Source0: %{name}-%{version}.tar.zst
|
||||
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: docbook-xsl-stylesheets
|
||||
@ -104,7 +104,7 @@ search results from contacts.
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc NEWS README.md
|
||||
%doc README.md
|
||||
%{_mandir}/man1/gnome-contacts.1%{ext_man}
|
||||
%{_bindir}/gnome-contacts
|
||||
%dir %{_datadir}/metainfo
|
||||
|
Loading…
Reference in New Issue
Block a user