commit chromaprint for openSUSE:Factory

2020-08-14 Thread root
Hello community,

here is the log from the commit of package chromaprint for openSUSE:Factory 
checked in at 2020-08-14 09:30:13

Comparing /work/SRC/openSUSE:Factory/chromaprint (Old)
 and  /work/SRC/openSUSE:Factory/.chromaprint.new.3399 (New)


Package is "chromaprint"

Fri Aug 14 09:30:13 2020 rev:18 rq:825420 version:1.5.0

Changes:

--- /work/SRC/openSUSE:Factory/chromaprint/chromaprint.changes  2018-01-26 
13:55:56.319235247 +0100
+++ /work/SRC/openSUSE:Factory/.chromaprint.new.3399/chromaprint.changes
2020-08-14 09:30:16.724304617 +0200
@@ -1,0 +2,18 @@
+Mon Jul 27 20:37:40 UTC 2020 - Matthias Eliasson 
+
+- Update to 1.5.0:
+  * Added support for fpcalc -raw -signed, which helps with easier PostgreSQL
+   integration
+  * Added support for using libavresample instead of libswresample
+  * Fixed possible crash in chromaprint_decode_fingerprint
+  * Fixed unit tests on big endian CPUs
+- Run spec-cleaner
+  * Remove package groups
+  * Use license macro
+
+---
+Fri Mar  8 19:07:45 UTC 2019 - o...@aepfle.de
+
+- Remove bcond_without and use ffmpeg unconditional
+
+---

Old:

  chromaprint-1.4.3.tar.gz

New:

  chromaprint-1.5.0.tar.gz



Other differences:
--
++ chromaprint.spec ++
--- /var/tmp/diff_new_pack.Szk310/_old  2020-08-14 09:30:17.724305130 +0200
+++ /var/tmp/diff_new_pack.Szk310/_new  2020-08-14 09:30:17.728305132 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package chromaprint
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2012 Pascal Bleser 
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,19 +13,17 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define soname  1
-%bcond_without ffmpeg
 Name:   chromaprint
-Version:1.4.3
+Version:1.5.0
 Release:0
 Summary:Audio Fingerprinting Library
-License:MIT AND LGPL-2.1
-Group:  Development/Libraries/C and C++
-Url:https://acoustid.org/chromaprint
+License:MIT AND LGPL-2.1-only
+URL:https://acoustid.org/chromaprint
 Source0:
https://github.com/acoustid/chromaprint/releases/download/v%{version}/%{name}-%{version}.tar.gz
 Source1:baselibs.conf
 BuildRequires:  cmake
@@ -33,13 +31,11 @@
 BuildRequires:  gcc-c++
 BuildRequires:  libtag-devel
 BuildRequires:  pkgconfig
-%if %{with ffmpeg}
 BuildRequires:  pkgconfig(libavcodec)
 BuildRequires:  pkgconfig(libavformat)
 BuildRequires:  pkgconfig(libavresample)
 BuildRequires:  pkgconfig(libavutil)
 BuildRequires:  pkgconfig(libswresample)
-%endif
 
 %description
 Chromaprint is the core component of the Acoustid project. It's a client-side
@@ -48,8 +44,7 @@
 
 %package -n libchromaprint%{soname}
 Summary:Audio Fingerprinting Library
-License:LGPL-2.1+
-Group:  System/Libraries
+License:LGPL-2.1-or-later
 
 %description -n libchromaprint%{soname}
 Chromaprint is the core component of the Acoustid project. It's a client-side
@@ -58,8 +53,7 @@
 
 %package -n libchromaprint-devel
 Summary:Audio Fingerprinting Library
-License:LGPL-2.1+
-Group:  Development/Libraries/C and C++
+License:LGPL-2.1-or-later
 Requires:   fftw3-devel
 Requires:   libchromaprint%{soname} = %{version}
 Requires:   libtag-devel
@@ -69,11 +63,9 @@
 library that implements a custom algorithm for extracting fingerprints from any
 audio source.
 
-%if %{with ffmpeg}
 %package fpcalc
 Summary:Chromaprint Audio Fingerprinting Command Line Tool
-License:GPL-2.0+
-Group:  Productivity/Multimedia/Sound/Utilities
+License:GPL-2.0-or-later
 Requires:   libchromaprint%{soname} = %{version}
 Provides:   fpcalc = %{version}
 
@@ -83,21 +75,18 @@
 audio source.
 This package contains fpcalc, a command-line tool to perform Chromaprint
 fingerprinting.
-%endif
 
 %prep
-%setup -qn %{name}-v%{version}
+%setup -q -n %{name}-v%{version}
 
 %build
 %cmake \
 -DCMAKE_SKIP_RPATH=TRUE \
 -DCMAKE_BUILD_WITH_INSTALL_RPATH=FALSE \
-%if %{with ffmpeg}
 -DUSE_AVFFT=ON \
 -DBUILD_TOOLS=ON
-%endif
 
-make %{?_smp_mflags}
+%make_build
 
 %install
 %cmake_install
@@ -106,7 +95,8 @@
 %postun -n libchromaprint%{soname} -p /sbin/ldconfig
 
 %files -n libchromaprint%{soname}
-%doc LICENSE.md NEWS.txt README.md
+%license LICENSE.md
+%doc 

commit chromaprint for openSUSE:Factory

2018-01-26 Thread root
Hello community,

here is the log from the commit of package chromaprint for openSUSE:Factory 
checked in at 2018-01-26 13:55:54

Comparing /work/SRC/openSUSE:Factory/chromaprint (Old)
 and  /work/SRC/openSUSE:Factory/.chromaprint.new (New)


Package is "chromaprint"

Fri Jan 26 13:55:54 2018 rev:17 rq:568805 version:1.4.3

