forked from pool/obconf-qt
- Update to 0.16.3:
* Added missing copyright info. * Bumped the minimum required version of cmake to 3.5.0 (to silence a compilation warning). * Translation updates. OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/obconf-qt?expand=0&rev=23
This commit is contained in:
parent
dae8f41a3a
commit
2a32d958ff
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7328da1606b289280e2ce0f2279ab30d06f584e4c2d6fc5f01c0f3d9ce714960
|
||||
size 111080
|
3
obconf-qt-0.16.3.tar.xz
Normal file
3
obconf-qt-0.16.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3d224f0b5a068c8f07637170f7d1569ebc9ea8b5678717b6265cda8b8b4de908
|
||||
size 116488
|
17
obconf-qt-0.16.3.tar.xz.asc
Normal file
17
obconf-qt-0.16.3.tar.xz.asc
Normal file
@ -0,0 +1,17 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQJJBAABCAAzFiEEGd/fOleb1QnbtXLYvnkwB60i334FAmTcdFEVHHRzdWphbjIw
|
||||
MDBAZ21haWwuY29tAAoJEL55MAetIt9+jE4P/2oscJV4RdsQi1malAL5xxc1AH55
|
||||
LY2T6ikiixxgctQOoq7ZAeErDBKvowHQqd9DmdgxTzOvDn3ph8pcjRHMWFabOnED
|
||||
aHCi2zwiWAoRt60vEPsQpjoJND6z6MAA7LqWRmx+P7UQQrRa9mgQW8OI78H/YvFE
|
||||
0ZHbFjTWi1yCAJK0FzYonoTlyAqpzeFMOW0w16naWGbgFqkokFexWi5NZ0oPhhOU
|
||||
e3aUdjVvQf7azG8IlG+yEDNA1DIiyyIdBFxUxnr6AVWw/zZYraQEjxj6gEwR6s2k
|
||||
h7EcxQ7yoWT8dt7TIlINp7wD29nbfnWGMmm2wK9vq9TaXuBHdrGWp6lKwsJxAC8J
|
||||
TMi/pW8btdzUuKw2WEBnXDv0HcHPo5tS4MAYuO9Yb/UrJnpjHAhszkc7TR9c84uP
|
||||
0YiaxNQzxoX/7RBUKwsbuWQ6xPg5AdX9KNdLcmS3qDFB+Jf0dRe4x6TVIKpbdIXc
|
||||
uuL5BOHcx33yyyQRqheMw1PDUReHGVZ7LYt0AlnFwwAXt8kLulArid+D4ajaGM/b
|
||||
ZlG13gWiiNPaEnqIbBMv+DsKKKh8BIw1Hjg058wIQE8+HWROqR8IU5ydqQsrE65e
|
||||
A+BJOgQi0FFMrATGyR453nF5937pLGR7kmdsVumaoJRQcd8dZ+yXrkoSmgS1rfva
|
||||
5BiCF6EjHDvzOF/z
|
||||
=XFOF
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 17 07:30:58 UTC 2023 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 0.16.3:
|
||||
* Added missing copyright info.
|
||||
* Bumped the minimum required version of cmake to 3.5.0 (to silence a compilation warning).
|
||||
* Translation updates.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 11 19:51:57 UTC 2022 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package obconf-qt
|
||||
#
|
||||
# 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,16 +17,16 @@
|
||||
|
||||
|
||||
Name: obconf-qt
|
||||
Version: 0.16.2
|
||||
Version: 0.16.3
|
||||
Release: 0
|
||||
Summary: OpenBox window manager configuration tool
|
||||
License: LGPL-2.1-or-later AND GPL-2.0-or-later
|
||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||
Group: System/GUI/LXQt
|
||||
URL: http://www.lxqt.org
|
||||
Source: https://github.com/lxqt/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
||||
Source1: https://github.com/lxqt/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz.asc
|
||||
Source2: %{name}.keyring
|
||||
BuildRequires: cmake >= 3.1.0
|
||||
BuildRequires: cmake >= 3.5.0
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: hicolor-icon-theme
|
||||
BuildRequires: lxqt-build-tools-devel >= 0.8.0
|
||||
@ -41,7 +41,7 @@ BuildRequires: pkgconfig(obrender-3.5)
|
||||
BuildRequires: pkgconfig(obt-3.5)
|
||||
Requires(post): desktop-file-utils
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
Requires(postun):update-alternatives
|
||||
Requires(pre): desktop-file-utils
|
||||
Recommends: %{name}-lang
|
||||
Conflicts: obconf
|
||||
|
Loading…
Reference in New Issue
Block a user