diff --git a/stoken.spec b/stoken.spec index 4c5462d..66ea680 100644 --- a/stoken.spec +++ b/stoken.spec @@ -1,12 +1,15 @@ Name: stoken Version: 0.90 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Token code generator compatible with RSA SecurID 128-bit (AES) token License: LGPLv2+ URL: http://%{name}.sf.net Source0: https://github.com/cernekee/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +# Skip extra newline when run from scripts +Patch0: https://github.com/cernekee/%{name}/commit/d429d07e5546d642e3b08bc0d54790838f0b160d.patch + BuildRequires: autoconf BuildRequires: automake BuildRequires: desktop-file-utils @@ -67,6 +70,7 @@ This package contains the graphical interface program for %{name}. %prep %setup -q +%patch0 %build autoreconf -v -f --install @@ -108,6 +112,9 @@ rm -fr %{buildroot}%{_docdir}/%{name} %{_libdir}/pkgconfig/%{name}.pc %changelog +* Sun Sep 11 2016 Simone Caronni - 0.90-5 +- Skip extra newline when run from scripts. + * Fri Feb 05 2016 Fedora Release Engineering - 0.90-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild