Update to 1.1.2
This commit is contained in:
parent
cc12f7d62e
commit
6257fbfbba
1
.gitignore
vendored
1
.gitignore
vendored
@ -28,3 +28,4 @@
|
|||||||
/flatpak-builder-1.0.12.tar.xz
|
/flatpak-builder-1.0.12.tar.xz
|
||||||
/flatpak-builder-1.0.14.tar.xz
|
/flatpak-builder-1.0.14.tar.xz
|
||||||
/flatpak-builder-1.1.1.tar.xz
|
/flatpak-builder-1.1.1.tar.xz
|
||||||
|
/flatpak-builder-1.1.2.tar.xz
|
||||||
|
@ -1,31 +0,0 @@
|
|||||||
From ee8b921e9169e3f46a5e0e62b2bc583ecebdfe96 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Debarshi Ray <debarshir@gnome.org>
|
|
||||||
Date: Tue, 31 Aug 2021 18:20:25 +0200
|
|
||||||
Subject: [PATCH] utils: Remove unused header
|
|
||||||
|
|
||||||
The dwarf.h header is no longer used because the old in-tree
|
|
||||||
DWARF-parsing code was replaced by the standalone debugedit project
|
|
||||||
in commit bcced9e64535bf61. Hence, the build system was modified in
|
|
||||||
commit 1600dfb80be808a7 to no longer look for a dwarf.h header outside
|
|
||||||
the context of the standalone debugedit code.
|
|
||||||
|
|
||||||
https://github.com/flatpak/flatpak-builder/pull/414
|
|
||||||
---
|
|
||||||
src/builder-utils.c | 1 -
|
|
||||||
1 file changed, 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/src/builder-utils.c b/src/builder-utils.c
|
|
||||||
index 38d3b642e5c2..865faf606865 100644
|
|
||||||
--- a/src/builder-utils.c
|
|
||||||
+++ b/src/builder-utils.c
|
|
||||||
@@ -24,7 +24,6 @@
|
|
||||||
#include <stdlib.h>
|
|
||||||
#include <libelf.h>
|
|
||||||
#include <gelf.h>
|
|
||||||
-#include <dwarf.h>
|
|
||||||
#include <sys/mman.h>
|
|
||||||
#include <sys/uio.h>
|
|
||||||
#include <stdio.h>
|
|
||||||
--
|
|
||||||
2.31.1
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
|||||||
%global flatpak_version 0.99.1
|
%global flatpak_version 0.99.1
|
||||||
|
|
||||||
Name: flatpak-builder
|
Name: flatpak-builder
|
||||||
Version: 1.1.1
|
Version: 1.1.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Tool to build flatpaks from source
|
Summary: Tool to build flatpaks from source
|
||||||
|
|
||||||
@ -13,7 +13,6 @@ Summary: Tool to build flatpaks from source
|
|||||||
License: LGPLv2+ and GPLv2+
|
License: LGPLv2+ and GPLv2+
|
||||||
URL: http://flatpak.org/
|
URL: http://flatpak.org/
|
||||||
Source0: https://github.com/flatpak/flatpak-builder/releases/download/%{version}/%{name}-%{version}.tar.xz
|
Source0: https://github.com/flatpak/flatpak-builder/releases/download/%{version}/%{name}-%{version}.tar.xz
|
||||||
Patch0: %{name}-utils-Remove-unused-header.patch
|
|
||||||
|
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
BuildRequires: debugedit >= %{debugedit_version}
|
BuildRequires: debugedit >= %{debugedit_version}
|
||||||
@ -85,6 +84,9 @@ See http://flatpak.org/ for more information.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 23 2021 Debarshi Ray <rishi@fedoraproject.org> - 1.1.2-1
|
||||||
|
- Update to 1.1.2
|
||||||
|
|
||||||
* Tue Aug 31 2021 Debarshi Ray <rishi@fedoraproject.org> - 1.1.1-1
|
* Tue Aug 31 2021 Debarshi Ray <rishi@fedoraproject.org> - 1.1.1-1
|
||||||
- Update to 1.1.1
|
- Update to 1.1.1
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (flatpak-builder-1.1.1.tar.xz) = a9af47bf1f963ec4866590fed85ec98e7b4d5970c86b7337bdd44ff1632123fee47be500598b523bcd736389cbcc947aed59ce3111add1466525d01869499327
|
SHA512 (flatpak-builder-1.1.2.tar.xz) = 0a9c597366ce942a1ba8473e78c4b4752ec029619595e0c827eadf975ad82b6c2444fd649ac86f0a378ae22248d482390430bd5f755071491ff717cf184a3bd0
|
||||||
|
Loading…
Reference in New Issue
Block a user