Hello community, here is the log from the commit of package taglib-extras for openSUSE:Factory checked in at 2019-04-04 12:02:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/taglib-extras (Old) and /work/SRC/openSUSE:Factory/.taglib-extras.new.3908 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "taglib-extras" Thu Apr 4 12:02:38 2019 rev:22 rq:690417 version:1.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/taglib-extras/taglib-extras.changes 2016-01-09 23:10:23.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.taglib-extras.new.3908/taglib-extras.changes 2019-04-04 12:02:48.549381418 +0200 @@ -1,0 +2,11 @@ +Mon Apr 1 13:14:08 UTC 2019 - [email protected] + +- Drop unused libkde4-devel BuildRequires, the KDE4 integration has + been removed upstream in 1.0 +- BuildRequire cmake and gcc-c++ instead that are needed for + building and were implicitly pulled in by libkde4-devel +- Remove unrecognized cmake options +- Use %cmake macro instead of calling cmake directly +- Run spec-cleaner + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ taglib-extras.spec ++++++ --- /var/tmp/diff_new_pack.DgVaTI/_old 2019-04-04 12:02:49.525381923 +0200 +++ /var/tmp/diff_new_pack.DgVaTI/_new 2019-04-04 12:02:49.529381924 +0200 @@ -1,7 +1,7 @@ # # spec file for package taglib-extras # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,42 +12,38 @@ # 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/ # -Url: http://amarok.kde.org - Name: taglib-extras -BuildRequires: libkde4-devel -BuildRequires: taglib-devel >= 1.6 -Summary: Extra plugins for TagLib -License: LGPL-2.1+ -Group: Development/Libraries/C and C++ Version: 1.0.1 Release: 0 -Source0: taglib-extras-%version.tar.bz2 +Summary: Extra plugins for TagLib +License: LGPL-2.1-or-later +Group: Development/Libraries/C and C++ +URL: https://amarok.kde.org +Source0: taglib-extras-%{version}.tar.bz2 # PATCH-FIX-UPSTREAM taglib-extras-fix-findtaglib-1_10.patch [email protected] -- fix wrong string comparison of version number Patch0: taglib-extras-fix-findtaglib-1_10.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: cmake +BuildRequires: gcc-c++ +BuildRequires: taglib-devel >= 1.6 Obsoletes: taglib-extras < %{version} Provides: taglib-extras = %{version} %description Unofficial TagLib file type plugins maintained by the Amarok project - - %package devel Summary: Extra plugins for TagLib Group: Development/Libraries/C and C++ -Requires: libtag-extras1 = %{version} libstdc++-devel +Requires: libstdc++-devel +Requires: libtag-extras1 = %{version} %description devel Unofficial TagLib file type plugins maintained by the Amarok project - - %package -n libtag-extras1 Summary: Extra plugins for TagLib Group: System/GUI/KDE @@ -55,37 +51,28 @@ %description -n libtag-extras1 Unofficial TagLib file type plugins maintained by the Amarok project - - %prep -%setup -q -n %name-%version +%setup -q %patch0 -p1 %build -export CXXFLAGS="%{optflags}" -export CFLAGS="%{optflags}" -_libsuffix=$(echo %_lib | cut -b4-) -cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -DBUILD_TESTS:BOOL=ON -DLIB_SUFFIX=$_libsuffix -DWITH_KDE=ON . -%{__make} %{?jobs:-j %jobs} VERBOSE=1 +%cmake .. +make %{?_smp_mflags} VERBOSE=1 %install -%{__make} DESTDIR="%{buildroot}" install - -%clean -%{__rm} -rf %{buildroot} +%cmake_install %post -n libtag-extras1 -p /sbin/ldconfig - %postun -n libtag-extras1 -p /sbin/ldconfig %files -n libtag-extras1 -%defattr(-,root,root) -%doc AUTHORS ChangeLog COPYING.LGPL +%license COPYING.LGPL +%doc AUTHORS ChangeLog %{_libdir}/libtag-extras*.so.* %files -n taglib-extras-devel -%defattr(-,root,root) -%doc AUTHORS ChangeLog COPYING.LGPL +%license COPYING.LGPL +%doc AUTHORS ChangeLog %{_bindir}/taglib-extras-config %{_includedir}/taglib-extras %{_libdir}/libtag-extras*.so
