Hello community,

here is the log from the commit of package openparamon for openSUSE:Factory 
checked in at 2015-05-19 23:38:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openparamon (Old)
 and      /work/SRC/openSUSE:Factory/.openparamon.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openparamon"

Changes:
--------
--- /work/SRC/openSUSE:Factory/openparamon/openparamon.changes  2013-10-18 
11:41:00.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.openparamon.new/openparamon.changes     
2015-05-19 23:38:05.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Apr 29 03:29:31 UTC 2015 - [email protected]
+
+- Switch to Qt5, no source code changes needed. 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ openparamon.spec ++++++
--- /var/tmp/diff_new_pack.UuQOh9/_old  2015-05-19 23:38:05.000000000 +0200
+++ /var/tmp/diff_new_pack.UuQOh9/_new  2015-05-19 23:38:05.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package openparamon
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -24,8 +24,10 @@
 Group:          System/Monitoring
 Url:            http://sourceforge.net/projects/openparamon
 Source:         %{name}-%{version}.tar.gz
-BuildRequires:  libqt4-devel
 BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(Qt5Core)
+BuildRequires:  pkgconfig(Qt5Gui)
+BuildRequires:  pkgconfig(Qt5Widgets)
 #You can get the source code from 
http://svn.code.sf.net/p/openparamon/code/trunk or 
svn://svn.code.sf.net/p/openparamon/code/trunk
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -39,8 +41,9 @@
 %setup -q
 
 %build
-qmake
-make
+echo 'QT += widgets' >> paramon.pro
+qmake-qt5 QMAKE_CXXFLAGS="%optflags"
+make %{?_smp_mflags}
 
 %install
 make INSTALL_ROOT=%{buildroot}  install


Reply via email to