Compare commits

..

No commits in common. "factory" and "factory" have entirely different histories.

7 changed files with 10 additions and 33 deletions

1
.gitignore vendored
View File

@ -1 +0,0 @@
.osc

View File

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

View File

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

BIN
qimgv-1.0.3a+git20230615.e2675f1.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

@ -1,25 +1,3 @@
-------------------------------------------------------------------
Mon Jul 03 22:22:39 UTC 2023 - scott.bradnick@suse.com
- Update to version 1.0.3a+git20230615.e2675f1:
* Update build-package.yml
* Exiv2::AnyError was removed
* toggleScalingFilter now toggles configured filter instead of bilinear
* Modify build-package.yaml
* Modify build-package.yml
* Modify build-package.yml
-------------------------------------------------------------------
Thu May 18 00:14:39 UTC 2023 - scott.bradnick@suse.com
- Update to version 1.0.3a+git20230407.22a8f2e:
* debug printouts / wheel test
* [Settings] add trackpadDetection toggle #337
* [DirectoryManager] make folder sorting optional
* upd donate links
* [thumbnailview] reduce calls to loadVisibleThumbnails()
* [thumbnailview] fix incorrect preload areas
-------------------------------------------------------------------
Tue Jan 03 18:25:09 UTC 2023 - scott.bradnick@suse.com

View File

@ -1,4 +1,4 @@
name: qimgv
version: 1.0.3a+git20230615.e2675f1
mtime: 1686807752
commit: e2675f135d6be45036f84285a68e5a079ab4f449
version: 1.0.3a+git20221107.8ad0a11
mtime: 1667856645
commit: 8ad0a1173cd3c6b96a5549405de71d1ea57c09ac

View File

@ -1,7 +1,7 @@
#
# spec file for package qimgv
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2022 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: qimgv
Version: 1.0.3a+git20230615.e2675f1
Version: 1.0.3a+git20221107.8ad0a11
Release: 0
Summary: Qt5 image viewer
License: GPL-3.0-only
@ -30,10 +30,10 @@ BuildRequires: gcc-c++
%else
BuildRequires: gcc9-c++
%endif
BuildRequires: cmake(Qt5LinguistTools)
BuildRequires: hicolor-icon-theme
BuildRequires: opencv-devel
BuildRequires: pkgconfig
BuildRequires: cmake(Qt5LinguistTools)
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5PrintSupport)
BuildRequires: pkgconfig(Qt5Svg)