diff --git a/flatpak-builder-1.2.2.tar.xz b/flatpak-builder-1.2.2.tar.xz deleted file mode 100644 index b0fc146..0000000 Binary files a/flatpak-builder-1.2.2.tar.xz and /dev/null differ diff --git a/flatpak-builder-1.3.5.tar.xz b/flatpak-builder-1.3.5.tar.xz new file mode 100644 index 0000000..78bbd3c Binary files /dev/null and b/flatpak-builder-1.3.5.tar.xz differ diff --git a/flatpak-builder.spec b/flatpak-builder.spec index 12afbe5..e506827 100644 --- a/flatpak-builder.spec +++ b/flatpak-builder.spec @@ -1,15 +1,16 @@ Name: flatpak-builder -Version: 1.2.2 +Version: 1.3.5 Release: 1 Summary: A tool to build flatpaks from source License: LGPLv2+ and GPLv2+ -URL: http://flatpak.org/ +URL: https://flatpak.org/ Source0: https://github.com/flatpak/flatpak-builder/releases/download/%{version}/%{name}-%{version}.tar.xz BuildRequires: make flatpak pkgconfig(glib-2.0) >= 2.44 pkgconfig(gio-2.0) pkgconfig(gio-unix-2.0) BuildRequires: pkgconfig(libsoup-2.4) pkgconfig(ostree-1) >= 2017.14 pkgconfig(json-glib-1.0) BuildRequires: pkgconfig(libxml-2.0) >= 2.4 pkgconfig(libcurl) pkgconfig(libelf) libxslt pkgconfig(libdw) BuildRequires: docbook-style-xsl xmlto +BuildRequires: appstream-compose Requires: flatpak @@ -37,6 +38,9 @@ Flatpak-builder is a tool for building flatpaks from sources. %{_mandir}/man5/flatpak-manifest.5* %changelog +* Thu Nov 23 2023 zhangxianting - 1.3.5-1 +- update to version 1.3.5 + * Tue Jun 21 2022 lin zhang - 1.2.2-1 - update to 1.2.2