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

A new commit has been pushed.

Repo   : rpms/gcc
Branch : rhel-f41-base
Commit : 7ec9d07d968f20c233ee30bda9be570b93dffd55
Author : Jakub Jelinek <jakub@fedoraproject.org>
Date   : 2006-08-25T14:29:29+00:00
Stats  : +16/-6 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/gcc/c/7ec9d07d968f20c233ee30bda9be570b93dffd55?branch=rhel-f41-base

Log:
4.1.1-19

---
diff --git a/.cvsignore b/.cvsignore
index 86100af..6f05197 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-gcc-4.1.1-20060818.tar.bz2
+gcc-4.1.1-20060825.tar.bz2

diff --git a/gcc41.spec b/gcc41.spec
index 98104f6..a3158fa 100644
--- a/gcc41.spec
+++ b/gcc41.spec
@@ -1,6 +1,6 @@
-%define DATE 20060818
+%define DATE 20060825
 %define gcc_version 4.1.1
-%define gcc_release 18
+%define gcc_release 19
 %define _unpackaged_files_terminate_build 0
 %define multilib_64_archs sparc64 ppc64 s390x x86_64
 %ifarch %{ix86} x86_64 ia64
@@ -121,7 +121,7 @@ Patch13: gcc41-rh184446.patch
 Patch14: gcc41-pr21764.patch
 Patch15: gcc41-pr21581.patch
 Patch16: gcc41-pr20297-test.patch
-Patch17: gcc41-java-pr13212.patch
+Patch17: gcc41-pr28683.patch
 Patch18: gcc41-objc-rh185398.patch
 Patch19: gcc41-tests.patch
 Patch20: gcc41-ppc64-ldouble-stdarg.patch
@@ -443,7 +443,7 @@ which are required to run programs compiled with the GNAT.
 %patch14 -p0 -b .pr21764~
 #%patch15 -p0 -b .pr21581~
 %patch16 -p0 -E -b .pr20297-test~
-%patch17 -p0 -b .java-pr13212~
+%patch17 -p0 -b .pr28683~
 %patch18 -p0 -b .objc-rh185398~
 %patch19 -p0 -b .tests~
 %patch20 -p0 -b .ppc64-ldouble-stdarg~
@@ -1528,6 +1528,16 @@ fi
 %doc rpm.doc/changelogs/libmudflap/ChangeLog*
 
 %changelog
+* Fri Aug 25 2006 Jakub Jelinek <jakub@redhat.com> 4.1.1-19
+- update from gcc-4_1-branch (-r116223:116389)
+  - PRs c++/23372, c++/27714, c++/28346, c++/28385, fortran/18111,
+	fortran/20886, fortran/25217, fortran/25828, fortran/28425,
+	fortran/28496, fortran/28601, fortran/28630, fortran/28660,
+	fortran/28735, fortran/28762, fortran/28771, fortran/28788,
+	libstdc++/28765, target/27565
+- another big Java merge from the trunk (Tom Fitzsimmons)
+- fix ICE in add_reg_br_prob_note (PR middle-end/28683)
+
 * Fri Aug 18 2006 Jakub Jelinek <jakub@redhat.com> 4.1.1-18
 - update from gcc-4_1-branch (-r116176:116223)
   - PRs c++/28593, c++/28606, c++/28710, c/27697, middle-end/20256,

diff --git a/sources b/sources
index afcea7e..b37e6f5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6c13068f0da00ac2e7fcef129cc6e555  gcc-4.1.1-20060818.tar.bz2
+f269c8fb24478179193fe3421da65c62  gcc-4.1.1-20060825.tar.bz2

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

* [rpms/gcc] rhel-f41-base: 4.1.1-19
@ 2026-06-29 12:22 Jakub Jelinek
  0 siblings, 0 replies; 2+ messages in thread
From: Jakub Jelinek @ 2026-06-29 12:22 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/gcc
Branch : rhel-f41-base
Commit : 84cc3f2795e38189e2603707bd68a869f5fe41d9
Author : Jakub Jelinek <jakub@fedoraproject.org>
Date   : 2006-08-25T18:46:56+00:00
Stats  : +3/-4 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/gcc/c/84cc3f2795e38189e2603707bd68a869f5fe41d9?branch=rhel-f41-base

Log:
4.1.1-19

---
diff --git a/gcc41.spec b/gcc41.spec
index a3158fa..4de2273 100644
--- a/gcc41.spec
+++ b/gcc41.spec
@@ -1415,10 +1415,9 @@ fi
 %{_prefix}/%{_lib}/gcj-%{version}/libjvm.so
 %dir %{_prefix}/share/java
 %{_prefix}/share/java/[^s]*
-%dir %{_prefix}/lib/security
-%config(noreplace) %{_prefix}/lib/security/classpath.security
-%config(noreplace) %{_prefix}/lib/security/libgcj.security
-%{_prefix}/lib/logging.properties
+%dir %{_prefix}/%{_lib}/security
+%config(noreplace) %{_prefix}/%{_lib}/security/classpath.security
+%{_prefix}/%{_lib}/logging.properties
 %dir %{_prefix}/%{_lib}/gcj-%{version}/classmap.db.d
 %attr(0644,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) %{_prefix}/%{_lib}/gcj-%{version}/classmap.db
 

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

end of thread, other threads:[~2026-06-29 12:22 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:22 [rpms/gcc] rhel-f41-base: 4.1.1-19 Jakub Jelinek
2026-06-29 12:22 Jakub Jelinek

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