- Update to 1.8.10.

This commit is contained in:
Thomas Moschny 2010-09-05 09:36:05 +02:00
parent 64a9a24473
commit 8ed4744b09
4 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/Botan-1.8.9.tbz
/Botan-1.8.9.stripped.tbz
/Botan-1.8.10.stripped.tbz

View File

@ -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 <thomas.moschny@gmx.de> - 1.8.10-1
- Update to 1.8.10.
* Sun Aug 29 2010 Thomas Moschny <thomas.moschny@gmx.de> - 1.8.9-4
- Update README.fedora.

View File

@ -1,6 +1,6 @@
#! /bin/bash
version=1.8.9
version=1.8.10
name=Botan-${version}
suffix=.tbz
newsuffix=.stripped.tbz

View File

@ -1 +1 @@
6854af078d7e751bd76ffafe7a60e447 Botan-1.8.9.stripped.tbz
bd70ee065b99e74ad5c058cbf6c18f26 Botan-1.8.10.stripped.tbz