This commit is contained in:
Peter Robinson 2014-08-18 03:29:17 +00:00
parent 27b763dbfa
commit b46b33438f
1 changed files with 4 additions and 1 deletions

View File

@ -3,7 +3,7 @@
Name: sqlite2
Version: 2.8.17
Release: 16%{?dist}
Release: 17%{?dist}
Summary: Embeddable SQL engine in a C library
Group: System Environment/Libraries
@ -130,6 +130,9 @@ rm -rf $RPM_BUILD_ROOT
%{tcl_sitearch}/sqlite2/
%changelog
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.17-17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
* Tue Jun 10 2014 Luis Bazan <lbazan@fedoraproject.org> - 2.8.17-16
- Don't ship CVS files thanks "Ville Skyttä ville.skytta@iki.fi"