public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jakub Jelinek <jakub@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/gcc] rhel-f41-base: 8.1.1-5
Date: Mon, 29 Jun 2026 12:28:03 GMT	[thread overview]
Message-ID: <178273608370.1.11844454483662995606.rpms-gcc-8602ede777ac@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/gcc
Branch : rhel-f41-base
Commit : 8602ede777ace5f3637ce330d735ff07478650e3
Author : Jakub Jelinek <jakub@redhat.com>
Date   : 2018-07-12T14:03:20+02:00
Stats  : +13/-7 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/gcc/c/8602ede777ace5f3637ce330d735ff07478650e3?branch=rhel-f41-base

Log:
8.1.1-5

---
diff --git a/.gitignore b/.gitignore
index 2058266..2dd0357 100644
--- a/.gitignore
+++ b/.gitignore
@@ -49,3 +49,4 @@
 /gcc-8.1.1-20180502.tar.xz
 /gcc-8.1.1-20180620.tar.xz
 /gcc-8.1.1-20180626.tar.xz
+/gcc-8.1.1-20180712.tar.xz

diff --git a/gcc.spec b/gcc.spec
index d26a139..3e0430a 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -1,10 +1,10 @@
-%global DATE 20180626
-%global SVNREV 262161
+%global DATE 20180712
+%global SVNREV 262581
 %global gcc_version 8.1.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 4
+%global gcc_release 5
 %global nvptx_tools_gitrev c28050f60193b3b95a18866a96f03334e874e78f
 %global nvptx_newlib_gitrev aadc8eb0ec43b7cd0dd2dfb484bae63c8b05ef24
 %global _unpackaged_files_terminate_build 0
@@ -94,7 +94,7 @@
 Summary: Various compilers (C, C++, Objective-C, ...)
 Name: gcc
 Version: %{gcc_version}
-Release: %{gcc_release}%{?dist}.1
+Release: %{gcc_release}%{?dist}
 # libgcc, libgfortran, libgomp, libstdc++ and crtstuff have
 # GCC Runtime Exception.
 License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD
@@ -3098,8 +3098,13 @@ fi
 %endif
 
 %changelog
-* Mon Jul 02 2018 Miro Hrončok <mhroncok@redhat.com> - 8.1.1-4.1
-- Rebuilt for Python 3.7
+* Thu Jul 12 2018 Jakub Jelinek <jakub@redhat.com> 8.1.1-5
+- update from the 8 branch
+  - PRs c++/86320, c++/86378, c++/86398, c++/86400, debug/86064,
+	fortran/82865, fortran/82969, fortran/86242, hsa/86371,
+	libstdc++/83982, libstdc++/84087, libstdc++/85098, libstdc++/85671,
+	libstdc++/86127, libstdc++/86272, libstdc++/86292, libstdc++/86398,
+	sanitizer/86406, target/85904, target/86285, tree-optimization/86492
 
 * Fri Jun 29 2018 Jakub Jelinek <jakub@redhat.com> 8.1.1-4
 - make sure rs6000-modes.h is installed for plugins (#1596407)

diff --git a/sources b/sources
index 85545f7..b1c5eef 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-SHA512 (gcc-8.1.1-20180626.tar.xz) = 302eb327d0a2611c2133e189f4e671780ad243ed3395b82ed8f152244e8d2ec4f231531b3cd8b1bff2e775f0a4b9be9bcde5d52cfd7464c010053d4b6f2fa1e0
+SHA512 (gcc-8.1.1-20180712.tar.xz) = 8fea2ee85165d041fb9b5f135e64d2deecc652c991f1062c27aee28aafe9d96f82bfc453a209970667a483a4c80adf4a30b468fc31b708b7fdf5612203296a69
 SHA512 (nvptx-newlib-aadc8eb0ec43b7cd0dd2dfb484bae63c8b05ef24.tar.xz) = 94f7089365296f7dfa485107b4143bebc850a81586f3460fd896bbbb6ba099a00217d4042133424fd2183b352132f4fd367e6a60599bdae2a26dfd48a77d0e04
 SHA512 (nvptx-tools-c28050f60193b3b95a18866a96f03334e874e78f.tar.xz) = a688cb12cf805950a5abbb13b52f45c81dbee98e310b7ed57ae20e76dbfa5964a16270148374a6426d177db71909d28360490f091c86a5d19d4faa5127beeee1

                 reply	other threads:[~2026-06-29 12:28 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178273608370.1.11844454483662995606.rpms-gcc-8602ede777ac@fedoraproject.org \
    --to=jakub@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox