From c3c738d215f3e1d74f197ed86179f15197eeff93 Mon Sep 17 00:00:00 2001 From: Ionuț Arțăriși Date: Nov 18 2009 12:26:33 +0000 Subject: - New upstream release: http://calibre.kovidgoyal.net/wiki/Changelog#Version0.6.2416Nov2009 --- diff --git a/.cvsignore b/.cvsignore index dcb35d0..4f697fb 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -calibre-0.6.21-nofonts.tar.gz +calibre-0.6.24-nofonts.tar.gz diff --git a/calibre-no-update.patch b/calibre-no-update.patch new file mode 100644 index 0000000..1567498 --- /dev/null +++ b/calibre-no-update.patch @@ -0,0 +1,20 @@ +diff -up calibre/src/calibre/gui2/main.py.no_update calibre/src/calibre/gui2/main.py +--- calibre/src/calibre/gui2/main.py.no_update 2009-11-16 14:21:55.200387171 +0200 ++++ calibre/src/calibre/gui2/main.py 2009-11-16 14:22:10.400510757 +0200 +@@ -221,11 +221,11 @@ class Main(MainWindow, Ui_MainWindow, De + self.latest_version = ' ' + self.vanity.setText(self.vanity_template%dict(version=' ', device=' ')) + self.device_info = ' ' +- if not opts.no_update_check: +- self.update_checker = CheckForUpdates() +- QObject.connect(self.update_checker, +- SIGNAL('update_found(PyQt_PyObject)'), self.update_found) +- self.update_checker.start() ++ # if not opts.no_update_check: ++ # self.update_checker = CheckForUpdates() ++ # QObject.connect(self.update_checker, ++ # SIGNAL('update_found(PyQt_PyObject)'), self.update_found) ++ # self.update_checker.start() + ####################### Status Bar ##################### + self.status_bar = StatusBar(self.jobs_dialog, self.system_tray_icon) + self.setStatusBar(self.status_bar) diff --git a/sources b/sources index 7f409b5..1251d92 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ecdd54dd92544dc417981b01b98b585f calibre-0.6.21-nofonts.tar.gz +54f25fb8062b9a119e217f816f7be4be calibre-0.6.24-nofonts.tar.gz