Accepting request 1205444 from GNOME:Factory
SCripted push of GNOME 47 OBS-URL: https://build.opensuse.org/request/show/1205444 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-contacts?expand=0&rev=74
This commit is contained in:
commit
03a5966c7f
2
_service
2
_service
@ -3,7 +3,7 @@
|
|||||||
<service name="obs_scm" mode="manual">
|
<service name="obs_scm" mode="manual">
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="url">https://gitlab.gnome.org/GNOME/gnome-contacts.git</param>
|
<param name="url">https://gitlab.gnome.org/GNOME/gnome-contacts.git</param>
|
||||||
<param name="revision">46.0</param>
|
<param name="revision">47.0</param>
|
||||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d8a1b011dc772bfae9aea4a3298ad4e624a47e4e2a216efdfb3d455baf39f55d
|
|
||||||
size 3099660
|
|
3
gnome-contacts-47.0.obscpio
Normal file
3
gnome-contacts-47.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e0a0d448577b79a4a49097902fce8f54c4182a3ae90247efb3e0201b702f74aa
|
||||||
|
size 3233804
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 17 20:50:23 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 47.0:
|
||||||
|
+ It's now again possible to take a picture with the camera when
|
||||||
|
setting the avatar
|
||||||
|
+ The UI has been updated to follow the latest GNOME platform
|
||||||
|
designs with libadwaita 1.6
|
||||||
|
+ Several updates to the QR code export dialog now makes sure it
|
||||||
|
fits all screen sizes and solves some papercuts
|
||||||
|
+ You can now cancel a selection with the Escape key
|
||||||
|
+ A crash during the initial setup window has been fixed
|
||||||
|
+ Updated translations.
|
||||||
|
- Add pkgconfig(gstreamer-1.0) BuildRequires: New dependency.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 19 07:42:19 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
Tue Mar 19 07:42:19 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: gnome-contacts
|
name: gnome-contacts
|
||||||
version: 46.0
|
version: 47.0
|
||||||
mtime: 1710596353
|
mtime: 1726604204
|
||||||
commit: 466925e6e797c62dc0ce2c01e1bca3f85c187edf
|
commit: 80772da70091baffa61d2fe398408eeed95f10a6
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
%define glib_version 2.64
|
%define glib_version 2.64
|
||||||
|
|
||||||
Name: gnome-contacts
|
Name: gnome-contacts
|
||||||
Version: 46.0
|
Version: 47.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Contacts Manager for GNOME
|
Summary: Contacts Manager for GNOME
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -43,9 +43,9 @@ BuildRequires: pkgconfig(geocode-glib-1.0) >= 3.15.3
|
|||||||
BuildRequires: pkgconfig(gio-unix-2.0) >= %{glib_version}
|
BuildRequires: pkgconfig(gio-unix-2.0) >= %{glib_version}
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= %{glib_version}
|
BuildRequires: pkgconfig(glib-2.0) >= %{glib_version}
|
||||||
BuildRequires: pkgconfig(gmodule-export-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(goa-1.0)
|
||||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||||
|
BuildRequires: pkgconfig(gstreamer-1.0)
|
||||||
BuildRequires: pkgconfig(gtk4) >= 4.12
|
BuildRequires: pkgconfig(gtk4) >= 4.12
|
||||||
BuildRequires: pkgconfig(libadwaita-1) >= 1.4.alpha
|
BuildRequires: pkgconfig(libadwaita-1) >= 1.4.alpha
|
||||||
BuildRequires: pkgconfig(libebook-1.2) >= %{eds_version}
|
BuildRequires: pkgconfig(libebook-1.2) >= %{eds_version}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user