public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jon Ciesla <limburgher@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/gcc] rhel-f41-base: Merge branch 'master' of ssh://pkgs.fedoraproject.org/gcc
Date: Mon, 29 Jun 2026 12:25:35 GMT	[thread overview]
Message-ID: <178273593542.1.18147720041420728800.rpms-gcc-f3ca3c472d3e@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/gcc
            Branch : rhel-f41-base
            Commit : f3ca3c472d3e9c15043ea86eeee70f7f174b0da1
            Author : Jon Ciesla <limburgher@gmail.com>
            Date   : 2012-10-15T15:03:47-05:00
            Stats  : +15/-6 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/gcc/c/f3ca3c472d3e9c15043ea86eeee70f7f174b0da1?branch=rhel-f41-base

            Log:
            Merge branch 'master' of ssh://pkgs.fedoraproject.org/gcc

Conflicts:
	gcc.spec

---
diff --git a/.gitignore b/.gitignore
index 732186f..4038c66 100644
--- a/.gitignore
+++ b/.gitignore
@@ -44,3 +44,4 @@
 /gcc-4.7.2-20120921.tar.bz2
 /gcc-4.7.2-20121001.tar.bz2
 /gcc-4.7.2-20121009.tar.bz2
+/gcc-4.7.2-20121015.tar.bz2

diff --git a/gcc.spec b/gcc.spec
index 093c2c7..d3646b3 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -1,9 +1,9 @@
-%global DATE 20121009
-%global SVNREV 192248
+%global DATE 20121015
+%global SVNREV 192447
 %global gcc_version 4.7.2
 # 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 5
+%global gcc_release 6
 %global _unpackaged_files_terminate_build 0
 %global multilib_64_archs sparc64 ppc64 s390x x86_64
 %ifarch %{ix86} x86_64 ia64 ppc ppc64 alpha
@@ -2662,9 +2662,13 @@ fi
 %{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_version}/plugin
 
 %changelog
-* Mon Oct 15 2012 Jon Ciesla <limburgher@gmail.com> 4.7.2-5
+* Mon Oct 15 2012 Jon Ciesla <limburgher@gmail.com> 4.7.2-6
 - Provides: bundled(libiberty)
 
+* Mon Oct 15 2012 Jakub Jelinek <jakub@redhat.com> 4.7.2-5
+- update from the 4.7 branch
+  - PRs fortran/54784, libfortran/54736, libstdc++/54861
+
 * Tue Oct  9 2012 Jakub Jelinek <jakub@redhat.com> 4.7.2-4
 - update from the 4.7 branch
   - PRs c++/54777, c++/54858, debug/53135, target/54741, target/54785,

diff --git a/sources b/sources
index 664e5e6..f92fea9 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
 2659f09c2e43ef8b7d4406321753f1b2  fastjar-0.97.tar.gz
-57efcf9b68bb9f6e739a16f4673230d0  gcc-4.7.2-20121009.tar.bz2
+2891991f350ae9f513b8070beab43611  gcc-4.7.2-20121015.tar.bz2

diff --git a/gcc.spec b/gcc.spec
index 5e064a8..d3646b3 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -3,7 +3,7 @@
 %global gcc_version 4.7.2
 # 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 5
+%global gcc_release 6
 %global _unpackaged_files_terminate_build 0
 %global multilib_64_archs sparc64 ppc64 s390x x86_64
 %ifarch %{ix86} x86_64 ia64 ppc ppc64 alpha
@@ -166,6 +166,7 @@ Requires: cloog-ppl >= 0.15
 Requires(post): /sbin/install-info
 Requires(preun): /sbin/install-info
 AutoReq: true
+Provides: bundled(libiberty)
 
 Patch0: gcc47-hack.patch
 Patch1: gcc47-c++-builtin-redecl.patch
@@ -2661,6 +2662,9 @@ fi
 %{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_version}/plugin
 
 %changelog
+* Mon Oct 15 2012 Jon Ciesla <limburgher@gmail.com> 4.7.2-6
+- Provides: bundled(libiberty)
+
 * Mon Oct 15 2012 Jakub Jelinek <jakub@redhat.com> 4.7.2-5
 - update from the 4.7 branch
   - PRs fortran/54784, libfortran/54736, libstdc++/54861

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

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-29 12:25 Jon Ciesla [this message]
  -- strict thread matches above, loose matches on Subject: below --
2026-06-29 12:27 [rpms/gcc] rhel-f41-base: Merge branch 'master' of ssh://pkgs.fedoraproject.org/gcc Jakub Jelinek
2026-06-29 12:25 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=178273593542.1.18147720041420728800.rpms-gcc-f3ca3c472d3e@fedoraproject.org \
    --to=limburgher@gmail.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