Hello community,

here is the log from the commit of package kinfocenter5 for openSUSE:Factory 
checked in at 2015-12-29 12:56:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kinfocenter5 (Old)
 and      /work/SRC/openSUSE:Factory/.kinfocenter5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kinfocenter5"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kinfocenter5/kinfocenter5.changes        
2015-11-24 22:26:41.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kinfocenter5.new/kinfocenter5.changes   
2015-12-29 12:56:22.000000000 +0100
@@ -1,0 +2,17 @@
+Tue Dec 15 17:49:51 UTC 2015 - [email protected]
+
+- Update to 5.5.1:
+  * Bugfix release
+  * For more details please see:
+    https://www.kde.org/announcements/plasma-5.5.1.php
+
+-------------------------------------------------------------------
+Sat Dec 12 17:31:32 UTC 2015 - [email protected]
+
+- Update to 5.5.0:
+  * For more details please see:
+    https://dot.kde.org/2015/12/08/plasma-55-beautiful-new-artwork
+- Move to cmake(...) BuildRequires where possible
+- Drop upstreamed kinfocenter-fix-cmdline-parsing.patch
+
+-------------------------------------------------------------------

Old:
----
  kinfocenter-5.4.3.tar.xz
  kinfocenter-fix-cmdline-parsing.patch

New:
----
  kinfocenter-5.5.1.tar.xz

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

Other differences:
------------------
++++++ kinfocenter5.spec ++++++
--- /var/tmp/diff_new_pack.fSOQkd/_old  2015-12-29 12:56:23.000000000 +0100
+++ /var/tmp/diff_new_pack.fSOQkd/_new  2015-12-29 12:56:23.000000000 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:           kinfocenter5
-Version:        5.4.3
+Version:        5.5.1
 Release:        0
 Summary:        Utility that provides information about a computer system
 License:        GPL-2.0+
@@ -28,28 +28,34 @@
 Source99:       %{name}-rpmlintrc
 # PATCH-FIX-OPENSUSE plasma-session-name.patch
 Patch0:         plasma-session-name.patch
-# PATCH-FIX-UPSTREAM kinfocenter-fix-cmdline-parsing.patch -- Fixes crash when 
run with --version
-Patch1:         kinfocenter-fix-cmdline-parsing.patch
-BuildRequires:  extra-cmake-modules
-BuildRequires:  kcmutils-devel
-BuildRequires:  kcompletion-devel
-BuildRequires:  kconfig-devel
-BuildRequires:  kdeclarative-devel
-BuildRequires:  kdelibs4support-devel
-BuildRequires:  kdoctools-devel
+BuildRequires:  extra-cmake-modules >= 1.2.0
 BuildRequires:  kf5-filesystem
-BuildRequires:  ki18n-devel
-BuildRequires:  kio-devel
-BuildRequires:  kpackage-devel
-BuildRequires:  kxmlgui-devel
 BuildRequires:  libraw1394-devel
 BuildRequires:  pciutils-devel
-BuildRequires:  plasma-framework-devel
-BuildRequires:  solid-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  xz
-BuildRequires:  pkgconfig(Qt5Core) >= 5.4.0
-BuildRequires:  pkgconfig(Qt5Gui) >= 5.4.0
+BuildRequires:  cmake(KF5Completion) >= 5.9.0
+BuildRequires:  cmake(KF5Config) >= 5.9.0
+BuildRequires:  cmake(KF5ConfigWidgets) >= 5.9.0
+BuildRequires:  cmake(KF5CoreAddons) >= 5.9.0
+BuildRequires:  cmake(KF5DBusAddons) >= 5.9.0
+BuildRequires:  cmake(KF5Declarative) >= 5.9.0
+BuildRequires:  cmake(KF5DocTools) >= 5.9.0
+BuildRequires:  cmake(KF5I18n) >= 5.9.0
+BuildRequires:  cmake(KF5IconThemes) >= 5.9.0
+BuildRequires:  cmake(KF5KCMUtils) >= 5.9.0
+BuildRequires:  cmake(KF5KDELibs4Support) >= 5.9.0
+BuildRequires:  cmake(KF5KIO) >= 5.9.0
+BuildRequires:  cmake(KF5Package) >= 5.9.0
+BuildRequires:  cmake(KF5Service) >= 5.9.0
+BuildRequires:  cmake(KF5Solid) >= 5.9.0
+BuildRequires:  cmake(KF5Solid) >= 5.9.0
+BuildRequires:  cmake(KF5Wayland) >= %{version}
+BuildRequires:  cmake(KF5WidgetsAddons) >= 5.9.0
+BuildRequires:  cmake(KF5XmlGui) >= 5.9.0
+BuildRequires:  cmake(Qt5Core) >= 5.4.0
+BuildRequires:  cmake(Qt5Gui) >= 5.4.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.4.0
 BuildRequires:  pkgconfig(egl)
 %ifarch %arm aarch64
 BuildRequires:  pkgconfig(glesv2)
@@ -57,9 +63,7 @@
 BuildRequires:  pkgconfig(gl)
 %endif
 BuildRequires:  pkgconfig(glu)
-%if 0%{?suse_version} > 1310
-BuildRequires:  kwayland-devel >= 5.0.95
-%endif
+BuildRequires:  pkgconfig(x11)
 Conflicts:      kdebase4-workspace < 5.3.0
 %if %{with lang}
 Recommends:     %{name}-lang
@@ -73,7 +77,6 @@
 %prep
 %setup -q -n kinfocenter-%{version}
 %patch0 -p1
-%patch1 -p1
 
 %build
   %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5
@@ -82,10 +85,6 @@
 %install
   %kf5_makeinstall -C build
 
-%post   -p /sbin/ldconfig
-
-%postun -p /sbin/ldconfig
-
 %files
 %defattr(-,root,root)
 %doc COPYING*

++++++ kinfocenter-5.4.3.tar.xz -> kinfocenter-5.5.1.tar.xz ++++++
++++ 45211 lines of diff (skipped)

++++++ plasma-session-name.patch ++++++
--- /var/tmp/diff_new_pack.fSOQkd/_old  2015-12-29 12:56:24.000000000 +0100
+++ /var/tmp/diff_new_pack.fSOQkd/_new  2015-12-29 12:56:24.000000000 +0100
@@ -6,8 +6,8 @@
  QString Module::plasmaVersion() const
  {
      const QStringList &filePaths = 
QStandardPaths::locateAll(QStandardPaths::GenericDataLocation,
--                                                             
"xsessions/plasma.desktop");
-+                                                             
"xsessions/plasma5.desktop");
+-                                                             
QStringLiteral("xsessions/plasma.desktop"));
++                                                             
QStringLiteral("xsessions/plasma5.desktop"));
  
      if (filePaths.length() < 1) {
          return QString();


Reply via email to