SHA256
1
0
forked from pool/openocd

Accepting request 480003 from home:dstoecker

OBS-URL: https://build.opensuse.org/request/show/480003
OBS-URL: https://build.opensuse.org/package/show/hardware/openocd?expand=0&rev=18
This commit is contained in:
Matwey Kornilov 2017-03-17 17:20:02 +00:00 committed by Git OBS Bridge
parent 6432403f5a
commit b4d630eb87
7 changed files with 17 additions and 23 deletions

View File

@ -1,14 +0,0 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="url">git://git.code.sf.net/p/openocd/code</param>
<param name="scm">git</param>
<param name="filename">openocd</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>
<param name="compression">bz2</param>
</service>
<service name="set_version" mode="disabled"/>
</services>

3
openocd-0.10.0.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7312e7d680752ac088b8b8f2b5ba3ff0d30e0a78139531847be4b75c101316ae
size 4792636

View File

@ -0,0 +1 @@
3245d43d60a1a93f8b0f6b1ce20b53e38cab7a4a openocd-0.10.0.tar.bz2

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:837042ac9a156b9363cbffa1fcdaf463bfb83a49331addf52e63119642b5f443
size 3873090

Binary file not shown.

View File

@ -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

View File

@ -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,-)