Hello community, here is the log from the commit of package liblastfm for openSUSE:Factory checked in at 2013-03-07 07:28:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/liblastfm (Old) and /work/SRC/openSUSE:Factory/.liblastfm.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "liblastfm", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/liblastfm/liblastfm.changes 2012-09-10 16:12:01.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.liblastfm.new/liblastfm.changes 2013-03-07 07:28:55.000000000 +0100 @@ -1,0 +2,9 @@ +Sun Mar 3 18:27:23 UTC 2013 - [email protected] + +- Update to 1.0.7: + Changelog not available. +- Removed liblastfm-fix-no-return-in-nonvoid-function.diff patch (fixed + upstream). +- Removed fdupes build requirement (not needed). + +------------------------------------------------------------------- Old: ---- liblastfm-1.0.2.tar.gz liblastfm-fix-no-return-in-nonvoid-function.diff New: ---- liblastfm-1.0.7.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ liblastfm.spec ++++++ --- /var/tmp/diff_new_pack.Ic41bm/_old 2013-03-07 07:28:56.000000000 +0100 +++ /var/tmp/diff_new_pack.Ic41bm/_new 2013-03-07 07:28:56.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package liblastfm # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright 2009 Buschmann <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -20,26 +20,20 @@ %define _soversion 1 Name: liblastfm -Version: 1.0.2 +Version: 1.0.7 Release: 0 Summary: A Qt C++ Library for the Last.fm Webservices License: GPL-3.0+ Group: System/Libraries -Url: http://github.com/mxcl/liblastfm -# http://cdn.last.fm/client/liblastfm-%%{version}.tar.gz -Source0: liblastfm-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-build - -# PATCH-FIX-UPSTREAM liblastfm-fix-no-return-in-nonvoid-function.diff -Patch0: liblastfm-fix-no-return-in-nonvoid-function.diff - +Url: https://github.com/lastfm/liblastfm/ +# https://github.com/lastfm/liblastfm/archive/1.0.7.tar.gz +Source0: %{name}-%{version}.tar.gz BuildRequires: cmake -BuildRequires: kde4-filesystem - -BuildRequires: fdupes BuildRequires: fftw3-devel +BuildRequires: kde4-filesystem BuildRequires: libqt4-devel >= 4.8.0 BuildRequires: libsamplerate-devel +BuildRoot: %{_tmppath}/%{name}-%{version}-build %description liblastfm is a collection of libraries to help you integrate Last.fm services @@ -69,18 +63,14 @@ This package contains development files for liblastfm. %prep -%setup -n %{name}-%{version} -%patch0 -p1 +%setup -q %build -%{cmake_kde4} -make VERBOSE=1 +%cmake_kde4 -d build +%make_jobs %install -%{kde4_makeinstall} - -%clean -rm -rf %{buildroot} +%kde4_makeinstall -C build %post -n liblastfm%{_soversion} -p /sbin/ldconfig @@ -88,11 +78,12 @@ %files -n liblastfm%{_soversion} %defattr(-,root,root,-) -%{_libdir}/liblastfm.so.* -%{_libdir}/liblastfm_fingerprint.so.* +%{_libdir}/liblastfm.so.%{_soversion}* +%{_libdir}/liblastfm_fingerprint.so.%{_soversion}* %files -n liblastfm-devel %defattr(-,root,root,-) +%doc COPYING %{_libdir}/liblastfm.so %{_libdir}/liblastfm_fingerprint.so %{_includedir}/lastfm ++++++ liblastfm-1.0.2.tar.gz -> liblastfm-1.0.7.tar.gz ++++++ ++++ 2339 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
