Accepting request 1205453 from GNOME:Factory
SCripted push of GNOME 47 OBS-URL: https://build.opensuse.org/request/show/1205453 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-online-accounts?expand=0&rev=95
This commit is contained in:
commit
99fe3e6d40
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/gnome-online-accounts.git</param>
|
||||
<param name="revision">3.50.5</param>
|
||||
<param name="revision">3.52.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:33e0b25ef553d949b5c53dbfb2ec0dedf8f083e08f17b95cd61eb26d2556330b
|
||||
size 3848204
|
3
gnome-online-accounts-3.52.0.obscpio
Normal file
3
gnome-online-accounts-3.52.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c9f3363ec966743fc770f6fdab9f89cbedd8eb9698cc764cbc3d9a5f1b2481b5
|
||||
size 4055564
|
@ -1,3 +1,50 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 16 20:02:40 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 3.52.0:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 16 19:07:10 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 3.51.3:
|
||||
+ Accessibility fixes and event announcements
|
||||
+ Updated translations.
|
||||
- Changes from version 3.51.2:
|
||||
+ Adopt a less aggressive notification policy
|
||||
+ Updated translations.
|
||||
- Changes from version 3.51.1:
|
||||
+ Enable Mail, Calendar & Contacts for Microsoft 365
|
||||
+ Improvements to Microsoft 365 setup dialog
|
||||
+ Use AdwButtonRow when applicable
|
||||
+ Allow overriding dependencies supporting built as a meson wrap
|
||||
+ Refactor web browser authentication flow as a discrete task
|
||||
+ Improve error reporting and notification for providers
|
||||
+ Document configuration files used by the daemon
|
||||
+ Correctly save and reset settings for TLS certificate errors
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 16 18:13:55 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 3.51.0:
|
||||
+ Support Mail Autoconfig XML for IMAP/SMTP services
|
||||
+ Support SRV lookups for DAV services
|
||||
+ Support Linux's KEYRING notification pipe for Kerberos
|
||||
+ Ability to restrict which services of a particular account type
|
||||
are available
|
||||
+ Add version CLI flag for goa-daemon
|
||||
+ Port to AdwDialog and AdwAlertDialog
|
||||
+ Accept GtkWidget as a top-level for account setup
|
||||
+ Port documentation to gi-docgen
|
||||
+ Documentation and manual pages are enabled by default
|
||||
+ Fixes for bugs found by Coverity Scan
|
||||
+ Fix libsoup error handling
|
||||
+ Translation fixes and missing strings
|
||||
+ Updated translations.
|
||||
- Add pkgconfig(libkeyutils) and pkgconfig(gi-docgen)
|
||||
BuildRequires, new dependencies.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 15 13:53:58 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: gnome-online-accounts
|
||||
version: 3.50.5
|
||||
mtime: 1726345847
|
||||
commit: fa339264b4d9659a0d7c25585e8014a44692b9bc
|
||||
version: 3.52.0
|
||||
mtime: 1726288115
|
||||
commit: 6799e475a08bbb6a3de98a7b351a1147bf4185f4
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: gnome-online-accounts
|
||||
Version: 3.50.5
|
||||
Version: 3.52.0
|
||||
Release: 0
|
||||
Summary: GNOME service to access online accounts
|
||||
License: LGPL-2.0-or-later
|
||||
@ -29,6 +29,7 @@ BuildRequires: docbook-xsl-stylesheets
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(gcr-4)
|
||||
BuildRequires: pkgconfig(gi-docgen)
|
||||
BuildRequires: pkgconfig(gio-2.0) >= 2.52
|
||||
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.52
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.52
|
||||
@ -39,6 +40,7 @@ BuildRequires: pkgconfig(javascriptcoregtk-4.1)
|
||||
BuildRequires: pkgconfig(json-glib-1.0)
|
||||
BuildRequires: pkgconfig(krb5)
|
||||
BuildRequires: pkgconfig(libadwaita-1) >= 1.4
|
||||
BuildRequires: pkgconfig(libkeyutils)
|
||||
BuildRequires: pkgconfig(libsecret-1)
|
||||
BuildRequires: pkgconfig(libsoup-3.0)
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
@ -143,7 +145,8 @@ libraries in GNOME can access the user's online accounts.
|
||||
%{_libdir}/libgoa-backend-1.0.so.*
|
||||
|
||||
%files devel
|
||||
%doc %{_datadir}/gtk-doc/html/goa/
|
||||
%dir %{_datadir}/doc/gnome-online-accounts
|
||||
%doc %{_datadir}/doc/gnome-online-accounts/Goa-1.0
|
||||
%{_includedir}/goa-1.0/
|
||||
%dir %{_libdir}/goa-1.0
|
||||
%{_libdir}/goa-1.0/include/
|
||||
|
Loading…
Reference in New Issue
Block a user