Hello community,

here is the log from the commit of package lv2 for openSUSE:Factory checked in 
at 2014-11-14 09:19:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lv2 (Old)
 and      /work/SRC/openSUSE:Factory/.lv2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lv2"

Changes:
--------
--- /work/SRC/openSUSE:Factory/lv2/lv2.changes  2014-07-21 22:35:04.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.lv2.new/lv2.changes     2014-11-14 
09:19:05.000000000 +0100
@@ -1,0 +2,7 @@
+Tue Nov 11 11:51:45 UTC 2014 - [email protected]
+
+- Fix build in SLE_11
+  cairo is too old for scope files
+  doc macro behaves different
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ lv2.spec ++++++
--- /var/tmp/diff_new_pack.sNKFNx/_old  2014-11-14 09:19:07.000000000 +0100
+++ /var/tmp/diff_new_pack.sNKFNx/_new  2014-11-14 09:19:07.000000000 +0100
@@ -174,21 +174,23 @@
 
 %install
 ./waf install --destdir=%{buildroot}
+mv -t . %{buildroot}%{_defaultdocdir}/lv2/lv2plug.in
 
 %files
 %defattr(0644,root,root,0755)
 %doc COPYING NEWS README
-%exclude %{_defaultdocdir}/lv2/lv2plug.in/
 %{_libdir}/lv2/
 %exclude %{_libdir}/lv2/eg-amp.lv2/
 %exclude %{_libdir}/lv2/eg-metro.lv2/
 %exclude %{_libdir}/lv2/eg-midigate.lv2/
 %exclude %{_libdir}/lv2/eg-sampler.lv2/
+%if 0%{?suse_version} > 1110
 %exclude %{_libdir}/lv2/eg-scope.lv2/
+%endif
 
 %files devel
 %defattr(0644,root,root,0755)
-%attr(0755,-,-) %{_bindir}/lv2specgen.py
+%attr(0755,root,root) %{_bindir}/lv2specgen.py
 %{_datadir}/lv2specgen
 %{_includedir}/lv2.h
 %{_includedir}/lv2/
@@ -201,10 +203,12 @@
 %{_libdir}/lv2/eg-metro.lv2/
 %{_libdir}/lv2/eg-midigate.lv2/
 %{_libdir}/lv2/eg-sampler.lv2/
+%if 0%{?suse_version} > 1110
 %{_libdir}/lv2/eg-scope.lv2/
+%endif
 
 %files docs
 %defattr(0644,root,root,0755)
-%{_defaultdocdir}/lv2/lv2plug.in/
+%doc lv2plug.in/
 
 %changelog

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

Reply via email to