diff -Nru gcc-12-cross-5ubuntu2.3/debian/changelog gcc-12-cross-5ubuntu2.4/debian/changelog --- gcc-12-cross-5ubuntu2.3/debian/changelog 2022-11-04 10:28:43.000000000 +0000 +++ gcc-12-cross-5ubuntu2.4/debian/changelog 2023-05-15 10:15:49.000000000 +0000 @@ -1,8 +1,8 @@ -gcc-12-cross (5ubuntu2.3) jammy-proposed; urgency=medium +gcc-12-cross (5ubuntu2.4) jammy-proposed; urgency=medium - * SRU: LP: #1995499. Backport GCC 12.2.0 to 22.04 LTS. + * SRU: LP: #1995499: Backport GCC 12.3.0 to Ubuntu 22.04 LTS. - -- Matthias Klose Fri, 04 Nov 2022 11:28:43 +0100 + -- Matthias Klose Mon, 15 May 2023 12:15:49 +0200 gcc-12-cross (5ubuntu2.2) jammy-proposed; urgency=medium diff -Nru gcc-12-cross-5ubuntu2.3/debian/control gcc-12-cross-5ubuntu2.4/debian/control --- gcc-12-cross-5ubuntu2.3/debian/control 2022-11-04 10:28:43.000000000 +0000 +++ gcc-12-cross-5ubuntu2.4/debian/control 2023-05-15 10:15:49.000000000 +0000 @@ -4,8 +4,8 @@ Maintainer: Debian GCC Maintainers Uploaders: Matthias Klose Standards-Version: 4.6.0 -Build-Depends: gcc-12-source (>= 12.2.0-0~), - gcc-12-base (>= 12.2.0-0~), +Build-Depends: gcc-12-source (>= 12.3.0-1~), + gcc-12-base (>= 12.3.0-1~), binutils-multiarch (>= 2.37-5), autoconf2.69, bison (>= 1:2.3), chrpath, debhelper (>= 9), dpkg-dev (>= 1.14.15), flex, gawk, gettext, diff -Nru gcc-12-cross-5ubuntu2.3/debian/rules gcc-12-cross-5ubuntu2.4/debian/rules --- gcc-12-cross-5ubuntu2.3/debian/rules 2022-11-04 10:28:43.000000000 +0000 +++ gcc-12-cross-5ubuntu2.4/debian/rules 2023-05-15 10:15:49.000000000 +0000 @@ -15,8 +15,8 @@ GCC_VER := $(shell dpkg-parsechangelog |egrep ^Source:|cut -f2 -d' '|cut -f2 -d'-') ifeq ($(GCC_VER),12) - MIN_VER_GCC := 12.2.0-0~ - PPA_VER_GCC := 12.2.0-0~ + MIN_VER_GCC := 12.3.0-1~ + PPA_VER_GCC := 12.3.0-1~ endif ifeq ($(GCC_VER),11)