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.changes    2015-03-30 
19:09:37.000000000 +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)


Reply via email to