Accepting request 976479 from home:sbradnick

- Update to version 1.0.3a+git20220510.48dd2ea3:
  * [cmake] fix default flags
  * check for qt5 first
  * .
  * Update build-package.yml
  * change release tag
  * fix mpv include path
  * [windows/msys2] add build script
  * fix #410
  * [windows] enable scripts/"open with" functionality #406 #236 #196
  * [ContextMenu] compact layout
  * [res] back/forward icons
  * [ContextMenu] scripts/"open with.." page mockup #406 #236 Fix scripts with qt6
  * [ImageViewerV2] tweak scroll handling
  * [ThumbnailViewProxy] fix(?) event order
  * fix Core::loadPath()
  * delay model loading (test) #383 #156
  * fix #384
  * fix #392
  * fix window close with qt 6.3 #394
  * [cmake] qt detection tweak (prefer qt6); remove core5compat

- Commenting out the following 2 patches as the issues appear fixed upstream:
  * qimgv-mpv_v2_fix.patch
  * qimgv-no_return_in_nonvoid.patch
- Cleaning up 'Source0' definition.

- Update to version v1.0.2+git20220504.51278bec:
  * Create msys2-test.yml
  * build: Add AppData installation via Cmake

OBS-URL: https://build.opensuse.org/request/show/976479
OBS-URL: https://build.opensuse.org/package/show/graphics/qimgv?expand=0&rev=44
This commit is contained in:
Scott Bradnick 2022-05-11 18:53:43 +00:00 committed by Git OBS Bridge
parent f87b0f943f
commit 040ae1d5e8
7 changed files with 90 additions and 7 deletions

25
_service Normal file
View File

@ -0,0 +1,25 @@
<!--
# vim: set syntax=xml
-->
<services>
<service name="obs_scm" mode="disabled">
<param name="url">https://github.com/easymodo/qimgv</param>
<param name="scm">git</param>
<param name="versionformat">@PARENT_TAG@+git%cd.%h</param>
<!-- Commenting out for TEMP
<param name="versionrewrite-pattern">v(.*)</param>
-->
<!-- TEMP: "-alpha" errors out @ buildtime -->
<param name="versionrewrite-pattern">v1.0.3-alpha</param>
<param name="versionrewrite-replacement">1.0.3a</param>
<!-- /TEMP -->
<param name="changesgenerate">enable</param>
</service>
<service name="set_version" mode="disabled"/>
<service name="tar" mode="disabled"/>
<service name="recompress" mode="disabled">
<param name="compression">gz</param>
<param name="file">*.tar</param>
</service>
</services>

4
_servicedata Normal file
View File

@ -0,0 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/easymodo/qimgv</param>
<param name="changesrevision">48dd2ea3386ebb92b369383282b3778361a82319</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ace75077c5b6f3cb2b0d40b24482b3778728d98dce75ed8186c7ae4282e57634
size 681034

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d18f56b6e7ded8babb030c265b267f689ec708a112cc4223631e81f55e50b3b3
size 704248

View File

