Hello community,

here is the log from the commit of package calibre for openSUSE:Factory checked 
in at 2014-11-11 01:10:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/calibre (Old)
 and      /work/SRC/openSUSE:Factory/.calibre.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "calibre"

Changes:
--------
--- /work/SRC/openSUSE:Factory/calibre/calibre.changes  2014-11-02 
16:45:56.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.calibre.new/calibre.changes     2014-11-11 
01:11:40.000000000 +0100
@@ -1,0 +2,29 @@
+Sat Nov  8 22:53:08 UTC 2014 - [email protected]
+
+- Updated calibre-no-update.diff
+
+-------------------------------------------------------------------
+Sat Nov  8 22:36:08 UTC 2014 - [email protected]
+
+- Update to version 2.9.0:
+  * E-book viewer: Show footnotes in a separate popup windows
+  * Cover Grid: Improve scroll wheel based scrolling
+  * Get Books: Add the Bubok Portugal store
+  * Performance improvement for large libraries that using custom columns 
built with templates
+  * Review downloaded metadata dialog: Allow merging tags by long clicking the 
revert button
+  * Bugfixes
+  * For details, see http://calibre-ebook.com/whats-new
+
+-------------------------------------------------------------------
+Mon Nov  3 08:24:52 UTC 2014 - [email protected]
+
+- Update to version 2.8.0:
+  * Get Books: Add a new store, Bubok (bubok.es)
+  * Driver for Tolino Vision 2
+  * Review downloaded metadata: Allow merging downloaded and current 
identifiers by long-clicking the revert button
+  * Template language: New function user_categories() to return the list of 
User Categories for a given book (only works in the GUI)
+  * E-book viewer: Add an option to prevent tapping on the page from turning 
pages
+  * Bugfixes
+  * For details, see http://calibre-ebook.com/whats-new
+
+-------------------------------------------------------------------

Old:
----
  calibre-2.7.0.tar.xz

New:
----
  calibre-2.9.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ calibre.spec ++++++
--- /var/tmp/diff_new_pack.h9oySn/_old  2014-11-11 01:11:42.000000000 +0100
+++ /var/tmp/diff_new_pack.h9oySn/_new  2014-11-11 01:11:42.000000000 +0100
@@ -22,7 +22,7 @@
 License:        GPL-3.0
 Group:          Productivity/Other
 Name:           calibre
-Version:        2.7.0
+Version:        2.9.0
 Release:        0
 Url:            http://calibre-ebook.com
 Source0:        
http://download.calibre-ebook.com/%{version}/calibre-%{version}.tar.xz

++++++ calibre-2.7.0.tar.xz -> calibre-2.9.0.tar.xz ++++++
/work/SRC/openSUSE:Factory/calibre/calibre-2.7.0.tar.xz 
/work/SRC/openSUSE:Factory/.calibre.new/calibre-2.9.0.tar.xz differ: char 26, 
line 1

++++++ calibre-no-update.diff ++++++
--- /var/tmp/diff_new_pack.h9oySn/_old  2014-11-11 01:11:42.000000000 +0100
+++ /var/tmp/diff_new_pack.h9oySn/_new  2014-11-11 01:11:42.000000000 +0100
@@ -1,28 +1,12 @@
-Index: calibre/src/calibre/gui2/ui.py
-===================================================================
---- calibre.orig/src/calibre/gui2/ui.py        2012-06-08 07:17:56.000000000 
+0200
-+++ calibre/src/calibre/gui2/ui.py     2012-06-12 20:44:24.116576257 +0200
-@@ -744,7 +744,8 @@ class Main(MainWindow, MainWindowMixin,
-         if write_settings:
-             self.write_settings()
-         self.check_messages_timer.stop()
--        self.update_checker.terminate()
-+        if self.update_checker:
-+            self.update_checker.terminate()
-         self.listener.close()
-         self.job_manager.server.close()
-         self.job_manager.threaded_server.close()
-Index: calibre/src/calibre/gui2/update.py
-===================================================================
---- calibre.orig/src/calibre/gui2/update.py.orig       2014-09-29 
00:13:11.349486364 +0100
-+++ calibre/src/calibre/gui2/update.py 2014-09-29 00:14:00.137172990 +0100
-@@ -139,11 +139,6 @@ class UpdateMixin(object):
+--- calibre.orig/src/calibre/gui2/update.py    2014-11-07 04:28:47.000000000 
+0100
++++ calibre/src/calibre/gui2/update.py 2014-11-08 23:48:37.479019531 +0100
+@@ -149,11 +149,6 @@
  
      def init_update_mixin(self, opts):
          self.last_newest_calibre_version = NO_CALIBRE_UPDATE
 -        if not opts.no_update_check:
 -            self.update_checker = CheckForUpdates(self)
--            self.update_checker.update_found.connect(self.update_found,
+-            self.update_checker.signal.update_found.connect(self.update_found,
 -                    type=Qt.QueuedConnection)
 -            self.update_checker.start()
  


-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to