Changes:

--- /work/SRC/openSUSE:Factory/chromaprint/chromaprint.changes  2017-08-12 
19:39:38.703925653 +0200
+++ /work/SRC/openSUSE:Factory/.chromaprint.new/chromaprint.changes 
2018-01-26 13:55:56.319235247 +0100
@@ -1,0 +2,16 @@
+Wed Jan 24 01:37:07 UTC 2018 - avin...@opensuse.org
+
+- Update to 1.4.3:
+  * Allow one packet to have decoding error
+  * Print output even if there is a decoding error, exit with error
+code 3 instead of 2 in such case
+  * Add new option -ignore-errors to change the error code 3 to 0
+  * Add new option -algorithm NUM
+  * Periodically flush output when working on a stream
+- drop chromaprint-ffmpeg-pkgconfig.patch
+  * fixed upstream
+- Switch to https for URL
+- Source moved to github
+- cleanup with spec-cleaner
+
+---

Old:

  chromaprint-1.4.2.tar.gz
  chromaprint-ffmpeg-pkgconfig.patch

New:

  chromaprint-1.4.3.tar.gz



Other differences:
--
++ chromaprint.spec ++
--- /var/tmp/diff_new_pack.aq4SUs/_old  2018-01-26 13:55:57.631173992 +0100
+++ /var/tmp/diff_new_pack.aq4SUs/_new  2018-01-26 13:55:57.643173431 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package chromaprint
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Pascal Bleser 
 #
 # All modifications and additions to the file contributed by third parties
@@ -20,21 +20,19 @@
 %define soname  1
 %bcond_without ffmpeg
 Name:   chromaprint
-Version:1.4.2
+Version:1.4.3
 Release:0
 Summary:Audio Fingerprinting Library
-License:MIT and LGPL-2.1
+License:MIT AND LGPL-2.1
 Group:  Development/Libraries/C and C++
-Url:http://acoustid.org/chromaprint
-Source0:
https://bitbucket.org/acoustid/chromaprint/downloads/chromaprint-%{version}.tar.gz
+Url:https://acoustid.org/chromaprint
+Source0:
https://github.com/acoustid/chromaprint/releases/download/v%{version}/%{name}-%{version}.tar.gz
 Source1:baselibs.conf
-Patch0: chromaprint-ffmpeg-pkgconfig.patch
 BuildRequires:  cmake
 BuildRequires:  fftw3-devel
 BuildRequires:  gcc-c++
 BuildRequires:  libtag-devel
 BuildRequires:  pkgconfig
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{with ffmpeg}
 BuildRequires:  pkgconfig(libavcodec)
 BuildRequires:  pkgconfig(libavformat)
@@ -88,8 +86,7 @@
 %endif
 
 %prep
-%setup -q
-%patch0 -p1
+%setup -qn %{name}-v%{version}
 
 %build
 %cmake \
@@ -106,24 +103,20 @@
 %cmake_install
 
 %post   -n libchromaprint%{soname} -p /sbin/ldconfig
-
 %postun -n libchromaprint%{soname} -p /sbin/ldconfig
 
 %files -n libchromaprint%{soname}
-%defattr(-,root,root)
 %doc LICENSE.md NEWS.txt README.md
 %{_libdir}/libchromaprint.so.%{soname}
 %{_libdir}/libchromaprint.so.%{soname}.*
 
 %files -n libchromaprint-devel
-%defattr(-,root,root)
 %{_includedir}/chromaprint.h
 %{_libdir}/libchromaprint.so
 %{_libdir}/pkgconfig/libchromaprint.pc
 
 %if %{with ffmpeg}
 %files fpcalc
-%defattr(-,root,root)
 %{_bindir}/fpcalc
 %endif
 

++ chromaprint-1.4.2.tar.gz -> chromaprint-1.4.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/chromaprint-1.4.2/.gitlab-ci.yml 
new/chromaprint-v1.4.3/.gitlab-ci.yml
--- old/chromaprint-1.4.2/.gitlab-ci.yml2016-12-28 21:10:42.0 
+0100
+++ new/chromaprint-v1.4.3/.gitlab-ci.yml   2018-01-21 17:41:56.0 
+0100
@@ -11,8 +11,8 @@
 - mkdir build.test.${JOB_NAME[1]}
 - cd build.test.${JOB_NAME[1]}
 - cmake -DCMAKE_BUILD_TYPE=Release -DFFT_LIB=${JOB_NAME[1]} 
-DBUILD_TESTS=ON $EXTRA_CMAKE_ARGS ..
-- make
-- make check
+- make VERBOSE=1
+- make check VERBOSE=1
 
 test avfft:
   <<: *test
@@ -37,7 +37,7 @@
 test vdsp:
   <<: *test
   variables:
-EXTRA_CMAKE_ARGS: -DCMAKE_CXX_FLAGS='-stdlib=libc++' 
-DGTEST_ROOT=/usr/local/src/gtest-1.7.0
+EXTRA_CMAKE_ARGS: -DCMAKE_CXX_FLAGS='-stdlib=libc++' 
-DGTEST_ROOT=/usr/local/src/googletest/googletest/
   tags:
 - osx
 
@@ -61,14 +61,23 @@
   tags:
 - osx
 
-.package-raspberrypi: 
+.package-linux-armhf: 
   <<: *package
   tags:
-- raspberrypi
+- linux
+- armhf
 
 package linux i686: *package
 package linux x86_64: *package
-package linux armhf: 

commit chromaprint for openSUSE:Factory

2017-08-12 Thread root
Hello community,

here is the log from the commit of package chromaprint for openSUSE:Factory 
checked in at 2017-08-12 19:39:37

