diff --git a/.gitignore b/.gitignore index 01136d1..bd7a36c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1 @@ -/Botan-*.stripped.tbz -/Botan-1.10.12.stripped.tar.gz -/Botan-1.10.13.stripped.tar.gz +/Botan-*.stripped.tar.gz diff --git a/botan.spec b/botan.spec index f7f15c8..599222a 100644 --- a/botan.spec +++ b/botan.spec @@ -5,8 +5,8 @@ %endif Name: botan -Version: %{major_version}.13 -Release: 4%{?dist} +Version: %{major_version}.14 +Release: 1%{?dist} Summary: Crypto library written in C++ Group: System Environment/Libraries @@ -257,6 +257,9 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} ./check --validate %changelog +* Sat Dec 3 2016 Thomas Moschny - 1.10.14-1 +- Update to 1.10.14. + * Tue Jul 19 2016 Fedora Release Engineering - 1.10.13-4 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages diff --git a/repack.sh b/repack.sh index a55199a..af5cd56 100755 --- a/repack.sh +++ b/repack.sh @@ -1,6 +1,6 @@ #! /bin/bash -name=Botan-1.10.13 +name=Botan-1.10.14 src=${name}.tgz dst=${name}.stripped.tar.gz diff --git a/sources b/sources index 34e6824..bbe1e99 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d7cc44ba99c8b989913a11a5a8acf927 Botan-1.10.13.stripped.tar.gz +55fb6734ce039c79ddac939af9a176dc Botan-1.10.14.stripped.tar.gz