[libechonest] Update to 2.0.1

Rex Dieter rdieter at fedoraproject.org
Thu Jul 26 15:55:13 UTC 2012


commit a027e9962878a5315e6764126ae2fbd530f1d1dd
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Thu Jul 26 10:58:46 2012 -0500

    Update to 2.0.1

 .gitignore                      |    4 +---
 libechonest-1.2.1-version.patch |   12 ------------
 libechonest.spec                |   21 ++++++++++-----------
 sources                         |    2 +-
 4 files changed, 12 insertions(+), 27 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 147903f..1d01644 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,2 @@
-/libechonest-1.1.4.tar.bz2
-/libechonest-1.1.5.tar.bz2
-/libechonest-1.1.9.tar.bz2
 /libechonest-1.2.1.tar.bz2
+/libechonest-2.0.1.tar.bz2
diff --git a/libechonest.spec b/libechonest.spec
index 3e1d37e..80e2d15 100644
--- a/libechonest.spec
+++ b/libechonest.spec
@@ -1,21 +1,19 @@
 Name:		libechonest
-Version:	1.2.1
-Release:	3%{?dist}
+Version: 	2.0.1
+Release:	1%{?dist}
 Summary:	C++ wrapper for the Echo Nest API
 
 Group:		System Environment/Libraries
 License:	GPLv2+
 URL:		https://projects.kde.org/projects/playground/libs/libechonest
-Source0:	http://pwsp.cleinias.com/%{name}-%{version}.tar.bz2
+Source0:	http://files.lfranchi.com/libechonest-%{version}.tar.bz2
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	cmake
+BuildRequires:	pkgconfig(QJson)
 BuildRequires:	pkgconfig(QtNetwork)
-BuildRequires:	qjson-devel
 
 ## upstream patches
-# fix reported version
-Patch100: libechonest-1.2.1-version.patch
 
 
 %description
@@ -35,8 +33,6 @@ developing applications that use %{name}.
 %prep
 %setup -q
 
-%patch100 -p1 -b .version
-
 
 %build
 mkdir -p %{_target_platform}
@@ -59,8 +55,8 @@ rm -rf $RPM_BUILD_ROOT
 %check
 export PKG_CONFIG_PATH=%{buildroot}%{_datadir}/pkgconfig:%{buildroot}%{_libdir}/pkgconfig
 test "$(pkg-config --modversion libechonest)" = "%{version}"
-# The tests need active internet connection, which is not available
-# in koji builds
+# The tests need active internet connection, which is not available in koji builds
+# besides, there's several known-failures yet anyway -- rex
 #make test -C %%{_target_platform}
 
 %post -p /sbin/ldconfig
@@ -70,7 +66,7 @@ test "$(pkg-config --modversion libechonest)" = "%{version}"
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING README TODO
-%{_libdir}/libechonest.so.1*
+%{_libdir}/libechonest.so.2*
 
 %files devel
 %defattr(-,root,root,-)
@@ -80,6 +76,9 @@ test "$(pkg-config --modversion libechonest)" = "%{version}"
 
 
 %changelog
+* Thu Jul 26 2012 Rex Dieter <rdieter at fedoraproject.org> 2.0.1-1
+- Update to 2.0.1
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.1-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index d03e331..a75938c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-038c4e390651b207575a12315ed3e687  libechonest-1.2.1.tar.bz2
+d6dd16dd6ee28d279b4ec9fa64f67af3  libechonest-2.0.1.tar.bz2


More information about the scm-commits mailing list