Hello community, here is the log from the commit of package taglib for openSUSE:Factory checked in at Wed May 25 11:23:08 CEST 2011.
-------- --- KDE/taglib/taglib.changes 2011-05-17 23:26:33.000000000 +0200 +++ /mounts/work_src_done/STABLE/taglib/taglib.changes 2011-05-23 00:30:28.000000000 +0200 @@ -1,0 +2,7 @@ +Sun May 22 22:29:07 UTC 2011 - [email protected] + +- make taglib become a package again, that has only one duty, to require + libtag1 and libtag_c0 for packages that still require taglib instead of + the new package names libtag1 and libtag_c0 + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ taglib.spec ++++++ --- /var/tmp/diff_new_pack.QzgeKJ/_old 2011-05-25 11:16:26.000000000 +0200 +++ /var/tmp/diff_new_pack.QzgeKJ/_new 2011-05-25 11:16:26.000000000 +0200 @@ -20,7 +20,7 @@ Name: taglib Version: 1.7 -Release: 1 +Release: 2 License: LGPLv2.1+ ; MPLv1.1 .. Summary: Audio Meta-Data Library Url: http://ktown.kde.org/~wheeler/taglib/ @@ -41,6 +41,8 @@ BuildRequires: update-desktop-files %endif BuildRequires: zlib-devel +Requires: libtag1 = %{version}-%{release} +Requires: libtag_c0 = %{version}-%{release} %description TagLib is a library for reading and editing the meta-data of several popular @@ -135,6 +137,11 @@ %fdupes -s %{buildroot} +echo <<EOF >README.taglib +This package only acts as a placeholder until all packages that use taglib +have upgraded to the new package names libtag1 and libtag_c0. +EOF + %check # check the library #pushd tests @@ -142,7 +149,7 @@ #popd %clean -rm -rf %{buildroot} +%{?buildroot:%__rm -rf "%{buildroot}"} %post -n libtag1 -p /sbin/ldconfig @@ -154,11 +161,13 @@ %files -n libtag1 %defattr(-,root,root,-) -%{_libdir}/libtag.so.1* +%{_libdir}/libtag.so.1 +%{_libdir}/libtag.so.1.* %files -n libtag_c0 %defattr(-,root,root,-) -%{_libdir}/libtag_c.so.0* +%{_libdir}/libtag_c.so.0 +%{_libdir}/libtag_c.so.0.* %files -n libtag-devel %defattr(-,root,root,-) @@ -169,4 +178,8 @@ %{_libdir}/pkgconfig/*.pc %{_datadir}/susehelp/ +%files +%defattr(-,root,root,-) +%doc README.taglib + %changelog ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
