Compare commits

...

4 Commits

Author SHA1 Message Date
Thomas Moschny b528da8f62 Update to 1.8.9. 2010-07-03 10:55:01 +00:00
Dennis Gilmore f4bd32ef8c Initialize branch EL-6 for botan 2010-05-08 01:44:08 +00:00
Bill Nottingham 3f2968843d Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:23:03 +00:00
Thomas Moschny 2a9322cfb0 Update to 1.8.8. 2009-11-19 21:20:43 +00:00
6 changed files with 19 additions and 5 deletions

View File

@ -1 +1 @@
Botan-1.8.7.tbz
Botan-1.8.9.tbz

View File

@ -1,10 +1,10 @@
# Makefile for source rpm: botan
# $Id$
# $Id: Makefile,v 1.1 2009/01/18 22:29:46 kevin Exp $
NAME := botan
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))

View File

@ -1,5 +1,5 @@
Name: botan
Version: 1.8.7
Version: 1.8.9
Release: 1%{?dist}
Summary: Crypto library written in C++
@ -110,6 +110,17 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} ./check --validate
%changelog
* Wed Jun 16 2010 Thomas Moschny <thomas.moschny@gmx.de> - 1.8.9-1
- Update to 1.8.9.
- Drop patch applied upstream.
* Thu Nov 19 2009 Thomas Moschny <thomas.moschny@gmx.de> - 1.8.8-2
- Add patch from upstream to build with binutils-2.20.51.0.2.
Fixes bz 538949 (ftbfs).
* Thu Nov 5 2009 Thomas Moschny <thomas.moschny@gmx.de> - 1.8.8-1
- Update to 1.8.8, a bugfix release.
* Thu Sep 10 2009 Thomas Moschny <thomas.moschny@gmx.de> - 1.8.7-1
- Update to 1.8.7. This is mainly a bugfix release.

1
branch Normal file
View File

@ -0,0 +1 @@
EL-6

View File

@ -6,3 +6,5 @@ botan-1_8_5-1_fc11:HEAD:botan-1.8.5-1.fc11.src.rpm:1250098169
botan-1_8_5-2_fc11:HEAD:botan-1.8.5-2.fc11.src.rpm:1250099364
botan-1_8_6-1_fc11:HEAD:botan-1.8.6-1.fc11.src.rpm:1250178270
botan-1_8_7-1_fc11:HEAD:botan-1.8.7-1.fc11.src.rpm:1252614441
botan-1_8_8-2_fc12:F-12:botan-1.8.8-2.fc12.src.rpm:1258665588
botan-1_8_9-1_fc13:EL-6:botan-1.8.9-1.fc13.src.rpm:1278154446

View File

@ -1 +1 @@
c607e31b012d9839fd0a1da24ff85e3d Botan-1.8.7.tbz
2c1c55ae4f5bae9f6ad516e1ada2100f Botan-1.8.9.tbz