diff options
| author | Toshio Kuratomi <toshio@fedoraproject.org> | 2012-02-09 00:16:21 (GMT) |
|---|---|---|
| committer | Toshio Kuratomi <toshio@fedoraproject.org> | 2012-02-09 00:16:21 (GMT) |
| commit | 9a79301260fb931bee3b3d2a2d0ea0878d566adf (patch) | |
| tree | aa5fe902ce1be6ca534fccb5732ee4ce27e0fdd7 | |
| parent | adfd1a2cbfe3b1bf006ae82ac24e46c27a9aaff3 (diff) | |
| download | bibus-9a79301260fb931bee3b3d2a2d0ea0878d566adf.zip bibus-9a79301260fb931bee3b3d2a2d0ea0878d566adf.tar.gz bibus-9a79301260fb931bee3b3d2a2d0ea0878d566adf.tar.bz2 | |
Remove python-sqlite2 dep as bibus can use the sqlite3 module from the stdlibf17
| -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 |
