Hello community,
here is the log from the commit of package xdg-desktop-portal-gtk for
openSUSE:Factory checked in at 2018-12-27 00:22:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xdg-desktop-portal-gtk (Old)
and /work/SRC/openSUSE:Factory/.xdg-desktop-portal-gtk.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xdg-desktop-portal-gtk"
Thu Dec 27 00:22:02 2018 rev:7 rq:660476 version:1.0.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/xdg-desktop-portal-gtk/xdg-desktop-portal-gtk.changes
2018-07-04 23:49:55.624237012 +0200
+++
/work/SRC/openSUSE:Factory/.xdg-desktop-portal-gtk.new.28833/xdg-desktop-portal-gtk.changes
2018-12-27 00:22:03.712022130 +0100
@@ -2 +2,25 @@
-Tue Jun 26 10:14:06 UTC 2018 - [email protected]
+Wed Dec 19 22:26:30 UTC 2018 - [email protected]
+
+- Update to version 1.0.2:
+ + filechooser: Add returned files to recent files
+ + inhibit: Implement screensaver monitoring
+- Changes from version 1.0.1:
+ + Use gvfs
+ + Unset GTK_USE_PORTAL
+ + Require xdg-desktop-portal 1.0
+ + Updated translations.
+- Changes from version 1.0:
+ + screenshot: Add a PickColor method
+ + screencast: Some UI improvements
+ + Improve --help output
+- Changes from version 0.99:
+ + Shorten excessively long filenames in the app chooser dialog
+ + Fixes for the screencast portal
+ + Support more email clients in the Email portal
+ + Fix a crash in the print portal
+- Switch to tarball release, upstream now releases stable tarballs.
+- Following the above, drop libtool BuildRequires and autogen.sh
+ call.
+
+-------------------------------------------------------------------
+Tue Jun 26 10:14:06 UTC 2018 - [email protected]
Old:
----
_service
_servicedata
xdg-desktop-portal-gtk-0.11.tar.xz
New:
----
xdg-desktop-portal-gtk-1.0.2.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xdg-desktop-portal-gtk.spec ++++++
--- /var/tmp/diff_new_pack.Rx5rRw/_old 2018-12-27 00:22:04.100021815 +0100
+++ /var/tmp/diff_new_pack.Rx5rRw/_new 2018-12-27 00:22:04.100021815 +0100
@@ -12,28 +12,27 @@
# 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-gtk
-Version: 0.11
+Version: 1.0.2
Release: 0
Summary: Backend implementation for xdg-desktop-portal using GTK+
License: LGPL-2.1-or-later
Group: System/Libraries
Url: https://github.com/flatpak/xdg-desktop-portal-gtk
-# Source is _service generated, git checkout
-Source: %{name}-%{version}.tar.xz
-BuildRequires: libtool
+Source0:
https://github.com/flatpak/xdg-desktop-portal-gtk/releases/download/%{version}/%{name}-%{version}.tar.xz
+
BuildRequires: pkgconfig
BuildRequires: pkgconfig(dbus-1)
BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(gio-unix-2.0)
-BuildRequires: pkgconfig(gtk+-3.0)
+BuildRequires: pkgconfig(gtk+-3.0) >= 3.14
BuildRequires: pkgconfig(gtk+-unix-print-3.0)
BuildRequires: pkgconfig(gtk+-x11-3.0)
-BuildRequires: pkgconfig(xdg-desktop-portal) >= 0.7
+BuildRequires: pkgconfig(xdg-desktop-portal) >= 1.0
# Requires the xdg-desktop-portal service to be available
Requires: xdg-desktop-portal
Recommends: %{name}-lang
@@ -51,12 +50,11 @@
%lang_package
%prep
-%setup -q
+%autosetup -p1
%build
-NOCONFIGURE=1 ./autogen.sh
%configure
-make %{?_smp_mflags}
+%make_build
%install
%make_install
++++++ xdg-desktop-portal-gtk-0.11.tar.xz ->
xdg-desktop-portal-gtk-1.0.2.tar.xz ++++++
++++ 54568 lines of diff (skipped)