commit stoken for openSUSE:Factory

2018-08-27 Thread root
Hello community,

here is the log from the commit of package stoken for openSUSE:Factory checked 
in at 2018-08-27 13:46:57

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


Package is "stoken"

Mon Aug 27 13:46:57 2018 rev:5 rq:629594 version:0.92

Changes:

--- /work/SRC/openSUSE:Factory/stoken/stoken.changes2015-03-30 
19:09:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.stoken.new/stoken.changes   2018-08-27 
13:47:01.360352361 +0200
@@ -1,0 +2,8 @@
+Wed Aug  8 21:11:31 UTC 2018 - tchva...@suse.com
+
+- Version update to 0.92:
+  * Fix build with new libtomcrypt
+  * support nette 3.x series
+  * See CHANGES for details
+
+---

Old:

  stoken-0.81.tar.gz
  stoken-0.81.tar.gz.asc

New:

  stoken-0.92.tar.gz
  stoken-0.92.tar.gz.asc



Other differences:
--
++ stoken.spec ++
--- /var/tmp/diff_new_pack.ZBe9ro/_old  2018-08-27 13:47:01.952353207 +0200
+++ /var/tmp/diff_new_pack.ZBe9ro/_new  2018-08-27 13:47:01.952353207 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package stoken
 #
-# Copyright (c) 2015 SUSE LINUX Products 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,14 +17,13 @@
 
 
 %define soname libstoken1
-
 Name:   stoken
-Version:0.81
+Version:0.92
 Release:0
 Summary:Token code generator compatible with RSA SecurID 128-bit (AES) 
token
-License:LGPL-2.0+ and BSD-3-Clause
+License:LGPL-2.0-or-later AND BSD-3-Clause
 Group:  Productivity/Security
-Url:http://%{name}.sf.net
+Url:http://stoken.sf.net
 Source0:
http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 Source1:
http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz.asc
 BuildRequires:  autoconf
@@ -32,10 +31,10 @@
 BuildRequires:  desktop-file-utils
 BuildRequires:  libtomcrypt-devel
 BuildRequires:  libtool
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(nettle)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Software Token for Linux/UNIX. It's a token code generator compatible with RSA
@@ -44,7 +43,6 @@
 
 This package contains the command line tool for %{name}.
 
-
 %package devel
 Summary:Development files for %{name}
 Group:  Development/Libraries/C and C++
@@ -84,45 +82,42 @@
 %setup -q
 
 %build
-autoreconf -v -f --install
-%configure --with-gtk --disable-static
+autoreconf -fvi
+%configure \
+--with-gtk \
+--disable-static
 make %{?_smp_mflags}
 
 %install
-make install DESTDIR=%{buildroot}
+%make_install
 desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}-gui.desktop
 
 # Remove stuff we don't need
-find %{buildroot} -type f -name "*.la" -delete
-#find %{buildroot} -type f -name "*.a" -delete
+find %{buildroot} -type f -name "*.la" -delete -print
 rm -fr %{buildroot}%{_datarootdir}/doc/%{name}
 
 %post -n %{soname} -p /sbin/ldconfig
-
 %postun -n %{soname} -p /sbin/ldconfig
 
 %files -n %{soname}
-%defattr(-,root,root,-)
-%doc CHANGES COPYING.LIB README.md TODO
+%license COPYING.LIB
+%doc CHANGES README.md TODO
 %{_libdir}/*.so.*
 
 %files
-%defattr(-,root,root,-)
 %{_bindir}/%{name}
-%{_mandir}/man1/%{name}.1.gz
+%{_mandir}/man1/%{name}.1%{?ext_man}
 
 %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
+%{_mandir}/man1/%{name}-gui.1%{?ext_man}
 
 %files devel
-%defattr(-,root,root,-)
 %{_includedir}/%{name}.h
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/%{name}.pc

++ stoken-0.81.tar.gz -> stoken-0.92.tar.gz ++
 27763 lines of diff (skipped)




commit stoken for openSUSE:Factory

2015-03-30 Thread h_root
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.changes2014-07-17 
06:58:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.stoken.new/stoken.changes   2015-03-30 
19:09:37.0 +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.0 +0200
+++ /var/tmp/diff_new_pack.daZqsr/_new  2015-03-30 19:09:37.0 +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)




commit stoken for openSUSE:Factory

2014-07-16 Thread h_root
Hello community,

here is the log from the commit of package stoken for openSUSE:Factory checked 
in at 2014-07-17 06:58:12

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.changes2014-07-11 
20:05:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.stoken.new/stoken.changes   2014-07-17 
06:58:18.0 +0200
@@ -1,0 +2,7 @@
+Tue Jul 15 12:26:31 UTC 2014 - da...@darins.net
+
+- define BuildRoot
+- add Group for all packages
+- add --disable-static to %configure
+
+---



Other differences:
--
++ stoken.spec ++
--- /var/tmp/diff_new_pack.Zcn32E/_old  2014-07-17 06:58:19.0 +0200
+++ /var/tmp/diff_new_pack.Zcn32E/_new  2014-07-17 06:58:19.0 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for stoken
+# spec file for package stoken
 #
 # Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define soname libstoken1
 
 Name:   stoken
@@ -22,16 +23,18 @@
 Release:0
 Summary:Token code generator compatible with RSA SecurID 128-bit (AES) 
token
 License:LGPL-2.0+
-URL:http://%{name}.sf.net
+Group:  Productivity/Security
+Url:http://%{name}.sf.net
 Source0:
http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 Source1:
http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz.asc
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  desktop-file-utils
-BuildRequires:  pkgconfig(gtk+-2.0)
-BuildRequires:  libtool
 BuildRequires:  libtomcrypt-devel
+BuildRequires:  libtool
+BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(libxml-2.0)
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Software Token for Linux/UNIX. It's a token code generator compatible with RSA
@@ -55,6 +58,7 @@
 
 %package -n %{soname}
 Summary:Libraries for %{name}
+Group:  System/Libraries
 
 %description -n %{soname}
 Software Token for Linux/UNIX. It's a token code generator compatible with RSA
@@ -65,6 +69,7 @@
 
 %package gui
 Summary:Graphical interface program for %{name}
+Group:  Productivity/Security
 Requires:   %{soname} = %{version}-%{release}
 
 %description gui
@@ -79,7 +84,7 @@
 
 %build
 autoreconf -v -f --install
-%configure --with-gtk
+%configure --with-gtk --disable-static
 make %{?_smp_mflags}
 
 %install
@@ -88,7 +93,7 @@
 
 # Remove stuff we don't need
 find %{buildroot} -type f -name *.la -delete
-find %{buildroot} -type f -name *.a -delete
+#find %{buildroot} -type f -name *.a -delete
 rm -fr %{buildroot}%{_datarootdir}/doc/%{name}
 
 %post -n %{soname} -p /sbin/ldconfig


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org