From aa2aef6f83a5222b0ad331e31a08f74343ee803e Mon Sep 17 00:00:00 2001 From: Maxim Burgerhout Date: Mon, 1 Oct 2012 10:30:04 +0200 Subject: [PATCH] New upstream release 1.9 with memory leak and rpath fixes, gnulib update --- .gitignore | 1 + libyubikey.spec | 12 ++++++++---- sources | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 738fdc3..27c7000 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ libyubikey-1.5.tar.gz /libyubikey-1.7.tar.gz +/libyubikey-1.9.tar.gz diff --git a/libyubikey.spec b/libyubikey.spec index 9ce1ee4..c2955c9 100644 --- a/libyubikey.spec +++ b/libyubikey.spec @@ -1,6 +1,6 @@ Name: libyubikey -Version: 1.7 -Release: 3%{?dist} +Version: 1.9 +Release: 1%{?dist} Summary: C library for decrypting and parsing Yubikey One-time passwords Group: Development/Libraries @@ -33,7 +33,8 @@ libyubikey. %{__make} %{?_smp_mflags} %check -%{__make} check LD_LIBRARY_PATH=".libs" +export LD_LIBRARY_PATH=${RPM_BUILD_DIR}/%{name}-%{version}/.libs +%{__make} check %install %{__rm} -rf $RPM_BUILD_ROOT @@ -53,7 +54,7 @@ libyubikey. %{_bindir}/ykparse %{_bindir}/ykgenerate %{_libdir}/libyubikey.so.0 -%{_libdir}/libyubikey.so.0.1.2 +%{_libdir}/libyubikey.so.0.1.3 %files devel %defattr(-,root,root,-) @@ -62,6 +63,9 @@ libyubikey. %exclude %{_libdir}/libyubikey.la %changelog +* Mon Oct 1 2012 - Maxim Burgerhout - 1.9-1 +- New upstream release 1.9 with memory leak and rpath fixes, gnulib update + * Thu Jul 19 2012 Fedora Release Engineering - 1.7-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index 006ac56..3983943 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6468ee9962b45b1daa8be4c040d6a877 libyubikey-1.7.tar.gz +a312c2576e2124bfd15e8deccc1289c5 libyubikey-1.9.tar.gz