Hello community,

here is the log from the commit of package qimgv for openSUSE:Factory checked 
in at 2020-02-11 22:25:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qimgv (Old)
 and      /work/SRC/openSUSE:Factory/.qimgv.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qimgv"

Tue Feb 11 22:25:09 2020 rev:14 rq:773399 version:0.8.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/qimgv/qimgv.changes      2019-11-20 
10:27:40.658567549 +0100
+++ /work/SRC/openSUSE:Factory/.qimgv.new.26092/qimgv.changes   2020-02-11 
22:25:55.679584752 +0100
@@ -1,0 +2,35 @@
+Tue Feb 11 07:05:46 UTC 2020 - Luigi Baldoni <[email protected]>
+
+- Update to version 0.8.9
+  What's new:
+  * [FolderView] You can now edit / remove files right from
+    folder view.
+  * [FolderView] Scroll animations for keyboard navigation.
+  * [Thumbnailer] Files are now stored as png. This fixes
+    transparency in folder view.
+  * [Panel] Scrollbar indicator.
+  * [Viewer] Configurable zoom step.
+  * [Viewer] Added another way to zoom: hold RMB and scroll.
+  * [Viewer] Added expandLimit option.
+  * Added jpeg save quality option.
+  * Changed some default settings.
+  * Updated theme & icons.
+  Bug fixes:
+  * Several bug fixes related to file operations.
+  * Minor visual fixes.
+  * Keyboard input fixes. All your keys should now work,
+    including symbols accessible through shift.
+  * Removed max zoom option.
+  * [windows] Do not track subfolders.
+  * [Thumbnailer] Fix for video files with % in file path.
+  * [FolderView] Thumbnails are now always uncropped.
+  * [FolderView] Fixes for mouse scrolling.
+  * Fix some keyboard focus issues.
+  * File format detection fixes.
+  * Crash fixes.
+
+- Refreshed qimgv-nosharedlib.patch and qimgv-PIE.patch
+
+- Removed group tag
+
+-------------------------------------------------------------------

Old:
----
  qimgv-0.8.8.tar.gz

New:
----
  qimgv-0.8.9.tar.gz

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

Other differences:
------------------
++++++ qimgv.spec ++++++
--- /var/tmp/diff_new_pack.BIXM3N/_old  2020-02-11 22:25:56.251585065 +0100
+++ /var/tmp/diff_new_pack.BIXM3N/_new  2020-02-11 22:25:56.255585068 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qimgv
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,18 +17,17 @@
 
 
 Name:           qimgv
-Version:        0.8.8
+Version:        0.8.9
 Release:        0
 Summary:        Qt5 image viewer
 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-FEATURE-OPENSUSE qimgv-nosharedlib.patch # [email protected] build 
helper library statically
 Patch0:         qimgv-nosharedlib.patch
 # PATCH-FEATURE-OPENSUSE qimgv-PIE.patch # [email protected] add PIE flags
 Patch1:         qimgv-PIE.patch
-BuildRequires:  cmake
+BuildRequires:  cmake >= 3.13
 %if 0%{?suse_version} > 1500
 BuildRequires:  gcc-c++
 %else

++++++ qimgv-0.8.8.tar.gz -> qimgv-0.8.9.tar.gz ++++++
++++ 6985 lines of diff (skipped)

++++++ qimgv-PIE.patch ++++++
--- /var/tmp/diff_new_pack.BIXM3N/_old  2020-02-11 22:25:56.491585197 +0100
+++ /var/tmp/diff_new_pack.BIXM3N/_new  2020-02-11 22:25:56.491585197 +0100
@@ -1,14 +1,14 @@
-Index: qimgv-0.8.3/qimgv/CMakeLists.txt
+Index: qimgv-0.8.9/qimgv/CMakeLists.txt
 ===================================================================
---- qimgv-0.8.3.orig/qimgv/CMakeLists.txt
-+++ qimgv-0.8.3/qimgv/CMakeLists.txt
-@@ -11,6 +11,9 @@ include(CMake/SRC_UI_Files.cmake)
- # ADD RESOURCES
- QT5_ADD_RESOURCES(RES resources.qrc)
+--- qimgv-0.8.9.orig/qimgv/CMakeLists.txt
++++ qimgv-0.8.9/qimgv/CMakeLists.txt
+@@ -21,6 +21,9 @@ add_subdirectory(utils)
+ target_compile_features(qimgv PRIVATE cxx_std_17)
+ set_target_properties(qimgv PROPERTIES CXX_EXTENSIONS OFF)
  
 +set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIE")
 +set( CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -pie")
 +
- # ADD EXECUTABLE
- add_executable(qimgv ${SRC} ${SRC_Components} ${SRC_SourceContainers} 
${SRC_Utils} ${SRC_Gui} ${RES} ${SRC_UI_Files} qimgv.rc)
- 
+ # LINK STUFF
+ target_link_libraries(qimgv PRIVATE Qt5::Core Qt5::Widgets Qt5::Concurrent)
+ if(USING_LIBSTDCXX)

++++++ qimgv-nosharedlib.patch ++++++
--- /var/tmp/diff_new_pack.BIXM3N/_old  2020-02-11 22:25:56.503585204 +0100
+++ /var/tmp/diff_new_pack.BIXM3N/_new  2020-02-11 22:25:56.503585204 +0100
@@ -1,18 +1,18 @@
-Index: qimgv-0.8.3/qimgv_libs/qimgv_player_mpv/CMakeLists.txt
+Index: qimgv-0.8.9/qimgv_libs/qimgv_player_mpv/CMakeLists.txt
 ===================================================================
---- qimgv-0.8.3.orig/qimgv_libs/qimgv_player_mpv/CMakeLists.txt
-+++ qimgv-0.8.3/qimgv_libs/qimgv_player_mpv/CMakeLists.txt
-@@ -19,7 +19,7 @@ if(WIN32)
-     endif()
- endif()
+--- qimgv-0.8.9.orig/qimgv_libs/qimgv_player_mpv/CMakeLists.txt
++++ qimgv-0.8.9/qimgv_libs/qimgv_player_mpv/CMakeLists.txt
+@@ -12,7 +12,7 @@ pkg_check_modules(Mpv REQUIRED IMPORTED_
+ 
+ include(GNUInstallDirs)
  
 -add_library(qimgv_player_mpv SHARED
 +add_library(qimgv_player_mpv STATIC
      src/videoplayer.cpp
      src/mpvwidget.cpp
      src/videoplayermpv.cpp)
-@@ -34,4 +34,3 @@ target_include_directories(qimgv_player_
+@@ -38,4 +38,3 @@ endif()
  
- add_definitions(-DQIMGV_PLAYER_MPV_LIBRARY)
+ target_compile_definitions(qimgv_player_mpv PRIVATE QIMGV_PLAYER_MPV_LIBRARY)
  
--install(TARGETS qimgv_player_mpv LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})
+-install(TARGETS qimgv_player_mpv)


Reply via email to