Hello community,

here is the log from the commit of package libu2f-host for openSUSE:Factory 
checked in at 2015-09-08 17:44:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libu2f-host (Old)
 and      /work/SRC/openSUSE:Factory/.libu2f-host.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libu2f-host"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libu2f-host/libu2f-host.changes  2015-04-27 
22:09:01.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libu2f-host.new/libu2f-host.changes     
2015-09-08 18:01:09.000000000 +0200
@@ -1,0 +2,15 @@
+Fri Sep  4 07:38:29 UTC 2015 - t.gru...@katodev.de
+
+- Fix path in u2f-host/u2f-host.h 
+
+-------------------------------------------------------------------
+Tue Sep  1 11:54:44 UTC 2015 - t.gru...@katodev.de
+
+- Version 1.0.0 (released 2015-08-27)
+  - Add udev rules for older version of udev.
+  - Add pam:// as an allowed protocol.
+  - Stop using sleep(), use Sleep() on windows and usleep() on others.
+  - Fixup tool name in help and manpage.
+  - Add a timeout to the register and authenticate actions. 
+
+-------------------------------------------------------------------

Old:
----
  libu2f-host-0.0.4.tar.xz

New:
----
  libu2f-host-1.0.0.tar.xz

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

Other differences:
------------------
++++++ libu2f-host.spec ++++++
--- /var/tmp/diff_new_pack.Exuu24/_old  2015-09-08 18:01:12.000000000 +0200
+++ /var/tmp/diff_new_pack.Exuu24/_new  2015-09-08 18:01:12.000000000 +0200
@@ -1,5 +1,5 @@
 #
-# spec file
+# spec file for libu2f-host
 #
 # Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -18,7 +18,7 @@
 %define soname  0
 
 Name:           libu2f-host
-Version:        0.0.4
+Version:        1.0.0
 Release:        0
 Summary:        Yubico Universal 2nd Factor (U2F) Host C Library
 Group:          Productivity/Networking/Security
@@ -82,13 +82,18 @@
 # --disable-rpath doesn't work for the configure script
 %{__sed} -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' 
libtool
 %{__sed} -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
+# Fix path in u2f-host/u2f-host.h
+%{__sed} -i 's|^#include <u2f-host|#include <u2f-host/u2f-host|g' 
u2f-host/u2f-host.h
 %{__make}   %{?_smp_mflags}
 
 %install
 %{__make} install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -p"
 find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
-%{__mkdir} -pv %{buildroot}/usr/lib/udev/rules.d/
-install -D -m 644  ${RPM_BUILD_DIR}/%{name}-%{version}/70-u2f.rules 
%{buildroot}/usr/lib/udev/rules.d/
+%{__mkdir} -pv %{buildroot}%{_udevrulesdir}
+install -D -m 644  ${RPM_BUILD_DIR}/%{name}-%{version}/70-u2f.rules 
%{buildroot}%{_udevrulesdir}
+
+%post
+%{?udev_rules_update:%udev_rules_update}
 
 %post   -n %{name}%{soname} -p /sbin/ldconfig
 
@@ -99,7 +104,7 @@
 %doc AUTHORS COPYING NEWS ChangeLog README
 %{_bindir}/u2f-host
 %{_mandir}/man1/u2f-host.1.gz
-/usr/lib/udev/rules.d/*-u2f.rules
+%{_udevrulesdir}/*-u2f.rules
 
 %files doc
 %defattr(-,root,root)
@@ -111,7 +116,7 @@
 %files -n %{name}%{soname}
 %defattr(-,root,root)
 %{_libdir}/%{name}.so.%{soname}
-%{_libdir}/%{name}.so.%{version}
+%{_libdir}/%{name}.so.%{soname}.0.5
 
 %files -n %{name}-devel
 %defattr(-,root,root)

++++++ libu2f-host-0.0.4.tar.xz -> libu2f-host-1.0.0.tar.xz ++++++
++++ 3181 lines of diff (skipped)


Reply via email to