[openocd/f18] update to 0.7.0

Markus Mayer lotharlutz at fedoraproject.org
Wed May 22 13:07:30 UTC 2013


commit d7c4c0daa86f234c2ec10c36265681bcc9a7b1c8
Author: Markus Mayer <lotharlutz at gmx.de>
Date:   Wed May 22 15:06:04 2013 +0200

    update to 0.7.0

 .gitignore   |    1 +
 openocd.spec |    7 ++++++-
 sources      |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6acd301..b36b75e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ openocd-0.4.0.tar.gz
 /openocd-0.5.0.tar.bz2
 /openocd-0.6.0.tar.bz2
 /openocd-0.6.1.tar.bz2
+/openocd-0.7.0.tar.bz2
diff --git a/openocd.spec b/openocd.spec
index d16f004..39c216c 100644
--- a/openocd.spec
+++ b/openocd.spec
@@ -1,5 +1,5 @@
 Name:       openocd
-Version:    0.6.1
+Version:    0.7.0
 Release:    1%{?dist}
 Summary:    Debugging, in-system programming and boundary-scan testing for embedded devices
 
@@ -35,6 +35,7 @@ mv -f openocd.info.conv openocd.info
   --enable-static \
   --disable-shared \
   --enable-dummy \
+  --enable-ftdi \
   --enable-ft2232_libftdi \
   --enable-gw16012 \
   --enable-usb_blaster_libftdi \
@@ -55,6 +56,7 @@ mv -f openocd.info.conv openocd.info
   --enable-ioutil \
   --enable-at91rm9200 \
   --enable-buspirate \
+  --enable-ti-icdi \
   --enable-osbdm \
   --enable-opendous \
   --enable-remote-bitbang \
@@ -93,6 +95,9 @@ rm -rf %{buildroot}
 %{_mandir}/man1/*
 
 %changelog
+* Wed May 22 2013 Markus Mayer <lotharlutz at gmx.de> - 0.7.0-1
+- update to upstream release 0.7.0
+
 * Thu May 02 2013 Markus Mayer <lotharlutz at gmx.de> - 0.6.1-1
 - update to upstream release 0.6.1
 - don't bundle jimtcl
diff --git a/sources b/sources
index 4313f84..355086a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-946421efc2414ff89bdaf3f588b230f8  openocd-0.6.1.tar.bz2
+8977a26a4e3a529e1c4fcc0df587a6a4  openocd-0.7.0.tar.bz2


More information about the scm-commits mailing list