public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gcc] rhel-f41-base: 7.1.1-1
@ 2026-06-29 12:27 Jakub Jelinek
0 siblings, 0 replies; 2+ messages in thread
From: Jakub Jelinek @ 2026-06-29 12:27 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/gcc
Branch : rhel-f41-base
Commit : fe7fce2ad1cbf374be1a1b99af27eff733f639a0
Author : Jakub Jelinek <jakub@redhat.com>
Date : 2017-05-03T11:05:12+02:00
Stats : +34/-0 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/gcc/c/fe7fce2ad1cbf374be1a1b99af27eff733f639a0?branch=rhel-f41-base
Log:
7.1.1-1
---
diff --git a/gcc.spec b/gcc.spec
index 01369d8..ab21ec4 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -235,6 +235,7 @@ Patch11: gcc7-Wno-format-security.patch
Patch1000: nvptx-tools-no-ptxas.patch
Patch1001: nvptx-tools-build.patch
+Patch1002: nvptx-tools-glibc.patch
# On ARM EABI systems, we do want -gnueabi to be part of the
# target triple.
@@ -824,6 +825,7 @@ package or when debugging this package.
cd nvptx-tools-%{nvptx_tools_gitrev}
%patch1000 -p1 -b .nvptx-tools-no-ptxas~
%patch1001 -p1 -b .nvptx-tools-build~
+%patch1002 -p1 -b .nvptx-tools-glibc~
cd ..
%if 0%{?_enable_debug_packages}
diff --git a/nvptx-tools-glibc.patch b/nvptx-tools-glibc.patch
new file mode 100644
index 0000000..4b50114
--- /dev/null
+++ b/nvptx-tools-glibc.patch
@@ -0,0 +1,32 @@
+--- nvptx-tools/configure.ac.jj 2017-01-13 12:48:31.000000000 +0100
++++ nvptx-tools/configure.ac 2017-05-03 10:26:57.076092259 +0200
+@@ -66,6 +66,8 @@ CPPFLAGS=$save_CPPFLAGS
+ LDFLAGS=$save_LDFLAGS
+ LIBS=$save_LIBS
+
++AC_CHECK_DECLS(getopt)
++
+ AC_CONFIG_SUBDIRS([libiberty])
+ AC_CONFIG_FILES([Makefile dejagnu.exp])
+ AC_OUTPUT
+--- nvptx-tools/configure.jj 2017-01-13 12:48:54.000000000 +0100
++++ nvptx-tools/configure 2017-05-03 10:27:13.503876809 +0200
+@@ -3963,6 +3963,18 @@ CPPFLAGS=$save_CPPFLAGS
+ LDFLAGS=$save_LDFLAGS
+ LIBS=$save_LIBS
+
++ac_fn_c_check_decl "$LINENO" "getopt" "ac_cv_have_decl_getopt" "$ac_includes_default"
++if test "x$ac_cv_have_decl_getopt" = x""yes; then :
++ ac_have_decl=1
++else
++ ac_have_decl=0
++fi
++
++cat >>confdefs.h <<_ACEOF
++#define HAVE_DECL_GETOPT $ac_have_decl
++_ACEOF
++
++
+
+
+ subdirs="$subdirs libiberty"
^ permalink raw reply related [flat|nested] 2+ messages in thread* [rpms/gcc] rhel-f41-base: 7.1.1-1
@ 2026-06-29 12:27 Jakub Jelinek
0 siblings, 0 replies; 2+ messages in thread
From: Jakub Jelinek @ 2026-06-29 12:27 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-06-29 12:27 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:27 [rpms/gcc] rhel-f41-base: 7.1.1-1 Jakub Jelinek
2026-06-29 12:27 Jakub Jelinek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox