commit libechonest for openSUSE:Factory

2014-09-28 Thread h_root
Hello community,

here is the log from the commit of package libechonest for openSUSE:Factory 
checked in at 2014-09-28 19:54:02

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


Package is libechonest

Changes:

--- /work/SRC/openSUSE:Factory/libechonest/libechonest.changes  2013-05-16 
18:17:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.libechonest.new/libechonest.changes 
2014-09-28 19:54:22.0 +0200
@@ -1,0 +2,9 @@
+Fri Sep 26 18:57:36 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 2.3.0
+  * Buildsystem fixes
+  * Qt5 build support
+- Don't build tests, they are useless here, and would drag in boost
+- Added baselibs.conf
+
+---

Old:

  libechonest-2.1.0.tar.bz2

New:

  baselibs.conf
  libechonest-2.3.0.tar.bz2



Other differences:
--
++ libechonest.spec ++
--- /var/tmp/diff_new_pack.YnPGFO/_old  2014-09-28 19:54:23.0 +0200
+++ /var/tmp/diff_new_pack.YnPGFO/_new  2014-09-28 19:54:23.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libechonest
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 %define _major_version 2
-%define _minor_version 1
+%define _minor_version 3
 %define _patch_version 0
 
 %define soname %{_major_version}_%{_minor_version}
@@ -29,7 +29,8 @@
 BuildRequires:  libqt4-devel
 Version:%{_major_version}.%{_minor_version}.%{_patch_version}
 Release:0
-Source0:libechonest-%{version}.tar.bz2
+Source: libechonest-%{version}.tar.bz2
+Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:https://projects.kde.org/libechonest
 
@@ -67,6 +68,7 @@
 export CXXFLAGS=%{optflags}
 export CFLAGS=%{optflags}
 cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} \
+-DECHONEST_BUILD_TESTS=OFF \
 %if %{_lib} == lib64
 -DLIB_SUFFIX=64
 %endif

++ baselibs.conf ++
libechonest2_3++ libechonest-2.1.0.tar.bz2 - libechonest-2.3.0.tar.bz2 
++
 4560 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libechonest for openSUSE:Factory

2013-05-16 Thread h_root
Hello community,

here is the log from the commit of package libechonest for openSUSE:Factory 
checked in at 2013-05-16 18:17:20

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


Package is libechonest

Changes:

--- /work/SRC/openSUSE:Factory/libechonest/libechonest.changes  2013-03-24 
21:59:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.libechonest.new/libechonest.changes 
2013-05-16 18:17:21.0 +0200
@@ -1,0 +2,12 @@
+Thu May 16 13:24:48 UTC 2013 - d...@dominik-schmidt.de
+
+- Version 2.1.0:
+  * soversion correctly bumped 
+
+---
+Sun May  5 19:41:45 UTC 2013 - d...@dominik-schmidt.de
+
+- Version 2.0.3
+  * Genre Support 
+
+---

Old:

  libechonest-2.0.1.tar.bz2

New:

  libechonest-2.1.0.tar.bz2



Other differences:
--
++ libechonest.spec ++
--- /var/tmp/diff_new_pack.4Zn2h5/_old  2013-05-16 18:17:22.0 +0200
+++ /var/tmp/diff_new_pack.4Zn2h5/_new  2013-05-16 18:17:22.0 +0200
@@ -16,14 +16,18 @@
 #
 
 
-%define soname 2_0
+%define _major_version 2
+%define _minor_version 1
+%define _patch_version 0
+
+%define soname %{_major_version}_%{_minor_version}
 
 Name:   libechonest
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  libqjson-devel
 BuildRequires:  libqt4-devel
-Version:2.0.1
+Version:%{_major_version}.%{_minor_version}.%{_patch_version}
 Release:0
 Source0:libechonest-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libechonest-2.0.1.tar.bz2 - libechonest-2.1.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libechonest-2.0.1/CMakeLists.txt 
new/libechonest-2.1.0/CMakeLists.txt
--- old/libechonest-2.0.1/CMakeLists.txt2012-07-21 19:25:10.0 
+0200
+++ new/libechonest-2.1.0/CMakeLists.txt2013-05-16 15:07:07.0 
+0200
@@ -17,8 +17,8 @@
 include( ${QT_USE_FILE} )
 
 set( ECHONEST_LIB_MAJOR_VERSION 2 )
-set( ECHONEST_LIB_MINOR_VERSION 0 )
-set( ECHONEST_LIB_PATCH_VERSION 1 )
+set( ECHONEST_LIB_MINOR_VERSION 1 )
+set( ECHONEST_LIB_PATCH_VERSION 0 )
 set( ECHONEST_LIB_VERSION 
${ECHONEST_LIB_MAJOR_VERSION}.${ECHONEST_LIB_MINOR_VERSION}.${ECHONEST_LIB_PATCH_VERSION}
 )
 
 set( ECHONEST_LIB_VERSION_SONAME 
${ECHONEST_LIB_MAJOR_VERSION}.${ECHONEST_LIB_MINOR_VERSION})
@@ -31,11 +31,6 @@
 add_definitions( -fvisibility=hidden )
 endif()
 
-# disable -Werror on ARM since Qt containers cause a lot of alignment 
warnings
-if ( NOT CMAKE_SYSTEM_PROCESSOR MATCHES arm )
-add_definitions( -Werror )
-endif()
-
 # to be added:
 #   -Wshadow
 # FIXME we might want this one back in, but Qt 4.4.3 spits gazillions of 
warnings with it on Linux-64:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libechonest-2.0.1/src/Artist.cpp 
new/libechonest-2.1.0/src/Artist.cpp
--- old/libechonest-2.0.1/src/Artist.cpp2012-07-21 19:25:10.0 
+0200
+++ new/libechonest-2.1.0/src/Artist.cpp2013-05-16 15:07:07.0 
+0200
@@ -397,6 +397,14 @@
 return Echonest::Config::instance()-nam()-get( QNetworkRequest( url ) );
 }
 
+QNetworkReply *Echonest::Artist::fetchGenres()
+{
+QUrl url = baseGetQuery( artist, list_genres );
+
+return Echonest::Config::instance()-nam()-get( QNetworkRequest( url ) );
+}
+
+
 QNetworkReply* Echonest::Artist::search(const Echonest::Artist::SearchParams 
params, Echonest::ArtistInformation information, bool limit)
 {
 QUrl url = Echonest::baseGetQuery( artist, search );
@@ -534,6 +542,20 @@
 return terms;
 }
 
+QVector QString  Echonest::Artist::parseGenreList( QNetworkReply* reply ) 
throw( Echonest::ParseError )
+{
+Echonest::Parser::checkForErrors( reply );
+
+QXmlStreamReader xml( reply-readAll() );
+
+Echonest::Parser::readStatus( xml );
+
+QVector QString  genres = Echonest::Parser::parseGenreList( xml );
+
+reply-deleteLater();
+return genres;
+}
+
 QUrl Echonest::Artist::setupQuery( const QByteArray methodName, int 
numResults, int start ) const
 {
 QUrl url = Echonest::baseGetQuery( artist, methodName );
@@ -541,7 +563,7 @@
 url.addEncodedQueryItem( id, d-id );
 else if( !d-name.isEmpty() ) {
 url.addEncodedQueryItem( name, Echonest::escapeSpacesAndPluses( 
d-name ) );
-} else {
+} else if ( methodName != terms ) {
 qWarning()  Artist method  methodName  called on an artist 
object without name or id!;
 return QUrl();
 }
diff -urN '--exclude=CVS' 

commit libechonest for openSUSE:Factory

2013-03-24 Thread h_root
Hello community,

here is the log from the commit of package libechonest for openSUSE:Factory 
checked in at 2013-03-24 21:56:36

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


Package is libechonest, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libechonest/libechonest.changes  2012-11-28 
10:44:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.libechonest.new/libechonest.changes 
2013-03-24 21:59:01.0 +0100
@@ -1,0 +2,5 @@
+Fri Mar 22 10:15:30 UTC 2013 - sch...@suse.de
+
+- Properly determine LIB_SUFFIX
+
+---



Other differences:
--
++ libechonest.spec ++
--- /var/tmp/diff_new_pack.OMJJKD/_old  2013-03-24 21:59:10.0 +0100
+++ /var/tmp/diff_new_pack.OMJJKD/_new  2013-03-24 21:59:10.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libechonest
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -63,7 +63,7 @@
 export CXXFLAGS=%{optflags}
 export CFLAGS=%{optflags}
 cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} \
-%ifarch x86_64 ppc64
+%if %{_lib} == lib64
 -DLIB_SUFFIX=64
 %endif
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libechonest for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package libechonest for openSUSE:Factory 
checked in at 2012-11-28 10:44:21

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


Package is libechonest, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libechonest/libechonest.changes  2012-07-24 
17:22:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.libechonest.new/libechonest.changes 
2012-11-28 10:44:22.0 +0100
@@ -1,0 +2,5 @@
+Tue Nov 20 17:23:54 UTC 2012 - nico.kru...@gmail.com
+
+- Fix the SLES build (%make_install is not expanded on SLES)
+
+---



Other differences:
--
++ libechonest.spec ++
--- /var/tmp/diff_new_pack.zuG6el/_old  2012-11-28 10:44:22.0 +0100
+++ /var/tmp/diff_new_pack.zuG6el/_new  2012-11-28 10:44:22.0 +0100
@@ -70,7 +70,7 @@
 make VERBOSE=1 %{?_smp_mflags}
 
 %install
-%makeinstall
+make DESTDIR=%{buildroot} install
 
 %clean
 rm -rf %{buildroot}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libechonest for openSUSE:Factory

