Hello community, here is the log from the commit of package synergy for openSUSE:Factory checked in at 2018-02-27 16:59:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/synergy (Old) and /work/SRC/openSUSE:Factory/.synergy.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "synergy" Tue Feb 27 16:59:49 2018 rev:18 rq:580499 version:1.8.8 Changes: -------- --- /work/SRC/openSUSE:Factory/synergy/synergy.changes 2018-01-06 18:48:22.789500895 +0100 +++ /work/SRC/openSUSE:Factory/.synergy.new/synergy.changes 2018-02-27 17:00:10.835223388 +0100 @@ -1,0 +2,7 @@ +Tue Feb 20 22:18:29 UTC 2018 - [email protected] + +- Switched build to Qt5 + +- Enabled PIE + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ synergy.spec ++++++ --- /var/tmp/diff_new_pack.q4tKlm/_old 2018-02-27 17:00:12.475164134 +0100 +++ /var/tmp/diff_new_pack.q4tKlm/_new 2018-02-27 17:00:12.479163990 +0100 @@ -37,12 +37,14 @@ BuildRequires: cmake BuildRequires: curl-devel BuildRequires: gcc-c++ -BuildRequires: libqt4-devel BuildRequires: mDNSResponder-devel BuildRequires: pkgconfig BuildRequires: systemd BuildRequires: unzip BuildRequires: update-desktop-files +BuildRequires: pkgconfig(Qt5Network) +BuildRequires: pkgconfig(Qt5Widgets) +BuildRequires: pkgconfig(openssl) BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xtst) %{?systemd_requires} @@ -95,8 +97,6 @@ CMakeLists.txt %build -CFLAGS="%{optflags} -fPIC" -CXXFLAGS="%{optflags} -fPIC" %cmake make VERBOSE=1 %{?_smp_mflags} # leave the build subfolder @@ -104,7 +104,8 @@ # GUI build cd src/gui -qmake PREFIX=%{_prefix} CONFIG+=RELEASE QMAKE_CXXFLAGS="%{optflags}" QMAKE_CFLAGS="$CFLAGS" +qmake-qt5 PREFIX=%{_prefix} CONFIG+=RELEASE QMAKE_CXXFLAGS="%{optflags} -fPIE" \ + QMAKE_CFLAGS="%{optflags} -fPIE" QMAKE_LFLAGS+="-pie" make %{?_smp_mflags} %install
