Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
f46b4d6427 | ||
|
b9b44a8680 | ||
|
20e9e31a70 | ||
|
a715369097 |
3
.gitignore
vendored
3
.gitignore
vendored
@ -63,3 +63,6 @@
|
|||||||
/gn-b25a2f8c2d33.tar.gz
|
/gn-b25a2f8c2d33.tar.gz
|
||||||
/gn-fe330c0ae1ec.tar.gz
|
/gn-fe330c0ae1ec.tar.gz
|
||||||
/gn-41fef642de70.tar.gz
|
/gn-41fef642de70.tar.gz
|
||||||
|
/gn-61da8bdce622.tar.gz
|
||||||
|
/gn-ffeea1b1fd07.tar.gz
|
||||||
|
/gn-5a004f9427a0.tar.gz
|
||||||
|
@ -1,24 +0,0 @@
|
|||||||
From 36e55bde4e6def641d7ecbdc483c3bc0b4d5047d Mon Sep 17 00:00:00 2001
|
|
||||||
From: "Benjamin A. Beasley" <code@musicinmybrain.net>
|
|
||||||
Date: Thu, 19 Jan 2023 09:16:51 -0500
|
|
||||||
Subject: [PATCH] Add missing #include <stdint.h> for uint8_t
|
|
||||||
|
|
||||||
---
|
|
||||||
src/base/containers/span.h | 1 +
|
|
||||||
1 file changed, 1 insertion(+)
|
|
||||||
|
|
||||||
diff --git a/src/base/containers/span.h b/src/base/containers/span.h
|
|
||||||
index 4af83b44..19b9503e 100644
|
|
||||||
--- a/src/base/containers/span.h
|
|
||||||
+++ b/src/base/containers/span.h
|
|
||||||
@@ -6,6 +6,7 @@
|
|
||||||
#define BASE_CONTAINERS_SPAN_H_
|
|
||||||
|
|
||||||
#include <stddef.h>
|
|
||||||
+#include <stdint.h>
|
|
||||||
|
|
||||||
#include <algorithm>
|
|
||||||
#include <array>
|
|
||||||
--
|
|
||||||
2.39.0
|
|
||||||
|
|
9
gn.spec
9
gn.spec
@ -27,10 +27,10 @@ Name: gn
|
|||||||
# 7. Commit the changes
|
# 7. Commit the changes
|
||||||
#
|
#
|
||||||
# See https://gn.googlesource.com/gn/+log for the latest changes.
|
# See https://gn.googlesource.com/gn/+log for the latest changes.
|
||||||
%global commit 41fef642de70ecdcaaa26be96d56a0398f95abd4
|
%global commit 5a004f9427a050c6c393c07ddb85cba8ff3849fa
|
||||||
%global access 20230319
|
%global access 20230419
|
||||||
%global shortcommit %(echo '%{commit}' | cut -b -12)
|
%global shortcommit %(echo '%{commit}' | cut -b -12)
|
||||||
%global position 2084
|
%global position 2088
|
||||||
Version: %{position}^%{access}git%{shortcommit}
|
Version: %{position}^%{access}git%{shortcommit}
|
||||||
Release: %autorelease
|
Release: %autorelease
|
||||||
Summary: Meta-build system that generates build files for Ninja
|
Summary: Meta-build system that generates build files for Ninja
|
||||||
@ -54,9 +54,6 @@ Source2: update-version
|
|||||||
# Stop overriding optimization flags; not sent upstream because this is
|
# Stop overriding optimization flags; not sent upstream because this is
|
||||||
# intentional on their part
|
# intentional on their part
|
||||||
Patch: gn-0153d369-no-O3.patch
|
Patch: gn-0153d369-no-O3.patch
|
||||||
# Missing #include <stdint.h> for uint8_t (GCC 13)
|
|
||||||
# https://bugs.chromium.org/p/gn/issues/detail?id=319
|
|
||||||
Patch: gn-5e19d2fb166f-stdint.patch
|
|
||||||
# Error: redundant move in return statement (GCC 13)
|
# Error: redundant move in return statement (GCC 13)
|
||||||
# https://bugs.chromium.org/p/gn/issues/detail?id=318
|
# https://bugs.chromium.org/p/gn/issues/detail?id=318
|
||||||
# Apparently, removing the std::move causes an error (error: use of deleted
|
# Apparently, removing the std::move causes an error (error: use of deleted
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
#ifndef OUT_LAST_COMMIT_POSITION_H_
|
#ifndef OUT_LAST_COMMIT_POSITION_H_
|
||||||
#define OUT_LAST_COMMIT_POSITION_H_
|
#define OUT_LAST_COMMIT_POSITION_H_
|
||||||
|
|
||||||
#define LAST_COMMIT_POSITION_NUM 2084
|
#define LAST_COMMIT_POSITION_NUM 2088
|
||||||
#define LAST_COMMIT_POSITION "2084 (41fef642de70)"
|
#define LAST_COMMIT_POSITION "2088 (5a004f9427a0)"
|
||||||
|
|
||||||
#endif // OUT_LAST_COMMIT_POSITION_H_
|
#endif // OUT_LAST_COMMIT_POSITION_H_
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (gn-41fef642de70.tar.gz) = 6369cd765be68ed11ee1102086fa25b898139f86d83718cad8cc5e926420d597c2ea6e4e420d377f98349f2261d5cf04f47a7ded6ff7518c00fdc27f6e72f683
|
SHA512 (gn-5a004f9427a0.tar.gz) = 6ac91397a9b632646550552f53c84e51e700a7ade1b3459aea094580cd7f6c22789a1a0526ec199018d614faae267681a78f4b828a712858b1f43ea419cabadc
|
||||||
|
Loading…
Reference in New Issue
Block a user