Hello community,

here is the log from the commit of package calibre for openSUSE:Factory checked 
in at 2012-04-17 07:44:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/calibre (Old)
 and      /work/SRC/openSUSE:Factory/.calibre.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "calibre", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/calibre/calibre.changes  2012-03-22 
12:31:36.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.calibre.new/calibre.changes     2012-04-17 
07:44:10.000000000 +0200
@@ -1,0 +2,36 @@
+Fri Apr  6 08:01:03 UTC 2012 - sascha.ma...@open-slx.de
+
+- update to 4.8.46
+- New Features:
+  * Auto adding: When automatically adding files from a folder,
+    automatically convert the files to the current output format after
+    adding. This can be turned off via Preferences->Adding
+    Books->Automatic Adding.
+  * E-book viewer: When reading a MOBI file that is actually a KF8 book,
+    show the format as being KF8
+  * Content server: Workaround for android stock browser not support HTTP
+    AUTH.
+  * Edit metadata dialog: Change the remove unused series button to a
+  * clear series button (as the remove unused series function is now
+    automatic)
+  * Driver for PocketBook 622. 
+- Bug Fixes:
+  * Run metadata downloads in a separate process to workaround memory
+    leaks in third party plugins. Also removes the need to break up bulk
+    metadata downloads into 100 book batches.
+  * Make tag browser filtering work when capital letters are entered.
+  * EPUB metadata: Ignore urn:isbn: prefix from ISBN declaration when
+    reading metadata
+  * Get books: Fix feedbooks store not showing all available formats
+  * KF8 Input: When the KF8 book has no metadata ToC, try to extract the
+    ToC from the HTML instead.
+  * Fix regression that broke access to Preferences via the Preferences
+    item in the calibre menu on OS X
+  * Fix bug that ignored metadata specified on the command line when using
+    calibredb add
+-------------------------------------------------------------------
+Sat Mar 31 13:14:12 UTC 2012 - sascha.ma...@open-slx.de
+
+- update to 0.8.45 
+
+-------------------------------------------------------------------

Old:
----
  calibre-0.8.42-nofonts.tar.bz2

New:
----
  calibre-0.8.46-nofonts.tar.bz2
  calibre-no-update.diff

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

Other differences:
------------------
++++++ calibre.spec ++++++
--- /var/tmp/diff_new_pack.bq9KWu/_old  2012-04-17 07:44:12.000000000 +0200
+++ /var/tmp/diff_new_pack.bq9KWu/_new  2012-04-17 07:44:12.000000000 +0200
@@ -21,7 +21,7 @@
 Group:          Productivity/Other
 
 Name:           calibre
-Version:        0.8.42
+Version:        0.8.46
 Release:        0
 Url:            http://calibre-ebook.com
 # Getting and modifying the sources
@@ -42,7 +42,7 @@
 Patch1:         %{name}-no-update-manpage.diff
 #              saigk...@opensuse.org 09/5/10 --adjust installion
 Patch2:         %{name}-setup.install.py.diff
-
+Patch3:         %{name}-no-update.diff
 Obsoletes:      calibre07
 
 #If a package is obsoleted by a compatible replacement, the obsoleted package
@@ -96,21 +96,22 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  xdg-utils >= 1.0.2
 
+Requires:       ImageMagick >= 6.5.9
 Requires:       chmlib >= 0.40
 Requires:       dbus-1-python
-Requires:       ImageMagick >= 6.5.9
-Requires:       libicu >= 4.4
 Requires:       liberation-fonts
-Requires:       libwmf >= 0.2.8
-Requires:       poppler-qt4 >= 0.12.0
+Requires:       libicu >= 4.4
 Requires:       libqt4 >= 4.6.0
+Requires:       libwmf >= 0.2.8
 Requires:       podofo >= 0.8.2
+Requires:       poppler-qt4 >= 0.12.0
 Requires:       python >= 2.7.1
 Requires:       python-beautifulsoup >= 3.0.5
 Requires:       python-cherrypy
 Requires:       python-cssutils >= 0.9.7a3
 Requires:       python-dateutil >= 1.4.1
 Requires:       python-dnspython >= 1.6.0
+Requires:       python-genshi
 Requires:       python-imaging >= 1.1.6
 Requires:       python-lxml >= 2.2.1
 Requires:       python-mechanize >= 0.1.11
@@ -119,7 +120,6 @@
 Requires:       python-qt4 >= 4.7.0
 Requires:       python-setuptools
 Requires:       python-sip >= 4.12.1
-Requires:       python-genshi
 Requires:       sqlite3
 Requires:       xdg-utils >= 1.0.2
 
@@ -139,6 +139,7 @@
 %setup -q -n %{name}
 %patch1
 %patch2 -p1
+%patch3 -p1 -b .no-update
 
 # dos2unix newline conversion
 %{__sed} -i 's/\r//' src/calibre/web/feeds/recipes/*

++++++ calibre-0.8.42-nofonts.tar.bz2 -> calibre-0.8.46-nofonts.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/calibre/calibre-0.8.42-nofonts.tar.bz2 
/work/SRC/openSUSE:Factory/.calibre.new/calibre-0.8.46-nofonts.tar.bz2 differ: 
char 11, line 1

++++++ calibre-no-update.diff ++++++
diff -uNr calibre.old/src/calibre/gui2/ui.py calibre/src/calibre/gui2/ui.py
--- calibre.old/src/calibre/gui2/ui.py  2011-12-30 17:12:37.909499254 +0100
+++ calibre/src/calibre/gui2/ui.py      2011-12-30 17:14:33.899450513 +0100
@@ -681,7 +681,8 @@
         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()
diff -uNr calibre.old/src/calibre/gui2/update.py 
calibre/src/calibre/gui2/update.py
--- calibre.old/src/calibre/gui2/update.py      2011-12-30 17:12:37.910499245 
+0100
+++ calibre/src/calibre/gui2/update.py  2011-12-30 17:14:11.307655638 +0100
@@ -122,11 +122,11 @@
 
     def __init__(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,
-                    type=Qt.QueuedConnection)
-            self.update_checker.start()
+        #if not opts.no_update_check:
+        #    self.update_checker = CheckForUpdates(self)
+        #    self.update_checker.update_found.connect(self.update_found,
+        #            type=Qt.QueuedConnection)
+        #    self.update_checker.start()
 
     def recalc_update_label(self, number_of_plugin_updates):
         self.update_found('%s%s%d'%(self.last_newest_calibre_version, VSEP,

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to