commit stlink for openSUSE:Factory

2020-09-01 Thread root
Hello community,

here is the log from the commit of package stlink for openSUSE:Factory checked 
in at 2020-09-01 20:07:52

Comparing /work/SRC/openSUSE:Factory/stlink (Old)
 and  /work/SRC/openSUSE:Factory/.stlink.new.3399 (New)


Package is "stlink"

Tue Sep  1 20:07:52 2020 rev:7 rq:830454 version:1.6.1

Changes:

--- /work/SRC/openSUSE:Factory/stlink/stlink.changes2020-02-04 
19:54:37.865366317 +0100
+++ /work/SRC/openSUSE:Factory/.stlink.new.3399/stlink.changes  2020-09-01 
20:09:04.084640111 +0200
@@ -1,0 +2,56 @@
+Sat Aug 29 09:34:35 UTC 2020 - Dmitry Roshchin 
+
+- Fix download link
+
+---
+Sat Aug  1 19:30:48 UTC 2020 - Stefan BrĂ¼ns 
+
+- Update to 1.6.1:
+  + New Features:
+* Basic compatibility for STLink-v3 programmer (#271, #863, #954)
+Added support for JTAG command API v2 & distinguish protocol versions 
v1 and v2
+Compatibility with the STLink-v3 firmware which dropped support for 
the previous API v1
+As of firmware version J11 the ST-LINK-V1 programmer supports API v2 
commands as well
+* Display programmer serial when no target is connected (#432, #933, #943)
+* Added connect under reset to stlink_open_usb( ) (#577, #963)
+* Support for STM32L1, SM32L4 option bytes write (#596, #844, #847)
+* Added CMAKEFLAGS and install target (#804, #935)
+* Support for STM32G4 (#822)
+* Added aliased SRAM2 region in the L496 memory map (#824)
+* Improved support for STM32G0 (#825, #850, #856, #857)
+* Added postinst script with 'depmod -a' for 'make package' (#845, #931)
+* Calculate checksums for flash operations (#862, #924)
+* Adjust the JTAG/SWD frequency via cmdline option (#893, #953)
+* Added usb PID and udev rules for STlink v2.1 found on Nucleo-L432KC and 
Nucleo-L552ze boards (#900)
+* STM32G0/G4 improvements (#910)
+Enable mass erase with a flash programming check
+Handle G4 Cat3 devices with configurable dual bank flash by using a 
helper
+  + For more details, see included CHANGELOG.md
+- Rebase change-desktopfile-category.patch
+- Add 0001-Fix-install-path-of-stlink-gui.ui-file.patch
+- Clean up spec file
+
+---
+Sun Mar 15 09:22:42 UTC 2020 - Paolo Stivanin 
+
+- Update to 1.6.0:
+Added O_BINARY option to open file (#753)
+Added preliminary support for some STM32G0 chips (#759, #760)
+Added support for mass erasing second bank on STM32F10x_XL (#767)
+Added call to clear PG bit after writing to flash (#773)
+Added howto for sending NRST signal through GDB (#776)
+Added support to write option bytes for the STM32G0 (#778)
+Added simple read/write support for STM32WB55 chips (#786)
+Added STLink V3SET VID:PIDs to the udev rules (#789)
+Support for "STM32+Audio" v2-1 firmware (#790)
+Initial support for STM32L41X (#799)
+Build for Windows under Debian/Ubuntu (#802)
+Allow for 64 bytes serials (#809)
+Added support to read and write option bytes for STM32F2 series (Orie22)
+Added full support for STLINK CHIP ID L4RX (Brad Natelborg)
+Added support to write option bytes to STM32F4 devices (Davey Struijk)
+Various bug fixes
+Various translations and docs update
+- Remove fix-deprecated-libusb-function.patch
+
+---

Old:

  fix-deprecated-libusb-function.patch
  stlink-1.5.0.tar.gz

New:

  0001-Fix-install-path-of-stlink-gui.ui-file.patch
  change-desktopfile-category.patch
  stlink-1.6.1.tar.gz



Other differences:
--
++ stlink.spec ++
--- /var/tmp/diff_new_pack.E2Tt4L/_old  2020-09-01 20:09:04.932640507 +0200
+++ /var/tmp/diff_new_pack.E2Tt4L/_new  2020-09-01 20:09:04.932640507 +0200
@@ -16,16 +16,19 @@
 #
 
 
+%define sover 1
+
 Name:   stlink
-Version:1.5.0
+Version:1.6.1
 Release:0
 Summary:STM32 discovery line linux programmer
 License:BSD-3-Clause
 Group:  Development/Tools/Debuggers
-URL:https://github.com/texane/stlink
-Source0:
https://github.com/texane/stlink/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM fix-deprecated-libusb-function.patch
-Patch0: 
https://github.com/texane/stlink/commit/aaf8e9207581.patch#/fix-deprecated-libusb-function.patch
+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
 

commit stlink for openSUSE:Factory

2020-02-04 Thread root
Hello community,

here is the log from the commit of package stlink for openSUSE:Factory checked 
in at 2020-02-04 19:54:35

Comparing /work/SRC/openSUSE:Factory/stlink (Old)
 and  /work/SRC/openSUSE:Factory/.stlink.new.26092 (New)


Package is "stlink"

Tue Feb  4 19:54:35 2020 rev:6 rq:769762 version:1.5.0

Changes:

--- /work/SRC/openSUSE:Factory/stlink/stlink.changes2018-05-11 
09:15:58.667509203 +0200
+++ /work/SRC/openSUSE:Factory/.stlink.new.26092/stlink.changes 2020-02-04 
19:54:37.865366317 +0100
@@ -1,0 +2,6 @@
+Mon Feb  3 16:31:07 UTC 2020 - Dominique Leuenberger 
+
+- BuildRequire pkgconfig(udev) instead of udev: allow OBS to
+  shortcut through -mini flavors.
+
+---



Other differences:
--
++ stlink.spec ++
--- /var/tmp/diff_new_pack.5TmRvQ/_old  2020-02-04 19:54:38.541366711 +0100
+++ /var/tmp/diff_new_pack.5TmRvQ/_new  2020-02-04 19:54:38.545366714 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package stlink
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -22,7 +22,7 @@
 Summary:STM32 discovery line linux programmer
 License:BSD-3-Clause
 Group:  Development/Tools/Debuggers
-Url:https://github.com/texane/stlink
+URL:https://github.com/texane/stlink
 Source0:
https://github.com/texane/stlink/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM fix-deprecated-libusb-function.patch
 Patch0: 
https://github.com/texane/stlink/commit/aaf8e9207581.patch#/fix-deprecated-libusb-function.patch
@@ -30,8 +30,8 @@
 BuildRequires:  gtk3-devel
 BuildRequires:  pkg-config
 BuildRequires:  systemd-rpm-macros
-BuildRequires:  udev
 BuildRequires:  pkgconfig(libusb-1.0)
+BuildRequires:  pkgconfig(udev)
 Requires:   udev
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 




commit stlink for openSUSE:Factory

2018-05-11 Thread root
Hello community,

here is the log from the commit of package stlink for openSUSE:Factory checked 
in at 2018-05-11 09:15:43

Comparing /work/SRC/openSUSE:Factory/stlink (Old)
 and  /work/SRC/openSUSE:Factory/.stlink.new (New)


Package is "stlink"

Fri May 11 09:15:43 2018 rev:5 rq:605835 version:1.5.0

Changes:

--- /work/SRC/openSUSE:Factory/stlink/stlink.changes2016-05-10 
09:27:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.stlink.new/stlink.changes   2018-05-11 
09:15:58.667509203 +0200
@@ -1,0 +2,50 @@
+Tue May  8 15:44:20 UTC 2018 - stefan.bru...@rwth-aachen.de
+
+- update to release 1.5.0
+  * Chip support added for:
++ STM32F72xx73xx support (#1969148)
++ Add support of STM32L496xx/4A6xx devices (#615)
+  * Fixes:
++ Fix memory map for stm32l496xx boards (#639)
++ Fix write for microcontroler with RAM size less or equal to 32K (#637)
++ Added LIB_INSTALL_DIR to correct libs install on 64-bit systems (#636)
++ Fix verification of flash error for STM32L496x device (#618)
++ Fix build on Fedora with GCC 8 (#666)
+- Fix failing build due to use of deprecated libusb function:
+  Add fix-deprecated-libusb-function.patch
+
+---
+Tue Nov 28 00:27:30 UTC 2017 - bo...@steki.net
+
+- update to release 1.4.0
+  * Add support for STM32L452 target
+  * Initial support to compile with Microsoft Visual Studio 2017
+  * Added support for flashing second bank on STM32F10x_XL 
+  * Add support for STM32L011 target
+  * Allow building of debian package with CPack
+  * Add preliminary support for STM32L011 to see it after probe
+  * Strip full paths to source files in log
+  * Add support for STM32F413 target
+  * Add support for Semihosting SYS_READC
+  * Deprecation of autotools (autoconf, automake)
+  * Removal of undocumented st-term utility,
+which is now replaced by st-util ARM semihosting feature
+  * Add support for native debian packaging
+  * Add intel hex file reading for st-flash
+  * Add --reset command to st-flash
+  * Support serial numbers argument for st-util
+and st-flash for multi-programmer setups
+  * Add kill ('k') command to gdb-server for st-util
+  * Add manpages (generated with pandoc from Markdown)
+  * Rewrite commandline parsing for st-flash
+  * Add support for ARM semihosting to st-util
+
+  * Chip support added for:
++ STM32L432
++ STM32F412
++ STM32F410
++ Add memory map for STM32F401XE
++ L0x Category 5 devices
++ Add L0 Category 2 device
+
+---

Old:

  stlink-1.2.0.tar.gz

New:

  fix-deprecated-libusb-function.patch
  stlink-1.5.0.tar.gz



Other differences:
--
++ stlink.spec ++
--- /var/tmp/diff_new_pack.QCWoZq/_old  2018-05-11 09:15:59.467480221 +0200
+++ /var/tmp/diff_new_pack.QCWoZq/_new  2018-05-11 09:15:59.467480221 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package stlink
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -17,17 +17,19 @@
 
 
 Name:   stlink
-Version:1.2.0
+Version:1.5.0
 Release:0
 Summary:STM32 discovery line linux programmer
 License:BSD-3-Clause
 Group:  Development/Tools/Debuggers
 Url:https://github.com/texane/stlink
 Source0:
https://github.com/texane/stlink/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
-BuildRequires:  autoconf
-BuildRequires:  automake
+# PATCH-FIX-UPSTREAM fix-deprecated-libusb-function.patch
+Patch0: 
https://github.com/texane/stlink/commit/aaf8e9207581.patch#/fix-deprecated-libusb-function.patch
+BuildRequires:  cmake
 BuildRequires:  gtk3-devel
 BuildRequires:  pkg-config
+BuildRequires:  systemd-rpm-macros
 BuildRequires:  udev
 BuildRequires:  pkgconfig(libusb-1.0)
 Requires:   udev
@@ -44,30 +46,75 @@
 %descriptiongui
 STLINK v1/v2 JTAG/SWD debugging/flashing tool for STM32 microcontrollers.
 
+%package -n libstlink-shared1
+Summary:Shared library for stlink
+Group:  Development/Tools/Debuggers
+
+%description -n libstlink-shared1
+STLINK v1/v2 JTAG/SWD debugging/flashing tool for STM32 microcontrollers.
+
+%packagedevel
+Summary:Development files for stlink package
+#Requires:  %%{name} = %%{version}
+Group:  Development/Tools/Debuggers
+Requires:   libstlink-shared1 = %{version}
+
+%descriptiondevel
+STLINK v1/v2 JTAG/SWD debugging/flashing tool for STM32 microcontrollers.
+
 %prep
 %setup -q

commit stlink for openSUSE:Factory

2016-05-10 Thread h_root
Hello community,

here is the log from the commit of package stlink for openSUSE:Factory checked 
in at 2016-05-10 09:27:49

Comparing /work/SRC/openSUSE:Factory/stlink (Old)
 and  /work/SRC/openSUSE:Factory/.stlink.new (New)


Package is "stlink"

Changes:

--- /work/SRC/openSUSE:Factory/stlink/stlink.changes2015-04-07 
09:29:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.stlink.new/stlink.changes   2016-05-10 
09:27:50.0 +0200
@@ -1,0 +2,13 @@
+Sun May  8 06:47:18 UTC 2016 - dmitr...@opensuse.org
+
+- Update to version 1.2.0
+  * Add multiple stlink probing (`st-info --probe`, `st-info --hla-serial`)
+with printing serial in hex and OpenOCD `hla_serial` format
+  * Add stlink usb probe API functions
+  * Added parameter to specify one stlink v2 of many
+  * Chip support added for: STM32L053R8, STM32F7, STM32L4, F446,
+STM32F303 High Density, STM32L1xx Cat.2 devices
+  * Board support added for: Nucleo-F303RE, Nucleo-F411RE
+  * Minor fixes and updates
+
+---

Old:

  stlink-1.1.0.tar.gz

New:

  stlink-1.2.0.tar.gz



Other differences:
--
++ stlink.spec ++
--- /var/tmp/diff_new_pack.fX4Qgn/_old  2016-05-10 09:27:51.0 +0200
+++ /var/tmp/diff_new_pack.fX4Qgn/_new  2016-05-10 09:27:51.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package stlink
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -17,7 +17,7 @@
 
 
 Name:   stlink
-Version:1.1.0
+Version:1.2.0
 Release:0
 Summary:STM32 discovery line linux programmer
 License:BSD-3-Clause
@@ -51,6 +51,7 @@
 autoreconf -fi
 %configure \
 --with-gtk
+
 make %{?_smp_mflags}
 
 %install
@@ -60,7 +61,7 @@
 
 %files
 %defattr(-,root,root)
-%doc COPYING README
+%doc AUTHORS ChangeLog COPYING README
 %{_bindir}/st-*
 %{_udevrulesdir}/49-stlink*
 

++ stlink-1.1.0.tar.gz -> stlink-1.2.0.tar.gz ++
 5623 lines of diff (skipped)




commit stlink for openSUSE:Factory

2015-04-07 Thread h_root
Hello community,

here is the log from the commit of package stlink for openSUSE:Factory checked 
in at 2015-04-07 09:29:29

Comparing /work/SRC/openSUSE:Factory/stlink (Old)
 and  /work/SRC/openSUSE:Factory/.stlink.new (New)


Package is stlink

Changes:

--- /work/SRC/openSUSE:Factory/stlink/stlink.changes2014-06-16 
21:34:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.stlink.new/stlink.changes   2015-04-07 
09:29:29.0 +0200
@@ -1,0 +2,7 @@
+Fri Apr  3 19:38:51 UTC 2015 - dmitr...@opensuse.org
+
+- Update to version 1.1.0
+  * New devices support, see included README file
+  * Bugfixes
+
+---

Old:

  stlink-1.0.0.tar.gz

New:

  stlink-1.1.0.tar.gz



Other differences:
--
++ stlink.spec ++
--- /var/tmp/diff_new_pack.3WtpH6/_old  2015-04-07 09:29:30.0 +0200
+++ /var/tmp/diff_new_pack.3WtpH6/_new  2015-04-07 09:29:30.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package stlink
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -17,16 +17,16 @@
 
 
 Name:   stlink
-Version:1.0.0
+Version:1.1.0
 Release:0
 Summary:STM32 discovery line linux programmer
 License:BSD-3-Clause
 Group:  Development/Tools/Debuggers
 Url:https://github.com/texane/stlink
 Source0:
https://github.com/texane/stlink/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
-
 BuildRequires:  autoconf
 BuildRequires:  automake
+BuildRequires:  gtk3-devel
 BuildRequires:  pkg-config
 BuildRequires:  udev
 BuildRequires:  pkgconfig(libusb-1.0)
@@ -36,12 +36,21 @@
 %description
 STLINK v1/v2 JTAG/SWD debugging/flashing tool for STM32 microcontrollers.
 
+%packagegui
+Summary:GUI for STM32 discovery line linux programmer
+Group:  Development/Tools/Debuggers
+Requires:   %{name} = %{version}
+
+%descriptiongui
+STLINK v1/v2 JTAG/SWD debugging/flashing tool for STM32 microcontrollers.
+
 %prep
 %setup -q
 
 %build
 autoreconf -fi
-%configure
+%configure \
+--with-gtk
 make %{?_smp_mflags}
 
 %install
@@ -55,4 +64,9 @@
 %{_bindir}/st-*
 %{_udevrulesdir}/49-stlink*
 
+%files gui
+%defattr(-,root,root)
+%{_bindir}/stlink-gui
+%{_datadir}/stlink/
+
 %changelog

++ stlink-1.0.0.tar.gz - stlink-1.1.0.tar.gz ++
 13018 lines of diff (skipped)