Hello community, here is the log from the commit of package libmatroska checked in at Sun May 27 00:14:54 CEST 2007. -------- --- libmatroska/libmatroska.changes 2007-02-26 10:24:25.000000000 +0100 +++ /mounts/work_users/ro/STABLE/libmatroska/libmatroska.changes 2007-05-27 00:07:03.003185000 +0200 @@ -1,0 +2,6 @@ +Sun May 27 00:06:43 CEST 2007 - ro@suse.de + +- added libebml-devel to buildreq +- split off devel package + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libmatroska.spec ++++++ --- /var/tmp/diff_new_pack.AQ7737/_old 2007-05-27 00:14:48.000000000 +0200 +++ /var/tmp/diff_new_pack.AQ7737/_new 2007-05-27 00:14:48.000000000 +0200 @@ -11,10 +11,10 @@ # norootforbuild Name: libmatroska -BuildRequires: gcc-c++ libebml +BuildRequires: gcc-c++ libebml-devel URL: http://dl.matroska.org/downloads/libmatroska/ Version: 0.8.1 -Release: 1 +Release: 13 Summary: Library to Deal with Matroska Files License: GNU Library General Public License v. 2.0 and 2.1 (LGPL) Group: Development/Libraries/Other @@ -35,6 +35,25 @@ -------- Steve Lhomme <steve.lhomme@free.fr> +%package devel +Summary: Library to Deal with Matroska Files +Group: Development/Libraries/Other +Provides: libmatroska:/usr/include/matroska/KaxVersion.h +Requires: libmatroska = %{version} +Requires: libebml-devel +Autoreqprov: on + +%description devel +Libmatroska is a C++ library to parse Matroska files (.mkv and .mka). +It depends on libebml to work. You only need this package to compile +your own applications. + + + +Authors: +-------- + Steve Lhomme <steve.lhomme@free.fr> + %prep rm -rf $RPM_BUILD_ROOT %setup @@ -59,10 +78,18 @@ %files %defattr (-,root,root) -%{_libdir}/libmatroska* +%{_libdir}/libmatroska*.so.* + +%files devel +%defattr (-,root,root) +%{_libdir}/libmatroska*.so +%{_libdir}/libmatroska*.a /usr/include/matroska %changelog +* Sun May 27 2007 - ro@suse.de +- added libebml-devel to buildreq +- split off devel package * Mon Feb 26 2007 - seife@suse.de - version update to 0.8.1 - add support for KaxCodecState and indexing them in the cues ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de