2012-07-24 Thread h_root
Hello community,

here is the log from the commit of package libechonest for openSUSE:Factory 
checked in at 2012-07-24 16:09:52

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


Package is libechonest, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libechonest/libechonest.changes  2012-03-26 
11:03:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.libechonest.new/libechonest.changes 
2012-07-24 17:22:18.0 +0200
@@ -1,0 +2,6 @@
+Tue Jul 24 10:46:07 UTC 2012 - d...@dominik-schmidt.de
+
+- Version 2.0.1:
+* supports new API while old one is shut down in a few days
+
+---

Old:

  libechonest-1.2.1.tar.bz2

New:

  libechonest-2.0.1.tar.bz2



Other differences:
--
++ libechonest.spec ++
--- /var/tmp/diff_new_pack.vCY5lY/_old  2012-07-24 17:22:21.0 +0200
+++ /var/tmp/diff_new_pack.vCY5lY/_new  2012-07-24 17:22:21.0 +0200
@@ -16,14 +16,14 @@
 #
 
 
-%define soname 1_2
+%define soname 2_0
 
 Name:   libechonest
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  libqjson-devel
 BuildRequires:  libqt4-devel
-Version:1.2.1
+Version:2.0.1
 Release:0
 Source0:libechonest-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libechonest-1.2.1.tar.bz2 - libechonest-2.0.1.tar.bz2 ++
 1669 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libechonest for openSUSE:Factory

2012-03-26 Thread h_root
Hello community,

here is the log from the commit of package libechonest for openSUSE:Factory 
checked in at 2012-03-26 11:02:58

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


Package is libechonest, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libechonest/libechonest.changes  2012-03-11 
20:04:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.libechonest.new/libechonest.changes 
2012-03-26 11:03:03.0 +0200
@@ -1,0 +2,5 @@
+Sat Mar 24 21:51:26 UTC 2012 - dval...@suse.com
+
+- ppc64 also puts libraries under lib64 
+
+---



Other differences:
--
++ libechonest.spec ++
--- /var/tmp/diff_new_pack.eqMBNe/_old  2012-03-26 11:03:03.0 +0200
+++ /var/tmp/diff_new_pack.eqMBNe/_new  2012-03-26 11:03:03.0 +0200
@@ -63,7 +63,7 @@
 export CXXFLAGS=%{optflags}
 export CFLAGS=%{optflags}
 cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} \
-%ifarch x86_64
+%ifarch x86_64 ppc64
 -DLIB_SUFFIX=64
 %endif
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libechonest for openSUSE:Factory

2012-03-11 Thread h_root
Hello community,

here is the log from the commit of package libechonest for openSUSE:Factory 
checked in at 2012-03-11 20:04:14

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


Package is libechonest, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libechonest/libechonest.changes  2011-12-09 
11:50:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.libechonest.new/libechonest.changes 
2012-03-11 20:04:16.0 +0100
@@ -1,0 +2,5 @@
+Sat Mar 10 14:32:05 UTC 2012 - crrodrig...@opensuse.org
+
+- Make build verbose to let rpmlint do its job. 
+
+---



Other differences:
--
++ libechonest.spec ++
--- /var/tmp/diff_new_pack.ArX0R7/_old  2012-03-11 20:04:16.0 +0100
+++ /var/tmp/diff_new_pack.ArX0R7/_new  2012-03-11 20:04:16.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libechonest
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,9 +19,10 @@
 %define soname 1_2
 
 Name:   libechonest
-BuildRequires:  cmake gcc-c++ libqt4-devel
+BuildRequires:  cmake
+BuildRequires:  gcc-c++
 BuildRequires:  libqjson-devel
-License:GPL-2.0+
+BuildRequires:  libqt4-devel
 Version:1.2.1
 Release:0
 Source0:libechonest-%{version}.tar.bz2
@@ -30,6 +31,7 @@
 
 # main package
 Summary:Qt library for communicating with The Echo Nest
+License:GPL-2.0+
 Group:  System/Libraries
 
 %description
@@ -38,16 +40,16 @@
 
 # bin package
 %package -n libechonest%{soname}
-Group:  System/Libraries
 Summary:Qt library for communicating with The Echo Nest
+Group:  System/Libraries
 
 %description  -n libechonest%{soname}
 It currently supports almost all of the features of the Echo Nest API, 
including all the API functions.
 
 # devel package
 %package -n libechonest-devel
-Group:  Development/Libraries/C and C++
 Summary:Qt library for communicating with The Echo Nest
+Group:  Development/Libraries/C and C++
 Requires:   libechonest%{soname} = %{version}
 
 %description -n libechonest-devel
@@ -65,7 +67,7 @@
 -DLIB_SUFFIX=64
 %endif
 
-make %{?_smp_mflags}
+make VERBOSE=1 %{?_smp_mflags}
 
 %install
 %makeinstall

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org