Hello community,

here is the log from the commit of package xdg-desktop-portal for 
openSUSE:Leap:15.2 checked in at 2020-02-16 18:26:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/xdg-desktop-portal (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.xdg-desktop-portal.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xdg-desktop-portal"

Sun Feb 16 18:26:02 2020 rev:19 rq:772178 version:1.6.0

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/xdg-desktop-portal/xdg-desktop-portal.changes  
2020-01-30 14:48:11.286831865 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.xdg-desktop-portal.new.26092/xdg-desktop-portal.changes
       2020-02-16 18:26:09.086649868 +0100
@@ -1,0 +2,58 @@
+Fri Jan 31 11:57:16 UTC 2020 - Antonio Larrosa <alarr...@suse.com>
+
+- Set encoding before building to fix a build error in SLE.
+
+-------------------------------------------------------------------
+Sat Jan 25 14:21:07 UTC 2020 - Dominique Leuenberger <dims...@opensuse.org>
+
+- No longer recommend -lang: supplements are in use
+
+-------------------------------------------------------------------
+Fri Dec 20 23:44:36 UTC 2019 - Bjørn Lie <bjorn....@gmail.com>
+
+- Update to version 1.6.0:
+  + tests: Adapt to libportal api changes.
+- Changes from version 1.5.4:
+  + background:
+    - Add a signal to the impl api.
+    - Rewrite the monitoring to better track when apps disappear.
+  + permissions: Fix SetValue handling of GVariant wrapping. This
+    is an api change.
+  + openuri:
+    - Add a per-type always-ask option.
+    - Show the app chooser dialog less often.
+  + memorymonitor: A new portal to let apps receive low memory
+    warnings.
+  + filetransfer: A new portal to rewrite file paths between
+    sandboxes.
+- Changes from version 1.5.3:
+  + Add more tests.
+  + location: Various fixes.
+  + document portal: Monitor fuse mount.
+  + openuri:
+    - Only ask 3 times to use the same app.
+    - Add an 'ask' option.
+  + Fix build from git.
+  + email: Allow multiple addresses, cc and bcc.
+  + filechooser: Allow saving multiple files.
+  + Update translations.
+- Changes from version 1.5.2:
+  + Add many more tests, using libportal.
+  + gamemode: Add a pidfd-based api.
+  + inhibit: Send a Response signal.
+  + openuri: Add an OpenDirectory api.
+  + Updated translations.
+- Changes from version 1.5.1:
+  + Add a portal for setting desktop backgrounds
+  + Add tests.
+  + Optionally use libportal (for tests).
+- Changes from version 1.5.0:
+  + Add a secret portal that is meant be used via libsecret inside
+    the sandbox. One backend for this will live in gnome-keyring,
+    others are possible.
+  + Fix a file descriptor leak.
+  + Reduce log spam.
+  + Updated translations.
+- Add pkgconfig(libportal) BuildRequires: New dependency.
+
+-------------------------------------------------------------------

Old:
----
  xdg-desktop-portal-1.4.2.tar.xz

New:
----
  xdg-desktop-portal-1.6.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ xdg-desktop-portal.spec ++++++
--- /var/tmp/diff_new_pack.qpmx6i/_old  2020-02-16 18:26:09.406650036 +0100
+++ /var/tmp/diff_new_pack.qpmx6i/_new  2020-02-16 18:26:09.410650037 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xdg-desktop-portal
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,14 @@
 
 
 Name:           xdg-desktop-portal
-Version:        1.4.2
+Version:        1.6.0
 Release:        0
 Summary:        A portal frontend service for Flatpak
 License:        LGPL-2.1-or-later
 Group:          System/Libraries
 URL:            https://github.com/flatpak/xdg-desktop-portal
-Source0:        
https://github.com/flatpak/xdg-desktop-portal/releases/download/%{version}/%{name}-%{version}.tar.xz
+Source0:        %{url}/releases/download/%{version}/%{name}-%{version}.tar.xz
+
 BuildRequires:  pkgconfig
 BuildRequires:  xmlto
 BuildRequires:  pkgconfig(flatpak)
@@ -35,9 +36,9 @@
 BuildRequires:  pkgconfig(json-glib-1.0)
 BuildRequires:  pkgconfig(libgeoclue-2.0) >= 2.5.2
 BuildRequires:  pkgconfig(libpipewire-0.2) >= 0.2.6
+BuildRequires:  pkgconfig(libportal)
 # Break cycle: we buildrequire flatpak, and flatpak has a requires on 
xdg-desktop-portal
 #!BuildIgnore:  xdg-desktop-portal
-Recommends:     %{name}-lang
 
 %description
 A portal frontend service for Flatpak and possibly other desktop containment 
frameworks.
@@ -66,6 +67,7 @@
 %autosetup -p1
 
 %build
+export LANG=C.UTF-8
 %configure \
        --enable-geoclue \
        --enable-pipewire \
@@ -73,6 +75,7 @@
 %make_build
 
 %install
+export LANG=C.UTF-8
 %make_install
 %find_lang %{name}
 

++++++ xdg-desktop-portal-1.4.2.tar.xz -> xdg-desktop-portal-1.6.0.tar.xz ++++++
++++ 23366 lines of diff (skipped)


Reply via email to