Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package flatpak-builder for openSUSE:Factory 
checked in at 2022-04-08 22:46:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/flatpak-builder (Old)
 and      /work/SRC/openSUSE:Factory/.flatpak-builder.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "flatpak-builder"

Fri Apr  8 22:46:18 2022 rev:20 rq:967860 version:1.2.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/flatpak-builder/flatpak-builder.changes  
2022-01-22 08:19:09.834507623 +0100
+++ 
/work/SRC/openSUSE:Factory/.flatpak-builder.new.1900/flatpak-builder.changes    
    2022-04-08 22:46:41.774488175 +0200
@@ -1,0 +2,6 @@
+Fri Apr  8 12:03:24 UTC 2022 - Frederic Crozat <fcro...@suse.com>
+
+- Ensure flatpak >= 1.12.4 is a build and runtime dependency.
+- Update url in description.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ flatpak-builder.spec ++++++
--- /var/tmp/diff_new_pack.musvWv/_old  2022-04-08 22:46:42.266482714 +0200
+++ /var/tmp/diff_new_pack.musvWv/_new  2022-04-08 22:46:42.266482714 +0200
@@ -16,6 +16,8 @@
 #
 
 
+%define flatpak_version 1.12.4
+
 Name:           flatpak-builder
 Version:        1.2.2
 Release:        0
@@ -31,7 +33,7 @@
 BuildRequires:  pkgconfig >= 0.24
 BuildRequires:  xmlto
 BuildRequires:  xsltproc
-BuildRequires:  pkgconfig(flatpak) >= 0.11.8
+BuildRequires:  pkgconfig(flatpak) >= %{flatpak_version}
 BuildRequires:  pkgconfig(glib-2.0) >= 2.44
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
 BuildRequires:  pkgconfig(json-glib-1.0)
@@ -49,10 +51,11 @@
 Requires:       %{_bindir}/strip
 Requires:       %{_bindir}/tar
 Requires:       %{_bindir}/unzip
+Requires:       flatpak >= %{flatpak_version}
 
 %description
 Tool to build flatpaks from source.
-See https://wiki.gnome.org/Projects/SandboxedApps for more information.
+See https://docs.flatpak.org/ for more information.
 
 %prep
 %autosetup

Reply via email to