Hello community, here is the log from the commit of package ykclient for openSUSE:Factory checked in at 2015-04-15 16:27:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ykclient (Old) and /work/SRC/openSUSE:Factory/.ykclient.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ykclient" Changes: -------- --- /work/SRC/openSUSE:Factory/ykclient/ykclient.changes 2015-04-02 16:04:23.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.ykclient.new/ykclient.changes 2015-04-15 16:27:41.000000000 +0200 @@ -1,0 +2,6 @@ +Wed Apr 15 07:07:35 UTC 2015 - [email protected] + +- Cleanup: remove redundant %clean section, remove implicit + --with-pic (only relevant for static libs). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ykclient.spec ++++++ --- /var/tmp/diff_new_pack.Wa4ueC/_old 2015-04-15 16:27:42.000000000 +0200 +++ /var/tmp/diff_new_pack.Wa4ueC/_new 2015-04-15 16:27:42.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package +# spec file for package ykclient # -# Copyright (c) 2010 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 @@ -15,24 +15,22 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild Name: ykclient Version: 2.14 Release: 0 -License: BSD-2-Clause Summary: Online validation of Yubikey OTPs -Url: https://developers.yubico.com/ +License: BSD-2-Clause Group: Productivity/Networking/Security +Url: https://developers.yubico.com/ Source: https://developers.yubico.com/yubico-c-client/Releases/ykclient-%{version}.tar.gz BuildRequires: curl-devel -BuildRequires: pkgconfig BuildRequires: help2man +BuildRequires: pkgconfig Provides: yubico-c-client = %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build %description - This project implements online validation of Yubikey OTPs. It is written in C and provides a shared library for use by other software. @@ -41,18 +39,16 @@ Group: Productivity/Networking/Security %description -n libykclient3 - This project implements online validation of Yubikey OTPs. It is written in C and provides a shared library for use by other software. %package -n libykclient-devel Summary: Online validation of Yubikey OTPs Group: Development/Languages/C and C++ -Requires: libykclient3 = %{version} Requires: glibc-devel +Requires: libykclient3 = %{version} %description -n libykclient-devel - This project implements online validation of Yubikey OTPs.ยท It is written in C and provides a shared library for use by other software. @@ -60,16 +56,13 @@ %setup -q %build -%configure --disable-static --with-pic +%configure --disable-static make %{?_smp_mflags} %install -%makeinstall +%make_install rm -rf %{buildroot}%{_libdir}/libykclient.la -%clean -%__rm -rf %{buildroot} - %post -n libykclient3 -p /sbin/ldconfig %postun -n libykclient3 -p /sbin/ldconfig @@ -92,5 +85,4 @@ %{_includedir}/ykclient_version.h %{_libdir}/libykclient.so - %changelog
