Hello community,

here is the log from the commit of package kvirc for openSUSE:Factory checked 
in at 2017-11-27 22:18:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kvirc (Old)
 and      /work/SRC/openSUSE:Factory/.kvirc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kvirc"

Mon Nov 27 22:18:44 2017 rev:38 rq:545986 version:4.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kvirc/kvirc.changes      2016-07-12 
23:52:18.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kvirc.new/kvirc.changes 2017-11-27 
22:18:46.069857917 +0100
@@ -1,0 +2,6 @@
+Mon Nov 27 09:55:17 UTC 2017 - fv...@suse.com
+
+- BuildRequire openssl-devel 1.0 explicitly to fix build on TW
+- Remove %if with ancient checks
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kvirc.spec ++++++
--- /var/tmp/diff_new_pack.8dCRMZ/_old  2017-11-27 22:18:46.857829318 +0100
+++ /var/tmp/diff_new_pack.8dCRMZ/_new  2017-11-27 22:18:46.865829028 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kvirc
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -31,13 +31,15 @@
 BuildRequires:  fdupes
 BuildRequires:  glibc-devel
 BuildRequires:  libkde4-devel
+%if 0%{?suse_version} > 1320
+BuildRequires:  libopenssl-1_0_0-devel
+%else
 BuildRequires:  libopenssl-devel
+%endif
 BuildRequires:  libsamplerate-devel
 BuildRequires:  python-devel
 # use external libraries if available.  This is the upstream recommended way 
to build the package
-%if 0%{?suse_version} >= 1140
 BuildRequires:  libcryptopp-devel
-%endif
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %requires_eq    perl
@@ -66,9 +68,7 @@
 
 %build
 EXTRA_FLAGS="-DWANT_KDE4=ON \
-%if 0%{?suse_version} >= 1140
              -DWITH_NO_EMBEDDED_CODE=ON \
-%endif
              -DWANT_COEXISTENCE=OFF"
 %cmake_kde4 -d build -- $EXTRA_FLAGS
 make %{?_smp_mflags} VERBOSE=1


Reply via email to