This commit is contained in:
Jaroslav Škarvada 2014-05-21 12:40:21 +02:00
parent 07f49d7e31
commit 330e9f86f8
1 changed files with 4 additions and 1 deletions

View File

@ -3,7 +3,7 @@
Name: sqlite2
Version: 2.8.17
Release: 13%{?dist}
Release: 14%{?dist}
Summary: Embeddable SQL engine in a C library
Group: System Environment/Libraries
@ -127,6 +127,9 @@ rm -rf $RPM_BUILD_ROOT
%{tcl_sitearch}/sqlite2/
%changelog
* Wed May 21 2014 Jaroslav Škarvada <jskarvad@redhat.com> - 2.8.17-14
- Rebuilt for https://fedoraproject.org/wiki/Changes/f21tcl86
* Sun Dec 08 2013 Robert Scheck <robert@fedoraproject.org> 2.8.17-13
- Solved build failures with "-Werror=format-security" (#1037335)