Hello community,

here is the log from the commit of package openocd for openSUSE:Factory checked 
in at 2015-06-12 20:31:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2015-04-27 
13:05:15.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.openocd.new/openocd.changes     2015-06-12 
20:31:47.000000000 +0200
@@ -1,0 +2,19 @@
+Thu Jun 11 19:28:51 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 0.9.0:
+  * jtag/drivers/stlink: fix SRST issue with stlink-v1
+  * nrf51: refine and extend known devices table
+  * server: avoid the tcl server crashing when there is no target
+  * manual: fix usb_blaster_pin command syntax and description
+  * manual: reorder flash driver info
+  * manual: remove the lists of config files
+- point the source URL to sourceforge
+- add source archive signature and author keyring
+- add missing install_info_prereq as post and preun requires
+- remove -n from %setup: unnecessary
+- call %udev_rules_update instead of udevadm directly in post
+  and postun: fix local build
+- call %install_info_delete in preun, not postun:
+  fix scriptlet failed warning
+
+-------------------------------------------------------------------

Old:
----
  openocd-0.9.0-rc1.tar.bz2

New:
----
  openocd-0.9.0.tar.bz2
  openocd-0.9.0.tar.bz2.sig
  openocd.keyring

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

Other differences:
------------------
++++++ openocd.spec ++++++
--- /var/tmp/diff_new_pack.j0zHXI/_old  2015-06-12 20:31:48.000000000 +0200
+++ /var/tmp/diff_new_pack.j0zHXI/_new  2015-06-12 20:31:48.000000000 +0200
@@ -24,13 +24,15 @@
 
 %define _udevdir %(pkg-config --variable udevdir udev)
 Name:           openocd
-Version:        0.9.rc1
+Version:        0.9.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:        %{name}-0.9.0-rc1.tar.bz2
+Source0:        
http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
+Source1:        
http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2.sig
+Source2:        %name.keyring
 BuildRequires:  autoconf >= 2.64
 BuildRequires:  automake
 BuildRequires:  fdupes
@@ -48,6 +50,8 @@
 BuildRequires:  pkgconfig(udev)
 Requires:       %{name}-data = %{version}
 Requires(post): udev
+Requires(post): %{install_info_prereq}
+Requires(preun): %{install_info_prereq}
 Requires(postun): udev
 
 %description
@@ -70,7 +74,7 @@
 This package provides hardware description files and documentation.
 
 %prep
-%setup -q -n %{name}-0.9.0-rc1
+%setup -q
 
 %build
 %if !%{external_jimtcl}
@@ -127,13 +131,15 @@
 %fdupes %{buildroot}
 
 %post
-udevadm control --reload
+%udev_rules_update
 %install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
 
-%postun
-udevadm control --reload
+%preun
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
 
+%postun
+%udev_rules_update
+
 %files
 %defattr(-,root,root,-)
 %doc contrib/libdcc README AUTHORS ChangeLog COPYING

++++++ openocd-0.9.0-rc1.tar.bz2 -> openocd-0.9.0.tar.bz2 ++++++
++++ 62133 lines of diff (skipped)


Reply via email to