Hello community,

here is the log from the commit of package qimgv for openSUSE:Factory checked 
in at 2018-06-13 15:46:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qimgv (Old)
 and      /work/SRC/openSUSE:Factory/.qimgv.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qimgv"

Wed Jun 13 15:46:27 2018 rev:2 rq:616126 version:0.6.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/qimgv/qimgv.changes      2018-01-16 
09:42:59.443947387 +0100
+++ /work/SRC/openSUSE:Factory/.qimgv.new/qimgv.changes 2018-06-13 
15:46:31.416822324 +0200
@@ -1,0 +2,19 @@
+Mon Jun 11 18:29:58 UTC 2018 - [email protected]
+
+- Update to version 0.6.3
+  * You can now mirror images by pressing H / V keys.
+  version 0.6.2
+  * WebM/MP4 playback issues #49
+  version 0.6.1
+  * Initial HiDPI support. May be buggy.
+  * Add scroll animation.
+  * Add a checkbox for .mp4 playback.
+  * Rewrite crop overlay logic.
+  * Workaround for https://bugreports.qt.io/browse/QTBUG-66387
+
+- Dropped qimgv-0.6-qt56.patch and
+  qimgv-0.6-no_return_in_nonvoid.patch (merged upstream)
+
+- Added qimgv-0.6-qt511.patch to fix build with Qt 5.11
+
+-------------------------------------------------------------------

Old:
----
  qimgv-0.6-no_return_in_nonvoid.patch
  qimgv-0.6-qt56.patch
  qimgv-0.6.tar.gz

New:
----
  qimgv-0.6-qt511.patch
  qimgv-0.6.3.tar.gz

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

Other differences:
------------------
++++++ qimgv.spec ++++++
--- /var/tmp/diff_new_pack.InmgEL/_old  2018-06-13 15:46:32.628777909 +0200
+++ /var/tmp/diff_new_pack.InmgEL/_new  2018-06-13 15:46:32.644777322 +0200
@@ -17,17 +17,15 @@
 
 
 Name:           qimgv
-Version:        0.6
+Version:        0.6.3
 Release:        0
 Summary:        Qt5 image viewer
-License:        GPL-3.0
+License:        GPL-3.0-only
 Group:          Productivity/Graphics/Viewers
 Url:            https://github.com/easymodo/qimgv
 Source0:        
https://github.com/easymodo/qimgv/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM qimgv-0.6-qt56.patch
-Patch0:         qimgv-0.6-qt56.patch
-# PATCH-FIX-UPSTREAM qimgv-0.6-no_return_in_nonvoid.patch
-Patch1:         qimgv-0.6-no_return_in_nonvoid.patch
+# PATCH-FIX-UPSTREAM qimgv-0.6-qt511.patch
+Patch2:         qimgv-0.6-qt511.patch
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
@@ -41,8 +39,7 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
+%patch2 -p1
 
 %build
 %cmake

++++++ qimgv-0.6-qt56.patch -> qimgv-0.6-qt511.patch ++++++
--- /work/SRC/openSUSE:Factory/qimgv/qimgv-0.6-qt56.patch       2018-01-16 
09:42:58.963969853 +0100
+++ /work/SRC/openSUSE:Factory/.qimgv.new/qimgv-0.6-qt511.patch 2018-06-13 
15:46:30.760846364 +0200
@@ -1,13 +1,22 @@
-Index: qimgv-0.6/components/directorymanager/watchers/directorywatcher_p.h
-===================================================================
---- qimgv-0.6.orig/components/directorymanager/watchers/directorywatcher_p.h
-+++ qimgv-0.6/components/directorymanager/watchers/directorywatcher_p.h
-@@ -11,6 +11,8 @@
- #include <QDir>
- #include <QTimerEvent>
- #include <QDir>
-+#include <QVariant>
-+#include <QSharedPointer>
+From bd5cdb210c1d5885b26cde89106fd14fd8ee5a1e Mon Sep 17 00:00:00 2001
+From: easymodo <[email protected]>
+Date: Sun, 27 May 2018 19:57:26 +0300
+Subject: [PATCH] [CMake] remove deprecated macro
+
+---
+ CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index ead5858..1c298c0 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -40,7 +40,7 @@ add_executable(qimgv ${SRC} ${RES})
  
- class DirectoryWatcherPrivate : public QObject {
-     Q_OBJECT
+ target_link_libraries(qimgv actionmanager cache directorymanager loader 
scaler thumbnailer gui utils sourcecontainers)
+ 
+-qt5_use_modules (qimgv Core Widgets Concurrent)
++target_link_libraries(qimgv Qt5::Core Qt5::Widgets Qt5::Concurrent)
+ 
+ # binary
+ install(PROGRAMS ${CMAKE_BINARY_DIR}/qimgv

++++++ qimgv-0.6.tar.gz -> qimgv-0.6.3.tar.gz ++++++
++++ 3765 lines of diff (skipped)


Reply via email to