Comparing /work/SRC/openSUSE:Factory/chromaprint (Old)
 and  /work/SRC/openSUSE:Factory/.chromaprint.new (New)


Package is "chromaprint"

Sat Aug 12 19:39:37 2017 rev:16 rq:514783 version:1.4.2

Changes:

--- /work/SRC/openSUSE:Factory/chromaprint/chromaprint.changes  2017-07-30 
11:24:30.241744195 +0200
+++ /work/SRC/openSUSE:Factory/.chromaprint.new/chromaprint.changes 
2017-08-12 19:39:38.703925653 +0200
@@ -1,0 +2,5 @@
+Tue Jul 25 00:49:37 UTC 2017 - jeng...@inai.de
+
+- Fix RPM groups.
+
+---



Other differences:
--
++ chromaprint.spec ++
--- /var/tmp/diff_new_pack.ogZQwY/_old  2017-08-12 19:39:39.539808420 +0200
+++ /var/tmp/diff_new_pack.ogZQwY/_new  2017-08-12 19:39:39.543807860 +0200
@@ -24,7 +24,7 @@
 Release:0
 Summary:Audio Fingerprinting Library
 License:MIT and LGPL-2.1
-Group:  System/Libraries
+Group:  Development/Libraries/C and C++
 Url:http://acoustid.org/chromaprint
 Source0:
https://bitbucket.org/acoustid/chromaprint/downloads/chromaprint-%{version}.tar.gz
 Source1:baselibs.conf




commit chromaprint for openSUSE:Factory

2017-07-30 Thread root
Hello community,

here is the log from the commit of package chromaprint for openSUSE:Factory 
checked in at 2017-07-30 11:24:22

Comparing /work/SRC/openSUSE:Factory/chromaprint (Old)
 and  /work/SRC/openSUSE:Factory/.chromaprint.new (New)


Package is "chromaprint"

Sun Jul 30 11:24:22 2017 rev:15 rq:510937 version:1.4.2

Changes:

--- /work/SRC/openSUSE:Factory/chromaprint/chromaprint.changes  2017-02-06 
14:33:00.608359929 +0100
+++ /work/SRC/openSUSE:Factory/.chromaprint.new/chromaprint.changes 
2017-07-30 11:24:30.241744195 +0200
@@ -1,0 +2,36 @@
+Mon Jul 17 07:28:37 UTC 2017 - alarr...@suse.com
+
+- Update to 1.4.2:
+  * Fixed invalid memory access when decoding base64-encoded fingerprints.
+  * Removed unnecessary library dependencies libchromaprint to avoid
+circular dependency problems with FFmpeg.
+- Rebase chromaprint-ffmpeg-pkgconfig.patch
+- Drop chromaprint-ffmpeg-API.patch which isn't needed anymore.
+
+- Update to 1.4.1:
+  * Restored the -v/-version parameter for fpcalc that got accidentally
+removed in 1.4.
+  * Fixed processing of some short audio files. They were ignored in 1.4.
+  * The DURATION field in the default output of fpcalc is now printed as an
+integer again.
+  * Added missing version number to libchromaprint.pc.
+  * Linux fpcalc builds are now fully static.
+
+- Update to 1.4.0:
+  * Fully streaming audio processing without any post-processing step
+for the fingerprint generation.
+  * Many performance optimizations. Especially when processing long streams,
+operations should be faster and use less memory.
+  * C++11 compiler is now required for building the library.
+  * The public C API now uses standard fixed-size int types from stdint.h
+(breaks backwards compatibility).
+  * All code written for the library is now distributed under the MIT license.
+  * Kiss FFT is now included with the library and automatically used if
+no other FFT library is found.
+  * Added support for using the FFTW3F version of FFTW3.
+  * Boost is no longer used.
+
+- Update to 1.3.2:
+  * Fixed crash on an invalid audio file that FFmpeg could not decode.
+
+---

Old:

  chromaprint-1.3.1.tar.gz
  chromaprint-ffmpeg-API.patch

New:

  chromaprint-1.4.2.tar.gz



Other differences:
--
++ chromaprint.spec ++
--- /var/tmp/diff_new_pack.r0gsGR/_old  2017-07-30 11:24:31.117620601 +0200
+++ /var/tmp/diff_new_pack.r0gsGR/_new  2017-07-30 11:24:31.121620038 +0200
@@ -20,21 +20,15 @@
 %define soname  1
 %bcond_without ffmpeg
 Name:   chromaprint
-Version:1.3.1
+Version:1.4.2
 Release:0
 Summary:Audio Fingerprinting Library
-License:GPL-2.0+
+License:MIT and LGPL-2.1
 Group:  System/Libraries
 Url:http://acoustid.org/chromaprint
 Source0:
https://bitbucket.org/acoustid/chromaprint/downloads/chromaprint-%{version}.tar.gz
 Source1:baselibs.conf
 Patch0: chromaprint-ffmpeg-pkgconfig.patch
-Patch1: chromaprint-ffmpeg-API.patch
-%if 0%{?suse_version} > 1325
-BuildRequires:  libboost_headers-devel
-%else
-BuildRequires:  boost-devel
-%endif
 BuildRequires:  cmake
 BuildRequires:  fftw3-devel
 BuildRequires:  gcc-c++
@@ -96,15 +90,14 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 %cmake \
 -DCMAKE_SKIP_RPATH=TRUE \
 -DCMAKE_BUILD_WITH_INSTALL_RPATH=FALSE \
 %if %{with ffmpeg}
--DWITH_AVFFT=ON \
--DBUILD_EXAMPLES=ON \
+-DUSE_AVFFT=ON \
+-DBUILD_TOOLS=ON
 %endif
 
 make %{?_smp_mflags}
@@ -118,7 +111,7 @@
 
 %files -n libchromaprint%{soname}
 %defattr(-,root,root)
