diff -Nru gcc-10-cross-mipsen-2+c1ubuntu1.2/debian/changelog gcc-10-cross-mipsen-2+c1ubuntu1.4/debian/changelog --- gcc-10-cross-mipsen-2+c1ubuntu1.2/debian/changelog 2021-05-31 10:03:50.000000000 +0000 +++ gcc-10-cross-mipsen-2+c1ubuntu1.4/debian/changelog 2023-07-10 10:41:53.000000000 +0000 @@ -1,3 +1,15 @@ +gcc-10-cross-mipsen (2+c1ubuntu1.4) focal-proposed; urgency=medium + + * SRU: LP: #1994020: Update 20.04 LTS to the GCC 10.5.0 release. + + -- Matthias Klose Mon, 10 Jul 2023 12:41:53 +0200 + +gcc-10-cross-mipsen (2+c1ubuntu1.3) focal-security; urgency=medium + + * SRU: LP: #1994020: Update to the GCC 10.4.0 release. + + -- Matthias Klose Tue, 25 Oct 2022 11:19:47 +0200 + gcc-10-cross-mipsen (2+c1ubuntu1.2) focal-proposed; urgency=medium * SRU: LP: #1930125. Update to the GCC 10.3.0 release. diff -Nru gcc-10-cross-mipsen-2+c1ubuntu1.2/debian/control gcc-10-cross-mipsen-2+c1ubuntu1.4/debian/control --- gcc-10-cross-mipsen-2+c1ubuntu1.2/debian/control 2021-05-31 10:03:50.000000000 +0000 +++ gcc-10-cross-mipsen-2+c1ubuntu1.4/debian/control 2023-07-10 10:41:53.000000000 +0000 @@ -4,7 +4,7 @@ Maintainer: Debian GCC Maintainers Uploaders: Matthias Klose , YunQiang Su Standards-Version: 4.5.0 -Build-Depends: gcc-10-source (>= 10.3.0-0~), binutils-multiarch (>= 2.34-1), +Build-Depends: gcc-10-source (>= 10.5.0-0~), binutils-multiarch (>= 2.34-1), autoconf2.64, autogen, bison (>= 1:2.3), chrpath, debhelper (>= 9), dpkg-dev (>= 1.14.15), flex, gawk, gettext, gperf (>= 3.0.1), diff -Nru gcc-10-cross-mipsen-2+c1ubuntu1.2/debian/rules gcc-10-cross-mipsen-2+c1ubuntu1.4/debian/rules --- gcc-10-cross-mipsen-2+c1ubuntu1.2/debian/rules 2021-05-31 10:03:50.000000000 +0000 +++ gcc-10-cross-mipsen-2+c1ubuntu1.4/debian/rules 2023-07-10 10:41:53.000000000 +0000 @@ -52,8 +52,8 @@ endif ifeq ($(GCC_VER),10) - MIN_VER_GCC := 10.3.0-0~ - PPA_VER_GCC := 10.3.0-0~ + MIN_VER_GCC := 10.5.0-0~ + PPA_VER_GCC := 10.5.0-0~ endif ifndef MIN_VER_GCC