Hello community, here is the log from the commit of package mkvtoolnix for openSUSE:Factory checked in at Thu Feb 26 18:06:18 CET 2009. -------- --- mkvtoolnix/mkvtoolnix.changes 2009-01-18 19:28:04.000000000 +0100 +++ mkvtoolnix/mkvtoolnix.changes 2009-02-23 20:14:26.000000000 +0100 @@ -1,0 +2,13 @@ +Mon Feb 23 11:10:02 CET 2009 - seife@suse.de + +- update to v2.5.1: + - made most of the programs translatable + bug fixes in mkvextract: + - time code extraction + bug fixes in mmg: + - possible crash in the chapter editor + - another crash fixed + bug fixes in mkvmerge: + - AAC file detection fix + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- mkvtoolnix-2.4.2.tar.bz2 New: ---- mkvtoolnix-2.5.1-guide-install.diff mkvtoolnix-2.5.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mkvtoolnix.spec ++++++ --- /var/tmp/diff_new_pack.SA7035/_old 2009-02-26 18:05:33.000000000 +0100 +++ /var/tmp/diff_new_pack.SA7035/_new 2009-02-26 18:05:33.000000000 +0100 @@ -1,5 +1,5 @@ # -# spec file for package mkvtoolnix (Version 2.4.2) +# spec file for package mkvtoolnix (Version 2.5.1) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -20,12 +20,13 @@ Name: mkvtoolnix BuildRequires: boost-devel flac-devel gcc-c++ libexpat-devel libmatroska-devel libvorbis-devel lzo-devel pcre-devel wxGTK-devel Url: http://www.bunkus.org/videotools/mkvtoolnix/ -Version: 2.4.2 +Version: 2.5.1 Release: 1 Summary: Tools to Create, Alter, and Inspect Matroska Files License: GPL v2 or later Group: Productivity/Multimedia/Other Source: %{name}-%{version}.tar.bz2 +Patch: mkvtoolnix-2.5.1-guide-install.diff Summary: Tools to Create, Alter, and Inspect Matroska Files BuildRoot: %{_tmppath}/%{name}-%{version}-build Prefix: /usr @@ -49,11 +50,12 @@ %prep %setup +%patch -p1 %build export CFLAGS="$RPM_OPT_FLAGS" #" -fno-strict-aliasing" export CXXFLAGS="$CFLAGS" -./configure --prefix=/usr --mandir=/usr/share/man --datadir=%{_docdir} +./configure --prefix=/usr --mandir=/usr/share/man --docdir=%{_docdir}/%{name} make %{?jobs:-j%jobs} %install @@ -61,6 +63,7 @@ ln -s mmg $RPM_BUILD_ROOT/usr/bin/mkvmerge-gui install -m 0644 AUTHORS ChangeLog README \ $RPM_BUILD_ROOT%{_docdir}/%{name} +%find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT @@ -69,7 +72,7 @@ %postun -p /sbin/ldconfig -%files +%files -f %{name}.lang %defattr (-,root,root) #/usr/bin/base64tool /usr/bin/mkvextract @@ -86,6 +89,16 @@ #%doc README.SUSE AUTHORS ChangeLog COPYING README %changelog +* Mon Feb 23 2009 seife@suse.de +- update to v2.5.1: + - made most of the programs translatable + bug fixes in mkvextract: + - time code extraction + bug fixes in mmg: + - possible crash in the chapter editor + - another crash fixed + bug fixes in mkvmerge: + - AAC file detection fix * Sun Jan 18 2009 seife@suse.de - update to v2.4.2: bug fixes in mkvmerge: ++++++ mkvtoolnix-2.5.1-guide-install.diff ++++++ Index: b/Makefile.in =================================================================== --- a/Makefile.in +++ b/Makefile.in @@ -21,10 +21,11 @@ sysconfdir = @sysconfdir@ sharedstatedir = @sharedstatedir@ localstatedir = @localstatedir@ libdir = @libdir@ infodir = @infodir@ mandir = @mandir@ +docdir = @docdir@ man1dir = $(mandir)/man1 includedir = @includedir@ oldincludedir = /usr/include pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ @@ -238,19 +239,19 @@ install-trans: echo "$(INSTALL_DATA) po/$$i.mo $(DESTDIR)$(localedir)/$$i/LC_MESSAGES/mkvtoolnix.mo"; \ $(INSTALL_DATA) po/$$i.mo $(DESTDIR)$(localedir)/$$i/LC_MESSAGES/mkvtoolnix.mo; \ done install-guide: - $(mkinstalldirs) $(DESTDIR)$(pkgdatadir) - $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/images + $(mkinstalldirs) $(DESTDIR)$(docdir) + $(mkinstalldirs) $(DESTDIR)$(docdir)/images @for i in doc/mkvmerge-gui.*; do \ - echo " $(INSTALL_DATA) $$i $(DESTDIR)$(pkgdatadir)/"; \ - $(INSTALL_DATA) $$i $(DESTDIR)$(pkgdatadir)/; \ + echo " $(INSTALL_DATA) $$i $(DESTDIR)$(docdir)/"; \ + $(INSTALL_DATA) $$i $(DESTDIR)$(docdir)/; \ done @for i in doc/images/*gif; do \ - echo " $(INSTALL_DATA) $$i $(DESTDIR)$(pkgdatadir)/images/"; \ - $(INSTALL_DATA) $$i $(DESTDIR)$(pkgdatadir)/images/; \ + echo " $(INSTALL_DATA) $$i $(DESTDIR)$(docdir)/images/"; \ + $(INSTALL_DATA) $$i $(DESTDIR)$(docdir)/images/; \ done # Some general rules ifeq (1,$(LIBMTXCOMMONDLL)) %.o: %.cpp ++++++ mkvtoolnix-2.4.2.tar.bz2 -> mkvtoolnix-2.5.1.tar.bz2 ++++++ ++++ 14392 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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