diff options
| -rw-r--r-- | bibus.spec | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -2,7 +2,7 @@ Name: bibus Version: 1.5.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Bibliographic and reference management software Group: Applications/Publishing @@ -24,7 +24,6 @@ BuildRequires: desktop-file-utils BuildRequires: gettext Requires: wxPython > 2.6 Requires: MySQL-python -Requires: python-sqlite2 Requires: libreoffice-writer Requires: libreoffice-pyuno @@ -112,6 +111,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Feb 8 2012 Toshio Kuratomi <toshio@fedoraproject.org> - 1.5.1-7 +- Remove python-sqlite2 dep as bibus can use the sqlite3 module from the stdlib + * Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild |
