Hello community, here is the log from the commit of package alsa for openSUSE:Factory checked in at 2019-03-25 09:47:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/alsa (Old) and /work/SRC/openSUSE:Factory/.alsa.new.25356 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "alsa" Mon Mar 25 09:47:16 2019 rev:188 rq:686495 version:1.1.8 Changes: -------- --- /work/SRC/openSUSE:Factory/alsa/alsa.changes 2019-01-15 13:15:04.252419260 +0100 +++ /work/SRC/openSUSE:Factory/.alsa.new.25356/alsa.changes 2019-03-25 09:47:17.580013700 +0100 @@ -1,0 +2,6 @@ +Sun Mar 17 18:27:59 UTC 2019 - Jan Engelhardt <[email protected]> + +- Replace unspecific historic boilerplate summaries, + and replace $RPM_* shell vars. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ alsa.spec ++++++ --- /var/tmp/diff_new_pack.MMyj8w/_old 2019-03-25 09:47:20.192013323 +0100 +++ /var/tmp/diff_new_pack.MMyj8w/_new 2019-03-25 09:47:20.240013316 +0100 @@ -77,7 +77,7 @@ on your Linux box. To set it up, run yast2 or alsaconf. %package devel -Summary: Include Files and Libraries mandatory for Development +Summary: Header files for ALSA development License: LGPL-2.1-or-later Group: Development/Libraries/C and C++ Requires: glibc-devel @@ -88,10 +88,10 @@ %description devel This package contains all necessary include files and libraries needed -to develop applications that require these. +to develop applications that require ALSA. %package docs -Summary: Additional Package Documentation +Summary: Additional Package Documentation for ALSA License: GPL-2.0-or-later Group: Documentation/Other %if 0%{?suse_version} > 1110 @@ -197,15 +197,15 @@ # mkdir -p -m 755 %{buildroot}%{_fillupdir} mkdir -p -m 755 %{buildroot}%{_sysconfdir}/sysconfig -install -m 644 $RPM_SOURCE_DIR/sysconfig.sound %{buildroot}%{_fillupdir} +install -m 644 %{_sourcedir}/sysconfig.sound %{buildroot}%{_fillupdir} %if 0%{?suse_version} <= 1310 -install -m 644 $RPM_SOURCE_DIR/sysconfig.joystick %{buildroot}%{_fillupdir} +install -m 644 %{_sourcedir}/sysconfig.joystick %{buildroot}%{_fillupdir} %endif # # documents # mkdir -p %{buildroot}%{_docdir}/%{name} -cp $RPM_SOURCE_DIR/README* %{buildroot}%{_docdir}/%{name} +cp %{_sourcedir}/README* %{buildroot}%{_docdir}/%{name} %if 0%{?suse_version} < 1200 cp COPYING %{buildroot}%{_docdir}/%{name} %endif
