Hello community,

here is the log from the commit of package solid for openSUSE:Factory checked 
in at 2018-08-24 16:58:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/solid (Old)
 and      /work/SRC/openSUSE:Factory/.solid.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "solid"

Fri Aug 24 16:58:01 2018 rev:61 rq:630652 version:5.49.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/solid/solid.changes      2018-07-21 
10:20:05.843031399 +0200
+++ /work/SRC/openSUSE:Factory/.solid.new/solid.changes 2018-08-24 
16:58:02.697640722 +0200
@@ -1,0 +2,10 @@
+Sun Aug 19 09:19:37 UTC 2018 - christo...@krop.fr
+
+- Update to 5.49.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.49.0.php
+- Changes since 5.48.0:
+  * Honor BUILD_TESTING
+
+-------------------------------------------------------------------

Old:
----
  solid-5.48.0.tar.xz

New:
----
  solid-5.49.0.tar.xz

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

Other differences:
------------------
++++++ solid.spec ++++++
--- /var/tmp/diff_new_pack.Is8dKX/_old  2018-08-24 16:58:03.113641214 +0200
+++ /var/tmp/diff_new_pack.Is8dKX/_new  2018-08-24 16:58:03.121641223 +0200
@@ -16,21 +16,25 @@
 #
 
 
-%bcond_without lang
 %define lname   libKF5Solid5
-%define _tar_path 5.48
+%define _tar_path 5.49
+%bcond_without lang
 Name:           solid
-Version:        5.48.0
+Version:        5.49.0
 Release:        0
+Summary:        KDE Desktop hardware abstraction
+License:        LGPL-2.1-or-later
+Group:          System/GUI/KDE
+URL:            http://www.kde.org
+Source:         
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
+Source1:        baselibs.conf
 BuildRequires:  bison
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
 BuildRequires:  flex
 BuildRequires:  kf5-filesystem
-%if %{with lang}
-BuildRequires:  cmake(Qt5LinguistTools) >= 5.6.0
-%endif
+BuildRequires:  pkgconfig
 BuildRequires:  cmake(Qt5Concurrent) >= 5.6.0
 BuildRequires:  cmake(Qt5DBus) >= 5.6.0
 BuildRequires:  cmake(Qt5Qml) >= 5.6.0
@@ -38,28 +42,25 @@
 BuildRequires:  cmake(Qt5Widgets) >= 5.6.0
 BuildRequires:  cmake(Qt5Xml) >= 5.6.0
 BuildRequires:  pkgconfig(libudev)
-Summary:        KDE Desktop hardware abstraction
-License:        LGPL-2.1-or-later
-Group:          System/GUI/KDE
-Url:            http://www.kde.org
-Source:         
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
-Source1:        baselibs.conf
+%if %{with lang}
+BuildRequires:  cmake(Qt5LinguistTools) >= 5.6.0
+%endif
 
 %description
 Solid is a device integration framework.  It provides a way of querying and
 interacting with hardware independently of the underlying operating system.
 
-%package -n %lname
+%package -n %{lname}
 Summary:        KDE Desktop hardware abstraction
 Group:          System/GUI/KDE
-Obsoletes:      libKF5Solid4
-Recommends:     %lname-lang = %{version}
-Recommends:     %{name}-tools = %{version}
+Recommends:     %{lname}-lang = %{version}
 Recommends:     %{name}-imports = %{version}
-Recommends:     udisks2
+Recommends:     %{name}-tools = %{version}
 Recommends:     media-player-info
+Recommends:     udisks2
+Obsoletes:      libKF5Solid4
 
-%description -n %lname
+%description -n %{lname}
 Solid is a device integration framework.  It provides a way of querying and
 interacting with hardware independently of the underlying operating system.
 
@@ -84,7 +85,7 @@
 %package devel
 Summary:        KDE Desktop hardware abstraction: Build Environment
 Group:          Development/Libraries/KDE
-Requires:       %lname = %{version}
+Requires:       %{lname} = %{version}
 Requires:       extra-cmake-modules
 Requires:       cmake(Qt5Core) >= 5.6.0
 
@@ -93,7 +94,7 @@
 interacting with hardware independently of the underlying operating system.
 Development files.
 
-%lang_package -n %lname
+%lang_package -n %{lname}
 
 %prep
 %setup -q
@@ -110,15 +111,14 @@
 %find_lang %{name}5 --with-qt --without-mo
 %endif
 
-%post -n %lname -p /sbin/ldconfig
-
-%postun -n %lname -p /sbin/ldconfig
+%post -n %{lname} -p /sbin/ldconfig
+%postun -n %{lname} -p /sbin/ldconfig
 
 %if %{with lang}
-%files -n %lname-lang -f %{name}5.lang
+%files -n %{lname}-lang -f %{name}5.lang
 %endif
 
-%files -n %lname
+%files -n %{lname}
 %license COPYING*
 %{_kf5_libdir}/libKF5Solid.so.*
 

++++++ solid-5.48.0.tar.xz -> solid-5.49.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/solid-5.48.0/CMakeLists.txt 
new/solid-5.49.0/CMakeLists.txt
--- old/solid-5.48.0/CMakeLists.txt     2018-07-08 00:34:01.000000000 +0200
+++ new/solid-5.49.0/CMakeLists.txt     2018-08-04 13:03:01.000000000 +0200
@@ -1,11 +1,11 @@
 
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.48.0") # handled by release scripts
+set(KF5_VERSION "5.49.0") # handled by release scripts
 project(Solid VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.48.0  NO_MODULE)
+find_package(ECM 5.49.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -87,7 +87,9 @@
 add_feature_info(Solid::PowerManagement WITH_NEW_POWER_ASYNC_FREEDESKTOP "WIP: 
Freedesktop backend for the asynchronous api")
 
 add_subdirectory(src)
-add_subdirectory(autotests)
+if (BUILD_TESTING)
+    add_subdirectory(autotests)
+endif()
 
 # create a Config.cmake and a ConfigVersion.cmake file and install them
 set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5Solid")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/solid-5.48.0/po/nb/solid5_qt.po 
new/solid-5.49.0/po/nb/solid5_qt.po
--- old/solid-5.48.0/po/nb/solid5_qt.po 2018-07-08 00:34:01.000000000 +0200
+++ new/solid-5.49.0/po/nb/solid5_qt.po 2018-08-04 13:03:01.000000000 +0200
@@ -9,7 +9,7 @@
 "POT-Creation-Date: 2014-01-24 18:50+0000\n"
 "PO-Revision-Date: 2018-06-25 10:54+0100\n"
 "Last-Translator: Øystein Steffensen-Alværvik <yst...@posteo.net>\n"
-"Language-Team: NorwegianBokmal <i18n...@lister.ping.uio.no>\n"
+"Language-Team: Norwegian Bokmål <i18n...@lister.ping.uio.no>\n"
 "Language: nb\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/solid-5.48.0/po/uk/solid5_qt.po 
new/solid-5.49.0/po/uk/solid5_qt.po
--- old/solid-5.48.0/po/uk/solid5_qt.po 2018-07-08 00:34:01.000000000 +0200
+++ new/solid-5.49.0/po/uk/solid5_qt.po 2018-08-04 13:03:01.000000000 +0200
@@ -1,5 +1,5 @@
 # Translation of solid5_qt.po to Ukrainian
-# Copyright (C) 2014-2017 This_file_is_part_of_KDE
+# Copyright (C) 2018 This_file_is_part_of_KDE
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/solid-5.48.0/po/zh_CN/solid5_qt.po 
new/solid-5.49.0/po/zh_CN/solid5_qt.po
--- old/solid-5.48.0/po/zh_CN/solid5_qt.po      2018-07-08 00:34:01.000000000 
+0200
+++ new/solid-5.49.0/po/zh_CN/solid5_qt.po      2018-08-04 13:03:01.000000000 
+0200
@@ -9,7 +9,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
-"PO-Revision-Date: 2018-07-03 17:35\n"
+"PO-Revision-Date: 2018-07-24 08:41\n"
 "Last-Translator: guoyunhebrave <guoyunhebr...@gmail.com>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


Reply via email to