- Update to 1.8.10.
This commit is contained in:
parent
64a9a24473
commit
8ed4744b09
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/Botan-1.8.9.tbz
|
||||
/Botan-1.8.9.stripped.tbz
|
||||
/Botan-1.8.10.stripped.tbz
|
||||
|
@ -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.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#! /bin/bash
|
||||
|
||||
version=1.8.9
|
||||
version=1.8.10
|
||||
name=Botan-${version}
|
||||
suffix=.tbz
|
||||
newsuffix=.stripped.tbz
|
||||
|
Loading…
Reference in New Issue
Block a user