Hello community, here is the log from the commit of package chromaprint for openSUSE:Factory checked in at 2014-12-17 19:18:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/chromaprint (Old) and /work/SRC/openSUSE:Factory/.chromaprint.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "chromaprint" Changes: -------- --- /work/SRC/openSUSE:Factory/chromaprint/chromaprint.changes 2013-03-21 10:37:05.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.chromaprint.new/chromaprint.changes 2014-12-17 19:17:06.000000000 +0100 @@ -1,0 +2,21 @@ +Wed Dec 10 16:08:21 UTC 2014 - [email protected] + +- Update to version 1.1 + - Fixed potential DoS attack in fingerprint decompression code. (#6) + - Fixed invalid memory read with some fingerprinter configurations. (#5) + - Added support for audio format conversion with libav. (#2, Gordon Pettey) + +------------------------------------------------------------------- +Wed Dec 10 02:37:57 UTC 2014 - [email protected] + +- Add baselibs.conf + +------------------------------------------------------------------- +Wed Oct 30 2013 - [email protected] + +- Update to version 1.0 + - Support for the latest FFmpeg API. + - Support for reading audio from stdin in fpcalc. + - Changed fpcalc to return non-zero status on failure. + +------------------------------------------------------------------- @@ -13,0 +35,5 @@ + +------------------------------------------------------------------- +Tue May 29 00:00:00 UTC 2012 - [email protected] + +- ffmpeg doen't include url.h anymorecompile against ffmpeg_oldabi Old: ---- chromaprint-0.7.tar.gz New: ---- baselibs.conf chromaprint-1.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ chromaprint.spec ++++++ --- /var/tmp/diff_new_pack.9De6I4/_old 2014-12-17 19:17:07.000000000 +0100 +++ /var/tmp/diff_new_pack.9De6I4/_new 2014-12-17 19:17:07.000000000 +0100 @@ -2,7 +2,7 @@ # # spec file for package chromaprint # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2012 Pascal Bleser <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -21,23 +21,21 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ Name: chromaprint -Version: 0.7 +Version: 1.1 Release: 0 %define soname 0 Summary: Audio Fingerprinting Library License: GPL-2.0+ Group: System/Libraries -Source: https://github.com/downloads/lalinsky/chromaprint/chromaprint-%{version}.tar.gz +Source: https://bitbucket.org/acoustid/chromaprint/downloads/chromaprint-%{version}.tar.gz +Source1: baselibs.conf Url: http://acoustid.org/chromaprint -%if 0%{?_with_ffmpeg} -%else -%endif BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: fftw3-devel BuildRequires: libtag-devel %if 0%{?_with_ffmpeg} BuildRequires: boost-devel -BuildRequires: ffmpeg-devel +BuildRequires: libffmpeg-devel %endif BuildRequires: cmake BuildRequires: gcc-c++ @@ -70,7 +68,7 @@ Requires: libchromaprint%{soname} = %{version} Requires: libtag-devel %if 0%{?_with_ffmpeg} -Requires: ffmpeg-devel +Requires: libffmpeg-devel Provides: libchromaprint-devel-with-ffmpeg = %{version} %endif @@ -133,7 +131,7 @@ %files -n libchromaprint%{soname} %defattr(-,root,root) -%doc CHANGES.txt COPYING.txt NEWS.txt README.txt +%doc COPYING.txt NEWS.txt README.txt %{_libdir}/libchromaprint.so.%{soname} %{_libdir}/libchromaprint.so.%{soname}.* ++++++ baselibs.conf ++++++ libchromaprint0++++++ chromaprint-0.7.tar.gz -> chromaprint-1.1.tar.gz ++++++ ++++ 1677 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
