Hello community, here is the log from the commit of package opus for openSUSE:Factory checked in at 2016-02-11 12:32:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/opus (Old) and /work/SRC/openSUSE:Factory/.opus.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "opus" Changes: -------- --- /work/SRC/openSUSE:Factory/opus/opus.changes 2016-01-23 01:14:35.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.opus.new/opus.changes 2016-02-11 12:32:12.000000000 +0100 @@ -1,0 +2,12 @@ +Wed Jan 27 09:32:12 UTC 2016 - [email protected] + +- Disable SSE2 in SLE_11 due to code or compiler bugs. + +------------------------------------------------------------------- +Tue Jan 26 20:23:12 UTC 2016 - [email protected] + +- Enable tests during package build +- Cleanup spec file with spec-cleaner +- Drop not needed libtool dependency for build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ opus.spec ++++++ --- /var/tmp/diff_new_pack.MRajyc/_old 2016-02-11 12:32:13.000000000 +0100 +++ /var/tmp/diff_new_pack.MRajyc/_new 2016-02-11 12:32:13.000000000 +0100 @@ -17,19 +17,18 @@ # +%define soname 0 Name: opus Version: 1.1.2 Release: 0 -%define soname 0 Summary: Opus Audio Codec Library License: BSD-3-Clause Group: System/Libraries +Url: http://opus-codec.org/ Source: http://downloads.xiph.org/releases/opus/%{name}-%{version}.tar.gz Source99: baselibs.conf -Url: http://opus-codec.org/ +BuildRequires: pkg-config BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: libtool -BuildRequires: pkgconfig %description The Opus codec is designed for interactive speech and audio transmission over @@ -65,31 +64,34 @@ the Internet. It is designed by the IETF Codec Working Group and incorporates technology from Skype's SILK codec and Xiph.Org's CELT codec. - %prep %setup -q %build %configure \ +%if 0%{?suse_version} > 1110 + --enable-intrinsics \ +%else + --disable-intrinsics \ +%endif --disable-silent-rules \ --disable-doc \ - --enable-custom-modes \ - --enable-intrinsics + --enable-custom-modes + +make %{?_smp_mflags} -%__make %{?_smp_mflags} +%check +make %{?_smp_mflags} check %install -%makeinstall +make DESTDIR=%{buildroot} install %{?_smp_mflags} -%__rm -f "%{buildroot}%{_libdir}"/*.la +find %{buildroot} -type f -name "*.la" -delete -print %post -n libopus%{soname} -p /sbin/ldconfig %postun -n libopus%{soname} -p /sbin/ldconfig -%clean -%{?buildroot:%__rm -rf "%{buildroot}"} - %files -n libopus%{soname} %defattr(-,root,root) %doc AUTHORS COPYING README
