commit qview for openSUSE:Factory

2020-11-02 Thread root
Hello community,

here is the log from the commit of package qview for openSUSE:Factory checked 
in at 2020-11-02 09:42:31

Comparing /work/SRC/openSUSE:Factory/qview (Old)
 and  /work/SRC/openSUSE:Factory/.qview.new.3463 (New)


Package is "qview"

Mon Nov  2 09:42:31 2020 rev:4 rq:845158 version:4.0

Changes:

--- /work/SRC/openSUSE:Factory/qview/qview.changes  2020-03-05 
23:22:53.577331067 +0100
+++ /work/SRC/openSUSE:Factory/.qview.new.3463/qview.changes2020-11-02 
09:42:55.289755477 +0100
@@ -1,0 +2,27 @@
+Sat Oct 31 08:34:08 UTC 2020 - Andrey Karepin 
+
+- update to 4.0
+  * Integrate native cocoa components on macOS for a more native-like 
experience, as well as just working on the macOS experience in general
+  * Add rename function
+  * Include support for .heif, .avif, and .apng images
+  * Extra titlebar mode that shows only the image name and the position in the 
folder
+  * Opt-in update notification system that works right after the program starts
+  * Add randomized sort option
+  * You can now close a window with Ctrl/⌘+W
+  * Text in the file info dialog is now selectable
+  * Added configurable minimum size for "window matches image size" option
+  * Improved error messages
+  * Add icons to recents menu
+  * Fix weird titlebar vibrancy on macOS
+  * Fix image not filling window properly with titlebar enabled
+  * Fixed window position issue with vertical monitor setups
+  * Fixed fullscreen causing window size to reset
+  * Fixed various bugs with recents, shortcuts, and options due to a massive 
refactoring project to hopefully make maintenance easier in the future
+  * Fix awful hi-dpi sizing
+  * Fix bug with opening images from Finder replacing currently open images on 
macOS
+  * Distribute Appimages for Linux through a new CI pipeline
+  * Distribute build for legacy OS X 10.10+
+  * Include symbolic icon on linux (for GNOME, primarily)
+  * Include appdata manifest on linux
+
+---

Old:

  qView-3.0.tar.gz

New:

  qView-4.0.tar.gz



Other differences:
--
++ qview.spec ++
--- /var/tmp/diff_new_pack.OD32th/_old  2020-11-02 09:42:56.217756367 +0100
+++ /var/tmp/diff_new_pack.OD32th/_new  2020-11-02 09:42:56.221756371 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   qview
-Version:3.0
+Version:4.0
 Release:0
 Summary:Practical and minimal image viewer
 License:GPL-3.0-only
@@ -37,7 +37,7 @@
 %setup -q -n qView
 
 %build
-%qmake5
+%qmake5 PREFIX=%{_prefix}
 %make_build
 
 %install
