Hello community, here is the log from the commit of package alsa for openSUSE:Factory checked in at 2019-05-14 13:13:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/alsa (Old) and /work/SRC/openSUSE:Factory/.alsa.new.5148 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "alsa" Tue May 14 13:13:13 2019 rev:191 rq:701995 version:1.1.9 Changes: -------- --- /work/SRC/openSUSE:Factory/alsa/alsa.changes 2019-04-26 22:43:30.597672363 +0200 +++ /work/SRC/openSUSE:Factory/.alsa.new.5148/alsa.changes 2019-05-14 13:13:14.916777650 +0200 @@ -1,0 +2,26 @@ +Fri May 10 13:00:38 CEST 2019 - [email protected] + +- Re-enable LTO (bsc#1133086); + we need to pass -flto-partition=none as a workaround + +------------------------------------------------------------------- +Fri May 10 11:42:23 CEST 2019 - [email protected] + +- Update to version 1.1.9: including previous fixes + See https://www.alsa-project.org/wiki/Changes_v1.1.8_v1.1.9 + for detailed changes +- Dropped obsoleted patches: + 0001-pcm-Preserve-period_event-in-snd_pcm_hw_sw_params-ca.patch + 0004-ucm-Add-ucm-files-for-DB820c-board.patch + 0005-ucm-bytcr-PlatformEnableSeq.conf-update-some-comment.patch + 0006-pcm-dshare-Fix-overflow-when-slave_hw_ptr-rolls-over.patch + 0007-test-latency-use-frame-bytes-correctly-in-writebuf.patch + 0008-conf-pcm-dmix-add-CHANNELS-argument.patch + 0009-Android-avoid-using-versionsort.patch + 0010-pcm-add-the-missing-strings.h-include.patch + 0011-alisp-add-the-missing-include.patch + 0012-add-snd_strlcpy-and-use-it-everywhere.patch + 0013-pcm-rate-plugin-fix-signess-in-snd_pcm_rate_avail_up.patch + 0014-Drop-I-includedir-alsa-from-alsa.pc.patch + +------------------------------------------------------------------- Old: ---- 0001-pcm-Preserve-period_event-in-snd_pcm_hw_sw_params-ca.patch 0004-ucm-Add-ucm-files-for-DB820c-board.patch 0005-ucm-bytcr-PlatformEnableSeq.conf-update-some-comment.patch 0006-pcm-dshare-Fix-overflow-when-slave_hw_ptr-rolls-over.patch 0007-test-latency-use-frame-bytes-correctly-in-writebuf.patch 0008-conf-pcm-dmix-add-CHANNELS-argument.patch 0009-Android-avoid-using-versionsort.patch 0010-pcm-add-the-missing-strings.h-include.patch 0011-alisp-add-the-missing-include.patch 0012-add-snd_strlcpy-and-use-it-everywhere.patch 0013-pcm-rate-plugin-fix-signess-in-snd_pcm_rate_avail_up.patch 0014-Drop-I-includedir-alsa-from-alsa.pc.patch alsa-lib-1.1.8.tar.bz2 New: ---- alsa-lib-1.1.9.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ alsa.spec ++++++ --- /var/tmp/diff_new_pack.orp54b/_old 2019-05-14 13:13:15.848779990 +0200 +++ /var/tmp/diff_new_pack.orp54b/_new 2019-05-14 13:13:15.868780041 +0200 @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -24,8 +24,9 @@ %if 0%{?suse_version} < 1200 %define _udevrulesdir /lib/udev/rules.d/ %endif + Name: alsa -Version: 1.1.8 +Version: 1.1.9 Release: 0 Summary: Advanced Linux Sound Architecture License: LGPL-2.1-or-later @@ -49,18 +50,6 @@ Source40: 50-alsa.conf Source41: install-snd-module # upstream fixes -Patch1: 0001-pcm-Preserve-period_event-in-snd_pcm_hw_sw_params-ca.patch -Patch4: 0004-ucm-Add-ucm-files-for-DB820c-board.patch -Patch5: 0005-ucm-bytcr-PlatformEnableSeq.conf-update-some-comment.patch -Patch6: 0006-pcm-dshare-Fix-overflow-when-slave_hw_ptr-rolls-over.patch -Patch7: 0007-test-latency-use-frame-bytes-correctly-in-writebuf.patch -Patch8: 0008-conf-pcm-dmix-add-CHANNELS-argument.patch -Patch9: 0009-Android-avoid-using-versionsort.patch -Patch10: 0010-pcm-add-the-missing-strings.h-include.patch -Patch11: 0011-alisp-add-the-missing-include.patch -Patch12: 0012-add-snd_strlcpy-and-use-it-everywhere.patch -Patch13: 0013-pcm-rate-plugin-fix-signess-in-snd_pcm_rate_avail_up.patch -Patch14: 0014-Drop-I-includedir-alsa-from-alsa.pc.patch # rest suse fixes Patch101: alsa-lib-ignore-non-accessible-ALSA_CONFIG_PATH.patch Source101: chtcx2072x.conf @@ -127,22 +116,11 @@ %prep %setup -q -n alsa-lib-%{version} -%patch1 -p1 -%patch4 -p1 -%patch5 -p1 -%patch6 -p1 -%patch7 -p1 -%patch8 -p1 -%patch9 -p1 -%patch10 -p1 -%patch11 -p1 -%patch12 -p1 -%patch13 -p1 -%patch14 -p1 %patch101 -p1 %build -%define _lto_cflags %{nil} +# need the extra option for some workround (bsc#1133086) +%global _lto_cflags %{_lto_cflags} -flto-partition=none export AUTOMAKE_JOBS="%{?_smp_mflags}" # build alsa-lib autoreconf -fi ++++++ alsa-lib-1.1.8.tar.bz2 -> alsa-lib-1.1.9.tar.bz2 ++++++ ++++ 74905 lines of diff (skipped)
