Hello community,

here is the log from the commit of package xdg-desktop-portal for 
openSUSE:Factory checked in at 2018-12-27 00:22:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xdg-desktop-portal (Old)
 and      /work/SRC/openSUSE:Factory/.xdg-desktop-portal.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xdg-desktop-portal"

Thu Dec 27 00:22:07 2018 rev:6 rq:660477 version:1.0.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/xdg-desktop-portal/xdg-desktop-portal.changes    
2018-07-04 23:49:47.692245785 +0200
+++ 
/work/SRC/openSUSE:Factory/.xdg-desktop-portal.new.28833/xdg-desktop-portal.changes
 2018-12-27 00:22:08.368018342 +0100
@@ -2 +2,36 @@
-Tue Jun 26 10:08:20 UTC 2018 - [email protected]
+Wed Dec 19 21:50:14 UTC 2018 - [email protected]
+
+- Update to version 1.0.3:
+  + Fix an option name in the remote desktop portal
+  + document-portal: Validate permissions and report errors
+  + Fix life-cycle issues with inodes in the document portal
+  + Improve the test coverage of the documents portal
+  + Add a 'coverage' make target
+- Changes from version 1.0.2:
+  + networkmonitor: Fix several issues
+  + inhibit: Add session state monitoring
+- Changes from version 1.0.1:
+  + networkmonitor: Add GetStatus and CanReach methods
+  + Unset GTK_USE_PORTAL
+  + Add a portal for moving files to the trash
+  + Fix an inode leak in the document portal
+- Changes from version 1.0:
+  + screenshot: Add a color picker api
+  + screencast: Bump the pipewire dependency to 0.2.1
+  + Improve --help output
+  + Small documentation improvements
+- Changes from version 0.99:
+  + The NetworkMonitor portal API has been changed to allow access
+    control
+  + The Proxy and NetworkMonitor portals only respond to requests
+    from sandboxes with network access
+  + The flatpak portal is now documented
+- Switch to tarball releases, upstream now releases stable
+  tarballs.
+- Following the above, drop libtool BuildRequires and autogen.sh
+  macro call.
+- Add pkgconfig(libpipewire-0.2) and pass --enable-pipewire to
+  configure, build screencast and screenshot support.
+
+-------------------------------------------------------------------
+Tue Jun 26 10:08:20 UTC 2018 - [email protected]

Old:
----
  _service
  _servicedata
  xdg-desktop-portal-0.11.tar.xz

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

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

Other differences:
------------------
++++++ xdg-desktop-portal.spec ++++++
--- /var/tmp/diff_new_pack.FK1hC5/_old  2018-12-27 00:22:08.780018007 +0100
+++ /var/tmp/diff_new_pack.FK1hC5/_new  2018-12-27 00:22:08.784018003 +0100
@@ -12,26 +12,26 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           xdg-desktop-portal
-Version:        0.11
+Version:        1.0.3
 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
-# Source is _service generated, git checkout
-Source:         %{name}-%{version}.tar.xz
-BuildRequires:  libtool
+Source0:        
https://github.com/flatpak/xdg-desktop-portal/releases/download/%{version}/%{name}-%{version}.tar.xz
+
 BuildRequires:  pkgconfig
 BuildRequires:  xmlto
 BuildRequires:  pkgconfig(fuse)
 BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(gio-unix-2.0)
 BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(libpipewire-0.2) >= 0.2.2
 Recommends:     %{name}-lang
 
 %description
@@ -58,13 +58,13 @@
 %lang_package
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
-NOCONFIGURE=1 ./autogen.sh
 %configure \
-    --disable-pipewire
-make %{?_smp_mflags}
+       --enable-pipewire \
+       %{nil}
+%make_build
 
 %install
 %make_install
@@ -75,36 +75,7 @@
 %dir %{_datadir}/dbus-1
 %dir %{_datadir}/dbus-1/interfaces
 %dir %{_datadir}/dbus-1/services
-%{_datadir}/dbus-1/interfaces/org.freedesktop.impl.portal.Access.xml
-%{_datadir}/dbus-1/interfaces/org.freedesktop.impl.portal.Account.xml
-%{_datadir}/dbus-1/interfaces/org.freedesktop.impl.portal.AppChooser.xml
-%{_datadir}/dbus-1/interfaces/org.freedesktop.impl.portal.Email.xml
-%{_datadir}/dbus-1/interfaces/org.freedesktop.impl.portal.FileChooser.xml
-%{_datadir}/dbus-1/interfaces/org.freedesktop.impl.portal.Inhibit.xml
-%{_datadir}/dbus-1/interfaces/org.freedesktop.impl.portal.Notification.xml
-%{_datadir}/dbus-1/interfaces/org.freedesktop.impl.portal.PermissionStore.xml
-%{_datadir}/dbus-1/interfaces/org.freedesktop.impl.portal.Print.xml
-%{_datadir}/dbus-1/interfaces/org.freedesktop.impl.portal.RemoteDesktop.xml
-%{_datadir}/dbus-1/interfaces/org.freedesktop.impl.portal.Request.xml
-%{_datadir}/dbus-1/interfaces/org.freedesktop.impl.portal.ScreenCast.xml
-%{_datadir}/dbus-1/interfaces/org.freedesktop.impl.portal.Screenshot.xml
-%{_datadir}/dbus-1/interfaces/org.freedesktop.impl.portal.Session.xml
-%{_datadir}/dbus-1/interfaces/org.freedesktop.portal.Account.xml
-%{_datadir}/dbus-1/interfaces/org.freedesktop.portal.Device.xml
-%{_datadir}/dbus-1/interfaces/org.freedesktop.portal.Documents.xml
-%{_datadir}/dbus-1/interfaces/org.freedesktop.portal.Email.xml
-%{_datadir}/dbus-1/interfaces/org.freedesktop.portal.FileChooser.xml
-%{_datadir}/dbus-1/interfaces/org.freedesktop.portal.Inhibit.xml
-%{_datadir}/dbus-1/interfaces/org.freedesktop.portal.NetworkMonitor.xml
-%{_datadir}/dbus-1/interfaces/org.freedesktop.portal.Notification.xml
-%{_datadir}/dbus-1/interfaces/org.freedesktop.portal.OpenURI.xml
-%{_datadir}/dbus-1/interfaces/org.freedesktop.portal.Print.xml
-%{_datadir}/dbus-1/interfaces/org.freedesktop.portal.ProxyResolver.xml
-%{_datadir}/dbus-1/interfaces/org.freedesktop.portal.RemoteDesktop.xml
-%{_datadir}/dbus-1/interfaces/org.freedesktop.portal.Request.xml
-%{_datadir}/dbus-1/interfaces/org.freedesktop.portal.ScreenCast.xml
-%{_datadir}/dbus-1/interfaces/org.freedesktop.portal.Screenshot.xml
-%{_datadir}/dbus-1/interfaces/org.freedesktop.portal.Session.xml
+%{_datadir}/dbus-1/interfaces/*.xml
 %{_datadir}/dbus-1/services/org.freedesktop.impl.portal.PermissionStore.service
 %{_datadir}/dbus-1/services/org.freedesktop.portal.Desktop.service
 %{_datadir}/dbus-1/services/org.freedesktop.portal.Documents.service

++++++ xdg-desktop-portal-0.11.tar.xz -> xdg-desktop-portal-1.0.3.tar.xz ++++++
++++ 58907 lines of diff (skipped)


Reply via email to