diff -Nru openblas-0.3.20+ds/debian/changelog openblas-0.3.20+ds/debian/changelog --- openblas-0.3.20+ds/debian/changelog 2022-05-21 20:25:13.000000000 +0000 +++ openblas-0.3.20+ds/debian/changelog 2022-05-27 14:39:26.000000000 +0000 @@ -1,3 +1,11 @@ +openblas (0.3.20+ds-2+rpi1) bookworm-staging; urgency=medium + + [changes brought forward from 0.2.15-1+rpi1 by Peter Michael Green at Fri, 11 Mar 2016 23:39:32 +0000] + * Disable arm-gcc-flags.patch which was enforcing gcc flags that are wrong + for raspbian. + + -- Raspbian forward porter Fri, 27 May 2022 14:39:26 +0000 + openblas (0.3.20+ds-2) unstable; urgency=medium * Remove deprecated xCOMBSSQ lapack routines. (Closes: #1011386) diff -Nru openblas-0.3.20+ds/debian/patches/auto-0.3.7+ds-1+rpi1-e5cdb5bc2fdbe4ed5849a311d639ae1e43ddffb5-1566623053 openblas-0.3.20+ds/debian/patches/auto-0.3.7+ds-1+rpi1-e5cdb5bc2fdbe4ed5849a311d639ae1e43ddffb5-1566623053 --- openblas-0.3.20+ds/debian/patches/auto-0.3.7+ds-1+rpi1-e5cdb5bc2fdbe4ed5849a311d639ae1e43ddffb5-1566623053 1970-01-01 00:00:00.000000000 +0000 +++ openblas-0.3.20+ds/debian/patches/auto-0.3.7+ds-1+rpi1-e5cdb5bc2fdbe4ed5849a311d639ae1e43ddffb5-1566623053 2022-05-27 14:39:26.000000000 +0000 @@ -0,0 +1,44 @@ +From: Raspbian forward porter +Subject: Automatically generated patch (0.3.7+ds-1+rpi1) + +Last (up to) 3 git changes, FYI: + +commit e5cdb5bc2fdbe4ed5849a311d639ae1e43ddffb5 +Merge: c514376 51be127 +Author: Raspbian automatic forward porter +Date: Sat Aug 24 06:04:09 2019 +0100 + + Merge version 0.3.6+ds-1+rpi1 and 0.3.7+ds-1 to produce 0.3.7+ds-1+rpi1 + +commit 51be127fefff977e35950b127f4f642b9661d64b +Merge: 792daf6 51c9282 +Author: Sébastien Villemot +Date: Tue Aug 20 16:52:34 2019 +0100 + + Merge openblas (0.3.7+ds-1) import into refs/heads/workingbranch + +commit 792daf6d1ad1dca6d81a262dcf1d72dc96e0464d +Author: Debian Science Team +Date: Tue Aug 20 16:52:34 2019 +0100 + + dgemm-test-without-lapacke + + + Gbp-Pq: Name dgemm-test-without-lapacke.patch +--- + +Index: tempdefuzz/Makefile.arm +=================================================================== +--- tempdefuzz.orig/Makefile.arm ++++ tempdefuzz/Makefile.arm +@@ -9,8 +9,8 @@ endif + endif + + ifeq ($(CORE), ARMV6) +-CCOMMON_OPT += -mfpu=vfp +-FCOMMON_OPT += -mfpu=vfp ++CCOMMON_OPT += -mfpu=vfp -march=armv6 ++FCOMMON_OPT += -mfpu=vfp -march=armv6 + endif + + ifdef HAVE_NEON diff -Nru openblas-0.3.20+ds/debian/patches/series openblas-0.3.20+ds/debian/patches/series --- openblas-0.3.20+ds/debian/patches/series 2022-05-21 20:24:47.000000000 +0000 +++ openblas-0.3.20+ds/debian/patches/series 2022-05-27 14:39:26.000000000 +0000 @@ -1,7 +1,7 @@ -arm-gcc-flags.patch kfreebsd.patch remove-openmp-warning.patch no-embedded-lapack.patch shared-blas-lapack.patch matgen-symbols-not-included.patch combssq-deprecate.patch +auto-0.3.7+ds-1+rpi1-e5cdb5bc2fdbe4ed5849a311d639ae1e43ddffb5-1566623053