diff --git a/.gitignore b/.gitignore index 7553998..bef6345 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /Botan-1.8.9.tbz /Botan-1.8.9.stripped.tbz +/Botan-1.8.10.stripped.tbz diff --git a/botan.spec b/botan.spec index 529cf38..ada96d5 100644 --- a/botan.spec +++ b/botan.spec @@ -1,13 +1,13 @@ Name: botan -Version: 1.8.9 -Release: 4%{?dist} +Version: 1.8.10 +Release: 1%{?dist} Summary: Crypto library written in C++ Group: System Environment/Libraries License: BSD URL: http://botan.randombit.net/ # tarfile is stripped using repack.sh. original tarfile to be found -# here: http://files.randombit.net/botan/Botan-%{version}.tbz +# here: http://files.randombit.net/botan/Botan-%%{version}.tbz Source0: Botan-%{version}.stripped.tbz Source1: README.fedora BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -119,6 +119,9 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} ./check --validate %changelog +* Sat Sep 4 2010 Thomas Moschny - 1.8.10-1 +- Update to 1.8.10. + * Sun Aug 29 2010 Thomas Moschny - 1.8.9-4 - Update README.fedora. diff --git a/repack.sh b/repack.sh index f192d72..2bee0a1 100755 --- a/repack.sh +++ b/repack.sh @@ -1,6 +1,6 @@ #! /bin/bash -version=1.8.9 +version=1.8.10 name=Botan-${version} suffix=.tbz newsuffix=.stripped.tbz diff --git a/sources b/sources index 2444871..19ddfd6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6854af078d7e751bd76ffafe7a60e447 Botan-1.8.9.stripped.tbz +bd70ee065b99e74ad5c058cbf6c18f26 Botan-1.8.10.stripped.tbz