[botan] Update to 1.8.12.

Thomas Moschny thm at fedoraproject.org
Sat Jul 2 09:22:32 UTC 2011


commit 38525cdc74094cbb0bcdae78ea64bb9e0c19a478
Author: Thomas Moschny <thm at fedoraproject.org>
Date:   Sat Jul 2 10:58:26 2011 +0200

    Update to 1.8.12.

 .gitignore |    1 +
 botan.spec |    7 +++++--
 repack.sh  |    2 +-
 sources    |    2 +-
 4 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 316600d..a6dc732 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /Botan-1.8.9.stripped.tbz
 /Botan-1.8.10.stripped.tbz
 /Botan-1.8.11.stripped.tbz
+/Botan-1.8.12.stripped.tbz
diff --git a/botan.spec b/botan.spec
index 18fd097..1e04bf2 100644
--- a/botan.spec
+++ b/botan.spec
@@ -1,6 +1,6 @@
 Name:           botan
-Version:        1.8.11
-Release:        2%{?dist}
+Version:        1.8.12
+Release:        1%{?dist}
 Summary:        Crypto library written in C++
 
 Group:          System Environment/Libraries
@@ -119,6 +119,9 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} ./check --validate
 
 
 %changelog
+* Sat Jul  2 2011 Thomas Moschny <thomas.moschny at gmx.de> - 1.8.12-1
+- Update to 1.8.12.
+
 * Mon Feb 07 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.8.11-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/repack.sh b/repack.sh
index a9c1a30..2ed294d 100755
--- a/repack.sh
+++ b/repack.sh
@@ -1,6 +1,6 @@
 #! /bin/bash
 
-version=1.8.11
+version=1.8.12
 name=Botan-${version}
 suffix=.tbz
 newsuffix=.stripped.tbz
diff --git a/sources b/sources
index fa31b52..3f4fa9a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-40456cf43c2396927da6c4ad3ccb3fac  Botan-1.8.11.stripped.tbz
+22bf2922f9d7016838d8ef7d1983b19c  Botan-1.8.12.stripped.tbz


More information about the scm-commits mailing list