Hello community,

here is the log from the commit of package calibre for openSUSE:Factory checked 
in at 2014-10-06 12:06:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-05-24 
07:40:52.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.calibre.new/calibre.changes     2014-10-06 
12:06:38.000000000 +0200
@@ -1,0 +2,7 @@
+Sun Sep 21 14:09:54 UTC 2014 - [email protected]
+
+- Updated to 1.48.0 (last version for qt4):
+  * For details see http://calibre-ebook.com/whats-new
+- Update calibre-no-update.diff and add annotation for reason patch
+
+-------------------------------------------------------------------

Old:
----
  calibre-1.37.0.tar.xz
  calibre-rpmlintrc
  download_tarball.sh

New:
----
  calibre-1.48.0.tar.xz

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

Other differences:
------------------
++++++ calibre.spec ++++++
--- /var/tmp/diff_new_pack.18lloI/_old  2014-10-06 12:06:39.000000000 +0200
+++ /var/tmp/diff_new_pack.18lloI/_new  2014-10-06 12:06:39.000000000 +0200
@@ -22,7 +22,7 @@
 License:        GPL-3.0
 Group:          Productivity/Other
 Name:           calibre
-Version:        1.37.0
+Version:        1.48.0
 Release:        0
 Url:            http://calibre-ebook.com
 Source0:        
http://download.calibre-ebook.com/%{version}/calibre-%{version}.tar.xz
@@ -31,6 +31,7 @@
 Source5:        
https://pypi.python.org/packages/source/c/cssselect/cssselect-%{intree_cssselect_version}.tar.gz
 Patch1:         calibre-0.9.38-pillow.patch
 Patch2:         calibre-setup.install.py.diff
+# PATCH-FIX-OPENSUSE: disabling Autoupdate Searcher
 Patch3:         calibre-no-update.diff
 
 #If a package is obsoleted by a compatible replacement, the obsoleted package
@@ -192,9 +193,6 @@
 # add shebangs
 sed -i -e '1i#!/usr/bin/python' %{buildroot}%{_libdir}/%{name}/chardet/*.py
 
-%clean
-[ %{buildroot} != "/" ] && [ -d %{buildroot} ] && rm -rf %{buildroot}
-
 %files
 # -f %%{name}.lang  -f iso639.lang
 %defattr(-,root,root)
@@ -205,6 +203,6 @@
 %{_datadir}/%{name}/
 %{_libdir}/%{name}/
 %{_datadir}/appdata/
-%config %{_sysconfdir}/bash_completion.d/%{name}
+%{_datadir}/bash-completion/completions/%{name}
 
 %changelog

++++++ calibre-1.37.0.tar.xz -> calibre-1.48.0.tar.xz ++++++
/work/SRC/openSUSE:Factory/calibre/calibre-1.37.0.tar.xz 
/work/SRC/openSUSE:Factory/.calibre.new/calibre-1.48.0.tar.xz differ: char 17, 
line 1

++++++ calibre-no-update.diff ++++++
--- /var/tmp/diff_new_pack.18lloI/_old  2014-10-06 12:06:39.000000000 +0200
+++ /var/tmp/diff_new_pack.18lloI/_new  2014-10-06 12:06:39.000000000 +0200
@@ -1,8 +1,7 @@
-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,
+diff -ur calibre.orig/src/calibre/gui2/ui.py calibre/src/calibre/gui2/ui.py
+--- calibre.orig/src/calibre/gui2/ui.py        2014-08-08 05:21:35.000000000 
+0200
++++ calibre/src/calibre/gui2/ui.py     2014-09-21 16:21:18.382645834 +0200
+@@ -884,7 +884,8 @@
          if write_settings:
              self.write_settings()
          self.check_messages_timer.stop()
@@ -12,11 +11,10 @@
          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    2012-06-08 07:17:56.000000000 
+0200
-+++ calibre/src/calibre/gui2/update.py 2012-06-12 20:44:24.116576257 +0200
-@@ -122,11 +122,11 @@ class UpdateMixin(object):
+diff -ur calibre.orig/src/calibre/gui2/update.py 
calibre/src/calibre/gui2/update.py
+--- calibre.orig/src/calibre/gui2/update.py    2014-08-08 05:21:35.000000000 
+0200
++++ calibre/src/calibre/gui2/update.py 2014-09-21 16:22:17.724472880 +0200
+@@ -136,11 +136,11 @@
  
      def __init__(self, opts):
          self.last_newest_calibre_version = NO_CALIBRE_UPDATE
@@ -25,11 +23,11 @@
 -            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()
++#        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,
+         self.update_found(self.last_newest_calibre_version, 
number_of_plugin_updates)


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

Reply via email to