Hello community,

here is the log from the commit of package flatpak for openSUSE:Factory checked 
in at 2019-02-11 21:18:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/flatpak (Old)
 and      /work/SRC/openSUSE:Factory/.flatpak.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "flatpak"

Mon Feb 11 21:18:05 2019 rev:26 rq:672486 version:1.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/flatpak/flatpak.changes  2018-12-19 
13:47:56.847407395 +0100
+++ /work/SRC/openSUSE:Factory/.flatpak.new.28833/flatpak.changes       
2019-02-11 21:18:08.311313272 +0100
@@ -1,0 +2,25 @@
+Mon Jan 28 20:58:56 UTC 2019 - [email protected]
+
+- Update to version 1.2.0:
+  + Ensure DeployCollectionID works in flatpakrepo files in all
+    cases.
+  + Don't error out with empty installations in uninstall.
+  + Add helper that validates icon files during export.
+  + Don't allow root to modify the (non-root) per-user flatpak
+    installation, as this risks causing problems later.
+  + Remove some incorrect warnings from flatpak repair.
+  + Allow multiple name segments after prefix when exporting files.
+  + Allow specification of ellipsization in --colums options.
+  + Handle dates as well as timestamps in appdata
+  + Fixed a bug where flatpak remote-delete removed too many refs.
+  + Now we use raw terminal mode during a transaction to a avoid
+    problems with input during the operation causing problems with
+    escape sequences.
+  + Generate a fontconfig directory remapping snippet as will be
+    needed for newer versions of fontconfig.
+  + Support --extra-collection-id in build-commit-from to bind the
+    commit to multiple collection ids. This is work in progress in
+    ostree.
+- Add pkgconfig(dconf) BuildRequires: New dependency.
+
+-------------------------------------------------------------------
@@ -5 +30 @@
-  * This release fixes an issue that lets system-wide installed
+  + This release fixes an issue that lets system-wide installed
@@ -12,9 +37,11 @@
-  * The permissions of the files created by the apply_extra script is
-    canonicalized and the script itself is run without any capabilities.
-  * Better matching of existing remotes when the local and remote configuration
-    differs wrt collection ids.
-  * New flatpakrepo DeployCollectionID replaces CollectionID, doing the
-    same thing. It is recommended to use this instead because older versions
-    of flatpak has bugs in the support of collection ids, and this key
-    will only be respected in versions where it works.
-  * The X11 socket is now mounted read-only.
+  + The permissions of the files created by the apply_extra script
+    is canonicalized and the script itself is run without any
+    capabilities.
+  + Better matching of existing remotes when the local and remote
+    configuration differs wrt collection ids.
+  + New flatpakrepo DeployCollectionID replaces CollectionID, doing
+    the same thing. It is recommended to use this instead because
+    older versions of flatpak has bugs in the support of collection
+    ids, and this key will only be respected in versions where it
+    works.
+  + The X11 socket is now mounted read-only.

Old:
----
  flatpak-1.0.6.tar.xz

New:
----
  flatpak-1.2.0.tar.xz

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

Other differences:
------------------
++++++ flatpak.spec ++++++
--- /var/tmp/diff_new_pack.Ci68hL/_old  2019-02-11 21:18:09.075312865 +0100
+++ /var/tmp/diff_new_pack.Ci68hL/_new  2019-02-11 21:18:09.079312863 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package flatpak
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define libname libflatpak0
 Name:           flatpak
-Version:        1.0.6
+Version:        1.2.0
 Release:        0
 Summary:        OSTree based application bundles management
 License:        LGPL-2.1-or-later
@@ -38,6 +38,7 @@
 BuildRequires:  pkgconfig
 BuildRequires:  xsltproc
 BuildRequires:  pkgconfig(appstream-glib)
+BuildRequires:  pkgconfig(dconf)
 BuildRequires:  pkgconfig(fuse)
 BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(gio-unix-2.0)
@@ -164,6 +165,7 @@
 %{_libexecdir}/flatpak-portal
 %{_libexecdir}/flatpak-session-helper
 %{_libexecdir}/flatpak-system-helper
+%{_libexecdir}/flatpak-validate-icon
 %{_datadir}/bash-completion/completions/flatpak
 # # Own dirs so we don't have to depend on dbus for building.
 %dir %{_datadir}/dbus-1
@@ -195,9 +197,7 @@
 %{_userunitdir}/flatpak-session-helper.service
 %{_userunitdir}/flatpak-portal.service
 %ghost %dir %{_localstatedir}/lib/flatpak
-%dir %{_userunitdir}
-%dir %{_userunitdir}/dbus.service.d
-%{_userunitdir}/dbus.service.d/flatpak.conf
+%{_libexecdir}/systemd/user-environment-generators/60-flatpak
 
 %files -n %{libname}
 %{_libdir}/libflatpak.so.*

++++++ _service ++++++
--- /var/tmp/diff_new_pack.Ci68hL/_old  2019-02-11 21:18:09.139312831 +0100
+++ /var/tmp/diff_new_pack.Ci68hL/_new  2019-02-11 21:18:09.139312831 +0100
@@ -4,7 +4,7 @@
     <param name="scm">git</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="changesgenerate">enable</param>
-    <param name="revision">refs/tags/1.0.6</param>
+    <param name="revision">refs/tags/1.2.0</param>
   </service>
   <service name="recompress" mode="disabled">
     <param name="file">*.tar</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.Ci68hL/_old  2019-02-11 21:18:09.167312817 +0100
+++ /var/tmp/diff_new_pack.Ci68hL/_new  2019-02-11 21:18:09.171312814 +0100
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/flatpak/flatpak.git</param>
-              <param 
name="changesrevision">38b5560c66a5b28287df964b6a61d928ec163ed2</param></service></servicedata>
\ No newline at end of file
+              <param 
name="changesrevision">7baac10cdbb9096e675377d8adf21a09e2ffd2e8</param></service></servicedata>
\ No newline at end of file

++++++ flatpak-1.0.6.tar.xz -> flatpak-1.2.0.tar.xz ++++++
++++ 100679 lines of diff (skipped)


Reply via email to