Hello community, here is the log from the commit of package a52dec for openSUSE:Factory checked in at 2017-07-17 09:03:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/a52dec (Old) and /work/SRC/openSUSE:Factory/.a52dec.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "a52dec" Mon Jul 17 09:03:39 2017 rev:2 rq:510543 version:0.7.5+svn613 Changes: -------- --- /work/SRC/openSUSE:Factory/a52dec/a52dec.changes 2017-04-18 13:51:15.867115013 +0200 +++ /work/SRC/openSUSE:Factory/.a52dec.new/a52dec.changes 2017-07-17 09:03:45.846418983 +0200 @@ -1,0 +2,8 @@ +Sat Jul 15 21:49:12 UTC 2017 - [email protected] + +- Drop a52dec-compat.diff and mm_accel.h source, not needed with + the svn checkout we are using. +- Pass --enable-shared to configure, ensure we build the shared + library. + +------------------------------------------------------------------- Old: ---- a52dec-compat.diff mm_accel.h ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ a52dec.spec ++++++ --- /var/tmp/diff_new_pack.yTO3xL/_old 2017-07-17 09:03:46.438335628 +0200 +++ /var/tmp/diff_new_pack.yTO3xL/_new 2017-07-17 09:03:46.442335065 +0200 @@ -28,9 +28,7 @@ Group: Productivity/Multimedia/Sound/Utilities Url: http://liba52.sourceforge.net/ Source: %{name}-%{version}.tar.gz -Source1: mm_accel.h Source2: baselibs.conf -Patch0: %{name}-compat.diff BuildRequires: libtool BuildRequires: pkgconfig Requires: %{libname} = %{version} @@ -68,16 +66,14 @@ %prep %setup -q -%patch0 -p1 %build autoreconf -fi -%configure --disable-static +%configure --disable-static --enable-shared make %{?_smp_mflags} %install %make_install -install -m 644 %{SOURCE1} %{buildroot}%{_includedir}/a52dec/ find %{buildroot} -type f -name "*.la" -delete -print %post -n %{libname} -p /sbin/ldconfig
