commit 12db7ad70ed324a1d71c290d2deb9aa8881f95a9
Author: Arkadiusz Miśkiewicz <ar...@maven.pl>
Date:   Tue May 21 20:33:09 2024 +0200

    Up to 13.3.0

 branch.sh            |  2 +-
 gcc-bug-111413.patch | 10 ----------
 gcc.spec             | 10 ++++------
 3 files changed, 5 insertions(+), 17 deletions(-)
---
diff --git a/gcc.spec b/gcc.spec
index 3878a66..b9d062e 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -101,7 +101,7 @@
 # Stable is: any major_ver and minor_ver >= 1.0
 # For PLD we usually use gcc when minor_ver >= 2.0 (first bugfix release or 
later)
 %define                major_ver       13
-%define                minor_ver       2.0
+%define                minor_ver       3.0
 
 Summary:       GNU Compiler Collection: the C compiler and shared files
 Summary(es.UTF-8):     Colección de compiladores GNU: el compilador C y 
ficheros compartidos
@@ -109,12 +109,12 @@ Summary(pl.UTF-8):        Kolekcja kompilatorów GNU: 
kompilator C i pliki współdziel
 Summary(pt_BR.UTF-8):  Coleção dos compiladores GNU: o compilador C e arquivos 
compartilhados
 Name:          gcc
 Version:       %{major_ver}.%{minor_ver}
-Release:       2
+Release:       1
 Epoch:         6
 License:       GPL v3+
 Group:         Development/Languages
 Source0:       
https://gcc.gnu.org/pub/gcc/releases/%{name}-%{version}/%{name}-%{version}.tar.xz
-# Source0-md5: e0e48554cc6e4f261d55ddee9ab69075
+# Source0-md5: 726726a73eaaacad4259fe5d7e978020
 Source1:       %{name}-optimize-la.pl
 # check libffi version with libffi/configure.ac
 Source3:       libffi.pc.in
@@ -130,7 +130,6 @@ Patch4:             %{name}-ada-x32.patch
 
 Patch10:       %{name}-moresparcs.patch
 Patch11:       %{name}-install-libffi.patch
-Patch12:       %{name}-bug-111413.patch
 URL:           http://gcc.gnu.org/
 BuildRequires: autoconf >= 2.64
 %{?with_tests:BuildRequires:   autogen >= 5.5.4}
@@ -2763,7 +2762,7 @@ więc wtyczki muszą być przebudowywane przy każdej 
aktualizacji GCC.
 
 %prep
 %setup -q
-%patch100 -p1
+#%patch100 -p1
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
@@ -2774,7 +2773,6 @@ więc wtyczki muszą być przebudowywane przy każdej 
aktualizacji GCC.
 %if %{with gcc_libffi}
 %patch11 -p0
 %endif
-%patch12 -p1
 
 %{__mv} ChangeLog ChangeLog.general
 
diff --git a/branch.sh b/branch.sh
index 28866e8..4d43523 100755
--- a/branch.sh
+++ b/branch.sh
@@ -2,7 +2,7 @@
 set -e
 url=git://gcc.gnu.org/git/gcc.git
 package=gcc
-tag=releases/gcc-13.2.0
+tag=releases/gcc-13.3.0
 branch=releases/gcc-13
 out=$package-branch.diff
 repo=$package.git
diff --git a/gcc-bug-111413.patch b/gcc-bug-111413.patch
deleted file mode 100644
index 1035051..0000000
--- a/gcc-bug-111413.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- gcc-13.2.0/libgomp/env.c~  2023-07-27 10:13:08.000000000 +0200
-+++ gcc-13.2.0/libgomp/env.c   2024-01-03 15:32:23.542720713 +0100
-@@ -2059,6 +2059,7 @@
-   none = gomp_get_initial_icv_item (GOMP_DEVICE_NUM_FOR_NO_SUFFIX);
-   initialize_icvs (&none->icvs);
- 
-+  if ( environ )
-   for (env = environ; *env != 0; env++)
-     {
-       if (!startswith (*env, "OMP_"))
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gcc.git/commitdiff/12db7ad70ed324a1d71c290d2deb9aa8881f95a9

_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to