diff --git a/.gitignore b/.gitignore index 0b844a6..c241cb3 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /stoken-fd74297c4fec6333c8adf61222ce6e6affa957dd.tar.gz /v0.81.tar.gz /v0.9.tar.gz +/stoken-0.90.tar.gz diff --git a/sources b/sources index 76f4e62..bc6f3b6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0135a4ae4af1ce351d1b51f78522e40b v0.9.tar.gz +883315820f15f950443870af1052a1f4 stoken-0.90.tar.gz diff --git a/stoken.spec b/stoken.spec index c7ea780..03d66d1 100644 --- a/stoken.spec +++ b/stoken.spec @@ -1,11 +1,11 @@ Name: stoken Version: 0.90 -Release: 1%{?dist} +Release: 2%{?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/v0.9.tar.gz +Source0: https://github.com/cernekee/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: autoconf BuildRequires: automake @@ -66,7 +66,7 @@ endorsed by RSA Security. This package contains the graphical interface program for %{name}. %prep -%setup -qn %{name}-0.9 +%setup -q %build autoreconf -v -f --install @@ -123,6 +123,9 @@ EOF %{_libdir}/pkgconfig/%{name}.pc %changelog +* Mon Aug 10 2015 Simone Caronni - 0.90-2 +- Upstream has re-released 0.9 as 0.90 fixing versioning issues. + * Thu Aug 06 2015 Simone Caronni - 0.90-1 - Rename 0.9 to 0.90.