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.changes    2014-06-16 
21:34:56.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.stlink.new/stlink.changes       2015-04-07 
09:29:29.000000000 +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.000000000 +0200
+++ /var/tmp/diff_new_pack.3WtpH6/_new  2015-04-07 09:29:30.000000000 +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.
 
+%package        gui
+Summary:        GUI for STM32 discovery line linux programmer
+Group:          Development/Tools/Debuggers
+Requires:       %{name} = %{version}
+
+%description    gui
+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)


Reply via email to