Hello community,

here is the log from the commit of package rapid-photo-downloader for 
openSUSE:Factory checked in at 2018-04-25 10:02:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rapid-photo-downloader (Old)
 and      /work/SRC/openSUSE:Factory/.rapid-photo-downloader.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rapid-photo-downloader"

Wed Apr 25 10:02:09 2018 rev:5 rq:600651 version:0.9.9

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/rapid-photo-downloader/rapid-photo-downloader.changes
    2018-01-31 19:53:21.529383634 +0100
+++ 
/work/SRC/openSUSE:Factory/.rapid-photo-downloader.new/rapid-photo-downloader.changes
       2018-04-25 10:02:15.588843367 +0200
@@ -1,0 +2,21 @@
+Tue Apr 24 10:41:42 UTC 2018 - aloi...@gmx.com
+
+- Update to version 0.9.9
+  * Fix bug #1750879: Sequence numbers increment incorrectly for
+    videos when Synchronize RAW+JPEG enabled.
+  * Fix bug in sequence letter generation.
+  * Enable the disabling of new version checks in both the
+    program logic and the user interface, which is useful for
+    Linux distributions. To disable the check, Linux package
+    maintainers should patch the file constants.py to
+    change the line `disable_version_check = False` to
+    `disable_version_check = True`.
+  * Include tornado as a dependency instead of relying on the
+    deprecated mini-tornado found in pyzmq.
+  version 0.9.8:
+  * On Sony files, use ExifTool to get shutter count metadata.
+    Please note, not all Sony models produce this metadata.
+
+- Added disable-version-check.patch
+
+-------------------------------------------------------------------

Old:
----
  rapid-photo-downloader-0.9.7.tar.gz

New:
----
  disable-version-check.patch
  rapid-photo-downloader-0.9.9.tar.gz

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

Other differences:
------------------
++++++ rapid-photo-downloader.spec ++++++
--- /var/tmp/diff_new_pack.GWu5Jb/_old  2018-04-25 10:02:16.960793029 +0200
+++ /var/tmp/diff_new_pack.GWu5Jb/_new  2018-04-25 10:02:16.964792881 +0200
@@ -20,13 +20,15 @@
 
 %global __requires_exclude ^typelib\\(Unity\\).*$
 Name:           rapid-photo-downloader
-Version:        0.9.7
+Version:        0.9.9
 Release:        0
 Summary:        Parallel downloader for camera and smartphone photos
 License:        GPL-3.0+
 Group:          Productivity/Graphics/Other
 Url:            https://damonlynch.net/rapid/
 Source:         
https://launchpad.net/rapid/pyqt/%{version}/+download/%{name}-%{version}.tar.gz
+# PATCH-FEATURE-OPENSUSE disable-version-check.patch
+Patch0:         disable-version-check.patch
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection
 BuildRequires:  hicolor-icon-theme
@@ -50,6 +52,7 @@
 Requires:       python3-qt5 >= 5.4
 Requires:       python3-rawkit
 Requires:       python3-sortedcontainers
+Requires:       python3-tornado
 BuildArch:      noarch
 %if 0%{?suse_version} < 1500
 Requires:       python3-scandir
@@ -69,6 +72,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 rm -rf rapid_photo_downloader.egg-info
 find raphodo -type f -name '*.py' -exec sed -i -e '/^#!\//, 1d' {} \;
 

++++++ disable-version-check.patch ++++++
From: Luigi Baldoni <aloi...@gmx.com>
Date: 2018-04-24 12:45:56 +0200
Subject: Disable version check

Set variable so that there is no automated version
update check inside the program.

Index: rapid-photo-downloader-0.9.9/raphodo/constants.py
===================================================================
--- rapid-photo-downloader-0.9.9.orig/raphodo/constants.py
+++ rapid-photo-downloader-0.9.9/raphodo/constants.py
@@ -31,7 +31,7 @@ remote_versions_file = 'https://www.damo
 
 # If set to True, the ability to check for a new version will be removed
 # from the user interface and disabled in program logic.
-disable_version_check = False
+disable_version_check = True
 
 
 class CheckNewVersionDialogResult(IntEnum):
@@ -637,4 +637,4 @@ class Plural(Enum):
 
 # Use the character . to for download_name and path to indicate the user 
manually marked a
 # file as previously downloaded
-manually_marked_previously_downloaded = '.'
\ No newline at end of file
+manually_marked_previously_downloaded = '.'
++++++ rapid-photo-downloader-0.9.7.tar.gz -> 
rapid-photo-downloader-0.9.9.tar.gz ++++++
/work/SRC/openSUSE:Factory/rapid-photo-downloader/rapid-photo-downloader-0.9.7.tar.gz
 
/work/SRC/openSUSE:Factory/.rapid-photo-downloader.new/rapid-photo-downloader-0.9.9.tar.gz
 differ: char 5, line 1


Reply via email to