-%doc COPYING.txt NEWS.txt README.md
+%doc LICENSE.md NEWS.txt README.md
 %{_libdir}/libchromaprint.so.%{soname}
 %{_libdir}/libchromaprint.so.%{soname}.*
 

++ chromaprint-1.3.1.tar.gz -> chromaprint-1.4.2.tar.gz ++
 21190 lines of diff (skipped)

++ chromaprint-ffmpeg-pkgconfig.patch ++
--- /var/tmp/diff_new_pack.r0gsGR/_old  2017-07-30 11:24:31.369585048 +0200
+++ /var/tmp/diff_new_pack.r0gsGR/_new  2017-07-30 11:24:31.373584483 +0200
@@ -99,8 +99,8 @@
  
  SET(FFMPEG_FOUND "NO")
  # Note we don't check FFMPEG_LIBSWSCALE_FOUND here, it's optional.
--IF   (FFMPEG_LIBAVFORMAT_FOUND AND FFMPEG_LIBAVDEVICE_FOUND AND 
FFMPEG_LIBAVCODEC_FOUND AND FFMPEG_LIBAVUTIL_FOUND AND 
FFMPEG_STDINT_INCLUDE_DIR)
-+IF   (FFMPEG_LIBAVFORMAT_FOUND AND FFMPEG_LIBAVDEVICE_FOUND AND 
FFMPEG_LIBAVCODEC_FOUND AND FFMPEG_LIBAVUTIL_FOUND)
+-IF   (FFMPEG_LIBAVFORMAT_FOUND AND FFMPEG_LIBAVCODEC_FOUND AND 
FFMPEG_LIBAVUTIL_FOUND AND FFMPEG_STDINT_INCLUDE_DIR)
++IF   (FFMPEG_LIBAVFORMAT_FOUND AND FFMPEG_LIBAVCODEC_FOUND AND 
FFMPEG_LIBAVUTIL_FOUND)
  
  

commit chromaprint for openSUSE:Factory

2017-02-06 Thread root
Hello community,

here is the log from the commit of package chromaprint for openSUSE:Factory 
checked in at 2017-02-06 14:32:59

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  2016-08-03 
11:39:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.chromaprint.new/chromaprint.changes 
2017-02-06 14:33:00.608359929 +0100
@@ -1,0 +2,5 @@
+Wed Feb  1 10:22:29 UTC 2017 - adam.ma...@suse.de
+
+- use individual libboost-*-devel packages instead of boost-devel
+
+---



Other differences:
--
++ chromaprint.spec ++
--- /var/tmp/diff_new_pack.HPml4r/_old  2017-02-06 14:33:01.052295772 +0100
+++ /var/tmp/diff_new_pack.HPml4r/_new  2017-02-06 14:33:01.056295193 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package chromaprint
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Pascal Bleser 
 #
 # All modifications and additions to the file contributed by third parties
@@ -30,7 +30,11 @@
 Source1:baselibs.conf
 Patch0: chromaprint-ffmpeg-pkgconfig.patch
 Patch1: chromaprint-ffmpeg-API.patch
+%if 0%{?suse_version} > 1325
+BuildRequires:  libboost_headers-devel
+%else
 BuildRequires:  boost-devel
+%endif
 BuildRequires:  cmake
 BuildRequires:  fftw3-devel
 BuildRequires:  gcc-c++
@@ -38,7 +42,6 @@
 BuildRequires:  pkgconfig
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{with ffmpeg}
-BuildRequires:  boost-devel
 BuildRequires:  pkgconfig(libavcodec)
 BuildRequires:  pkgconfig(libavformat)
 BuildRequires:  pkgconfig(libavresample)




commit chromaprint for openSUSE:Factory

2016-08-03 Thread h_root
Hello community,

here is the log from the commit of package chromaprint for openSUSE:Factory 
checked in at 2016-08-03 11:39:38

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  2016-04-07 
13:35:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.chromaprint.new/chromaprint.changes 
2016-08-03 11:39:40.0 +0200
@@ -1,0 +2,5 @@
+Thu Jul 28 09:00:34 UTC 2016 - o...@aepfle.de
+
+- Remove unused Provides libchromaprint-with-ffmpeg
+
+---



Other differences:
--
++ chromaprint.spec ++
--- /var/tmp/diff_new_pack.LczsPp/_old  2016-08-03 11:39:41.0 +0200
+++ /var/tmp/diff_new_pack.LczsPp/_new  2016-08-03 11:39:41.0 +0200
@@ -55,9 +55,6 @@
 Summary:Audio Fingerprinting Library
 License:LGPL-2.1+
 Group:  System/Libraries
-%if %{with ffmpeg}
-Provides:   libchromaprint-with-ffmpeg = %{version}
-%endif
 
 %description -n libchromaprint%{soname}
 Chromaprint is the core component of the Acoustid project. It's a client-side
@@ -71,9 +68,6 @@
 Requires:   fftw3-devel
 Requires:   libchromaprint%{soname} = %{version}
 Requires:   libtag-devel
-%if %{with ffmpeg}
-Provides:   libchromaprint-devel-with-ffmpeg = %{version}
-%endif
 
 %description -n libchromaprint-devel
 Chromaprint is the core component of the Acoustid project. It's a client-side




commit chromaprint for openSUSE:Factory

2016-04-07 Thread h_root
Hello community,

