diff --git a/.cvsignore b/.cvsignore index b295c97..2aea270 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -taglib-extras-0.1.7.tar.gz +taglib-extras-1.0.0.tar.gz diff --git a/sources b/sources index 1479d7c..1256c3f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -09bf9c89d953a238b55ac74bf9db0be3 taglib-extras-0.1.7.tar.gz +5882f2334f6e22dc9b28b2fc2fca4789 taglib-extras-1.0.0.tar.gz diff --git a/taglib-extras.spec b/taglib-extras.spec index c114d01..800fcb2 100644 --- a/taglib-extras.spec +++ b/taglib-extras.spec @@ -1,6 +1,6 @@ Summary: Taglib support for other formats Name: taglib-extras -Version: 0.1.7 +Version: 1.0.0 Release: 1%{?dist} Group: Applications/Multimedia @@ -15,8 +15,10 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) Patch1: taglib-extras-0.1-multilib-1.patch BuildRequires: cmake >= 2.6.0 -BuildRequires: taglib-devel BuildRequires: kdelibs4-devel +BuildRequires: taglib-devel >= 1.6.0 + +Requires: taglib%{?_isa} => 1.6 %description Taglib-extras delivers support for reading and editing the meta-data of @@ -65,7 +67,7 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc COPYING.LGPL -%{_libdir}/libtag-extras.so.0* +%{_libdir}/libtag-extras.so.1* %files devel %defattr(-,root,root,-) @@ -76,6 +78,9 @@ rm -rf %{buildroot} %changelog +* Thu Sep 17 2009 Rex Dieter - 1.0.0-1 +- taglib-extras-1.0.0 (API/ABI bump) + * Wed Sep 09 2009 Rex Dieter - 0.1.7-1 - taglib-extras-0.1.7