Hello community, here is the log from the commit of package alsa for openSUSE:Factory checked in at 2018-04-10 09:51:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/alsa (Old) and /work/SRC/openSUSE:Factory/.alsa.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "alsa" Tue Apr 10 09:51:07 2018 rev:183 rq:594638 version:1.1.6 Changes: -------- --- /work/SRC/openSUSE:Factory/alsa/alsa.changes 2018-03-04 11:53:07.389021773 +0100 +++ /work/SRC/openSUSE:Factory/.alsa.new/alsa.changes 2018-04-10 09:51:12.374996259 +0200 @@ -1,0 +2,57 @@ +Wed Apr 4 14:14:10 CEST 2018 - [email protected] + +- Avoid the use of license tag for old distros for fixing build + +------------------------------------------------------------------- +Wed Apr 4 08:28:28 CEST 2018 - [email protected] + +- Updated to alsa-lib 1.1.6: + * Change FSF address (Franklin Street) + * pcm: route: Fix use_getput flag computation for 3 byte formats + * test: correct emulation for channel-map TLV + * Change snd_dlopen() function to return the error string + * configure.ac: build extra mixer modules conditionally + * configure.ac: do not enable alisp code by default + * conf/ucm: Rearrange Makefile.am + * conf/ucm: Add dual HD-audio codecs config for Lenovo + * conf/ucm: Add Gigabyte mobo UCM profile with dual HD-audio codecs + * asound.h: add SNDRV_PCM_FORMAT_{S, U}20 + * pcm: add and describe SND_PCM_FORMAT_{S, U}20 + * pcm: linear, route: handle linear formats with 20-bit sample on 4 bytes + * pcm: plug: add SND_PCM_FORMAT_{S, U}20 to linear_preferred_formats + * pcm: remove unused macros of COPY_LABELS/COPY_END + * pcm: remove unused macros of GETU_LABELS/GETU_END + * pcm: remove unused macros of NORMS_LABELS/NORMS_END + * pcm: fix wrong comments for some cases of linear interpolation of PCM samples + * topology: Fix to skip writing of header for compound elements + * control: Proper reference of internal versioned functions + * timer: Proper reference of internal versioned symbols + * core: Proper reference of internal snd_dlopen() + * conf/ucm: Add chtrt5645-mono-speaker-analog-mic configuration + * pcm: Return the consistent error code for unexpected PCM states + * pcm: Fix two bugs in snd_pcm_area_silence() + * pcm: fix a bug to copy silent samples aligned to 64 + * pcm: another fix for the snd_pcm_area_silence() fast path + * pcm: ioplug: Use boundary for wrap around + * pcm: Do not access lock_enabled if thread safe API + * pcm: ioplug: Provide hw_avail helper function for plugins + * pcm: Provide areas_copy function which handles buffer wrap around + * pcm: ioplug: update prepare and draining state correctly + * topology: Fix parsing config with multiple hw_configs + * pcm: hw: Keep control data from kernel when SND_PCM_APPEND + * control ext: fix the default .rawmidi_next_device callback + * modules: smixer_python - add support for python3 + * a set of fixes to reduce gcc warnings + * pcm: Skip avail_min check during draining + * pcm: ioplug: Implement proper drain behavior + * conf: USB-Audio: Add second S/PDIF device on Phiree U2SX +- Remove obsoleted patches: + 0001-pcm-route-Fix-use_getput-flag-computation-for-3-byte.patch + 0002-conf-ucm-Rearrange-Makefile.am.patch + 0003-conf-ucm-Add-dual-HD-audio-codecs-config-for-Lenovo.patch + 0004-conf-ucm-Add-Gigabyte-mobo-UCM-profile-with-dual-HD-.patch + 0005-conf-ucm-Add-chtrt5645-mono-speaker-analog-mic-confi.patch + 0006-pcm-Return-the-consistent-error-code-for-unexpected-.patch +- Use %license file tag + +------------------------------------------------------------------- Old: ---- 0001-pcm-route-Fix-use_getput-flag-computation-for-3-byte.patch 0002-conf-ucm-Rearrange-Makefile.am.patch 0003-conf-ucm-Add-dual-HD-audio-codecs-config-for-Lenovo.patch 0004-conf-ucm-Add-Gigabyte-mobo-UCM-profile-with-dual-HD-.patch 0005-conf-ucm-Add-chtrt5645-mono-speaker-analog-mic-confi.patch 0006-pcm-Return-the-consistent-error-code-for-unexpected-.patch alsa-lib-1.1.5.tar.bz2 New: ---- alsa-lib-1.1.6.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ alsa.spec ++++++ --- /var/tmp/diff_new_pack.6xVxyY/_old 2018-04-10 09:51:15.614878864 +0200 +++ /var/tmp/diff_new_pack.6xVxyY/_new 2018-04-10 09:51:15.618878719 +0200 @@ -21,12 +21,12 @@ %define _fillupdir /var/adm/fillup-templates %endif -%define package_version 1.1.5 +%define package_version 1.1.6 %if 0%{?suse_version} < 1200 %define _udevrulesdir /lib/udev/rules.d/ %endif Name: alsa -Version: 1.1.5 +Version: 1.1.6 Release: 0 Summary: Advanced Linux Sound Architecture License: LGPL-2.1-or-later @@ -50,12 +50,6 @@ Source40: 50-alsa.conf Source41: install-snd-module # upstream fixes -Patch1: 0001-pcm-route-Fix-use_getput-flag-computation-for-3-byte.patch -Patch2: 0002-conf-ucm-Rearrange-Makefile.am.patch -Patch3: 0003-conf-ucm-Add-dual-HD-audio-codecs-config-for-Lenovo.patch -Patch4: 0004-conf-ucm-Add-Gigabyte-mobo-UCM-profile-with-dual-HD-.patch -Patch5: 0005-conf-ucm-Add-chtrt5645-mono-speaker-analog-mic-confi.patch -Patch6: 0006-pcm-Return-the-consistent-error-code-for-unexpected-.patch # rest suse fixes Source101: chtcx2072x.conf Source102: chtcx2072x-HiFi.conf @@ -123,12 +117,6 @@ %prep %setup -q -n alsa-lib-%{package_version} -%patch1 -p1 -%patch2 -p1 -%patch3 -p1 -%patch4 -p1 -%patch5 -p1 -%patch6 -p1 %build export AUTOMAKE_JOBS="%{?_smp_mflags}" @@ -223,8 +211,11 @@ # mkdir -p %{buildroot}%{_docdir}/%{name} cp $RPM_SOURCE_DIR/README* %{buildroot}%{_docdir}/%{name} +%if 0%{?suse_version} < 1200 +cp COPYING %{buildroot}%{_docdir}/%{name} +%endif mkdir -p %{buildroot}%{_docdir}/%{name}/alsa-lib -cp COPYING ChangeLog INSTALL TODO MEMORY-LEAK %{buildroot}%{_docdir}/%{name}/alsa-lib +cp ChangeLog INSTALL TODO MEMORY-LEAK %{buildroot}%{_docdir}/%{name}/alsa-lib cp doc/asoundrc.txt %{buildroot}%{_docdir}/%{name}/alsa-lib %post @@ -253,6 +244,9 @@ %files %defattr(-, root, root) %doc %{_docdir}/%{name} +%if 0%{?suse_version} >= 1200 +%license COPYING +%endif %if 0%{?suse_version} <= 1310 %{_initddir}/* %endif ++++++ alsa-lib-1.1.5.tar.bz2 -> alsa-lib-1.1.6.tar.bz2 ++++++ ++++ 8977 lines of diff (skipped)
