Hello community, here is the log from the commit of package alsa-oss for openSUSE:Factory checked in at 2018-04-20 17:24:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/alsa-oss (Old) and /work/SRC/openSUSE:Factory/.alsa-oss.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "alsa-oss" Fri Apr 20 17:24:54 2018 rev:29 rq:594633 version:1.1.6 Changes: -------- --- /work/SRC/openSUSE:Factory/alsa-oss/alsa-oss.changes 2014-06-25 06:57:42.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.alsa-oss.new/alsa-oss.changes 2018-04-20 17:24:58.516318619 +0200 @@ -1,0 +2,13 @@ +Wed Apr 4 12:20:23 CEST 2018 - [email protected] + +- Remove old kludges +- Run spec-cleaner + +------------------------------------------------------------------- +Wed Apr 4 09:08:31 CEST 2018 - [email protected] + +- Update to alsa-oss 1.1.6: + * Change FSF address (Franklin Street) +- Use %license file tag + +------------------------------------------------------------------- Old: ---- alsa-oss-1.0.28.tar.bz2 New: ---- alsa-oss-1.1.6.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ alsa-oss.spec ++++++ --- /var/tmp/diff_new_pack.bqSnN1/_old 2018-04-20 17:24:59.108297153 +0200 +++ /var/tmp/diff_new_pack.bqSnN1/_new 2018-04-20 17:24:59.112297008 +0200 @@ -1,7 +1,7 @@ # # spec file for package alsa-oss # -# Copyright (c) 2014 SUSE LINUX Products 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 @@ -17,31 +17,23 @@ Name: alsa-oss -BuildRequires: alsa-devel -BuildRequires: libtool -%define package_version 1.0.28 +Version: 1.1.6 +Release: 0 Summary: ALSA-OSS Wrapper -License: GPL-2.0+ +License: GPL-2.0-or-later Group: System/Libraries -Version: 1.0.28 -Release: 0 -Source: ftp://ftp.alsa-project.org/pub/oss-lib/alsa-oss-%{package_version}.tar.bz2 -Source2: baselibs.conf -# Patch: alsa-oss-hg-fixes.diff -# upstream fixes Url: http://www.alsa-project.org/ -%ifarch s390x -Recommends: %{name}-32bit = %{version} -%endif -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Source: ftp://ftp.alsa-project.org/pub/oss-lib/alsa-oss-%{version}.tar.bz2 +Source2: baselibs.conf +BuildRequires: alsa-devel +BuildRequires: libtool %description This package contains the wrapper library and script to run OSS applications using ALSA API. %prep -%setup -q -n %{name}-%{package_version} -# %patch -p1 +%setup -q %build autoreconf -fi @@ -49,23 +41,21 @@ make %{?_smp_mflags} %install -make DESTDIR=$RPM_BUILD_ROOT install +%make_install # remove unneeded files -rm -f $RPM_BUILD_ROOT%{_libdir}/*.*a -rm -f $RPM_BUILD_ROOT%{_libdir}/libalsatoss.so -rm -f $RPM_BUILD_ROOT%{_includedir}/* +rm -f %{buildroot}%{_libdir}/*.*a +rm -f %{buildroot}%{_libdir}/libalsatoss.so +rm -f %{buildroot}%{_includedir}/* %post -p /sbin/ldconfig - %postun -p /sbin/ldconfig %files -%defattr(-, root, root) -%doc COPYING +%license COPYING # .so must be in the main package because aoss requires it %{_libdir}/libaoss.so* %{_libdir}/libalsatoss.so.* %{_bindir}/* -%doc %{_mandir}/man*/* +%{_mandir}/man*/* %changelog ++++++ alsa-oss-1.0.28.tar.bz2 -> alsa-oss-1.1.6.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/alsa-oss-1.0.28/COPYING new/alsa-oss-1.1.6/COPYING --- old/alsa-oss-1.0.28/COPYING 2014-06-12 11:33:37.000000000 +0200 +++ new/alsa-oss-1.1.6/COPYING 2018-04-03 09:01:38.000000000 +0200 @@ -2,7 +2,8 @@ Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/alsa-oss-1.0.28/alsa/alsa-oss-emul.h new/alsa-oss-1.1.6/alsa/alsa-oss-emul.h --- old/alsa-oss-1.0.28/alsa/alsa-oss-emul.h 2014-06-12 11:33:37.000000000 +0200 +++ new/alsa-oss-1.1.6/alsa/alsa-oss-emul.h 2018-04-03 09:01:38.000000000 +0200 @@ -16,7 +16,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/alsa-oss-1.0.28/alsa/alsa-oss.c new/alsa-oss-1.1.6/alsa/alsa-oss.c --- old/alsa-oss-1.0.28/alsa/alsa-oss.c 2014-06-12 11:33:37.000000000 +0200 +++ new/alsa-oss-1.1.6/alsa/alsa-oss.c 2018-04-03 09:01:38.000000000 +0200 @@ -16,7 +16,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/alsa-oss-1.0.28/alsa/mixer.c new/alsa-oss-1.1.6/alsa/mixer.c --- old/alsa-oss-1.0.28/alsa/mixer.c 2014-06-12 11:33:37.000000000 +0200 +++ new/alsa-oss-1.1.6/alsa/mixer.c 2018-04-03 09:01:38.000000000 +0200 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/alsa-oss-1.0.28/alsa/pcm.c new/alsa-oss-1.1.6/alsa/pcm.c --- old/alsa-oss-1.0.28/alsa/pcm.c 2014-06-12 11:33:37.000000000 +0200 +++ new/alsa-oss-1.1.6/alsa/pcm.c 2018-04-03 09:01:38.000000000 +0200 @@ -16,7 +16,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/alsa-oss-1.0.28/alsa/stdioemu.c new/alsa-oss-1.1.6/alsa/stdioemu.c --- old/alsa-oss-1.0.28/alsa/stdioemu.c 2014-06-12 11:33:37.000000000 +0200 +++ new/alsa-oss-1.1.6/alsa/stdioemu.c 2018-04-03 09:01:38.000000000 +0200 @@ -15,8 +15,8 @@ You should have received a copy of the GNU Library General Public License along with this library; see the file COPYING.LIB. If not, write to - the Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA Modified to add support for 64 bit fopen by Mike Hearn <[email protected]> */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/alsa-oss-1.0.28/configure new/alsa-oss-1.1.6/configure --- old/alsa-oss-1.0.28/configure 2014-06-13 11:25:17.000000000 +0200 +++ new/alsa-oss-1.1.6/configure 2018-04-03 09:04:08.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for alsa-oss 1.0.28. +# Generated by GNU Autoconf 2.69 for alsa-oss 1.1.6. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -587,8 +587,8 @@ # Identity of this package. PACKAGE_NAME='alsa-oss' PACKAGE_TARNAME='alsa-oss' -PACKAGE_VERSION='1.0.28' -PACKAGE_STRING='alsa-oss 1.0.28' +PACKAGE_VERSION='1.1.6' +PACKAGE_STRING='alsa-oss 1.1.6' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1326,7 +1326,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures alsa-oss 1.0.28 to adapt to many kinds of systems. +\`configure' configures alsa-oss 1.1.6 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1396,7 +1396,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of alsa-oss 1.0.28:";; + short | recursive ) echo "Configuration of alsa-oss 1.1.6:";; esac cat <<\_ACEOF @@ -1509,7 +1509,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -alsa-oss configure 1.0.28 +alsa-oss configure 1.1.6 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1908,7 +1908,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by alsa-oss $as_me 1.0.28, which was +It was created by alsa-oss $as_me 1.1.6, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2732,7 +2732,7 @@ # Define the identity of the package. PACKAGE='alsa-oss' - VERSION='1.0.28' + VERSION='1.1.6' cat >>confdefs.h <<_ACEOF @@ -15778,7 +15778,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by alsa-oss $as_me 1.0.28, which was +This file was extended by alsa-oss $as_me 1.1.6, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -15835,7 +15835,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -alsa-oss config.status 1.0.28 +alsa-oss config.status 1.1.6 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/alsa-oss-1.0.28/configure.ac new/alsa-oss-1.1.6/configure.ac --- old/alsa-oss-1.0.28/configure.ac 2014-06-12 11:33:37.000000000 +0200 +++ new/alsa-oss-1.1.6/configure.ac 2018-04-03 09:01:38.000000000 +0200 @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT(alsa-oss, 1.0.28) +AC_INIT(alsa-oss, 1.1.6) AM_INIT_AUTOMAKE AM_MAINTAINER_MODE([enable]) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/alsa-oss-1.0.28/oss-redir/oss-redir.c new/alsa-oss-1.1.6/oss-redir/oss-redir.c --- old/alsa-oss-1.0.28/oss-redir/oss-redir.c 2014-06-12 11:33:37.000000000 +0200 +++ new/alsa-oss-1.1.6/oss-redir/oss-redir.c 2018-04-03 09:01:38.000000000 +0200 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/alsa-oss-1.0.28/oss-redir/oss-redir.h new/alsa-oss-1.1.6/oss-redir/oss-redir.h --- old/alsa-oss-1.0.28/oss-redir/oss-redir.h 2014-06-12 11:33:37.000000000 +0200 +++ new/alsa-oss-1.1.6/oss-redir/oss-redir.h 2018-04-03 09:01:38.000000000 +0200 @@ -16,7 +16,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */
