Hello community,

here is the log from the commit of package flatpak for openSUSE:Factory checked 
in at 2020-01-02 14:40:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/flatpak (Old)
 and      /work/SRC/openSUSE:Factory/.flatpak.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "flatpak"

Thu Jan  2 14:40:18 2020 rev:37 rq:760030 version:1.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/flatpak/flatpak.changes  2019-11-29 
16:02:02.316827045 +0100
+++ /work/SRC/openSUSE:Factory/.flatpak.new.6675/flatpak.changes        
2020-01-02 14:40:38.368895151 +0100
@@ -1,0 +2,36 @@
+Mon Dec 30 10:00:24 UTC 2019 - Dominique Leuenberger <[email protected]>
+
+- Change %_prefix/lib to %_libexecdir: Makefile installs the file
+  explicitly into libexecdir. Let's be ready in case this path is
+  going to change.
+
+-------------------------------------------------------------------
+Fri Dec 27 10:23:14 UTC 2019 - Dominique Leuenberger <[email protected]>
+
+- Co-own  /usr/lib/systemd/user-environment-generators. We don't
+  want to forcibly pull in systemd into the buildroot just to own
+  this directory.
+
+-------------------------------------------------------------------
+Fri Dec 20 22:44:39 UTC 2019 - Bjørn Lie <[email protected]>
+
+- Update to version 1.6.0:
+  + This is the first stable release in the 1.6 series, main
+    changes since 1.4 is the support for protected content and
+    improvements in the self-sandboxing support.
+  + There is one change in the support for OCI remotes, we now only
+    support the use of labels, not annotations, as labels work with
+    more registries. This means pre-existing OCI flatpak registries
+    (like fedora) may need some changes.
+  + New permissions --socket=cups for direct cups access.
+  + Fix some leaks.
+  + Fix reporting of progress with latest version of ostree.
+  + New no-interaction flag for authenticators.
+  + Support for auto-installing authenticators from a flatpak
+    remote.
+  + Warn less about unset XDG_DATA_DIRS.
+  + Don't poll for updates in the portal when on a metered
+    connection.
+- Modernize spec with current macros.
+
+-------------------------------------------------------------------

Old:
----
  flatpak-1.4.3.tar.xz

New:
----
  flatpak-1.6.0.tar.xz

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

Other differences:
------------------
++++++ flatpak.spec ++++++
--- /var/tmp/diff_new_pack.TxdKcS/_old  2020-01-02 14:40:39.160895464 +0100
+++ /var/tmp/diff_new_pack.TxdKcS/_new  2020-01-02 14:40:39.160895464 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package flatpak
 #
-# Copyright (c) 2019 SUSE LLC.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -32,7 +32,7 @@
 
 %define libname libflatpak0
 Name:           flatpak
-Version:        1.4.3
+Version:        1.6.0
 Release:        0
 Summary:        OSTree based application bundles management
 License:        LGPL-2.1-or-later
@@ -42,7 +42,7 @@
 Source1:        system-user-flatpak.conf
 Patch0:         polkit_rules_usability.patch
 BuildRequires:  bison
-BuildRequires:  bubblewrap >= 0.2.1
+BuildRequires:  bubblewrap >= 0.4.0
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  gtk-doc
 BuildRequires:  intltool >= 0.35.0
@@ -140,13 +140,9 @@
 %lang_package
 
 %prep
-%setup -q
-%patch0 -p1
+%autosetup -p1
 sed -i -e '1s,#!%{_bindir}/env python3,#!%{_bindir}/python3,' scripts/flatpak-*
 
-# UPSTREAM: https://github.com/flatpak/flatpak/pull/2963
-mv doc/reference/libflapak-docs.xml doc/reference/libflatpak-docs.xml
-
 %build
 %define _lto_cflags %{nil}
 NOCONFIGURE=1 ./autogen.sh
@@ -156,8 +152,9 @@
     --disable-document-portal \
     --with-system-bubblewrap \
     --with-priv-mode=none \
-    --with-dbus-config-dir=%{_dbusconfigdir}
-make %{?_smp_mflags}
+       --with-dbus-config-dir=%{_dbusconfigdir} \
+       %{nil}
+%make_build
 %sysusers_generate_pre %{SOURCE1} system-user-flatpak
 
 %install
@@ -243,8 +240,13 @@
 %{_userunitdir}/flatpak-portal.service
 %ghost %dir %{_localstatedir}/lib/flatpak
 %if %{support_environment_generators}
+%dir %{_libexecdir}/systemd/user-environment-generators
 %{_libexecdir}/systemd/user-environment-generators/60-flatpak
 %endif
+%{_libexecdir}/flatpak-oci-authenticator
+%{_userunitdir}/flatpak-oci-authenticator.service
+%{_datadir}/dbus-1/interfaces/org.freedesktop.Flatpak.Authenticator.xml
+%{_datadir}/dbus-1/services/org.flatpak.Authenticator.Oci.service
 
 %files -n system-user-flatpak
 %{_sysusersdir}/system-user-flatpak.conf

++++++ _service ++++++
--- /var/tmp/diff_new_pack.TxdKcS/_old  2020-01-02 14:40:39.180895472 +0100
+++ /var/tmp/diff_new_pack.TxdKcS/_new  2020-01-02 14:40:39.180895472 +0100
@@ -1,9 +1,10 @@
+<?xml version="1.0"?>
 <services>
   <service name="tar_scm" mode="disabled">
     <param name="url">https://github.com/flatpak/flatpak.git</param>
     <param name="scm">git</param>
     <param name="versionformat">@PARENT_TAG@</param>
-    <param name="revision">refs/tags/1.4.3</param>
+    <param name="revision">refs/tags/1.6.0</param>
   </service>
   <service name="recompress" mode="disabled">
     <param name="file">*.tar</param>

++++++ flatpak-1.4.3.tar.xz -> flatpak-1.6.0.tar.xz ++++++
++++ 96677 lines of diff (skipped)


Reply via email to