@ -1,3 +1,50 @@
-------------------------------------------------------------------
Wed May 11 18:15:36 UTC 2022 - scott.bradnick@suse.com
- Update to version 1.0.3a+git20220510.48dd2ea3:
* [cmake] fix default flags
* check for qt5 first
* .
* Update build-package.yml
* change release tag
* fix mpv include path
* [windows/msys2] add build script
* fix #410
* [windows] enable scripts/"open with" functionality #406 #236 #196
* [ContextMenu] compact layout
* [res] back/forward icons
* [ContextMenu] scripts/"open with.." page mockup #406 #236 Fix scripts with qt6
* [ImageViewerV2] tweak scroll handling
* [ThumbnailViewProxy] fix(?) event order
* fix Core::loadPath()
* delay model loading (test) #383 #156
* fix #384
* fix #392
* fix window close with qt 6.3 #394
* [cmake] qt detection tweak (prefer qt6); remove core5compat
-------------------------------------------------------------------
Thu May 5 17:08:06 UTC 2022 - Scott Bradnick <scott.bradnick@suse.com>
- Commenting out the following 2 patches as the issues appear fixed upstream:
* qimgv-mpv_v2_fix.patch
* qimgv-no_return_in_nonvoid.patch
- Cleaning up 'Source0' definition.
-------------------------------------------------------------------
Thu May 05 16:22:03 UTC 2022 - scott.bradnick@suse.com
- Update to version v1.0.2+git20220504.51278bec:
* Create msys2-test.yml
* build: Add AppData installation via Cmake
* chore: Update qimgv.appdata.xml manifest
* Update README.md
* fix window close with qt 6.3 #394
* fix mpv_opengl_init_params
* ShortcutBuilder::processWheelEvent() - fallback to x value #367
* open clipboard test #360
* fix window size issue
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Jan 30 15:46:40 UTC 2022 - Luigi Baldoni <aloisio@gmx.com> Sun Jan 30 15:46:40 UTC 2022 - Luigi Baldoni <aloisio@gmx.com>

4
qimgv.obsinfo Normal file
View File

@ -0,0 +1,4 @@
name: qimgv
version: 1.0.3a+git20220510.48dd2ea3
mtime: 1652158814
commit: 48dd2ea3386ebb92b369383282b3778361a82319

View File

@ -17,20 +17,22 @@
Name: qimgv Name: qimgv
Version: 1.0.2 Version: 1.0.3a+git20220510.48dd2ea3
Release: 0 Release: 0
Summary: Qt5 image viewer Summary: Qt5 image viewer
License: GPL-3.0-only License: GPL-3.0-only
URL: https://github.com/easymodo/qimgv URL: https://github.com/easymodo/qimgv
Source0: https://github.com/easymodo/qimgv/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Source0: %{name}-%{version}.tar.gz
# PATCH-FEATURE-OPENSUSE qimgv-PIE.patch # aloisio@gmx.com add PIE flags # PATCH-FEATURE-OPENSUSE qimgv-PIE.patch # aloisio@gmx.com add PIE flags
Patch1: qimgv-PIE.patch Patch1: qimgv-PIE.patch
# PATCH-FIX-OPENSUSE qimgv-includepath.patch # aloisio@gmx.com use correct path for opencv includes # PATCH-FIX-OPENSUSE qimgv-includepath.patch # aloisio@gmx.com use correct path for opencv includes
Patch2: qimgv-includepath.patch Patch2: qimgv-includepath.patch
# PATCH-FIX-OPENSUSE qimgv-no_return_in_nonvoid.patch # aloisio@gmx.com pacify rpmlint # PATCH-FIX-OPENSUSE qimgv-no_return_in_nonvoid.patch # aloisio@gmx.com pacify rpmlint
Patch6: qimgv-no_return_in_nonvoid.patch # Has been fixed upstream, smb 20220505
#Patch6: qimgv-no_return_in_nonvoid.patch
# PATCH-FIX-UPSTREAM qimgv-mpv_v2_fix.patch # PATCH-FIX-UPSTREAM qimgv-mpv_v2_fix.patch
Patch7: qimgv-mpv_v2_fix.patch # Has been fixed upstream, smb 20220505
#Patch7: qimgv-mpv_v2_fix.patch
BuildRequires: cmake >= 3.13 BuildRequires: cmake >= 3.13
%if 0%{?suse_version} > 1500 %if 0%{?suse_version} > 1500
BuildRequires: gcc-c++ BuildRequires: gcc-c++
@ -71,5 +73,6 @@ test -x "$(type -p g++-9)" && export CXX=g++-9
%{_datadir}/icons/hicolor/*/apps/%{name}.* %{_datadir}/icons/hicolor/*/apps/%{name}.*
%{_libdir}/%{name} %{_libdir}/%{name}
%{_libdir}/%{name}/player_mpv.so %{_libdir}/%{name}/player_mpv.so
%{_datadir}/metainfo/%{name}.appdata.xml
%changelog %changelog