Hello community, here is the log from the commit of package alsa-utils for openSUSE:Factory checked in at 2018-04-10 09:51:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/alsa-utils (Old) and /work/SRC/openSUSE:Factory/.alsa-utils.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "alsa-utils" Tue Apr 10 09:51:18 2018 rev:111 rq:594639 version:1.1.6 Changes: -------- --- /work/SRC/openSUSE:Factory/alsa-utils/alsa-utils.changes 2017-12-23 12:18:42.681850678 +0100 +++ /work/SRC/openSUSE:Factory/.alsa-utils.new/alsa-utils.changes 2018-04-10 09:51:21.574662915 +0200 @@ -1,0 +2,21 @@ +Wed Apr 4 14:57:35 CEST 2018 - [email protected] + +- Avoid %license tag for old distros to fix builds + +------------------------------------------------------------------- +Wed Apr 4 08:39:33 CEST 2018 - [email protected] + +- Updated to alsa-utils 1.1.6: + * Change FSF address (Franklin Street) + * aplay: Adjust sample rate limits to support newer hardware + * alsactl: Only start restore service when asoundrc file exists + * alsaloop: fix a typo in the comparison + * speaker-test: Refactor the tone-generator codes + * aplay: Fix wav file not being split on 32 bit platforms + * bat: alsa.c - move the thread cleanup pop before goto exit3 +- Remove obsoleted patches: + 0001-aplay-Adjust-sample-rate-limits-to-support-newer-har.patch + 0002-alsactl-Only-start-restore-service-when-asoundrc-fil.patch +- Use %license file tag + +------------------------------------------------------------------- Old: ---- 0001-aplay-Adjust-sample-rate-limits-to-support-newer-har.patch 0002-alsactl-Only-start-restore-service-when-asoundrc-fil.patch alsa-utils-1.1.5.tar.bz2 New: ---- alsa-utils-1.1.6.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ alsa-utils.spec ++++++ --- /var/tmp/diff_new_pack.hMNQwd/_old 2018-04-10 09:51:22.726621174 +0200 +++ /var/tmp/diff_new_pack.hMNQwd/_new 2018-04-10 09:51:22.734620884 +0200 @@ -1,7 +1,7 @@ # # spec file for package alsa-utils # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,8 +16,6 @@ # -%define package_version 1.1.5 -# %if 0%{?suse_version} > 1130 %define use_systemd 1 %define use_varlib 1 @@ -35,16 +33,14 @@ %define _udevdir /lib/udev %endif Name: alsa-utils -Version: 1.1.5 +Version: 1.1.6 Release: 0 Summary: Advanced Linux Sound Architecture Utilities -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Productivity/Multimedia/Sound/Players Url: http://www.alsa-project.org/ -Source: ftp://ftp.alsa-project.org/pub/utils/alsa-utils-%{package_version}.tar.bz2 +Source: ftp://ftp.alsa-project.org/pub/utils/alsa-utils-%{version}.tar.bz2 Source1: 01beep.conf -Patch1: 0001-aplay-Adjust-sample-rate-limits-to-support-newer-har.patch -Patch2: 0002-alsactl-Only-start-restore-service-when-asoundrc-fil.patch BuildRequires: alsa-devel BuildRequires: automake BuildRequires: fftw3-devel @@ -78,11 +74,9 @@ and test audio before and after PM state changes. %prep -%setup -q -n %{name}-%{package_version} +%setup -q # fix stupid automake's automatic action sed -i -e's/EXTRA_DIST= config.rpath /EXTRA_DIST=/' Makefile.am -%patch1 -p1 -%patch2 -p1 %build export AUTOMAKE_JOBS="%{?_smp_mflags}" @@ -115,7 +109,12 @@ %files -f %{name}.lang %defattr(-, root, root) -%doc COPYING ChangeLog INSTALL README TODO +%if 0%{?suse_version} >= 1200 +%license COPYING +%else +%doc COPYING +%endif +%doc ChangeLog INSTALL README TODO %doc seq/aconnect/README* %doc seq/aseqnet/README* %{_mandir}/man*/* @@ -137,6 +136,11 @@ %files -n alsabat %defattr(-, root, root) +%if 0%{?suse_version} >= 1200 +%license COPYING +%else +%doc COPYING +%endif %{_bindir}/alsabat %{_mandir}/man*/alsabat.* ++++++ alsa-utils-1.1.5.tar.bz2 -> alsa-utils-1.1.6.tar.bz2 ++++++ ++++ 2571 lines of diff (skipped)
