Hello community, here is the log from the commit of package vdr for openSUSE:Factory checked in at 2013-03-05 16:34:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vdr (Old) and /work/SRC/openSUSE:Factory/.vdr.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vdr", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/vdr/vdr.changes 2012-11-28 17:08:22.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.vdr.new/vdr.changes 2013-03-05 16:34:53.000000000 +0100 @@ -1,0 +2,5 @@ +Sun Dec 16 18:01:34 UTC 2012 - [email protected] + +- add vdr_install_plugin_new macro for newer plugins + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vdr.macros ++++++ --- /var/tmp/diff_new_pack.fEMJWc/_old 2013-03-05 16:34:55.000000000 +0100 +++ /var/tmp/diff_new_pack.fEMJWc/_new 2013-03-05 16:34:55.000000000 +0100 @@ -5,6 +5,14 @@ done \ %{nil} +# for newer plugins, which automatically add the apiversion during build +%vdr_install_plugin_new() \ +for i in %*; do \ + install -d -m 755 %{buildroot}%{vdr_libdir} \ + install -m 755 libvdr-$i.so.%{vdr_apiversion} %{buildroot}%{vdr_libdir}/libvdr-$i.so.%{vdr_apiversion} \ +done \ +%{nil} + %vdr_install_plugin_locale \ if [ -d locale ]; then \ cd locale \ -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