@@ -49,5 +49,6 @@
 %{_bindir}/*
 %{_datadir}/icons/*
 %{_datadir}/applications/*
+%{_datadir}/metainfo/
 
 %changelog

++ qView-3.0.tar.gz -> qView-4.0.tar.gz ++
 7839 lines of diff (skipped)




commit qview for openSUSE:Factory

2020-03-05 Thread root
Hello community,

here is the log from the commit of package qview for openSUSE:Factory checked 
in at 2020-03-05 23:22:45

Comparing /work/SRC/openSUSE:Factory/qview (Old)
 and  /work/SRC/openSUSE:Factory/.qview.new.26092 (New)


Package is "qview"

Thu Mar  5 23:22:45 2020 rev:3 rq:781669 version:3.0

Changes:

--- /work/SRC/openSUSE:Factory/qview/qview.changes  2020-01-13 
22:23:11.814564776 +0100
+++ /work/SRC/openSUSE:Factory/.qview.new.26092/qview.changes   2020-03-05 
23:22:53.577331067 +0100
@@ -1,0 +2,5 @@
+Wed Mar  4 20:42:31 UTC 2020 - Andrey Karepin 
+
+- fix download source link (bnc#1165355)
+
+---



Other differences:
--
++ qview.spec ++
--- /var/tmp/diff_new_pack.QTpFtT/_old  2020-03-05 23:22:55.297332013 +0100
+++ /var/tmp/diff_new_pack.QTpFtT/_new  2020-03-05 23:22:55.297332013 +0100
@@ -23,7 +23,7 @@
 License:GPL-3.0-only
 Group:  Productivity/Graphics/Viewers
 URL:https://interversehq.com/qview/
-Source: 
https://github.com/jurplel/qView/archive/%{version}.tar.gz#/qView-%{version}.tar.gz
+Source: 
https://github.com/jurplel/qView/releases/download/%{version}/qView-%{version}.tar.gz#/qView-%{version}.tar.gz
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(Qt5Concurrent) >= 5.9
 BuildRequires:  pkgconfig(Qt5Network) >= 5.9
@@ -34,7 +34,7 @@
 No cluttered interface, just your image and a titlebar.
 
 %prep
-%setup -q -n qView-%{version}
+%setup -q -n qView
 
 %build
 %qmake5

++ qView-3.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qView-3.0/.gitattributes new/qView/.gitattributes
--- old/qView-3.0/.gitattributes2020-01-13 00:58:48.0 +0100
+++ new/qView/.gitattributes1970-01-01 01:00:00.0 +0100
@@ -1,8 +0,0 @@
-*.psd filter=lfs diff=lfs merge=lfs -text
-*.ai filter=lfs diff=lfs merge=lfs -text
-*.png filter=lfs diff=lfs merge=lfs -text
-*.svg filter=lfs diff=lfs merge=lfs -text
-*.icns filter=lfs diff=lfs merge=lfs -text
-*.ico filter=lfs diff=lfs merge=lfs -text
-*.ttf filter=lfs diff=lfs merge=lfs -text
-*.bmp filter=lfs diff=lfs merge=lfs -text
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qView-3.0/.gitignore new/qView/.gitignore
--- old/qView-3.0/.gitignore2020-01-13 00:58:48.0 +0100
+++ new/qView/.gitignore1970-01-01 01:00:00.0 +0100
@@ -1,45 +0,0 @@
-.DS_Store
-.directory
-
-# C++ objects and libs
-
-*.slo
-*.lo
-*.o
-*.a
-*.la
-*.lai
-*.so
-*.dll
-*.dylib
-
-# Qt-es
-
-/.qmake.cache
-/.qmake.stash
-*.pro.user
-*.pro.user.*
-*.qbs.user
-*.qbs.user.*
-*.moc
-moc_*.cpp
-moc_*.h
-qrc_*.cpp
-ui_*.h
-Makefile*
-*build-*
-
-# QtCreator
-
-*.autosave
-
-# QtCtreator Qml
-*.qmlproject.user
-*.qmlproject.user.*
-
-# QtCtreator CMake
-CMakeLists.txt.user*
-
-# Custom
-*.exe
-.vscode
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qView-3.0/dist/linux/debian/README.md 
new/qView/dist/linux/debian/README.md
--- old/qView-3.0/dist/linux/debian/README.md   2020-01-13 00:58:48.0 
+0100
+++ new/qView/dist/linux/debian/README.md   1970-01-01 01:00:00.0 
+0100
@@ -1,4 +0,0 @@
- # Building .deb files
- Take your source tarball, rename it to qview_#.#.orig.tar.gz and extract it 
to qview-#.#. Move the debian folder to the qview-#.# folder. Make sure to 
change the versions in control and changelog, the date on the changelog, the 
maintainer name if you happen to not be me.
-
- I just build the source deb and use the launchpad ppa binaries
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qView-3.0/dist/linux/debian/changelog 
new/qView/dist/linux/debian/changelog
--- old/qView-3.0/dist/linux/debian/changelog   2020-01-13 00:58:48.0 
+0100
+++ new/qView/dist/linux/debian/changelog   1970-01-01 01:00:00.0 
+0100
@@ -1,5 +0,0 @@
-qview (3.0-2) bionic; urgency=low
-
-  * Removed xdg-util dependency
-
- -- jurplel   Sun, 12 Jan 2020 18:58:16 -0500
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qView-3.0/dist/linux/debian/compat 
new/qView/dist/linux/debian/compat
--- old/qView-3.0/dist/linux/debian/compat  2020-01-13 00:58:48.0 
+0100
+++ new/qView/dist/linux/debian/compat  1970-01-01 01:00:00.0 +0100
@@ -1 +0,0 @@
-11
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qView-3.0/dist/linux/debian/control 
new/qView/dist/linux/debian/control
--- old/qView-3.0/dist/linux/debian/control  

commit qview for openSUSE:Factory

2020-01-13 Thread root
Hello community,

here is the log from the commit of package qview for openSUSE:Factory checked 
in at 2020-01-13 22:23:07

Comparing /work/SRC/openSUSE:Factory/qview (Old)
 and  /work/SRC/openSUSE:Factory/.qview.new.6675 (New)


Package is "qview"

Mon Jan 13 22:23:07 2020 rev:2 rq:764106 version:3.0

Changes:

--- /work/SRC/openSUSE:Factory/qview/qview.changes  2019-06-04 
12:13:44.783794148 +0200
+++ /work/SRC/openSUSE:Factory/.qview.new.6675/qview.changes2020-01-13 
22:23:11.814564776 +0100
@@ -1,0 +2,20 @@
+Mon Jan 13 11:04:41 UTC 2020 - Andrey Karepin 
+
+- update to 3.0
+  * Added keyboard shortcut customization
+  * Added the ability to open images from URLs
+  * Added the ability to open multiple images from the file dialog
+  * Added the ability to copy images from the application
+  * Added option to change file sorting
+  * Added high DPI support
+  * SVGs are now displayed in a high resolution
+  * Slideshow timer is now configurable in tenths of a second
+  * Added option to not display the recents list
+  * Added option to disable scrolling "towards the cursor"
+  * The recents menu is now more proactive in clearing out entries that no 
longer exist
+  * Fixed small bug with the "window matches image size" option
+  * Fixed bug where the window would exceed the screen boundaries with the 
"window matches image size" option enabled
+  * Fixed crashing with multiple windows under macOS
+  * Fixed dock menu oddities under macOS
+
+---

Old:

  qView-2.0.tar.gz

New:

  qView-3.0.tar.gz



Other differences:
--
++ qview.spec ++
--- /var/tmp/diff_new_pack.YNuAUq/_old  2020-01-13 22:23:12.538565112 +0100
+++ /var/tmp/diff_new_pack.YNuAUq/_new  2020-01-13 22:23:12.542565114 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qview
 #
-# 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,7 +17,7 @@
 
 
 Name:   qview
-Version:2.0
+Version:3.0
 Release:0
 Summary:Practical and minimal image viewer
 License:GPL-3.0-only

++ qView-2.0.tar.gz -> qView-3.0.tar.gz ++
 2964 lines of diff (skipped)