Hello community, here is the log from the commit of package fwbuilder for openSUSE:Factory checked in at 2017-12-15 14:05:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fwbuilder (Old) and /work/SRC/openSUSE:Factory/.fwbuilder.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fwbuilder" Fri Dec 15 14:05:29 2017 rev:15 rq:556611 version:5.3.7 Changes: -------- --- /work/SRC/openSUSE:Factory/fwbuilder/fwbuilder.changes 2017-12-12 21:23:56.875593825 +0100 +++ /work/SRC/openSUSE:Factory/.fwbuilder.new/fwbuilder.changes 2017-12-15 14:06:34.493171096 +0100 @@ -1,0 +2,5 @@ +Tue Dec 12 22:17:53 UTC 2017 - [email protected] + +- Build using Qt5 in stead of Qt4 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fwbuilder.spec ++++++ --- /var/tmp/diff_new_pack.G8bueV/_old 2017-12-15 14:06:35.149139430 +0100 +++ /var/tmp/diff_new_pack.G8bueV/_new 2017-12-15 14:06:35.153139237 +0100 @@ -28,13 +28,14 @@ BuildRequires: autoconf BuildRequires: automake BuildRequires: gcc-c++ +BuildRequires: git-core BuildRequires: hicolor-icon-theme -BuildRequires: libqt4-devel BuildRequires: libtool BuildRequires: libxml2-devel BuildRequires: libxslt-devel BuildRequires: net-snmp-devel -BuildRequires: pkgconfig(openssl) +BuildRequires: pkgconfig(Qt5Network) +BuildRequires: pkgconfig(Qt5PrintSupport) Requires: hicolor-icon-theme Requires: rcs %if 0%{?suse_version} @@ -57,8 +58,9 @@ %setup -q -n %{name}-%{version} %build -./autogen.sh +./autogen.sh "--with-qmake=qmake-qt5" %configure \ + --with-qmake=qmake-qt5 \ --with-docdir=%{_docdir}/%{name} make %{?_smp_mflags}
