public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gcc] rhel-f41-base: 8.2.1-2
@ 2026-06-29 12:28 Jakub Jelinek
0 siblings, 0 replies; 2+ messages in thread
From: Jakub Jelinek @ 2026-06-29 12:28 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/gcc
Branch : rhel-f41-base
Commit : e66bcabdd3d76c02d22829d89d724078f1b39f9b
Author : Jakub Jelinek <jakub@redhat.com>
Date : 2018-08-01T20:45:40+02:00
Stats : +3/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/gcc/c/e66bcabdd3d76c02d22829d89d724078f1b39f9b?branch=rhel-f41-base
Log:
8.2.1-2
---
diff --git a/gcc8-isl-dl.patch b/gcc8-isl-dl.patch
index b6d9fcf..46d3b0d 100644
--- a/gcc8-isl-dl.patch
+++ b/gcc8-isl-dl.patch
@@ -27,10 +27,10 @@
# and compile them.
--- gcc/graphite.h.jj 2016-01-27 12:44:06.000000000 +0100
+++ gcc/graphite.h 2016-01-27 13:26:38.309876856 +0100
-@@ -37,6 +37,590 @@ along with GCC; see the file COPYING3.
- #include <isl/schedule.h>
- #include <isl/ast_build.h>
+@@ -39,6 +39,590 @@ along with GCC; see the file COPYING3.
#include <isl/schedule_node.h>
+ #include <isl/id.h>
+ #include <isl/space.h>
+#include <isl/version.h>
+#include <dlfcn.h>
+
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [rpms/gcc] rhel-f41-base: 8.2.1-2
@ 2026-06-29 12:28 Jakub Jelinek
0 siblings, 0 replies; 2+ messages in thread
From: Jakub Jelinek @ 2026-06-29 12:28 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/gcc
Branch : rhel-f41-base
Commit : a2239731d4f839f71f622ef574dfb9ab8ad154b5
Author : Jakub Jelinek <jakub@redhat.com>
Date : 2018-08-01T20:32:03+02:00
Stats : +11/-4 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/gcc/c/a2239731d4f839f71f622ef574dfb9ab8ad154b5?branch=rhel-f41-base
Log:
8.2.1-2
---
diff --git a/.gitignore b/.gitignore
index cde5f25..c334e02 100644
--- a/.gitignore
+++ b/.gitignore
@@ -51,3 +51,4 @@
/gcc-8.1.1-20180626.tar.xz
/gcc-8.1.1-20180712.tar.xz
/gcc-8.2.1-20180726.tar.xz
+/gcc-8.2.1-20180801.tar.xz
diff --git a/gcc.spec b/gcc.spec
index 3f3d306..1da5b56 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -1,10 +1,10 @@
-%global DATE 20180726
-%global SVNREV 263019
+%global DATE 20180801
+%global SVNREV 263232.
%global gcc_version 8.2.1
%global gcc_major 8
# Note, gcc_release must be integer, if you want to add suffixes to
# %%{release}, append them after %%{gcc_release} on Release: line.
-%global gcc_release 1
+%global gcc_release 2
%global nvptx_tools_gitrev c28050f60193b3b95a18866a96f03334e874e78f
%global nvptx_newlib_gitrev aadc8eb0ec43b7cd0dd2dfb484bae63c8b05ef24
%global _unpackaged_files_terminate_build 0
@@ -3120,6 +3120,12 @@ fi
%endif
%changelog
+* Wed Aug 1 2018 Jakub Jelinek <jakub@redhat.com> 8.2.1-2
+- update from the 8 branch
+ - PRs bootstrap/86724, c/85704, c/86617, libstdc++/84654, libstdc++/85672,
+ libstdc++/86734, sanitizer/86759, target/86511, target/86612,
+ target/86651
+
* Thu Jul 26 2018 Jakub Jelinek <jakub@redhat.com> 8.2.1-1
- update from the 8 branch
- GCC 8.2 release
diff --git a/sources b/sources
index c702889..5802c7c 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-SHA512 (gcc-8.2.1-20180726.tar.xz) = 7eca02af21f809d084c2069376be1dca0a47357ca9c7f1e6d3dd4069ce4adf766df4e3ca2cc96762e4285813babffb562b89d46456f2b55277246a450f1cecc5
+SHA512 (gcc-8.2.1-20180801.tar.xz) = d093cdca710d7c009787a1f11e1761c803f3b645b91f4b1ef40ea1bd70b07b7a566ebc4c331f8092374444cd5bd351b3dd914b5571d9296b66d0dbe76749ce23
SHA512 (nvptx-newlib-aadc8eb0ec43b7cd0dd2dfb484bae63c8b05ef24.tar.xz) = 94f7089365296f7dfa485107b4143bebc850a81586f3460fd896bbbb6ba099a00217d4042133424fd2183b352132f4fd367e6a60599bdae2a26dfd48a77d0e04
SHA512 (nvptx-tools-c28050f60193b3b95a18866a96f03334e874e78f.tar.xz) = a688cb12cf805950a5abbb13b52f45c81dbee98e310b7ed57ae20e76dbfa5964a16270148374a6426d177db71909d28360490f091c86a5d19d4faa5127beeee1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-06-29 12:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-29 12:28 [rpms/gcc] rhel-f41-base: 8.2.1-2 Jakub Jelinek
2026-06-29 12:28 Jakub Jelinek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox