diff --git a/calibre-pyqt496.patch b/calibre-pyqt496.patch new file mode 100644 index 0000000..a995af7 --- /dev/null +++ b/calibre-pyqt496.patch @@ -0,0 +1,15 @@ +=== modified file 'src/calibre/gui2/__init__.py' +--- src/calibre/gui2/__init__.py 2012-11-26 06:10:52 +0000 ++++ src/calibre/gui2/__init__.py 2012-12-15 18:45:46 +0000 +@@ -1034,7 +1034,9 @@ + dat = dat.replace('from widgets import', 'from calibre.gui2.widgets import') + dat = dat.replace('from convert.xpath_wizard import', + 'from calibre.gui2.convert.xpath_wizard import') +- dat = re.compile(r'QtGui.QApplication.translate\(.+?,\s+"(.+?)(?= 2.6 BuildRequires: python-devel >= 2.6 @@ -87,6 +88,7 @@ RTF, TXT, PDF and LRS. # don't check for new upstream version (that's what packagers do) %patch1 -p1 -b .no-update +%patch2 -p0 -b .pyqt486 # dos2unix newline conversion %{__sed} -i 's/\r//' src/calibre/web/feeds/recipes/* @@ -277,6 +279,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{python_sitelib}/init_calibre.py* %changelog +* Fri Mar 08 2013 Rex Dieter 0.9.6-2.1 +- rebuild (sip) + * Sun Nov 18 2012 Kevin Fenzi 0.9.6-2 - Another better approach to unbundling feedparser.