public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gcc] rhel-f41-base: 4.4.1-3
@ 2026-06-29 12:24 Jakub Jelinek
  0 siblings, 0 replies; 2+ messages in thread
From: Jakub Jelinek @ 2026-06-29 12:24 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/gcc
Branch : rhel-f41-base
Commit : 183c086052f0c0aa3c1299a1629c5d6914b722ca
Author : Jakub Jelinek <jakub@fedoraproject.org>
Date   : 2009-07-25T20:06:17+00:00
Stats  : +3/-3 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/gcc/c/183c086052f0c0aa3c1299a1629c5d6914b722ca?branch=rhel-f41-base

Log:
4.4.1-3

---
diff --git a/gcc.spec b/gcc.spec
index 5ceb664..3bc654e 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -1,5 +1,5 @@
 %global DATE 20090725
-%global SVNREV 150077
+%global SVNREV 150088
 %global gcc_version 4.4.1
 # Note, gcc_release must be integer, if you want to add suffixes to
 # %{release}, append them after %{gcc_release} on Release: line.
@@ -40,7 +40,7 @@
 Summary: Various compilers (C, C++, Objective-C, Java, ...)
 Name: gcc
 Version: %{gcc_version}
-Release: %{gcc_release}.1
+Release: %{gcc_release}
 # libgcc, libgfortran, libmudflap, libgomp, libstdc++ and crtstuff have
 # GCC Runtime Exception.
 License: GPLv3+, GPLv3+ with exceptions and GPLv2+ with exceptions

diff --git a/sources b/sources
index 43dc1e0..87acb96 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
 2659f09c2e43ef8b7d4406321753f1b2  fastjar-0.97.tar.gz
-e2e0ad162513321411f3fb253e3b6855  gcc-4.4.1-20090725.tar.bz2
+790eff8544b324a732498609bffbb7f7  gcc-4.4.1-20090725.tar.bz2

^ permalink raw reply related	[flat|nested] 2+ messages in thread
* [rpms/gcc] rhel-f41-base: 4.4.1-3
@ 2026-06-29 12:24 Jakub Jelinek
  0 siblings, 0 replies; 2+ messages in thread
From: Jakub Jelinek @ 2026-06-29 12:24 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/gcc
Branch : rhel-f41-base
Commit : 542b0e2cf2233ae0c1001c937929f607a0980afb
Author : Jakub Jelinek <jakub@fedoraproject.org>
Date   : 2009-07-25T10:08:12+00:00
Stats  : +16/-9 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/gcc/c/542b0e2cf2233ae0c1001c937929f607a0980afb?branch=rhel-f41-base

Log:
4.4.1-3

---
diff --git a/.cvsignore b/.cvsignore
index de7ed9f..20a7440 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1,2 +1,2 @@
 fastjar-0.97.tar.gz
-gcc-4.4.1-20090723.tar.bz2
+gcc-4.4.1-20090725.tar.bz2

diff --git a/gcc.spec b/gcc.spec
index 5b79504..5ceb664 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -1,9 +1,9 @@
-%global DATE 20090723
-%global SVNREV 150015
+%global DATE 20090725
+%global SVNREV 150077
 %global gcc_version 4.4.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 2
+%global gcc_release 3
 %global _unpackaged_files_terminate_build 0
 %global multilib_64_archs sparc64 ppc64 s390x x86_64
 %global include_gappletviewer 1
@@ -211,6 +211,7 @@ including templates and exception handling.
 Summary: GNU Standard C++ Library
 Group: System Environment/Libraries
 Autoreq: true
+Requires: glibc >= 2.10.90-7
 
 %description -n libstdc++
 The libstdc++ package contains a rewritten standard compliant GCC Standard
@@ -1811,10 +1812,16 @@ fi
 %doc rpm.doc/changelogs/libmudflap/ChangeLog*
 
 %changelog
-* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.4.1-2.1
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
-
-* Thu Jul 23 2009 Jakub Jelinek <jakub@redhat.com> 4.4.1-3
+* Sat Jul 25 2009 Jakub Jelinek <jakub@redhat.com> 4.4.1-3
+- update from gcc-4_4-branch
+  - PR fortran/40727
+- fix unwind info for -freorder-blocks-and-partitions
+  (PR rtl-optimization/34999)
+- fix Fortran MINLOC/MAXLOC/MINVAL/MAXVAL handling of infinities and NaNs,
+  speed them up (PRs fortran/40643, fortran/31067)
+- fix ICE with Fortran data xfer without io unit (PR fortran/40839)
+
+* Thu Jul 23 2009 Jakub Jelinek <jakub@redhat.com> 4.4.1-2
 - update from gcc-4_4-branch
   - PRs rtl-optimization/40710, target/40832, tree-optimization/40321
 - use STB_GNU_UNIQUE symbols for inline fn local statics and

diff --git a/sources b/sources
index a7466f7..43dc1e0 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
 2659f09c2e43ef8b7d4406321753f1b2  fastjar-0.97.tar.gz
-efd4e9fff96d944bf2b878aabe6a75f9  gcc-4.4.1-20090723.tar.bz2
+e2e0ad162513321411f3fb253e3b6855  gcc-4.4.1-20090725.tar.bz2

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-06-29 12:24 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:24 [rpms/gcc] rhel-f41-base: 4.4.1-3 Jakub Jelinek
  -- strict thread matches above, loose matches on Subject: below --
2026-06-29 12:24 Jakub Jelinek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox