Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package flatpak for openSUSE:Factory checked 
in at 2021-01-30 13:56:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/flatpak (Old)
 and      /work/SRC/openSUSE:Factory/.flatpak.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "flatpak"

Sat Jan 30 13:56:00 2021 rev:55 rq:867487 version:1.10.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/flatpak/flatpak.changes  2021-01-19 
16:01:25.675310455 +0100
+++ /work/SRC/openSUSE:Factory/.flatpak.new.28504/flatpak.changes       
2021-01-30 13:56:02.305993540 +0100
@@ -1,0 +2,17 @@
+Thu Jan 28 08:00:53 UTC 2021 - Antonio Larrosa <[email protected]>
+
+- Flatpak only requires glib 2.44, not 2.60
+- Update ostree version required to 2020.8
+
+-------------------------------------------------------------------
+Sun Jan 24 17:24:36 UTC 2021 - Andreas Stieger <[email protected]>
+
+- Update to version 1.10.1:
+  + Fix flatpak build on systems with setuid bwrap
+  + Fix some compiler warnings
+  + Fix crash on updating apps with no deploy data
+  + Updated translations.
+- Remove deprecated texinfo packaging macros.
+- Switch to upstream release tarball.
+
+-------------------------------------------------------------------
@@ -32 +49 @@
-    spawning a sub-sandbox.
+    spawning a sub-sandbox (boo#1180996)

Old:
----
  _service
  flatpak-1.10.0.tar.xz

New:
----
  flatpak-1.10.1.tar.xz

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

Other differences:
------------------
++++++ flatpak.spec ++++++
--- /var/tmp/diff_new_pack.1cU74z/_old  2021-01-30 13:56:02.977994869 +0100
+++ /var/tmp/diff_new_pack.1cU74z/_new  2021-01-30 13:56:02.977994869 +0100
@@ -16,29 +16,27 @@
 #
 
 
+%define libname libflatpak0
 # dbus only used config files in /etc until 1.9.18
 %if %{pkg_vcmp dbus-1 < 1.9.18}
 %define _dbusconfigdir %{_sysconfdir}/dbus-1/system.d
 %else
 %define _dbusconfigdir %{_datadir}/dbus-1/system.d
 %endif
-
 # systemd only supports environment generators since version 233
 %if %{pkg_vcmp systemd < 233}
 %define support_environment_generators 0
 %else
 %define support_environment_generators 1
 %endif
-
-%define libname libflatpak0
 Name:           flatpak
-Version:        1.10.0
+Version:        1.10.1
 Release:        0
 Summary:        OSTree based application bundles management
 License:        LGPL-2.1-or-later
 Group:          System/Packages
 URL:            https://flatpak.github.io/
-Source0:        %{name}-%{version}.tar.xz
+Source0:        
https://github.com/flatpak/flatpak/releases/download/%{version}/%{name}-%{version}.tar.xz
 Patch0:         polkit_rules_usability.patch
 BuildRequires:  bison
 BuildRequires:  bubblewrap >= 0.4.1
@@ -59,7 +57,7 @@
 BuildRequires:  pkgconfig(fuse) >= 2.9.2
 BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(gio-unix-2.0)
-BuildRequires:  pkgconfig(glib-2.0) >= 2.60
+BuildRequires:  pkgconfig(glib-2.0) >= 2.44
 BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 1.40.0
 BuildRequires:  pkgconfig(gobject-introspection-no-export-1.0) >= 1.40.0
 BuildRequires:  pkgconfig(json-glib-1.0)
@@ -69,13 +67,13 @@
 BuildRequires:  pkgconfig(libsoup-2.4)
 BuildRequires:  pkgconfig(libsystemd)
 BuildRequires:  pkgconfig(libzstd) >= 0.8.1
-BuildRequires:  pkgconfig(ostree-1) >= 2018.9
+BuildRequires:  pkgconfig(ostree-1) >= 2020.8
 BuildRequires:  pkgconfig(polkit-gobject-1)
 BuildRequires:  pkgconfig(systemd)
 BuildRequires:  pkgconfig(xau)
 Requires:       %{libname} = %{version}
 Requires:       bubblewrap >= 0.4.1
-Requires:       ostree >= 2018.9
+Requires:       ostree >= 2020.8
 Requires:       xdg-dbus-proxy >= 0.1.0
 Requires:       xdg-desktop-portal >= 0.10
 Requires:       user(flatpak)
@@ -96,7 +94,6 @@
 %description -n system-user-flatpak
 System user for the flatpak system helper.
 
-
 %package -n %{libname}
 Summary:        OSTree based application bundle management library
 Group:          System/Libraries
@@ -146,11 +143,9 @@
 sed -i -e '1s,#!%{_bindir}/env python3,#!%{_bindir}/python3,' scripts/flatpak-*
 
 %build
-NOCONFIGURE=1 ./autogen.sh
 %configure \
        --disable-silent-rules \
        --enable-gtk-doc \
-       --disable-document-portal \
        --with-system-bubblewrap \
        --with-priv-mode=none \
        --with-dbus-config-dir=%{_dbusconfigdir} \
@@ -184,7 +179,6 @@
 %find_lang %{name}
 
 %pre -n system-user-flatpak -f system-user-flatpak.pre
-
 %post   -n %{libname} -p /sbin/ldconfig
 %postun -n %{libname} -p /sbin/ldconfig
 %pre
@@ -229,12 +223,12 @@
 # policykit rules
 %{_datadir}/polkit-1/actions/org.freedesktop.Flatpak.policy
 %{_datadir}/polkit-1/rules.d/60-org.freedesktop.Flatpak.rules
-%{_mandir}/man1/%{name}*.1%{ext_man}
-%{_mandir}/man5/flatpak-metadata.5%{ext_man}
-%{_mandir}/man5/flatpak-flatpakref.5%{ext_man}
-%{_mandir}/man5/flatpak-flatpakrepo.5%{ext_man}
-%{_mandir}/man5/flatpak-installation.5%{ext_man}
-%{_mandir}/man5/flatpak-remote.5%{ext_man}
+%{_mandir}/man1/%{name}*.1%{?ext_man}
+%{_mandir}/man5/flatpak-metadata.5%{?ext_man}
+%{_mandir}/man5/flatpak-flatpakref.5%{?ext_man}
+%{_mandir}/man5/flatpak-flatpakrepo.5%{?ext_man}
+%{_mandir}/man5/flatpak-installation.5%{?ext_man}
+%{_mandir}/man5/flatpak-remote.5%{?ext_man}
 %{_datadir}/%{name}/
 %config %{_sysconfdir}/profile.d/flatpak.sh
 %{_sysconfdir}/flatpak

++++++ flatpak-1.10.0.tar.xz -> flatpak-1.10.1.tar.xz ++++++
++++ 109305 lines of diff (skipped)

Reply via email to