Hello community,

here is the log from the commit of package openocd for openSUSE:Factory checked 
in at 2014-05-23 07:28:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-05-13 
20:46:40.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.openocd.new/openocd.changes     2014-05-23 
07:28:13.000000000 +0200
@@ -1,0 +2,9 @@
+Tue May 13 18:11:26 UTC 2014 - [email protected]
+
+- Update to openOCD 0.8 instead of git
+- Build with external jimtcl only for factory, use included 
+  jimtcl for openSUSE 13.1 and older
+- make it build with included jimtcl, so it builds for 
+  openSUSE 12.3 and 13.1
+
+-------------------------------------------------------------------

Old:
----
  openocd-0.7.99+git20140317.tar.bz2

New:
----
  openocd-0.8.0.tar.bz2

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

Other differences:
------------------
++++++ openocd.spec ++++++
--- /var/tmp/diff_new_pack.psknax/_old  2014-05-23 07:28:15.000000000 +0200
+++ /var/tmp/diff_new_pack.psknax/_new  2014-05-23 07:28:15.000000000 +0200
@@ -16,9 +16,15 @@
 #
 
 
+%if 0%{?suse_version} < 1320
+%define external_jimtcl 0
+%else
+%define external_jimtcl 1
+%endif
+
 %define _udevdir %(pkg-config --variable udevdir udev)
 Name:           openocd
-Version:        0.7.99+git20140317
+Version:        0.8.0
 Release:        0
 Summary:        Debugging, in-system programming and boundary-scan testing for 
embedded devices
 License:        GPL-2.0
@@ -26,11 +32,15 @@
 Url:            http://openocd.sourceforge.net/
 Source0:        %{name}-%{version}.tar.bz2
 # PATCH-FIX-OPENSUSE fix-jim_cmdproc.patch [email protected] -- fix 
for jimtcl 0.75
+%if %{external_jimtcl}
 Patch0:         fix-jim_cmdproc.patch
+%endif
 BuildRequires:  autoconf >= 2.64
 BuildRequires:  automake
 BuildRequires:  fdupes
+%if %{external_jimtcl}
 BuildRequires:  jimtcl-devel
+%endif
 BuildRequires:  libftdi1-devel
 BuildRequires:  libhidapi-devel
 BuildRequires:  libtool
@@ -64,15 +74,24 @@
 
 %prep
 %setup -q
+%if %{external_jimtcl}
 %patch0 -p1
+%endif
 
 %build
-./bootstrap nosubmodule
+#./bootstrap nosubmodule
+%if !%{external_jimtcl}
+# set this explicitely, else the configure from included jimtcl
+# won't find a compiler :(
+export CC=gcc
+%endif
 %configure \
+%if %{external_jimtcl}
+  --disable-internal-jimtcl \
+%endif
   --disable-werror \
   --enable-static \
   --disable-shared \
-  --disable-internal-jimtcl \
   --disable-doxygen-html \
   --enable-sysfsgpio \
   --enable-ioutil \

++++++ _service ++++++
--- /var/tmp/diff_new_pack.psknax/_old  2014-05-23 07:28:15.000000000 +0200
+++ /var/tmp/diff_new_pack.psknax/_new  2014-05-23 07:28:15.000000000 +0200
@@ -3,7 +3,8 @@
     <param name="url">git://git.code.sf.net/p/openocd/code</param>
     <param name="scm">git</param>
     <param name="filename">openocd</param>
-    <param name="versionformat">0.7.99+git%cd</param>
+    <param name="revision">v0.8.0</param>
+    <param name="versionformat">0.8.0</param>
   </service>
   <service name="recompress" mode="disabled">
     <param name="file">*.tar</param>

++++++ openocd-0.7.99+git20140317.tar.bz2 -> openocd-0.8.0.tar.bz2 ++++++
++++ 159254 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to