Hello community,
here is the log from the commit of package yast2-control-center for
openSUSE:Factory checked in at 2014-04-05 16:48:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-control-center (Old)
and /work/SRC/openSUSE:Factory/.yast2-control-center.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-control-center"
Changes:
--------
---
/work/SRC/openSUSE:Factory/yast2-control-center/yast2-control-center.changes
2014-02-28 07:25:58.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.yast2-control-center.new/yast2-control-center.changes
2014-04-05 16:48:42.000000000 +0200
@@ -1,0 +2,7 @@
+Fri Apr 4 14:44:54 UTC 2014 - [email protected]
+
+- CMakeFile: QT5_USE_MODULES is deprecated in Qt5.3 (H Senjan)
+- Use pkgconfig BuildRequires to reduce build deps.
+- 3.1.3
+
+-------------------------------------------------------------------
Old:
----
yast2-control-center-3.1.2.tar.bz2
New:
----
yast2-control-center-3.1.3.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-control-center.spec ++++++
--- /var/tmp/diff_new_pack.SuB8r8/_old 2014-04-05 16:48:42.000000000 +0200
+++ /var/tmp/diff_new_pack.SuB8r8/_new 2014-04-05 16:48:42.000000000 +0200
@@ -17,7 +17,7 @@
Name: yast2-control-center
-Version: 3.1.2
+Version: 3.1.3
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -25,10 +25,12 @@
BuildRequires: cmake
BuildRequires: libdrm-devel
BuildRequires: libjpeg-devel
-BuildRequires: libqt5-qtbase-devel
BuildRequires: pkgconfig
BuildRequires: update-desktop-files
BuildRequires: yast2-devtools >= 3.1.10
+BuildRequires: pkgconfig(Qt5Core)
+BuildRequires: pkgconfig(Qt5Gui)
+BuildRequires: pkgconfig(Qt5Widgets)
Requires: yast2_theme
@@ -39,6 +41,7 @@
BuildRequires: gcc-c++ >= 4.6
%endif
+Url: https://github.com/yast/yast-control-center
Summary: YaST2 - Control Center
License: GPL-2.0
Group: System/YaST
++++++ yast2-control-center-3.1.2.tar.bz2 -> yast2-control-center-3.1.3.tar.bz2
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-control-center-3.1.2/CMakeLists.txt
new/yast2-control-center-3.1.3/CMakeLists.txt
--- old/yast2-control-center-3.1.2/CMakeLists.txt 2014-02-27
16:20:26.000000000 +0100
+++ new/yast2-control-center-3.1.3/CMakeLists.txt 2014-04-04
16:50:46.000000000 +0200
@@ -1,6 +1,6 @@
PROJECT( yast2-control-center )
CMAKE_MINIMUM_REQUIRED( VERSION 2.8.9 )
-FIND_PACKAGE( Qt5Core REQUIRED )
+FIND_PACKAGE(Qt5 CONFIG REQUIRED Core Widgets Gui)
SET( RPMNAME "yast2-control-center" )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-control-center-3.1.2/package/yast2-control-center.changes
new/yast2-control-center-3.1.3/package/yast2-control-center.changes
--- old/yast2-control-center-3.1.2/package/yast2-control-center.changes
2014-02-27 16:20:26.000000000 +0100
+++ new/yast2-control-center-3.1.3/package/yast2-control-center.changes
2014-04-04 16:50:46.000000000 +0200
@@ -1,4 +1,11 @@
-------------------------------------------------------------------
+Fri Apr 4 14:44:54 UTC 2014 - [email protected]
+
+- CMakeFile: QT5_USE_MODULES is deprecated in Qt5.3 (H Senjan)
+- Use pkgconfig BuildRequires to reduce build deps.
+- 3.1.3
+
+-------------------------------------------------------------------
Thu Feb 27 14:50:21 UTC 2014 - [email protected]
- Fixed save_y2logs invocation (bnc#866056).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-control-center-3.1.2/package/yast2-control-center.spec
new/yast2-control-center-3.1.3/package/yast2-control-center.spec
--- old/yast2-control-center-3.1.2/package/yast2-control-center.spec
2014-02-27 16:20:26.000000000 +0100
+++ new/yast2-control-center-3.1.3/package/yast2-control-center.spec
2014-04-04 16:50:46.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package yast2-control-center
#
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: yast2-control-center
-Version: 3.1.2
+Version: 3.1.3
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -25,10 +25,12 @@
BuildRequires: cmake
BuildRequires: libdrm-devel
BuildRequires: libjpeg-devel
-BuildRequires: libqt5-qtbase-devel
BuildRequires: pkgconfig
BuildRequires: update-desktop-files
BuildRequires: yast2-devtools >= 3.1.10
+BuildRequires: pkgconfig(Qt5Core)
+BuildRequires: pkgconfig(Qt5Gui)
+BuildRequires: pkgconfig(Qt5Widgets)
Requires: yast2_theme
@@ -39,6 +41,7 @@
BuildRequires: gcc-c++ >= 4.6
%endif
+Url: https://github.com/yast/yast-control-center
Summary: YaST2 - Control Center
License: GPL-2.0
Group: System/YaST
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-control-center-3.1.2/src/CMakeLists.txt
new/yast2-control-center-3.1.3/src/CMakeLists.txt
--- old/yast2-control-center-3.1.2/src/CMakeLists.txt 2014-02-27
16:20:26.000000000 +0100
+++ new/yast2-control-center-3.1.3/src/CMakeLists.txt 2014-04-04
16:50:46.000000000 +0200
@@ -54,8 +54,7 @@
SET(CMAKE_AUTOMOC ON)
ADD_EXECUTABLE(y2controlcenter ${yast2-control-center_SRCS}
${yast2-control-center_MOC} ${yast2-control-center_RCC_SRCS})
-QT5_USE_MODULES(y2controlcenter Widgets Gui)
-TARGET_LINK_LIBRARIES(y2controlcenter ${QT_LIBRARIES})
+TARGET_LINK_LIBRARIES(y2controlcenter Qt5::Widgets Qt5::Gui)
INSTALL(TARGETS y2controlcenter DESTINATION
${CMAKE_INSTALL_PREFIX}/lib/YaST2/bin)
INSTALL(FILES yast.png DESTINATION ${CMAKE_INSTALL_PREFIX}/share/pixmaps )
@@ -71,8 +70,7 @@
ADD_EXECUTABLE(models_test ${MODELS_TEST_SRCS})
-QT5_USE_MODULES(models_test Widgets Gui)
-TARGET_LINK_LIBRARIES(models_test ${QT_QTCORE_LIBRARIES} ${QT_QTGUI_LIBRARIES})
+TARGET_LINK_LIBRARIES(models_test Qt5::Core Qt5::Widgets Qt5::Gui)
FIND_PACKAGE(KDE4)
IF ( KDE4_FOUND )
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]