here is the log from the commit of package chromaprint for openSUSE:Factory 
checked in at 2016-04-07 13:35:18

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  2016-02-25 
21:43:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.chromaprint.new/chromaprint.changes 
2016-04-07 13:35:30.0 +0200
@@ -1,0 +2,7 @@
+Fri Apr  1 17:06:25 UTC 2016 - o...@aepfle.de
+
+- Restore support for libswresample/libavresample (bsc#973555)
+- Remove usage of deprecated API
+  chromaprint-ffmpeg-API.patch
+
+---

New:

  chromaprint-ffmpeg-API.patch



Other differences:
--
++ chromaprint.spec ++
--- /var/tmp/diff_new_pack.N6AKLv/_old  2016-04-07 13:35:31.0 +0200
+++ /var/tmp/diff_new_pack.N6AKLv/_new  2016-04-07 13:35:31.0 +0200
@@ -29,6 +29,7 @@
 Source0:
https://bitbucket.org/acoustid/chromaprint/downloads/chromaprint-%{version}.tar.gz
 Source1:baselibs.conf
 Patch0: chromaprint-ffmpeg-pkgconfig.patch
+Patch1: chromaprint-ffmpeg-API.patch
 BuildRequires:  boost-devel
 BuildRequires:  cmake
 BuildRequires:  fftw3-devel
@@ -40,7 +41,9 @@
 BuildRequires:  boost-devel
 BuildRequires:  pkgconfig(libavcodec)
 BuildRequires:  pkgconfig(libavformat)
+BuildRequires:  pkgconfig(libavresample)
 BuildRequires:  pkgconfig(libavutil)
+BuildRequires:  pkgconfig(libswresample)
 %endif
 
 %description
@@ -96,6 +99,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %cmake \

++ chromaprint-ffmpeg-API.patch ++
---
 examples/fpcalc.c |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: chromaprint-1.3.1/examples/fpcalc.c
===
--- chromaprint-1.3.1.orig/examples/fpcalc.c
+++ chromaprint-1.3.1/examples/fpcalc.c
@@ -205,7 +205,7 @@ int decode_audio_file(ChromaprintContext
}
}
}
-   av_free_packet();
+   av_packet_unref();
}
 
 finish:
++ chromaprint-ffmpeg-pkgconfig.patch ++
--- /var/tmp/diff_new_pack.N6AKLv/_old  2016-04-07 13:35:31.0 +0200
+++ /var/tmp/diff_new_pack.N6AKLv/_new  2016-04-07 13:35:31.0 +0200
@@ -1,11 +1,11 @@
 ---
- cmake/modules/FindFFmpeg.cmake |   73 
-
- 1 file changed, 8 insertions(+), 65 deletions(-)
+ cmake/modules/FindFFmpeg.cmake |   71 
-
+ 1 file changed, 8 insertions(+), 63 deletions(-)
 
-Index: chromaprint-1.2/cmake/modules/FindFFmpeg.cmake
+Index: chromaprint-1.3.1/cmake/modules/FindFFmpeg.cmake
 ===
 chromaprint-1.2.orig/cmake/modules/FindFFmpeg.cmake
-+++ chromaprint-1.2/cmake/modules/FindFFmpeg.cmake
+--- chromaprint-1.3.1.orig/cmake/modules/FindFFmpeg.cmake
 chromaprint-1.3.1/cmake/modules/FindFFmpeg.cmake
 @@ -25,50 +25,15 @@
  # example: FFMPEG_FIND(AVFORMAT avformat avformat.h)
  MACRO(FFMPEG_FIND varname shortname headername)
@@ -63,7 +63,7 @@
  )
  
  IF (FFMPEG_${varname}_LIBRARIES AND FFMPEG_${varname}_INCLUDE_DIRS)
