Hello community,

here is the log from the commit of package openocd for openSUSE:Factory checked 
in at 2015-04-27 13:05:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openocd (Old)
 and      /work/SRC/openSUSE:Factory/.openocd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openocd"

Changes:
--------
--- /work/SRC/openSUSE:Factory/openocd/openocd.changes  2014-10-11 
19:27:28.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.openocd.new/openocd.changes     2015-04-27 
13:05:15.000000000 +0200
@@ -1,0 +2,11 @@
+Sat Apr 25 09:24:47 UTC 2015 - afaer...@suse.de
+
+- Update to v0.9.0-rc1
+* Drop fix-jim_cmdproc.patch (fixed upstream)
+* Drop commented-out use of ./bootstrap script that doesn't exist
+- Reorder adapter config options by configure.ac order
+* Fix misspelled config option arm-jtag-ew -> armjtagew
+- Explicitly enable usb-blaster-2, usbprog
+- Explicitly enable parport for x86 and bcm2835gpio for ARM
+
+-------------------------------------------------------------------

Old:
----
  fix-jim_cmdproc.patch
  openocd-0.8.0.tar.bz2

New:
----
  openocd-0.9.0-rc1.tar.bz2

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

Other differences:
------------------
++++++ openocd.spec ++++++
--- /var/tmp/diff_new_pack.5zuBbR/_old  2015-04-27 13:05:15.000000000 +0200
+++ /var/tmp/diff_new_pack.5zuBbR/_new  2015-04-27 13:05:15.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package openocd
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,17 +24,13 @@
 
 %define _udevdir %(pkg-config --variable udevdir udev)
 Name:           openocd
-Version:        0.8.0
+Version:        0.9.rc1
 Release:        0
 Summary:        Debugging, in-system programming and boundary-scan testing for 
embedded devices
 License:        GPL-2.0
 Group:          Development/Tools/Debuggers
 Url:            http://openocd.sourceforge.net/
-Source0:        %{name}-%{version}.tar.bz2
-# PATCH-FIX-OPENSUSE fix-jim_cmdproc.patch matwey.korni...@gmail.com -- fix 
for jimtcl 0.75
-%if %{external_jimtcl}
-Patch0:         fix-jim_cmdproc.patch
-%endif
+Source0:        %{name}-0.9.0-rc1.tar.bz2
 BuildRequires:  autoconf >= 2.64
 BuildRequires:  automake
 BuildRequires:  fdupes
@@ -74,15 +70,11 @@
 This package provides hardware description files and documentation.
 
 %prep
-%setup -q 
-%if %{external_jimtcl}
-%patch0 -p1
-%endif
+%setup -q -n %{name}-0.9.0-rc1
 
 %build
-#./bootstrap nosubmodule
 %if !%{external_jimtcl}
-# set this explicitely, else the configure from included jimtcl
+# set this explicitly, else the configure from included jimtcl
 # won't find a compiler :(
 export CC=gcc
 %endif
@@ -94,25 +86,33 @@
   --enable-static \
   --disable-shared \
   --disable-doxygen-html \
-  --enable-sysfsgpio \
   --enable-ioutil \
   --enable-ftdi \
-  --enable-gw16012 \
-  --enable-buspirate \
+  --enable-stlink \
   --enable-ti-icdi \
-  --enable-amtjtagaccel \
-  --enable-arm-jtag-ew \
-  --enable-oocd_trace \
+  --enable-ulink \
+  --enable-usb-blaster-2 \
+  --enable-vsllink \
+  --enable-jlink \
   --enable-osbdm \
   --enable-opendous \
   --enable-aice \
-  --enable-remote-bitbang \
-  --enable-jlink \
+  --enable-usbprog \
   --enable-rlink \
-  --enable-stlink \
-  --enable-ulink \
+  --enable-armjtagew \
   --enable-cmsis-dap \
-  --enable-vsllink
+%ifarch %ix86 x86_64
+  --enable-parport \
+%endif
+  --enable-amtjtagaccel \
+%ifarch %arm
+  --enable-bcm2835gpio \
+%endif
+  --enable-gw16012 \
+  --enable-oocd_trace \
+  --enable-buspirate \
+  --enable-sysfsgpio \
+  --enable-remote-bitbang \
 
 make %{?_smp_mflags} V=1
 


Reply via email to