From 33943bff7d582f41696dee953b9840241b9f8c87 Mon Sep 17 00:00:00 2001 From: Ismael Olea Date: Mon, 16 Sep 2013 21:45:56 +0200 Subject: [PATCH] update to 1.0 --- .gitignore | 1 + chromaprint.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 898b558..5bff7c4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /chromaprint-0.5.tar.gz /chromaprint-0.6.tar.gz /chromaprint-0.7.tar.gz +/chromaprint-1.0.tar.gz diff --git a/chromaprint.spec b/chromaprint.spec index dc7e733..805c704 100644 --- a/chromaprint.spec +++ b/chromaprint.spec @@ -1,12 +1,12 @@ Name: chromaprint -Version: 0.7 -Release: 3%{?dist} +Version: 1.0 +Release: 1%{?dist} Summary: Library implementing the AcoustID fingerprinting Group: System Environment/Libraries License: LGPLv2+ URL: http://www.acoustid.org/chromaprint/ -Source: https://github.com/downloads/lalinsky/chromaprint/%{name}-%{version}.tar.gz +Source: https://bitbucket.org/acoustid/%{name}/downloads/%{name}-%{version}.tar.gz BuildRequires: cmake BuildRequires: fftw-devel >= 3 @@ -72,6 +72,9 @@ rm -f %{buildroot}%{_libdir}/lib*.la %{_libdir}/pkgconfig/*.pc %changelog +* Mon Sep 16 2013 Ismael Olea - 1.0-1 +- update to 1.0 + * Sat Aug 03 2013 Fedora Release Engineering - 0.7-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index b0a3eec..6d0fa6b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3005fc2c69b9ef4a5c6787ef9355a855 chromaprint-0.7.tar.gz +0b928db88d25099e6aece97fa9fc2335 chromaprint-1.0.tar.gz