-@@ -77,38 +42,16 @@ MACRO(FFMPEG_FIND varname shortname head
+@@ -77,38 +42,18 @@ MACRO(FFMPEG_FIND varname shortname head
  
  ENDMACRO(FFMPEG_FIND)
  
@@ -94,8 +94,8 @@
  FFMPEG_FIND(LIBAVCODEC_FFT  avcodec  avfft.h)
  FFMPEG_FIND(LIBAVUTIL   avutil   avutil.h)
 -FFMPEG_FIND(LIBSWSCALE  swscale  swscale.h)  # not sure about the header to 
look for here.
--FFMPEG_FIND(LIBSWRESAMPLE  swresample  swresample.h)  # not sure about the 
header to look for here.
--FFMPEG_FIND(LIBAVRESAMPLE  avresample  avresample.h)
+ FFMPEG_FIND(LIBSWRESAMPLE  swresample  swresample.h)  # not sure about the 
header to look for here.
+ FFMPEG_FIND(LIBAVRESAMPLE  avresample  avresample.h)
  
  SET(FFMPEG_FOUND "NO")
  # Note we don't check FFMPEG_LIBSWSCALE_FOUND here, it's optional.




commit chromaprint for openSUSE:Factory

2016-02-25 Thread h_root
Hello community,

here is the log from the commit of package chromaprint for openSUSE:Factory 
checked in at 2016-02-25 21:43:21

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  2015-12-20 
10:51:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.chromaprint.new/chromaprint.changes 
2016-02-25 21:43:26.0 +0100
@@ -1,0 +2,9 @@
+Mon Feb 15 12:33:23 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 1.3.1
+* Support for ffmpeg 3.x
+* You can use use "-length 0" in fpcalc to get the full fingerprint
+* New function chromaprint_get_fingerprint_hash for calculating
+  SimHash from the fingerprint data
+
+---

Old:

  chromaprint-1.2.tar.gz

New:

  chromaprint-1.3.1.tar.gz



Other differences:
--
++ chromaprint.spec ++
--- /var/tmp/diff_new_pack.cXfusD/_old  2016-02-25 21:43:28.0 +0100
+++ /var/tmp/diff_new_pack.cXfusD/_new  2016-02-25 21:43:28.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package chromaprint
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Pascal Bleser 
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,10 +17,10 @@
 #
 
 
-%define soname  0
+%define soname  1
 %bcond_without ffmpeg
 Name:   chromaprint
-Version:1.2
+Version:1.3.1
 Release:0
 Summary:Audio Fingerprinting Library
 License:GPL-2.0+

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.cXfusD/_old  2016-02-25 21:43:28.0 +0100
+++ /var/tmp/diff_new_pack.cXfusD/_new  2016-02-25 21:43:28.0 +0100
@@ -1 +1 @@
-libchromaprint0
\ No newline at end of file
+libchromaprint1

++ chromaprint-1.2.tar.gz -> chromaprint-1.3.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/chromaprint-1.2/CMakeLists.txt 
new/chromaprint-1.3.1/CMakeLists.txt
--- old/chromaprint-1.2/CMakeLists.txt  2014-08-26 18:57:36.0 +0200
+++ new/chromaprint-1.3.1/CMakeLists.txt2016-02-10 14:12:35.0 
+0100
@@ -1,15 +1,19 @@
 cmake_minimum_required(VERSION 2.6)
 
+if(POLICY CMP0048)
+cmake_policy(SET CMP0048 OLD)
+endif()
+
 project(chromaprint)
-set(PROJECT_VERSION 1.2.0)
+set(PROJECT_VERSION 1.3.1)
 
 # 1. If the library source code has changed at all since the last update, then 
increment revision.
 # 2. If any interfaces have been added, removed, or changed since the last 
update, increment current, and set revision to 0.
 # 3. If any interfaces have been added since the last public release, then 
increment age.
 # 4. If any interfaces have been removed since the last public release, then 
set age to 0. 
-set(chromaprint_SOVERSION_CURRENT  2)
-set(chromaprint_SOVERSION_REVISION 3)
-set(chromaprint_SOVERSION_AGE  2)
+set(chromaprint_SOVERSION_CURRENT  4)
+set(chromaprint_SOVERSION_REVISION 0)
+set(chromaprint_SOVERSION_AGE  3)
 
 math(EXPR chromaprint_SOVERSION_MAJOR "${chromaprint_SOVERSION_CURRENT} - 
${chromaprint_SOVERSION_AGE}")
 math(EXPR chromaprint_SOVERSION_MINOR "${chromaprint_SOVERSION_AGE}")
@@ -132,7 +136,7 @@
message(STATUS "Using KissFFT for FFT calculations")
 endif()
 
-if(NOT APPLE AND NOT BUILD_FRAMEWORK)
+if(NOT BUILD_FRAMEWORK)
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/libchromaprint.pc.cmake 
${CMAKE_CURRENT_BINARY_DIR}/libchromaprint.pc)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/libchromaprint.pc DESTINATION 
${LIB_INSTALL_DIR}/pkgconfig)
 endif()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/chromaprint-1.2/NEWS.txt 
new/chromaprint-1.3.1/NEWS.txt
--- old/chromaprint-1.2/NEWS.txt2014-08-26 18:57:36.0 +0200
+++ new/chromaprint-1.3.1/NEWS.txt  2016-02-10 14:12:35.0 +0100
@@ -1,3 +1,20 @@
+Version 1.3.1 -- February 10, 2016
+==
+
+ - Fixed `fpcalc -length` to actually restrict fingerprints the requested 
length.
+ - Fixed SONAME version for the shared library.
+
+Version 1.3 -- February 2, 2016
+===
+
+ - You can use use "-length 0" in fpcalc to get the full fingerprint
+ - New function chromaprint_get_fingerprint_hash for calculating
+   SimHash from the fingerprint data
+ - Added info section to the fpcalc executable on Mac OS X
+ - Generate .pc (pkg-config) file on Mac OS X when not building a framework
+ - Removed use of some long deprecated 

commit chromaprint for openSUSE:Factory

2015-12-20 Thread h_root
Hello community,

here is the log from the commit of package chromaprint for openSUSE:Factory 
checked in at 2015-12-20 10:51:31

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  2015-12-17 
15:53:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.chromaprint.new/chromaprint.changes 
2015-12-20 10:51:32.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec 18 16:41:02 UTC 2015 - tchva...@suse.com
+
+- Remove needless conditional for the libdir which is in the macro
+
+---



Other differences:
--
++ chromaprint.spec ++
--- /var/tmp/diff_new_pack.pqn7a6/_old  2015-12-20 10:51:33.0 +0100
+++ /var/tmp/diff_new_pack.pqn7a6/_new  2015-12-20 10:51:33.0 +0100
@@ -17,9 +17,8 @@
 #
 
 
-%bcond_without ffmpeg
-
 %define soname  0
+%bcond_without ffmpeg
 Name:   chromaprint
 Version:1.2
 Release:0
@@ -102,11 +101,6 @@
 %cmake \
 -DCMAKE_SKIP_RPATH=TRUE \
 -DCMAKE_BUILD_WITH_INSTALL_RPATH=FALSE \
-%if 0%{?suse_version}
-%if "%{_lib}" == "lib64"
--DLIB_SUFFIX="64" \
-%endif
-%endif
 %if %{with ffmpeg}
 -DWITH_AVFFT=ON \
 -DBUILD_EXAMPLES=ON \




commit chromaprint for openSUSE:Factory

2015-12-17 Thread h_root
Hello community,

here is the log from the commit of package chromaprint for openSUSE:Factory 
checked in at 2015-12-17 15:53:36

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  2015-12-06 
07:36:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.chromaprint.new/chromaprint.changes 
2015-12-17 15:53:38.0 +0100
@@ -1,0 +2,12 @@
+Wed Dec  9 09:16:41 UTC 2015 - o...@aepfle.de
+
+- Use pkg-config to detect ffmpeg in cmake
+  chromaprint-ffmpeg-pkgconfig.patch
+- Add bcond_without to use ffmpeg unconditional
+
+---
+Tue Dec  8 12:56:35 UTC 2015 - o...@aepfle.de
+
+- Remove broken libffmpeg requires in devel pkg
+
+---

New:

  chromaprint-ffmpeg-pkgconfig.patch



Other differences:
--
++ chromaprint.spec ++
--- /var/tmp/diff_new_pack.KrsMxI/_old  2015-12-17 15:53:39.0 +0100
+++ /var/tmp/diff_new_pack.KrsMxI/_new  2015-12-17 15:53:39.0 +0100
@@ -17,6 +17,8 @@
 #
 
 
+%bcond_without ffmpeg
+
 %define soname  0
 Name:   chromaprint
 Version:1.2
@@ -27,6 +29,7 @@
 Url:http://acoustid.org/chromaprint
 Source0:
https://bitbucket.org/acoustid/chromaprint/downloads/chromaprint-%{version}.tar.gz
 Source1:baselibs.conf
+Patch0: chromaprint-ffmpeg-pkgconfig.patch
 BuildRequires:  boost-devel
 BuildRequires:  cmake
 BuildRequires:  fftw3-devel
@@ -34,11 +37,11 @@
 BuildRequires:  libtag-devel
 BuildRequires:  pkgconfig
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?_with_ffmpeg}
+%if %{with ffmpeg}
 BuildRequires:  boost-devel
 BuildRequires:  pkgconfig(libavcodec)
+BuildRequires:  pkgconfig(libavformat)
 BuildRequires:  pkgconfig(libavutil)
-BuildRequires:  pkgconfig(libswresample)
 %endif
 
 %description
@@ -50,7 +53,7 @@
 Summary:Audio Fingerprinting Library
 License:LGPL-2.1+
 Group:  System/Libraries
-%if 0%{?_with_ffmpeg}
+%if %{with ffmpeg}
 Provides:   libchromaprint-with-ffmpeg = %{version}
 %endif
 
@@ -66,8 +69,7 @@
 Requires:   fftw3-devel
 Requires:   libchromaprint%{soname} = %{version}
 Requires:   libtag-devel
-%if 0%{?_with_ffmpeg}
-Requires:   libffmpeg-devel
+%if %{with ffmpeg}
 Provides:   libchromaprint-devel-with-ffmpeg = %{version}
 %endif
 
@@ -76,7 +78,7 @@
 library that implements a custom algorithm for extracting fingerprints from any
 audio source.
 
-%if 0%{?_with_ffmpeg}
+%if %{with ffmpeg}
 %package fpcalc
 Summary:Chromaprint Audio Fingerprinting Command Line Tool
 License:GPL-2.0+
@@ -94,6 +96,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %cmake \
@@ -104,7 +107,7 @@
 -DLIB_SUFFIX="64" \
 %endif
 %endif
-%if 0%{?_with_ffmpeg}
+%if %{with ffmpeg}
 -DWITH_AVFFT=ON \
 -DBUILD_EXAMPLES=ON \
 %endif
@@ -130,7 +133,7 @@
 %{_libdir}/libchromaprint.so
 %{_libdir}/pkgconfig/libchromaprint.pc
 
-%if 0%{?_with_ffmpeg}
+%if %{with ffmpeg}
 %files fpcalc
 %defattr(-,root,root)
 %{_bindir}/fpcalc

++ chromaprint-ffmpeg-pkgconfig.patch ++
---
 cmake/modules/FindFFmpeg.cmake |   73 -
 1 file changed, 8 insertions(+), 65 deletions(-)

Index: chromaprint-1.2/cmake/modules/FindFFmpeg.cmake
===
--- chromaprint-1.2.orig/cmake/modules/FindFFmpeg.cmake
+++ chromaprint-1.2/cmake/modules/FindFFmpeg.cmake
@@ -25,50 +25,15 @@
 # example: FFMPEG_FIND(AVFORMAT avformat avformat.h)
 MACRO(FFMPEG_FIND varname shortname headername)
 
-   FIND_PATH(FFMPEG_${varname}_INCLUDE_DIRS lib${shortname}/${headername}
-   PATHS
-   ${FFMPEG_ROOT}/include
-   $ENV{FFMPEG_DIR}/include
-   ~/Library/Frameworks
-   /Library/Frameworks
-   /usr/local/include
-   /usr/include/
-   /sw/include # Fink
-   /opt/local/include # DarwinPorts
-   /opt/csw/include # Blastwave
-   /opt/include
-   /usr/freeware/include
-   NO_DEFAULT_PATH
-   PATH_SUFFIXES ffmpeg
-   DOC "Location of FFMPEG Headers"
-   )
-   FIND_PATH(FFMPEG_${varname}_INCLUDE_DIRS lib${shortname}/${headername}
-   PATH_SUFFIXES ffmpeg
-   DOC "Location of FFMPEG Headers"
-   )
+PKG_CHECK_MODULES(PC_${shortname} QUIET lib${shortname})
+
+set(FFMPEG_${varname}_INCLUDE_DIRS ${PC_${shortname}_INCLUDE_DIRS})
+

commit chromaprint for openSUSE:Factory

2015-12-05 Thread h_root
Hello community,

here is the log from the commit of package chromaprint for openSUSE:Factory 
checked in at 2015-12-06 07:36:30

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  2015-06-24 
20:37:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.chromaprint.new/chromaprint.changes 
2015-12-06 07:36:31.0 +0100
@@ -1,0 +2,5 @@
+Tue Sep 22 08:47:31 UTC 2015 - o...@aepfle.de
+
+- Use pkgconfig for ffmpeg BuildRequires
+
+---



