Hello community,

here is the log from the commit of package stoken for openSUSE:Factory checked 
in at 2015-03-30 19:09:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/stoken (Old)
 and      /work/SRC/openSUSE:Factory/.stoken.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "stoken"

Changes:
--------
--- /work/SRC/openSUSE:Factory/stoken/stoken.changes    2014-07-17 
06:58:18.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.stoken.new/stoken.changes       2015-03-30 
19:09:37.000000000 +0200
@@ -1,0 +2,34 @@
+Thu Mar 26 23:35:18 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 0.81
+  * Fix "make check" failures in GMT+xx timezones (xx >= 1)
+- Changes from version 0.8
+  * Update GUI from GTK+2 to GTK+3; use glade to define the layouts
+  * Add next tokencode and other information to the full GUI (stoken-gui).
+    The "stoken-gui --small" layout is unchanged.
+  * Add a list of known GUIDs used to bind tokens to specific device classes
+    (i.e. tokens can be bound to "any BlackBerry 10").  stoken will now try
+    each one of these IDs when importing a new bound token.
+  * Add new --qr and --show-qr export options to make it easy to pass tokens
+    to a mobile device
+  * Add "stoken --next" option to show the next tokencode
+  * Support using nettle+gmp as an alternative to libtomcrypt
+  * Generate valid TKNTrailer BatchSignature sections in .sdtid output files,
+    allowing use with RSA's official TokenConverter utility
+  * Fix parsing of RSA-supplied hard token seed files
+  * Add "make check" and several test cases
+  * Fix build errors on Mac OSX, enable OSX Travis builds, and submit a
+    Homebrew formula
+  * Fix build errors when using uClibc instead of glibc
+  * Add experimental Windows build using MinGW (see README for instructions)
+  * Relicense the JNI wrapper (BSD-3-clause) so that it is easier to 
incorporate
+    into non-free Android apps
+  * Various fixes for minor bugs, memory leaks, etc.
+- Replace pkgconfig(gtk+-2.0) require with pkgconfig(gtk+-3.0);
+  follow upstream changes
+- Fix license to LGPL-2.0+ and BSD-3-Clause; upstream has relicensed
+  the JNI wrapper
+- Add pkgconfig(nettle) require; new upstream dependency
+- Add CHANGES and TODO to copied documentation list
+
+-------------------------------------------------------------------

Old:
----
  stoken-0.6.tar.gz
  stoken-0.6.tar.gz.asc

New:
----
  stoken-0.81.tar.gz
  stoken-0.81.tar.gz.asc

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

Other differences:
------------------
++++++ stoken.spec ++++++
--- /var/tmp/diff_new_pack.daZqsr/_old  2015-03-30 19:09:37.000000000 +0200
+++ /var/tmp/diff_new_pack.daZqsr/_new  2015-03-30 19:09:37.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package stoken
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,10 +19,10 @@
 %define         soname libstoken1
 
 Name:           stoken
-Version:        0.6
+Version:        0.81
 Release:        0
 Summary:        Token code generator compatible with RSA SecurID 128-bit (AES) 
token
-License:        LGPL-2.0+
+License:        LGPL-2.0+ and BSD-3-Clause
 Group:          Productivity/Security
 Url:            http://%{name}.sf.net
 Source0:        
http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
@@ -32,8 +32,9 @@
 BuildRequires:  desktop-file-utils
 BuildRequires:  libtomcrypt-devel
 BuildRequires:  libtool
-BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(libxml-2.0)
+BuildRequires:  pkgconfig(nettle)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -102,7 +103,7 @@
 
 %files -n %{soname}
 %defattr(-,root,root,-)
-%doc COPYING.LIB README
+%doc CHANGES COPYING.LIB README.md TODO
 %{_libdir}/*.so.*
 
 %files
@@ -112,9 +113,11 @@
 
 %files gui
 %defattr(-,root,root,-)
+%dir %{_datadir}/%{name}
 %{_bindir}/%{name}-gui
 %{_datadir}/applications/%{name}-gui.desktop
 %{_datadir}/applications/%{name}-gui-small.desktop
+%{_datadir}/%{name}/*.ui
 %{_datadir}/pixmaps/%{name}-gui.png
 %{_mandir}/man1/%{name}-gui.1.gz
 

++++++ stoken-0.6.tar.gz -> stoken-0.81.tar.gz ++++++
++++ 54631 lines of diff (skipped)


Reply via email to