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: 7.1.1-1
Date: Mon, 29 Jun 2026 12:27:29 GMT [thread overview]
Message-ID: <178273604914.1.4760709594547440813.rpms-gcc-45a2f253fbd9@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/gcc
Branch : rhel-f41-base
Commit : 45a2f253fbd9b68cd8c01998732e64946593c8ca
Author : Jakub Jelinek <jakub@redhat.com>
Date : 2017-05-03T09:32:52+02:00
Stats : +14/-7 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/gcc/c/45a2f253fbd9b68cd8c01998732e64946593c8ca?branch=rhel-f41-base
Log:
7.1.1-1
---
diff --git a/.gitignore b/.gitignore
index ba9b4e3..419e389 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,4 @@
/gcc-7.0.1-20170410.tar.bz2
/gcc-7.0.1-20170421.tar.bz2
/gcc-7.0.1-20170425.tar.bz2
+/gcc-7.1.1-20170503.tar.bz2
diff --git a/gcc.spec b/gcc.spec
index ff2d0de..01369d8 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -1,10 +1,10 @@
-%global DATE 20170425
-%global SVNREV 247266
-%global gcc_version 7.0.1
+%global DATE 20170503
+%global SVNREV 247535
+%global gcc_version 7.1.1
%global gcc_major 7
# 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 0.16
+%global gcc_release 1
%global nvptx_tools_gitrev c28050f60193b3b95a18866a96f03334e874e78f
%global nvptx_newlib_gitrev aadc8eb0ec43b7cd0dd2dfb484bae63c8b05ef24
%global _unpackaged_files_terminate_build 0
@@ -3236,6 +3236,12 @@ fi
%endif
%changelog
+* Wed May 3 2017 Jakub Jelinek <jakub@redhat.com> 7.1.1-1
+- update from the 7 branch
+ - GCC 7.1 release
+ - PRs bootstrap/80531, c++/80534, c/80468, target/68491, target/79430,
+ target/80530, tree-optimization/80591
+
* Tue Apr 25 2017 Jakub Jelinek <jakub@redhat.com> 7.0.1-0.16
- update from the 7 branch
- ABI change on ARM and AArch64 (PR target/77728)
diff --git a/gcc7-libstdc++-docs.patch b/gcc7-libstdc++-docs.patch
index ce6b4f5..b9f63a3 100644
--- a/gcc7-libstdc++-docs.patch
+++ b/gcc7-libstdc++-docs.patch
@@ -4,7 +4,7 @@
<a class="link" href="http://www.fsf.org/" target="_top">FSF
</a>
</p><p>
-+ Release 7.0.1
++ Release 7.1.1
+ </p><p>
Permission is granted to copy, distribute and/or modify this
document under the terms of the GNU Free Documentation
@@ -17,7 +17,7 @@
</p><p>
- The API documentation, rendered into HTML, can be viewed online
+ The API documentation, rendered into HTML, can be viewed locally
-+ <a class="link" href="api/index.html" target="_top">for the 7.0.1 release</a>,
++ <a class="link" href="api/index.html" target="_top">for the 7.1.1 release</a>,
+ online
<a class="link" href="http://gcc.gnu.org/onlinedocs/" target="_top">for each GCC release</a>
and
diff --git a/sources b/sources
index 802a34b..d0f3d1c 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-SHA512 (gcc-7.0.1-20170425.tar.bz2) = 92978c882b04f78f6373c5d71795effe854b3e328b0035deb12dfc31520fd119c1c587c164e358f24bfeb82295db453340e94044923053a1438daaf0b214a44c
+SHA512 (gcc-7.1.1-20170503.tar.bz2) = cf8992212cd213732345808811abeb4961759db56b0549dc67f2e1274edc6c232fa8e563c767f23e557ce253edd82d5b56e6a83082cd8796eb3bd63d6828b377
SHA512 (nvptx-newlib-aadc8eb0ec43b7cd0dd2dfb484bae63c8b05ef24.tar.bz2) = 38f97c9297ad108568352a4d28277455a3c01fd8b7864e798037e5006b6f757022e874bbf3f165775fe3b873781bc108137bbeb42dd5ed3c7d3e6747746fa918
SHA512 (nvptx-tools-c28050f60193b3b95a18866a96f03334e874e78f.tar.bz2) = 95b577a06a93bb044dbc8033e550cb36bcf2ab2687da030a7318cdc90e7467ed49665e247dcafb5ff4a7e92cdc264291d19728bd17fab902fb64b22491269330
next reply other threads:[~2026-06-29 12:27 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-29 12:27 Jakub Jelinek [this message]
2026-06-29 12:27 [rpms/gcc] rhel-f41-base: 7.1.1-1 Jakub Jelinek
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=178273604914.1.4760709594547440813.rpms-gcc-45a2f253fbd9@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