Update to 0.91

epel9
Simone Caronni 8 years ago
parent 8731fd65f8
commit f29726dc1c

1
.gitignore vendored

@ -5,3 +5,4 @@
/v0.81.tar.gz /v0.81.tar.gz
/v0.9.tar.gz /v0.9.tar.gz
/stoken-0.90.tar.gz /stoken-0.90.tar.gz
/stoken-0.91.tar.gz

@ -1 +1 @@
883315820f15f950443870af1052a1f4 stoken-0.90.tar.gz SHA512 (stoken-0.91.tar.gz) = 7d34c3ec3022aabd909fcb89fabd03003fdc4d635a064401407ce78068c0965012b9b61b53ce2d6e018973fe2e23a7e4d35913fca564e0af65fd0f0fb7fb30b4

@ -1,15 +1,12 @@
Name: stoken Name: stoken
Version: 0.90 Version: 0.91
Release: 5%{?dist} Release: 1%{?dist}
Summary: Token code generator compatible with RSA SecurID 128-bit (AES) token Summary: Token code generator compatible with RSA SecurID 128-bit (AES) token
License: LGPLv2+ License: LGPLv2+
URL: http://%{name}.sf.net URL: http://%{name}.sf.net
Source0: https://github.com/cernekee/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz 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: autoconf
BuildRequires: automake BuildRequires: automake
BuildRequires: desktop-file-utils BuildRequires: desktop-file-utils
@ -70,7 +67,6 @@ This package contains the graphical interface program for %{name}.
%prep %prep
%setup -q %setup -q
%patch0 -p1
%build %build
autoreconf -v -f --install autoreconf -v -f --install
@ -112,6 +108,9 @@ rm -fr %{buildroot}%{_docdir}/%{name}
%{_libdir}/pkgconfig/%{name}.pc %{_libdir}/pkgconfig/%{name}.pc
%changelog %changelog
* Mon Jan 09 2017 Simone Caronni <negativo17@gmail.com> - 0.91-1
- Update to 0.91. Remove upstreamed patch.
* Sun Sep 11 2016 Simone Caronni <negativo17@gmail.com> - 0.90-5 * Sun Sep 11 2016 Simone Caronni <negativo17@gmail.com> - 0.90-5
- Skip extra newline when run from scripts. - Skip extra newline when run from scripts.

Loading…
Cancel
Save