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 2021-10-12 21:49:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/flatpak-builder (Old)
and /work/SRC/openSUSE:Factory/.flatpak-builder.new.2443 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "flatpak-builder"
Tue Oct 12 21:49:29 2021 rev:17 rq:924743 version:1.2.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/flatpak-builder/flatpak-builder.changes
2021-07-13 22:37:54.961896202 +0200
+++
/work/SRC/openSUSE:Factory/.flatpak-builder.new.2443/flatpak-builder.changes
2021-10-12 21:50:50.880000103 +0200
@@ -1,0 +2,24 @@
+Fri Oct 8 14:53:30 UTC 2021 - Bj??rn Lie <[email protected]>
+
+- Update to version 1.2.0:
+ + Add missing newlines in some output
+ + Fix missing error check in the new inline data support
+ + Updated documentation.
+- Changes from version 1.1.2:
+ + New secret-opts feature lets you pass e.g. CI secrets into the
+ build.
+ + Support content-encoding when downloading.
+ + New inline data source allowing easy creation of files from
+ embedded content from the manifest.
+- Changes from version 1.1.1:
+ + We now use the external debugedit project instead of using an
+ internal copy.
+ + The system version can be used, or if not an internal version
+ is used built using git submodules.
+ + Note, this needs libdw 0.172, which may not be available on
+ older distributions.
+- Replace old and no longer used libdwarf-devel with the correct
+ pkgconfig(libdw) BuildRequires (and stop passing header to
+ configure).
+
+-------------------------------------------------------------------
Old:
----
flatpak-builder-1.0.14.tar.xz
New:
----
flatpak-builder-1.2.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ flatpak-builder.spec ++++++
--- /var/tmp/diff_new_pack.JwF1pQ/_old 2021-10-12 21:50:51.376000813 +0200
+++ /var/tmp/diff_new_pack.JwF1pQ/_new 2021-10-12 21:50:51.392000836 +0200
@@ -17,7 +17,7 @@
Name: flatpak-builder
-Version: 1.0.14
+Version: 1.2.0
Release: 0
Summary: Tool to build flatpaks from source
License: LGPL-2.1-or-later
@@ -28,7 +28,6 @@
BuildRequires: gettext
BuildRequires: gtk-doc
BuildRequires: libcap-devel
-BuildRequires: libdwarf-devel
BuildRequires: pkgconfig
BuildRequires: xmlto
BuildRequires: xsltproc
@@ -37,6 +36,7 @@
BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: pkgconfig(json-glib-1.0)
BuildRequires: pkgconfig(libcurl)
+BuildRequires: pkgconfig(libdw)
BuildRequires: pkgconfig(libelf)
BuildRequires: pkgconfig(libsoup-2.4)
BuildRequires: pkgconfig(ostree-1) >= 2018.7
@@ -60,7 +60,6 @@
%build
%configure \
--enable-docbook-docs \
- --with-dwarf-header=%{_includedir}/libdwarf \
%{nil}
%make_build
@@ -72,6 +71,7 @@
%doc NEWS README.md
%doc %{_datadir}/doc/%{name}/
%{_bindir}/flatpak-builder
+%{_libexecdir}/flatpak-builder-debugedit
%{_mandir}/man1/flatpak-builder.1%{ext_man}
%{_mandir}/man5/flatpak-manifest.5%{ext_man}
++++++ flatpak-builder-1.0.14.tar.xz -> flatpak-builder-1.2.0.tar.xz ++++++
++++ 9829 lines of diff (skipped)