public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gcc] rhel-f41-base: 8.2.1-7
@ 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 : 2a22f8c83aef91ecd19e4eab7c0147f91f2cbf89
Author : Jakub Jelinek <jakub@redhat.com>
Date : 2019-01-09T17:08:36+01:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/gcc/c/2a22f8c83aef91ecd19e4eab7c0147f91f2cbf89?branch=rhel-f41-base
Log:
8.2.1-7
---
diff --git a/gcc.spec b/gcc.spec
index 58406ca..e0c4f1f 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -3128,7 +3128,7 @@ fi
%endif
%changelog
-* Wed Jan 9 2018 Jakub Jelinek <jakub@redhat.com> 8.2.1-7
+* Wed Jan 9 2019 Jakub Jelinek <jakub@redhat.com> 8.2.1-7
- update from the 8 branch
- PRs c++/60994, c++/82294, c++/86669, c++/86900, c++/87380, c++/87436,
c++/87506, c++/87539, c++/87934, c++/88103, c++/88122, c++/88180,
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [rpms/gcc] rhel-f41-base: 8.2.1-7
@ 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 : 866b034132ffd95a5a4db2ac64b382d2cd820fb6
Author : Jakub Jelinek <jakub@redhat.com>
Date : 2019-01-09T17:06:46+01:00
Stats : +36/-4 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/gcc/c/866b034132ffd95a5a4db2ac64b382d2cd820fb6?branch=rhel-f41-base
Log:
8.2.1-7
---
diff --git a/.gitignore b/.gitignore
index fe54db2..18ec708 100644
--- a/.gitignore
+++ b/.gitignore
@@ -56,3 +56,4 @@
/gcc-8.2.1-20181011.tar.xz
/gcc-8.2.1-20181105.tar.xz
/gcc-8.2.1-20181215.tar.xz
+/gcc-8.2.1-20190109.tar.xz
diff --git a/gcc.spec b/gcc.spec
index 02935de..58406ca 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -1,10 +1,10 @@
-%global DATE 20181215
-%global SVNREV 267173
+%global DATE 20190109
+%global SVNREV 267776
%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 6
+%global gcc_release 7
%global nvptx_tools_gitrev c28050f60193b3b95a18866a96f03334e874e78f
%global nvptx_newlib_gitrev aadc8eb0ec43b7cd0dd2dfb484bae63c8b05ef24
%global _unpackaged_files_terminate_build 0
@@ -2300,6 +2300,14 @@ fi
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/vec_types.h
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/htmintrin.h
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/htmxlintrin.h
+%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/bmi2intrin.h
+%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/bmiintrin.h
+%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/xmmintrin.h
+%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/mm_malloc.h
+%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/emmintrin.h
+%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/mmintrin.h
+%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/x86intrin.h
+%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/amo.h
%endif
%ifarch %{arm}
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/unwind-arm-common.h
@@ -3120,6 +3128,29 @@ fi
%endif
%changelog
+* Wed Jan 9 2018 Jakub Jelinek <jakub@redhat.com> 8.2.1-7
+- update from the 8 branch
+ - PRs c++/60994, c++/82294, c++/86669, c++/86900, c++/87380, c++/87436,
+ c++/87506, c++/87539, c++/87934, c++/88103, c++/88122, c++/88180,
+ c++/88181, c++/88215, c++/88410, debug/85550, debug/87039,
+ debug/88644, fortran/77325, fortran/77703, fortran/85544,
+ fortran/85798, fortran/87359, fortran/88116, fortran/88138,
+ fortran/88169, fortran/88377, fortran/88463, fortran/88467,
+ inline-asm/55681, ipa/88561, libstdc++/64883, libstdc++/87855,
+ lto/86517, lto/88130, lto/88185, middle-end/82564, middle-end/85594,
+ middle-end/88553, rtl-optimization/87475, rtl-optimization/88018,
+ rtl-optimization/88253, rtl-optimization/88416,
+ rtl-optimization/88470, rtl-optimization/88563, sanitizer/88426,
+ target/60563, target/78444, target/81210, target/81693, target/84010,
+ target/85593, target/85644, target/86832, target/87598, target/88213,
+ target/88234, target/88343, target/88418, target/88522, target/88541,
+ target/88594, target/88620, testsuite/67974, tree-optimization/68356,
+ tree-optimization/71109, tree-optimization/85794,
+ tree-optimization/87320, tree-optimization/87360,
+ tree-optimization/87895, tree-optimization/87898,
+ tree-optimization/88071
+- include forgotten ppc* intrinsic headers
+
* Sat Dec 15 2018 Jakub Jelinek <jakub@redhat.com> 8.2.1-6
- update from the 8 branch
- PRs c++/86246, c++/87531, c++/87989, c++/88120, debug/87462, debug/88006,
diff --git a/sources b/sources
index 3f1d87d..d019e58 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-SHA512 (gcc-8.2.1-20181215.tar.xz) = 782c4a6540ee9d1c02727ab610ea4980eb2e28c378ebf3257b12acbce6420c7babeddc30aa7df62c2bd1e629e7a6a1227a76fa90d2f82bc24976300325128dd7
+SHA512 (gcc-8.2.1-20190109.tar.xz) = d699b52baa2c54a71f2fef2dd77701baa836737975938d67fb532f1a54638b1442fc04b560fd74e66b44195e4de9ce485100b9bdbac569e4c3abad053a96bc33
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-7 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