Merge version 2.5.1-2+rpi1 and 2.5.2-1 to produce 2.5.2-1+rpi1 archive/raspbian/2.5.2-1+rpi1 raspbian/2.5.2-1+rpi1
authorRaspbian automatic forward porter <root@raspbian.org>
Tue, 13 Sep 2022 03:28:13 +0000 (04:28 +0100)
committerRaspbian automatic forward porter <root@raspbian.org>
Tue, 13 Sep 2022 03:28:13 +0000 (04:28 +0100)
1  2 
debian/changelog
debian/control
debian/patches/series
lib/CMakeLists.txt

index f911d00f500704e9b36689f82162797dda3f1864,fd285e17db506dd782982e3152aa747f47f9b72f..2987f605a41fb0c80cb70d9d7ec868db972244e2
@@@ -1,12 -1,17 +1,27 @@@
- volk (2.5.1-2+rpi1) bookworm-staging; urgency=medium
++volk (2.5.2-1+rpi1) bookworm-staging; urgency=medium
 +
 +  [changes brought forward from 1.1-1+rpi1 by Peter Michael Green <plugwash@raspbian.org> at Sun, 20 Sep 2015 20:30:19 +0000]
 +  * Disable neon.
 +
 +  [changes introduced in 2.1.0-2+rpi1 by Peter Michael Green]
 +  * Add bulid-depends-indep on texlive-latex-extra.
 +
-  -- Raspbian forward porter <root@raspbian.org>  Mon, 18 Apr 2022 14:46:27 +0000
++ -- Raspbian forward porter <root@raspbian.org>  Tue, 13 Sep 2022 03:28:13 +0000
++
+ volk (2.5.2-1) unstable; urgency=medium
+   * New upstream release.
+   * volk_8u_x4_conv_k7_r2_8u
+     - Add NEON implementation `neonspiral` via `sse2neon.h`
+   * Fixes
+     - Fix out-of-bounds reads
+     - Fix broken neon kernels
+     - Fix float to int conversion
+   * CMake
+     - Suppress superfluous warning
+     - Fix Python install path calculation and documentation
+  -- A. Maitland Bottoms <bottoms@debian.org>  Sun, 04 Sep 2022 12:00:56 -0400
  
  volk (2.5.1-2) unstable; urgency=medium
  
diff --cc debian/control
index bde2f316303500a0714a6cafe6d17618ef92b714,a2d9627c3fc7c2a21fb04cd6fb887d3179780b11..ec1d875cd182f958acd5a5a42860f334c6d9e149
@@@ -9,8 -9,8 +9,8 @@@ Build-Depends: cmake
                 libcpu-features-dev [amd64 arm64 armel armhf i386 mips64el mipsel powerpc ppc64 ppc64el x32],
               python3-dev,
               python3-mako
 -Build-Depends-Indep: doxygen, graphviz
 +Build-Depends-Indep: doxygen, graphviz, texlive-latex-extra,
- Standards-Version: 4.6.0
+ Standards-Version: 4.6.1
  Rules-Requires-Root: no
  Homepage: https://libvolk.org
  Vcs-Browser: https://salsa.debian.org/bottoms/pkg-volk
index 4e2f095242791812e547f57e517f78e901e04823,f5336f8eb6bdbd1cf7bac9d07067ddde88eedea9..676d18910569ad5d24a6028443acd6a69e0cbddf
@@@ -2,5 -2,6 +2,7 @@@ make-acc-happ
  optional-static-apps
  skip-cpu_features-on-kfreebsd
  remove-external-HTML-resources
- volkpython-use-posix-prefix-scheme
+ omit-build-paths
+ omit-doxygen-build-paths
+ update-doxygen
 +disable-neon
Simple merge