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: 4.8.1-5
Date: Mon, 29 Jun 2026 12:25:56 GMT	[thread overview]
Message-ID: <178273595644.1.15761167429630688141.rpms-gcc-e7ac0256f667@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/gcc
Branch : rhel-f41-base
Commit : e7ac0256f6671b3c312fc20a16282ee8b3b9e9e5
Author : Jakub Jelinek <jakub@redhat.com>
Date   : 2013-07-17T18:20:16+02:00
Stats  : +19/-4 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/gcc/c/e7ac0256f6671b3c312fc20a16282ee8b3b9e9e5?branch=rhel-f41-base

Log:
4.8.1-5

---
diff --git a/.gitignore b/.gitignore
index d33baf3..8ab28eb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -79,3 +79,4 @@
 /gcc-4.8.1-20130612.tar.bz2
 /gcc-4.8.1-20130628.tar.bz2
 /gcc-4.8.1-20130715.tar.bz2
+/gcc-4.8.1-20130717.tar.bz2

diff --git a/gcc.spec b/gcc.spec
index 6e14a9d..b384f29 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -1,9 +1,9 @@
-%global DATE 20130715
-%global SVNREV 200961
+%global DATE 20130717
+%global SVNREV 201013
 %global gcc_version 4.8.1
 # 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 _unpackaged_files_terminate_build 0
 %global multilib_64_archs sparc64 ppc64 s390x x86_64
 %ifarch %{ix86} x86_64 ia64 ppc ppc64 alpha
@@ -2162,6 +2162,8 @@ fi
 %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/si2vmx.h
 %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/spu2vmx.h
 %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/vec_types.h
+%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/htmintrin.h
+%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/htmxlintrin.h
 %endif
 %ifarch %{arm}
 %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/unwind-arm-common.h
@@ -2171,6 +2173,11 @@ fi
 %ifarch sparc sparcv9 sparc64
 %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/visintrin.h
 %endif
+%ifarch s390 s390x
+%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/s390intrin.h
+%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/htmintrin.h
+%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/htmxlintrin.h
+%endif
 %{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_version}/collect2
 %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/crt*.o
 %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/libgcc.a
@@ -2991,6 +2998,13 @@ fi
 %{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_version}/plugin
 
 %changelog
+* Wed Jul 17 2013 Jakub Jelinek <jakub@redhat.com> 4.8.1-5
+- update from the 4.8 branch
+  - PRs target/55656, target/55657
+  - update to Go 1.1.1
+- backport power8 HTM support from trunk (#731884)
+- backport s390 zEC12 HTM support from trunk
+
 * Mon Jul 15 2013 Jakub Jelinek <jakub@redhat.com> 4.8.1-4
 - update from the 4.8 branch
   - PRs c++/57437, c++/57526, c++/57532, c++/57545, c++/57550, c++/57551,

diff --git a/sources b/sources
index 23bd3b1..020938e 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,4 @@
 be78a47bd82523250eb3e91646db5b3d  cloog-0.18.0.tar.gz
 2659f09c2e43ef8b7d4406321753f1b2  fastjar-0.97.tar.gz
-d4670d5b0b06cf7a95a11444df476e6c  gcc-4.8.1-20130715.tar.bz2
+a48be82c4bd5c9edab399bc7576d56ee  gcc-4.8.1-20130717.tar.bz2
 bce1586384d8635a76d2f017fb067cd2  isl-0.11.1.tar.bz2

                 reply	other threads:[~2026-06-29 12:25 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=178273595644.1.15761167429630688141.rpms-gcc-e7ac0256f667@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