Hello community,

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

Package is "rapid-photo-downloader"

Thu Nov  8 09:49:44 2018 rev:6 rq:646837 version:0.9.13

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/rapid-photo-downloader/rapid-photo-downloader.changes
    2018-04-25 10:02:15.588843367 +0200
+++ 
/work/SRC/openSUSE:Factory/.rapid-photo-downloader.new/rapid-photo-downloader.changes
       2018-11-08 09:49:49.565005309 +0100
@@ -1,0 +2,80 @@
+Wed Nov  7 08:03:41 UTC 2018 - Luigi Baldoni <aloi...@gmx.com>
+
+- Add oldsetuptools.patch to fix build on Leap 42.3 and SLE_12_SP3
+
+-------------------------------------------------------------------
+Tue Nov  6 23:52:06 UTC 2018 - Marcus Rueckert <mrueck...@suse.de>
+
+- Update to 0.9.13
+  - Added support for Sigma X3F file format.
+  - Added support for installing into a Python virtual environment.
+    See the file README.rst for installation instructions. Thanks
+    to Matthias Homann for his code contribution.
+  - Fix bug #1797479: New version check results in confusing
+    messages on stderr when pip is not installed. Thanks to Eli
+    Schwartz for the fix.
+  - Added Deepin to supported Linux distributions.
+  - Fixed bug #1801504: PyQt5_sip not installed or upgraded for
+    local user when system copy already installed (bug seen on
+    Fedora 29).
+  - Import sip regardless of whether it is the private sip bundled
+    with PyQt5 or a separate sip installation.
+- changes from 0.9.12
+  - Added support for Canon CR3 format. Requires ExifTool 10.87 or
+    newer.  See the release notes for details on upgrading
+    ExifTool. Note: program performance with CR3 files is notably
+    slower than other photo file formats.  Other photo file formats
+    are read using the high performance library exiv2 to read
+    metadata and extract thumbnails. Unfortunately exiv2 does not
+    yet support the CR3 format. Exiv2 0.28 will support the CR3
+    format.
+  - Fixed bug #1790351: Video date time metadata not parsed
+    correctly when 'DST' appears in time zone component.
+  - Added support for FFF and IIQ raw formats.
+  - The MOS and MRW formats are now handled by ExifTool, not exiv2.
+  - Better handle Exif date time values that unwisely deviate from
+    the Exif Version 2.3 specification, e.g. Hasselblad files.
+  - Fixed bug #1790278: File renaming and subfolder generation
+    editor breaks with Python 3.7.
+  - Updated installation script to use "loose" instead of "strict"
+    Python version checking.
+  - Fixed bug in installation script where a system installed Rapid
+    Photo Downloader package was not being uninstalled.
+  - Fixed bug #1791131: Report fatal camera access problem without
+    crashing
+  - Improved install.py script to install libmediainfo0 on openSUSE
+    where the package exists.
+- changes from 0.9.11
+  - Added CentOS 7.5 as supported Linux distribution. See the
+    release notes for installation instructions.
+  - Add weekday as locale's abbreviated and full name to file
+    renaming and subfolder generation options.
+  - Correct mistake in fixing bug #1775654: optional dependencies
+    listed in setup.py as required.
+  - Fix bug #1787707: install.py does not handle installer tar path
+    with spaces.
+  - Improve detection of openSUSE in install.py script.
+  - Better handle file managers that do not allow the selection of
+    files using command line arguments, which is important for
+    desktops like Mate, LXDE, and XFCE.
+  - Provide sensible fallback when system erroneously reports
+    default file manager.
+  - Updated Brazilian Portuguese, Czech, Dutch, French, Japanese,
+    Kabyle, Norwegian Nynorsk, and Spanish translations.
+- changes from 0.9.10
+  - Fix bug #1784175: Make application compatible with changes to
+    sip introduced in PyQt 5.11, and do not install PyQt 5.11 on
+    systems with Python 3.5.3 or older.
+  - Fix bug #1775654: optional dependencies listed in setup.py as
+    required.
+  - Fix bug #1755915: Crash while accessing non-existant SQL
+    database 'cache' while exiting.
+  - Fix bug #1764167: Division by zero error when scanning device
+    that does not report its size
+  - Fix bug #1774411: splash screen covering name-dialog when set
+    to auto- download
+  - Fixed bug in Appstream specification.
+  - Updated German translation.
+- refresh disable-version-check.patch
+
+-------------------------------------------------------------------

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

