Updated to version 0.1.6.

epel9
Vitaly Zaitsev 4 years ago
parent 3e8278d25f
commit c0968c3c33
No known key found for this signature in database
GPG Key ID: BF99FC6DD45AB90A

1
.gitignore vendored

@ -1,2 +1,3 @@
/kcolorpicker-0.1.4.tar.gz
/kcolorpicker-0.1.5.tar.gz
/kcolorpicker-0.1.6.tar.gz

@ -3,7 +3,7 @@
%global libname lib%{appname}
Name: kcolorpicker
Version: 0.1.5
Version: 0.1.6
Release: 1%{?dist}
License: LGPLv3+
@ -14,9 +14,9 @@ Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: cmake(Qt5Core)
BuildRequires: cmake(Qt5Gui)
BuildRequires: ninja-build
BuildRequires: gcc-c++
BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: ninja-build
%description
QToolButton with color popup menu which lets you select a color.
@ -55,6 +55,9 @@ Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
%{_libdir}/%{libname}.so
%changelog
* Tue May 25 2021 Vitaly Zaitsev <vitaly@easycoding.org> - 0.1.6-1
- Updated to version 0.1.6.
* Mon Feb 15 2021 Vitaly Zaitsev <vitaly@easycoding.org> - 0.1.5-1
- Updated to version 0.1.5.

@ -1 +1 @@
SHA512 (kcolorpicker-0.1.5.tar.gz) = 6792cb79fe96f00c073f3f4b84c2c0a713523c33ee9f29113a9ed4f4c5f8e5509fefa4127a28546b1b44f73e0df7be9364a1c04498c36efcb6c2764df25250a8
SHA512 (kcolorpicker-0.1.6.tar.gz) = 9702b0dfd9d340aa2b043711b27f2ac1994ff6cdd06e912deb410bd3500a2b68fa046d91bbd1392f3c95905e4cf7660819d70864cc85e55cb4c8879e820e7cec

Loading…
Cancel
Save