rpms/botan/F-9 .cvsignore, 1.2, 1.3 botan.spec, 1.1, 1.2 import.log, 1.1, 1.2 sources, 1.2, 1.3

Thomas Moschny thm at fedoraproject.org
Thu Jan 22 14:35:23 UTC 2009


Author: thm

Update of /cvs/pkgs/rpms/botan/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27613/F-9

Modified Files:
	.cvsignore botan.spec import.log sources 
Log Message:
Update to 1.8.1.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/botan/F-9/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	19 Jan 2009 09:18:27 -0000	1.2
+++ .cvsignore	22 Jan 2009 14:34:52 -0000	1.3
@@ -1 +1 @@
-Botan-1.8.0.tgz
+Botan-1.8.1.tgz


Index: botan.spec
===================================================================
RCS file: /cvs/pkgs/rpms/botan/F-9/botan.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- botan.spec	19 Jan 2009 09:18:27 -0000	1.1
+++ botan.spec	22 Jan 2009 14:34:52 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           botan
-Version:        1.8.0
-Release:        2%{?dist}
+Version:        1.8.1
+Release:        1%{?dist}
 Summary:        Crypto library written in C++
 
 Group:          System Environment/Libraries
@@ -43,7 +43,10 @@
 
 
 %build
-%define enable_modules alloc_mmap,egd,fd_unix,posix_rt,bzip2,zlib,pthreads,openssl
+# we have the necessary prerequisites, so enable optional modules
+%define enable_modules gnump,bzip2,zlib,openssl
+
+# fixme: maybe disable unix_procs, very slow.
 %define disable_modules %{nil}
 
 ./configure.pl \
@@ -102,6 +105,12 @@
 
 
 %changelog
+* Wed Jan 21 2009 Thomas Moschny <thomas.moschny at gmx.de> - 1.8.1-1
+- Update to 1.8.1. This is a bugfix release, see
+  http://botan.randombit.net/news/releases/1_8_1.html for changes.
+- No need to explicitly enable modules that will be enabled by
+  configure.pl anyway.
+
 * Mon Jan 19 2009 Thomas Moschny <thomas.moschny at gmx.de> - 1.8.0-2
 - Move api* and tutorial* doc files to -devel package.
 


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/botan/F-9/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- import.log	19 Jan 2009 09:18:27 -0000	1.1
+++ import.log	22 Jan 2009 14:34:52 -0000	1.2
@@ -1 +1,2 @@
 botan-1_8_0-2_fc10:F-9:botan-1.8.0-2.fc10.src.rpm:1232356659
+botan-1_8_1-1_fc10:F-9:botan-1.8.1-1.fc10.src.rpm:1232634850


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/botan/F-9/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	19 Jan 2009 09:18:27 -0000	1.2
+++ sources	22 Jan 2009 14:34:52 -0000	1.3
@@ -1 +1 @@
-827c81f42cd1c118fc9bf1891be7cde5  Botan-1.8.0.tgz
+ff5ddc348cc306d4e5674b8be12ac836  Botan-1.8.1.tgz




More information about the scm-commits mailing list