From 1c62618af0ca44b36a1ca1e6931eccbd5fa86fbb Mon Sep 17 00:00:00 2001 From: F1ash Date: Jan 05 2021 14:22:24 +0000 Subject: Version 1.24.17 --- diff --git a/.gitignore b/.gitignore index a680bda..9c61087 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /1.11.15.tar.gz /1.20.15.tar.gz /1.21.16.tar.gz +/1.24.17.tar.gz diff --git a/dnscrypt-proxy-gui.spec b/dnscrypt-proxy-gui.spec index e66b942..5d7bc8e 100644 --- a/dnscrypt-proxy-gui.spec +++ b/dnscrypt-proxy-gui.spec @@ -2,8 +2,8 @@ %global app_name DNSCryptClient Name: dnscrypt-proxy-gui -Version: 1.21.16 -Release: 14%{?dist} +Version: 1.24.17 +Release: 1%{?dist} Summary: GUI wrapper for dnscrypt-proxy License: GPLv2+ Source0: https://github.com/F1ash/%{name}/archive/%{version}.tar.gz @@ -13,6 +13,8 @@ Requires: systemd Requires: polkit Requires: dnscrypt-proxy Requires: hicolor-icon-theme +Requires: kf5-kauth +Requires: kf5-knotifications BuildRequires: gcc-c++ BuildRequires: cmake @@ -36,11 +38,16 @@ preventing any spying, spoofing or man-in-the-middle attacks. %setup -q %build -%cmake -%cmake_build +mkdir %{cmake_build_dir} +pushd %{cmake_build_dir} + %cmake .. + %{make_build} +popd %install -%cmake_install +pushd %{cmake_build_dir} + %{make_install} +popd %check desktop-file-validate %{buildroot}/%{_datadir}/applications/%{app_name}.desktop @@ -84,6 +91,10 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{app_name}.desktop %{_datadir}/icons/hicolor/64x64/apps/%{app_name}.png %changelog +* Fri Jan 1 2021 Fl@sh - 1.24.17-1 +- enhanced R; +- version updated; + * Mon Nov 23 07:51:46 CET 2020 Jan Grulich - 1.21.16-14 - rebuild (qt5) diff --git a/sources b/sources index 98fd5b6..8b70064 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (1.21.16.tar.gz) = ae5ebcc82ca6ad5cc011082e17ceb76e16b7ca6ce708d709e33721814851b6a03d06ccef6a6c509e97932f1fe38c55831bfba3bc529ef075454b4e875beea682 +SHA512 (1.24.17.tar.gz) = 9ddf8419b010b1cf66036f9307a14453ba3900a2d4f91a9ea38fd9bcd464b65d51bfc45ea3c9391944159b7b80774d82046036775d1145ecaa2ad4760e9d21a2