Other differences:
--
++ chromaprint.spec ++
--- /var/tmp/diff_new_pack.hNmDd0/_old  2015-12-06 07:36:32.0 +0100
+++ /var/tmp/diff_new_pack.hNmDd0/_new  2015-12-06 07:36:32.0 +0100
@@ -36,7 +36,9 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?_with_ffmpeg}
 BuildRequires:  boost-devel
-BuildRequires:  libffmpeg-devel
+BuildRequires:  pkgconfig(libavcodec)
+BuildRequires:  pkgconfig(libavutil)
+BuildRequires:  pkgconfig(libswresample)
 %endif
 
 %description




commit chromaprint for openSUSE:Factory

2015-06-24 Thread h_root
Hello community,

here is the log from the commit of package chromaprint for openSUSE:Factory 
checked in at 2015-06-24 20:37:40

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  2014-12-17 
19:17:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.chromaprint.new/chromaprint.changes 
2015-06-24 20:37:41.0 +0200
@@ -1,0 +2,18 @@
+Tue Jun 16 11:43:02 UTC 2015 - mplus...@suse.com
+
+- Update to version 1.2
+  * Fixed compilation with neither libswresample nor libavresample 
+(#11)
+  * Fixed compilation with static libav (#10)
+  * Functions chromaprint_encode_fingerprint and 
+chromaprint_decode_fingerprint are changed to accept const 
+pointer as input
+  * Added support for using the Kiss FFT library (should make 
+Android port easier)
+  * Removed obsolete dev tools from the package
+  * More compatible DEBUG() macro
+- Cleanup spec file with spec-cleaner
+- Add missing dependency on boost
+- Use cmake macro
+
+---

Old:

  chromaprint-1.1.tar.gz

New:

  chromaprint-1.2.tar.gz



Other differences:
--
++ chromaprint.spec ++
--- /var/tmp/diff_new_pack.GtQmuc/_old  2015-06-24 20:37:41.0 +0200
+++ /var/tmp/diff_new_pack.GtQmuc/_new  2015-06-24 20:37:41.0 +0200
@@ -1,8 +1,7 @@
-# vim: set sw=4 ts=4 et nu:
 #
 # spec file for package chromaprint
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Pascal Bleser pascal.ble...@opensuse.org
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,29 +17,27 @@
 #
 
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
-
+%define soname  0
 Name:   chromaprint
-Version:1.1
+Version:1.2
 Release:0
-%define soname  0
 Summary:Audio Fingerprinting Library
 License:GPL-2.0+
 Group:  System/Libraries
-Source: 
https://bitbucket.org/acoustid/chromaprint/downloads/chromaprint-%{version}.tar.gz
-Source1:baselibs.conf
 Url:http://acoustid.org/chromaprint
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Source0:
https://bitbucket.org/acoustid/chromaprint/downloads/chromaprint-%{version}.tar.gz
+Source1:baselibs.conf
+BuildRequires:  boost-devel
+BuildRequires:  cmake
 BuildRequires:  fftw3-devel
+BuildRequires:  gcc-c++
 BuildRequires:  libtag-devel
+BuildRequires:  pkgconfig
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?_with_ffmpeg}
 BuildRequires:  boost-devel
 BuildRequires:  libffmpeg-devel
 %endif
-BuildRequires:  cmake
-BuildRequires:  gcc-c++
-BuildRequires:  make
-BuildRequires:  pkgconfig
 
 %description
 Chromaprint is the core component of the Acoustid project. It's a client-side
@@ -97,11 +94,7 @@
 %setup -q
 
 %build
-%__install -d build
-pushd build
-cmake \
--DCMAKE_VERBOSE_MAKEFILE=TRUE \
--DCMAKE_INSTALL_PREFIX=%{_prefix} \
+%cmake \
 -DCMAKE_SKIP_RPATH=TRUE \
 -DCMAKE_BUILD_WITH_INSTALL_RPATH=FALSE \
 %if 0%{?suse_version}
@@ -113,25 +106,19 @@
 -DWITH_AVFFT=ON \
 -DBUILD_EXAMPLES=ON \
 %endif
-..
-%__make %{?_smp_mflags}
-popd
+
+make %{?_smp_mflags}
 
 %install
-pushd build
-%makeinstall
-popd
+%cmake_install
 
 %post   -n libchromaprint%{soname} -p /sbin/ldconfig
 
 %postun -n libchromaprint%{soname} -p /sbin/ldconfig
 
-%clean
-%{?buildroot:%__rm -rf %{buildroot}}
-
 %files -n libchromaprint%{soname}
 %defattr(-,root,root)
-%doc COPYING.txt NEWS.txt README.txt
+%doc COPYING.txt NEWS.txt README.md
 %{_libdir}/libchromaprint.so.%{soname}
 %{_libdir}/libchromaprint.so.%{soname}.*
 

++ chromaprint-1.1.tar.gz - chromaprint-1.2.tar.gz ++
 2877 lines of diff (skipped)




commit chromaprint for openSUSE:Factory

2014-12-17 Thread h_root
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.0 +0100
+++ /work/SRC/openSUSE:Factory/.chromaprint.new/chromaprint.changes 
2014-12-17 19:17:06.0 +0100
@@ -1,0 +2,21 @@
+Wed Dec 10 16:08:21 UTC 2014 - o...@aepfle.de
+
+- 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 - hrvoje.sen...@gmail.com
+
+- Add baselibs.conf
+
+---
+Wed Oct 30 2013 - joerg.loren...@ki.tng.de
+
+- 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 - manfred.trem...@iiv.de
+
+- 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.0 +0100
+++ /var/tmp/diff_new_pack.9De6I4/_new  2014-12-17 19:17:07.0 +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 pascal.ble...@opensuse.org
 #
 # 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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org