Patch to revert the soname change.

This commit is contained in:
Thomas Moschny 2011-07-21 17:57:31 +02:00
parent d8792c2daa
commit bf3746dfa3
2 changed files with 19 additions and 1 deletions

12
botan-1.8.13-soname.patch Normal file
View File

@ -0,0 +1,12 @@
============================================================
--- configure.py 56ef9e873a4807c437f22b0ab58a22987e6ab2f9
+++ configure.py 3cdef18138198b63b180b200ea521140b161ffcc
@@ -38,7 +38,7 @@ class BuildConfigurationInformation(obje
version_major = 1
version_minor = 8
version_patch = 13
- version_so_patch = 13
+ version_so_patch = 2
version_suffix = ''
version_string = '%d.%d.%d%s' % (

View File

@ -1,6 +1,6 @@
Name: botan
Version: 1.8.13
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Crypto library written in C++
Group: System Environment/Libraries
@ -10,6 +10,8 @@ URL: http://botan.randombit.net/
# here: http://files.randombit.net/botan/Botan-%%{version}.tbz
Source0: Botan-%{version}.stripped.tbz
Source1: README.fedora
# soname was changed unintentionally upstream, revert it.
Patch0: botan-1.8.13-soname.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: gcc-c++
@ -48,6 +50,7 @@ developing applications that use %{name}.
%prep
%setup -q -n Botan-%{version}
%patch0 -p0
cp -av %{SOURCE1} .
%build
@ -119,6 +122,9 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} ./check --validate
%changelog
* Thu Jul 21 2011 Thomas Moschny <thomas.moschny@gmx.de> - 1.8.13-2
- Patch to revert the soname change.
* Wed Jul 20 2011 Thomas Moschny <thomas.moschny@gmx.de> - 1.8.13-1
- Update to 1.8.13.