Taking step(s) to move to Gitea (https://src.opensuse.org)
This commit is contained in:
parent
4c157e4de9
commit
c899ef73bb
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/easymodo/qimgv</param>
|
||||
<param name="changesrevision">8ad0a1173cd3c6b96a5549405de71d1ea57c09ac</param></service></servicedata>
|
||||
<param name="changesrevision">e2675f135d6be45036f84285a68e5a079ab4f449</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
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)
Normal file
BIN
qimgv-1.0.3a+git20230615.e2675f1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: qimgv
|
||||
version: 1.0.3a+git20221107.8ad0a11
|
||||
mtime: 1667856645
|
||||
commit: 8ad0a1173cd3c6b96a5549405de71d1ea57c09ac
|
||||
version: 1.0.3a+git20230615.e2675f1
|
||||
mtime: 1686807752
|
||||
commit: e2675f135d6be45036f84285a68e5a079ab4f449
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package qimgv
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 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+git20221107.8ad0a11
|
||||
Version: 1.0.3a+git20230615.e2675f1
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user