Dominique Leuenberger 2017-12-22 11:19:41 +00:00 committed by Git OBS Bridge
commit f2e75953a0
4 changed files with 26 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:11fdffaa2970c937251587fc62a41893c20f7ab3d74c2b66dfa81f40b2a82bfd
size 2364605

3
gwenhywfar-4.18.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6915bba42d8b7f0213cee186a944296e5e5e97cdbde5b539a924261af03086ca
size 2333059

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Dec 11 13:02:15 UTC 2017 - wbauer@tmo.at
- Re-enable Qt4 front-end, kmymoney still needs it for its kbanking
plugin
- BuildIgnore libopenssl-1_0_0-devel to avoid openssl conflict on
Tumbleweed
-------------------------------------------------------------------
Mon Dec 4 22:59:04 UTC 2017 - nico.kruber@gmail.com
- Update to 4.18.0
+ show SSL certificate hashes as MD5, SHA1, and SHA512
-------------------------------------------------------------------
Mon Nov 27 10:00:09 UTC 2017 - dimstar@opensuse.org

View File

@ -15,12 +15,12 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%bcond_with qt4
%bcond_without qt4
%define libversion 60
%define devversion 4.17
%define devversion 4.18
Name: gwenhywfar
Version: 4.17.0
Version: 4.18.0
Release: 0
Summary: Multiplatform helper library for other libraries
License: GPL-2.0+ and LGPL-2.1+
@ -34,6 +34,9 @@ BuildRequires: gtk2-devel >= 1.4
BuildRequires: libgcrypt-devel >= 1.2.0
BuildRequires: libopenssl-devel
%if %{with qt4}
%if 0%{?suse_version} >= 1500
#!BuildIgnore: libopenssl-1_0_0-devel
%endif
BuildRequires: libqt4-devel
%endif
BuildRequires: cmake(Qt5Concurrent)
@ -201,8 +204,10 @@ export CPP
--disable-static \
%if %{with qt4}
--with-qt4-libs=%{_libdir} \
--with-guis="fox16 qt4 qt5 gtk2" \
%else
--with-guis="fox16 qt5 gtk2" \
%endif
--with-guis="fox16 %{?with qt4:qt4} qt5 gtk2" \
--with-plugins-cfgmgr=all \
--with-pic
%__make %{?smp_mflags}