From 4375229d5759e06e2f8c5db26c19d24540f0b207 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 19:13:24 +0100 Subject: [PATCH] automatic version update by autodist [release 1.2-1mamba;Sat Sep 02 2023] --- webrtc-audio-processing-1.1-i586-march-native.patch | 10 ---------- webrtc-audio-processing-1.2-i586-march-native.patch | 10 ++++++++++ webrtc-audio-processing.spec | 7 +++++-- 3 files changed, 15 insertions(+), 12 deletions(-) delete mode 100644 webrtc-audio-processing-1.1-i586-march-native.patch create mode 100644 webrtc-audio-processing-1.2-i586-march-native.patch diff --git a/webrtc-audio-processing-1.1-i586-march-native.patch b/webrtc-audio-processing-1.1-i586-march-native.patch deleted file mode 100644 index d393c32..0000000 --- a/webrtc-audio-processing-1.1-i586-march-native.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- webrtc-audio-processing-1.1/meson.build.orig 2023-06-24 15:52:29.162999046 +0200 -+++ webrtc-audio-processing-1.1/meson.build 2023-06-24 15:52:43.254917884 +0200 -@@ -61,6 +61,7 @@ - dependency('absl_synchronization'), - ] - -+os_cflags = ['-march=native'] - if ['darwin', 'ios'].contains(host_system) - os_cflags = ['-DWEBRTC_MAC'] - if host_system == 'ios' diff --git a/webrtc-audio-processing-1.2-i586-march-native.patch b/webrtc-audio-processing-1.2-i586-march-native.patch new file mode 100644 index 0000000..45afda1 --- /dev/null +++ b/webrtc-audio-processing-1.2-i586-march-native.patch @@ -0,0 +1,10 @@ +--- webrtc-audio-processing-1.2/meson.build.orig 2023-09-02 20:49:08.000000000 +0200 ++++ webrtc-audio-processing-1.2/meson.build 2023-09-10 15:05:36.552080442 +0200 +@@ -74,6 +74,7 @@ + install_headers(headers, preserve_path: true) + endif + ++os_cflags = ['-march=native'] + if ['darwin', 'ios'].contains(host_system) + os_cflags = ['-DWEBRTC_MAC'] + if host_system == 'ios' diff --git a/webrtc-audio-processing.spec b/webrtc-audio-processing.spec index 86f663b..a636185 100644 --- a/webrtc-audio-processing.spec +++ b/webrtc-audio-processing.spec @@ -1,6 +1,6 @@ %define apiver %(echo %version | cut -d. -f1) Name: webrtc-audio-processing -Version: 1.1 +Version: 1.2 Release: 1mamba Summary: FreeDesktop implementation of the Audio Processing module from the WebRTC project Group: Applications/Multimedia @@ -10,7 +10,7 @@ Packager: Silvan Calarco URL: https://www.freedesktop.org/software/pulseaudio/webrtc-audio-processing/ Source: https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing.git/v%{version}/webrtc-audio-processing-%{version}.tar.bz2 Patch0: webrtc-audio-processing-0.3.1-fix-typedefs-on-other-arches.patch -Patch1: webrtc-audio-processing-1.1-i586-march-native.patch +Patch1: webrtc-audio-processing-1.2-i586-march-native.patch License: BSD ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -85,6 +85,9 @@ This package contains libraries and header files for developing applications tha %doc NEWS README README.md %changelog +* Sat Sep 02 2023 Automatic Build System 1.2-1mamba +- automatic version update by autodist + * Wed Jun 07 2023 Automatic Build System 1.1-1mamba - automatic version update by autodist