Hello community,

here is the log from the commit of package openocd for openSUSE:Factory checked 
in at 2017-03-24 02:21:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openocd (Old)
 and      /work/SRC/openSUSE:Factory/.openocd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openocd"

Fri Mar 24 02:21:08 2017 rev:7 rq:481108 version:0.10.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/openocd/openocd.changes  2015-06-12 
20:31:47.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.openocd.new/openocd.changes     2017-03-24 
02:21:09.548270553 +0100
@@ -1,0 +2,19 @@
+Sun Mar 19 11:31:10 UTC 2017 - [email protected]
+
+- Drop deprecated --enable-ioutil and --enable-oocd_trace options
+- Sort and complement configure options
+- Add back tarball signature
+
+-------------------------------------------------------------------
+Fri Mar 17 19:35:03 UTC 2017 - [email protected]
+
+- Update specfile for new libjaylink dependency
+
+-------------------------------------------------------------------
+Thu Mar 16 10:19:05 UTC 2017 - [email protected]
+
+- update to 0.10.0
+ * many updates: have a look in the log file
+   /usr/share/doc/packages/openocd/NEWS
+
+-------------------------------------------------------------------

Old:
----
  _service
  openocd-0.9.0.tar.bz2
  openocd-0.9.0.tar.bz2.sig

New:
----
  openocd-0.10.0.tar.bz2
  openocd-0.10.0.tar.bz2.sha1
  openocd-0.10.0.tar.bz2.sig

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

Other differences:
------------------
++++++ openocd.spec ++++++
--- /var/tmp/diff_new_pack.iLfQzD/_old  2017-03-24 02:21:10.188180010 +0100
+++ /var/tmp/diff_new_pack.iLfQzD/_new  2017-03-24 02:21:10.192179444 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package openocd
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -22,9 +22,11 @@
 %define external_jimtcl 1
 %endif
 
+%define external_libjaylink 1
+
 %define _udevdir %(pkg-config --variable udevdir udev)
 Name:           openocd
-Version:        0.9.0
+Version:        0.10.0
 Release:        0
 Summary:        Debugging, in-system programming and boundary-scan testing for 
embedded devices
 License:        GPL-2.0
@@ -32,7 +34,8 @@
 Url:            http://openocd.sourceforge.net/
 Source0:        
http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
 Source1:        
http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2.sig
-Source2:        %name.keyring
+Source2:        
http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2.sha1
+Source3:        %name.keyring
 BuildRequires:  autoconf >= 2.64
 BuildRequires:  automake
 BuildRequires:  fdupes
@@ -41,6 +44,9 @@
 %endif
 BuildRequires:  libftdi1-devel
 BuildRequires:  libhidapi-devel
+%if %{external_libjaylink}
+BuildRequires:  libjaylink-devel
+%endif
 BuildRequires:  libtool
 BuildRequires:  libudev-devel
 BuildRequires:  libusb-compat-devel
@@ -83,21 +89,17 @@
 export CC=gcc
 %endif
 %configure \
-%if %{external_jimtcl}
-  --disable-internal-jimtcl \
-%endif
-  --disable-werror \
-  --enable-static \
+  --disable-silent-rules \
   --disable-shared \
+  --enable-static \
   --disable-doxygen-html \
-  --enable-ioutil \
+  --disable-werror \
   --enable-ftdi \
   --enable-stlink \
   --enable-ti-icdi \
   --enable-ulink \
   --enable-usb-blaster-2 \
   --enable-vsllink \
-  --enable-jlink \
   --enable-osbdm \
   --enable-opendous \
   --enable-aice \
@@ -105,6 +107,10 @@
   --enable-rlink \
   --enable-armjtagew \
   --enable-cmsis-dap \
+  --enable-usb-blaster \
+  --enable-presto \
+  --enable-openjtag \
+  --enable-jlink \
 %ifarch %ix86 x86_64
   --enable-parport \
 %endif
@@ -113,9 +119,14 @@
   --enable-bcm2835gpio \
 %endif
   --enable-gw16012 \
-  --enable-oocd_trace \
   --enable-buspirate \
   --enable-sysfsgpio \
+%if %{external_jimtcl}
+  --disable-internal-jimtcl \
+%endif
+%if %{external_libjaylink}
+  --disable-internal-libjaylink \
+%endif
   --enable-remote-bitbang \
 
 make %{?_smp_mflags} V=1
@@ -127,7 +138,7 @@
 rm -f %{buildroot}%{_datadir}/%{name}/contrib/openocd.udev
 rm -rf %{buildroot}%{_datadir}/%{name}/contrib/libdcc
 mkdir -p %{buildroot}%{_udevdir}/rules.d
-cat contrib/99-openocd.rules | sed -e 's/GROUP="plugdev"/GROUP="users"/' > 
%{buildroot}%{_udevdir}/rules.d/99-openocd.rules
+cat contrib/60-openocd.rules | sed -e 's/GROUP="plugdev"/GROUP="users"/' > 
%{buildroot}%{_udevdir}/rules.d/60-openocd.rules
 %fdupes %{buildroot}
 
 %post
@@ -142,11 +153,11 @@
 
 %files
 %defattr(-,root,root,-)
-%doc contrib/libdcc README AUTHORS ChangeLog COPYING
+%doc contrib/libdcc README AUTHORS ChangeLog COPYING NEWS
 %{_bindir}/%{name}
 %{_mandir}/man1/*
 %{_infodir}/%{name}.info*.gz
-%{_udevdir}/rules.d/99-openocd.rules
+%{_udevdir}/rules.d/60-openocd.rules
 
 %files data
 %defattr(-,root,root,-)

++++++ openocd-0.9.0.tar.bz2 -> openocd-0.10.0.tar.bz2 ++++++
++++ 534039 lines of diff (skipped)

++++++ openocd-0.10.0.tar.bz2.sha1 ++++++
3245d43d60a1a93f8b0f6b1ce20b53e38cab7a4a  openocd-0.10.0.tar.bz2


Reply via email to