commit libmtp for openSUSE:Factory

Hello community, here is the log from the commit of package libmtp for openSUSE:Factory checked in at 2014-05-29 08:43:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libmtp (Old) and /work/SRC/openSUSE:Factory/.libmtp.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "libmtp" Changes: -------- --- /work/SRC/openSUSE:Factory/libmtp/libmtp.changes 2013-12-19 12:18:31.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libmtp.new/libmtp.changes 2014-05-29 08:43:38.000000000 +0200 @@ -1,0 +2,6 @@ +Tue May 27 01:39:24 UTC 2014 - crrodriguez@opensuse.org + +- Tell doxygen to stop producing files with timestamps. +- define udev macros only if not already there. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libmtp.spec ++++++ --- /var/tmp/diff_new_pack.B61bZ6/_old 2014-05-29 08:43:38.000000000 +0200 +++ /var/tmp/diff_new_pack.B61bZ6/_new 2014-05-29 08:43:38.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package libmtp # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -34,8 +34,9 @@ Source1: music-players.h Patch0: mtpz-use-LIBMTP_ERROR-instead-of-LIBMTP_INFO.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build -%define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d -%define _udevdir %(pkg-config --variable=udevdir udev) +%{!?_udevrulesdir: %global _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d } +%{!?_udevdir: %global _udevdir %(pkg-config --variable=udevdir udev) } + %description This package contains binaries and documentation that allow access to USB based media players based on the MTP (Media Transfer Protocol) @@ -82,6 +83,7 @@ cp %{SOURCE1} src/music-players.h %build +echo 'HTML_TIMESTAMP=NO' >> doc/Doxyfile.in %configure --with-udev=%{_udevdir} --disable-static --enable-doxygen make %{?_smp_mflags} -- 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