New:
----
  oldsetuptools.patch
  rapid-photo-downloader-0.9.13.tar.gz

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

Other differences:
------------------
++++++ rapid-photo-downloader.spec ++++++
--- /var/tmp/diff_new_pack.Vv5KqP/_old  2018-11-08 09:49:50.309004431 +0100
+++ /var/tmp/diff_new_pack.Vv5KqP/_new  2018-11-08 09:49:50.309004431 +0100
@@ -14,21 +14,23 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %global __requires_exclude ^typelib\\(Unity\\).*$
 Name:           rapid-photo-downloader
-Version:        0.9.9
+Version:        0.9.13
 Release:        0
 Summary:        Parallel downloader for camera and smartphone photos
-License:        GPL-3.0+
+License:        GPL-3.0-or-later
 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
+# PATCH-FIX-OPENSUSE oldsetuptools.patch use old syntax -- aloi...@gmx.com
+Patch1:         oldsetuptools.patch
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection
 BuildRequires:  hicolor-icon-theme
@@ -73,6 +75,9 @@
 %prep
 %setup -q
 %patch0 -p1
+%if 0%{?sle_version} == 120300
+%patch1 -p1
+%endif
 rm -rf rapid_photo_downloader.egg-info
 find raphodo -type f -name '*.py' -exec sed -i -e '/^#!\//, 1d' {} \;
 

++++++ disable-version-check.patch ++++++
--- /var/tmp/diff_new_pack.Vv5KqP/_old  2018-11-08 09:49:50.329004407 +0100
+++ /var/tmp/diff_new_pack.Vv5KqP/_new  2018-11-08 09:49:50.329004407 +0100
@@ -5,10 +5,10 @@
 Set variable so that there is no automated version
 update check inside the program.
 
-Index: rapid-photo-downloader-0.9.9/raphodo/constants.py
+Index: rapid-photo-downloader-0.9.13/raphodo/constants.py
 ===================================================================
---- rapid-photo-downloader-0.9.9.orig/raphodo/constants.py
-+++ rapid-photo-downloader-0.9.9/raphodo/constants.py
+--- rapid-photo-downloader-0.9.13.orig/raphodo/constants.py
++++ rapid-photo-downloader-0.9.13/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
@@ -18,7 +18,7 @@
  
  
  class CheckNewVersionDialogResult(IntEnum):
-@@ -637,4 +637,4 @@ class Plural(Enum):
+@@ -773,4 +773,4 @@ class Plural(Enum):
  
  # Use the character . to for download_name and path to indicate the user 
manually marked a
  # file as previously downloaded

++++++ oldsetuptools.patch ++++++
Index: rapid-photo-downloader-0.9.13/setup.py
===================================================================
--- rapid-photo-downloader-0.9.13.orig/setup.py
+++ rapid-photo-downloader-0.9.13/setup.py
@@ -347,11 +347,10 @@ setup(
         'pymediainfo',
         'sortedcontainers',
         'tornado',
-        'scandir;python_version<"3.5"',
-        'typing;python_version<"3.5"',
         'PyGObject'
     ],
     extras_require={
+        ':python_version == "3.4"': ['scandir', 'typing'],
         'color_ouput': ['colorlog',],
         'progress_bar': ['pyprind',]
     },
++++++ rapid-photo-downloader-0.9.9.tar.gz -> 
rapid-photo-downloader-0.9.13.tar.gz ++++++
/work/SRC/openSUSE:Factory/rapid-photo-downloader/rapid-photo-downloader-0.9.9.tar.gz
 
/work/SRC/openSUSE:Factory/.rapid-photo-downloader.new/rapid-photo-downloader-0.9.13.tar.gz
 differ: char 5, line 1


Reply via email to