diff --git a/_service b/_service deleted file mode 100644 index 9d3bb36..0000000 --- a/_service +++ /dev/null @@ -1,14 +0,0 @@ - - - git://git.code.sf.net/p/openocd/code - git - openocd - v0.8.0 - 0.8.0 - - - *.tar - bz2 - - - diff --git a/openocd-0.10.0.tar.bz2 b/openocd-0.10.0.tar.bz2 new file mode 100644 index 0000000..b7df526 --- /dev/null +++ b/openocd-0.10.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7312e7d680752ac088b8b8f2b5ba3ff0d30e0a78139531847be4b75c101316ae +size 4792636 diff --git a/openocd-0.10.0.tar.bz2.sha1 b/openocd-0.10.0.tar.bz2.sha1 new file mode 100644 index 0000000..45e1c7f --- /dev/null +++ b/openocd-0.10.0.tar.bz2.sha1 @@ -0,0 +1 @@ +3245d43d60a1a93f8b0f6b1ce20b53e38cab7a4a openocd-0.10.0.tar.bz2 diff --git a/openocd-0.9.0.tar.bz2 b/openocd-0.9.0.tar.bz2 deleted file mode 100644 index fb8e741..0000000 --- a/openocd-0.9.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:837042ac9a156b9363cbffa1fcdaf463bfb83a49331addf52e63119642b5f443 -size 3873090 diff --git a/openocd-0.9.0.tar.bz2.sig b/openocd-0.9.0.tar.bz2.sig deleted file mode 100644 index 6d3727a..0000000 Binary files a/openocd-0.9.0.tar.bz2.sig and /dev/null differ diff --git a/openocd.changes b/openocd.changes index 0134e7c..0b4935c 100644 --- a/openocd.changes +++ b/openocd.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Mar 16 10:19:05 UTC 2017 - opensuse@dstoecker.de + +- update to 0.10.0 + * many updates: have a look in the log file + /usr/share/doc/packages/openocd/NEWS + ------------------------------------------------------------------- Thu Jun 11 19:28:51 UTC 2015 - benoit.monin@gmx.fr diff --git a/openocd.spec b/openocd.spec index 53c2a09..a4770b5 100644 --- a/openocd.spec +++ b/openocd.spec @@ -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 @@ -24,14 +24,14 @@ %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 Group: Development/Tools/Debuggers 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 +Source1: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2.sha1 Source2: %name.keyring BuildRequires: autoconf >= 2.64 BuildRequires: automake @@ -127,7 +127,7 @@ rm -f %{buildroot}%{_libdir}/libopenocd.* 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 +142,11 @@ cat contrib/99-openocd.rules | sed -e 's/GROUP="plugdev"/GROUP="users"/' > %{bui %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,-)