Hello community,

here is the log from the commit of package mkvtoolnix for openSUSE:Factory 
checked in at 2012-05-03 10:58:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mkvtoolnix (Old)
 and      /work/SRC/openSUSE:Factory/.mkvtoolnix.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mkvtoolnix", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mkvtoolnix/mkvtoolnix.changes    2012-04-12 
09:41:19.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.mkvtoolnix.new/mkvtoolnix.changes       
2012-05-03 10:58:35.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Apr 26 19:28:50 UTC 2012 - [email protected]
+
+- Use system version of rake instead of the included drake. Fixes
+  build in Factory/12.2.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mkvtoolnix.spec ++++++
--- /var/tmp/diff_new_pack.6kDMmq/_old  2012-05-03 10:58:36.000000000 +0200
+++ /var/tmp/diff_new_pack.6kDMmq/_new  2012-05-03 10:58:36.000000000 +0200
@@ -30,7 +30,7 @@
 BuildRequires:  libebml-devel >= 1.2.2
 BuildRequires:  libmatroska-devel >= 1.3.0
 BuildRequires:  lzo-devel
-BuildRequires:  ruby
+BuildRequires:  rubygem-rake
 BuildRequires:  pkgconfig(bzip2)
 BuildRequires:  pkgconfig(flac)
 BuildRequires:  pkgconfig(libcurl)
@@ -57,11 +57,12 @@
 
 %build
 %configure --without-build-timestamp --docdir=%{_docdir}/%{name}
-# V=1 so post-build-checks can check if a file is compiled without optflags
-./drake %{?_smp_mflags} V=1
+# The included drake version segfaults in Factory and we don't provide a 
package
+# for it. So we use rake even if it doesn't support parallel builds.
+rake V=1
 
 %install
-./drake install DESTDIR=%{buildroot}
+rake install DESTDIR=%{buildroot}
 install -pm 0644 AUTHORS ChangeLog COPYING README 
%{buildroot}%{_docdir}/%{name}
 cp -a examples %{buildroot}%{_docdir}/%{name}
 # I guess this is the correct thing to do until bnc#737549 is fixed

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to