diff --git a/taglib.changes b/taglib.changes index d42afa2..869f170 100644 --- a/taglib.changes +++ b/taglib.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Feb 1 12:33:03 UTC 2010 - jengelh@medozas.de + +- Package baselibs.conf + ------------------------------------------------------------------- Tue Nov 3 23:21:25 UTC 2009 - beineri@opensuse.org diff --git a/taglib.spec b/taglib.spec index a481958..5786316 100644 --- a/taglib.spec +++ b/taglib.spec @@ -1,7 +1,7 @@ # # spec file for package taglib (Version 1.6.1) # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2010 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 @@ -23,7 +23,7 @@ BuildRequires: cmake doxygen gcc-c++ graphviz update-desktop-files zlib-devel %if %suse_version > 1020 BuildRequires: fdupes %endif -License: LGPL v2.1 or later ; MPL .. +License: LGPLv2.1+ ; MPL .. Group: Development/Libraries/C and C++ Summary: C++ Library to Parse Metadata in Media Files Url: http://ktown.kde.org/~wheeler/taglib/ @@ -33,9 +33,10 @@ Obsoletes: taglib-64bit %endif # Version: 1.6.1 -Release: 1 +Release: 2 Source0: %name-%version.tar.bz2 Source1: %name.desktop +Source2: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -50,7 +51,7 @@ Authors: %package devel Group: Development/Libraries/C and C++ -License: LGPL v2.1 or later +License: LGPLv2.1+ Summary: C++ Library to Parse Metadata in media files Requires: taglib = %{version} libstdc++-devel # bug437293