Hello community, here is the log from the commit of package openobex for openSUSE:Factory checked in at 2014-07-10 08:16:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openobex (Old) and /work/SRC/openSUSE:Factory/.openobex.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "openobex" Changes: -------- --- /work/SRC/openSUSE:Factory/openobex/openobex.changes 2014-06-24 15:15:46.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.openobex.new/openobex.changes 2014-07-10 08:16:33.000000000 +0200 @@ -1,0 +2,8 @@ +Tue Jun 24 14:06:28 UTC 2014 - jmatejek@suse.com + +- drop udev rules, obsolete/provide openobex from libopenobex again + (group plugdev doesn't exist anymore and it's unclear how to replace it, + so the udev rules are virtually useless) + this fixes bnc#865429 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openobex.spec ++++++ --- /var/tmp/diff_new_pack.uTjpTk/_old 2014-07-10 08:16:34.000000000 +0200 +++ /var/tmp/diff_new_pack.uTjpTk/_new 2014-07-10 08:16:34.000000000 +0200 @@ -35,9 +35,7 @@ BuildRequires: libxml2-tools BuildRequires: pkg-config BuildRequires: xsltproc -BuildRequires: pkgconfig(udev) BuildRoot: %{_tmppath}/%{name}-%{version}-build -%{!?_udevrulesdir: %global _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d} %description OBEX is a session protocol and can best be described as a binary HTTP @@ -49,7 +47,8 @@ Summary: Open Source Implementation of the Object Exchange (OBEX) Protocol License: GPL-2.0+ and LGPL-2.1+ Group: Productivity/Networking/Web/Utilities -Requires: %{name} >= %{version} +Provides: %{name} = %{version}-%{release} +Obsoletes: %{name} < %{version}-%{release} %description -n libopenobex2 OBEX is a session protocol and can best be described as a binary HTTP @@ -78,6 +77,8 @@ %setup -q -n openobex-%{version}-Source # openobex runs some tests with g++ sed -i -e 's:openobex C:openobex C CXX:' CMakeLists.txt +# do not compile and install the udev part +sed -i '/add_subdirectory.*udev/d' CMakeLists.txt # doxygen no timestamp sed -i -e '4 iHTML_TIMESTAMP=NO' doc/Doxyfile.in @@ -100,14 +101,6 @@ %postun -n libopenobex2 -p /sbin/ldconfig -%post -%{?udev_rules_update:%{udev_rules_update}} - -%files -%defattr(-,root,root) -%{_sbindir}/obex-check-device -%{_udevrulesdir}/60-openobex.rules - %files -n libopenobex2 %defattr(-,root,root) # NEWS is empty -- 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