[openobex/f13/master] Drop obex_test program, as it is just for testing purposes and has some problems with multiple stack

Vojtěch Vítek vvitek at fedoraproject.org
Wed Apr 27 19:15:08 UTC 2011


commit 1410faa18cbc5d04ba00ee1eb6323d58feac61bb
Author: Vojtech Vitek (V-Teq) <vvitek at redhat.com>
Date:   Wed Apr 27 21:13:23 2011 +0200

    Drop obex_test program, as it is just for testing purposes
    and has some problems with multiple stack overflows etc.

 openobex.spec |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/openobex.spec b/openobex.spec
index ad9f01c..33a79c7 100644
--- a/openobex.spec
+++ b/openobex.spec
@@ -1,7 +1,7 @@
 Summary: Library for using OBEX
 Name: openobex
 Version: 1.4
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: GPLv2+
 Group: System Environment/Libraries
 URL: http://openobex.sourceforge.net
@@ -57,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 # we do not want .la files
 rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
+# don't ship obex_test program, that is for testing purposes only
+# and has some problems (multiple buffer overflows etc.)
+rm -f $RPM_BUILD_ROOT/%{_bindir}/obex_test
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -83,12 +86,15 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/irxfer
 %{_bindir}/ircp
 %{_bindir}/obex_tcp
-%{_bindir}/obex_test
 %{_bindir}/obex_push
 %{_mandir}/man1/obex_push.1*
 
-
 %changelog
+* Thu Apr 28 2011 Vojtech Vitek (V-Teq) <vvitek at redhat.com> - 1.4-6
+- Drop obex_test program, as it is just for testing purposes
+  and has some problems with multiple stack overflows etc.
+  Resolves: #521663
+
 * Tue Oct 19 2010 Vojtech Vitek (V-Teq) <vvitek at redhat.com> 1.4-5
 - update source url
 


More information about the scm-commits mailing list