Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package stlink for openSUSE:Factory checked in at 2021-06-04 22:43:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/stlink (Old) and /work/SRC/openSUSE:Factory/.stlink.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "stlink" Fri Jun 4 22:43:30 2021 rev:8 rq:897293 version:1.7.0 Changes: -------- --- /work/SRC/openSUSE:Factory/stlink/stlink.changes 2020-09-01 20:09:04.084640111 +0200 +++ /work/SRC/openSUSE:Factory/.stlink.new.1898/stlink.changes 2021-06-04 22:43:47.943144884 +0200 @@ -1,0 +2,19 @@ +Tue Jun 1 11:10:01 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 1.7.0. Check CHANGELOG.md for the full list of changes + + New features: + * Extended set of cmd line arguments for st-info and st-util + * Extended support for STM32H7 & rework of software reset + * Added support for STM32H742/743/753 + * Official support for STLINK-V3 programmers + * Added preliminary support for STM32L5x2 + * Option bytes on the STM32F767 ZIT6 Nucleo-144 + * Increase STM32L0 `option_size` to 20 + * st-util: Add specialized memory map for STM32H7 devices + * Support for STM32F4 option bytes + * ITM functionality for STLink/V2 and STM32Fxx chipsets +- Use the %suse_update_desktop_file macro instead of + change-desktopfile-category.patch +- Drop 0001-Fix-install-path-of-stlink-gui.ui-file.patch + +------------------------------------------------------------------- Old: ---- 0001-Fix-install-path-of-stlink-gui.ui-file.patch change-desktopfile-category.patch stlink-1.6.1.tar.gz New: ---- stlink-1.7.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ stlink.spec ++++++ --- /var/tmp/diff_new_pack.2UNCIz/_old 2021-06-04 22:43:48.607145617 +0200 +++ /var/tmp/diff_new_pack.2UNCIz/_new 2021-06-04 22:43:48.611145621 +0200 @@ -19,20 +19,18 @@ %define sover 1 Name: stlink -Version: 1.6.1 +Version: 1.7.0 Release: 0 Summary: STM32 discovery line linux programmer License: BSD-3-Clause Group: Development/Tools/Debuggers URL: https://github.com/stlink-org/stlink/ Source0: https://github.com/stlink-org/stlink/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz -Patch0: change-desktopfile-category.patch -# PATCH-FIX-UPSTREAM -Patch1: 0001-Fix-install-path-of-stlink-gui.ui-file.patch BuildRequires: cmake BuildRequires: gtk3-devel BuildRequires: pkg-config BuildRequires: systemd-rpm-macros +BuildRequires: update-desktop-files BuildRequires: pkgconfig(libusb-1.0) BuildRequires: pkgconfig(udev) Requires: udev @@ -64,9 +62,7 @@ STLINK v1/v2 JTAG/SWD debugging/flashing tool for STM32 microcontrollers. %prep -%setup -q -%patch0 -p1 -%patch1 -p1 +%autosetup -p1 %build %cmake -DSTLINK_UDEV_RULES_DIR="%_udevrulesdir" \ @@ -76,8 +72,11 @@ %install %cmake_install + # remove static lib sdi -rm -f %{buildroot}%{_libdir}/*.a +rm %{buildroot}%{_libdir}/*.a + +%suse_update_desktop_file -r stlink-gui Development Debugger %post -n libstlink%{sover} -p /sbin/ldconfig @@ -104,9 +103,7 @@ %files devel %dir %{_includedir}/stlink -%{_includedir}/stlink.h -%{_includedir}/stm32.h -%{_includedir}/stlink/*.h +%{_includedir}/stlink/ %{_libdir}/libstlink.so %changelog ++++++ stlink-1.6.1.tar.gz -> stlink-1.7.0.tar.gz ++++++ ++++ 36157 lines of diff (skipped)