rpms/calibre/devel calibre-no-update.patch, NONE, 1.1 .cvsignore, 1.4, 1.5 sources, 1.4, 1.5

Ionuț Arțăriși mapleoin at fedoraproject.org
Wed Nov 18 12:26:33 UTC 2009


Author: mapleoin

Update of /cvs/pkgs/rpms/calibre/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7629

Modified Files:
	.cvsignore sources 
Added Files:
	calibre-no-update.patch 
Log Message:
* Wed Nov 18 2009 Ionuț C. Arțăriși <mapleoin at fedoraproject.org> - 0.6.24-1
- New upstream release: http://calibre.kovidgoyal.net/wiki/Changelog#Version0.6.2416Nov2009


calibre-no-update.patch:
 main.py |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

--- NEW FILE calibre-no-update.patch ---
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)


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/calibre/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	7 Nov 2009 17:10:21 -0000	1.4
+++ .cvsignore	18 Nov 2009 12:26:33 -0000	1.5
@@ -1 +1 @@
-calibre-0.6.21-nofonts.tar.gz
+calibre-0.6.24-nofonts.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/calibre/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	7 Nov 2009 17:10:21 -0000	1.4
+++ sources	18 Nov 2009 12:26:33 -0000	1.5
@@ -1 +1 @@
-ecdd54dd92544dc417981b01b98b585f  calibre-0.6.21-nofonts.tar.gz
+54f25fb8062b9a119e217f816f7be4be  calibre-0.6.24-nofonts.tar.gz




More information about the fedora-extras-commits mailing list