Hello community,

here is the log from the commit of package libsysstat-qt5 for openSUSE:Factory 
checked in at 2020-11-04 18:28:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libsysstat-qt5 (Old)
 and      /work/SRC/openSUSE:Factory/.libsysstat-qt5.new.11331 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libsysstat-qt5"

Wed Nov  4 18:28:05 2020 rev:10 rq:846001 version:0.4.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/libsysstat-qt5/libsysstat-qt5.changes    
2020-05-04 18:39:32.268929825 +0200
+++ /work/SRC/openSUSE:Factory/.libsysstat-qt5.new.11331/libsysstat-qt5.changes 
2020-11-04 18:32:36.072119919 +0100
@@ -1,0 +2,6 @@
+Wed Nov  4 13:35:50 UTC 2020 - Michael Vetter <mvet...@suse.com>
+
+- Update to 0.4.4:
+  * Bumped version to 0.4.4
+
+-------------------------------------------------------------------

Old:
----
  libsysstat-0.4.3.tar.xz
  libsysstat-0.4.3.tar.xz.asc

New:
----
  libsysstat-0.4.4.tar.xz
  libsysstat-0.4.4.tar.xz.asc

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

Other differences:
------------------
++++++ libsysstat-qt5.spec ++++++
--- /var/tmp/diff_new_pack.Dpwoc0/_old  2020-11-04 18:32:36.576118802 +0100
+++ /var/tmp/diff_new_pack.Dpwoc0/_new  2020-11-04 18:32:36.580118793 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libsysstat-qt5
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define         _name libsysstat
 Name:           libsysstat-qt5
-Version:        0.4.3
+Version:        0.4.4
 Release:        0
 Summary:        Library used to query system info and statistics
 License:        LGPL-2.1-or-later
@@ -29,10 +29,9 @@
 Source2:        libsysstat-qt5.keyring
 BuildRequires:  cmake >= 3.1.0
 BuildRequires:  gcc-c++
-BuildRequires:  lxqt-build-tools-devel >= 0.7.0
+BuildRequires:  lxqt-build-tools-devel >= 0.8.0
 BuildRequires:  pkgconfig
-BuildRequires:  cmake(Qt5LinguistTools)
-BuildRequires:  pkgconfig(Qt5Core) >= 5.10.0
+BuildRequires:  pkgconfig(Qt5Core) >= 5.12.0
 
 %description
 Library used to query system info and statistics.
@@ -59,7 +58,7 @@
 
 %build
 %cmake -DUSE_QT5=ON
-make %{?_smp_mflags}
+%make_build
 
 %install
 %cmake_install

++++++ libsysstat-0.4.3.tar.xz -> libsysstat-0.4.4.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsysstat-0.4.3/CHANGELOG 
new/libsysstat-0.4.4/CHANGELOG
--- old/libsysstat-0.4.3/CHANGELOG      2020-04-23 20:19:46.000000000 +0200
+++ new/libsysstat-0.4.4/CHANGELOG      2020-11-03 15:45:02.000000000 +0100
@@ -1,3 +1,7 @@
+libsysstat-0.4.4 / 2020-11-01
+=============================
+  * Bumped version to 0.4.4.
+
 libsysstat-0.4.3 / 2020-04-22
 =============================
   * Bumped version to 0.4.3.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsysstat-0.4.3/CMakeLists.txt 
new/libsysstat-0.4.4/CMakeLists.txt
--- old/libsysstat-0.4.3/CMakeLists.txt 2020-04-23 20:19:46.000000000 +0200
+++ new/libsysstat-0.4.4/CMakeLists.txt 2020-11-03 15:45:02.000000000 +0100
@@ -8,11 +8,11 @@
 
 set(MAJOR_VERSION 0)
 set(MINOR_VERSION 4)
-set(PATCH_VERSION 3)
+set(PATCH_VERSION 4)
 set(SYSSTAT_VERSION "${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}")
 
-set(LXQTBT_MINIMUM_VERSION "0.7.0")
-set(QT_MINIMUM_VERSION "5.10.0")
+set(LXQTBT_MINIMUM_VERSION "0.8.0")
+set(QT_MINIMUM_VERSION "5.12.0")
 
 # additional cmake files
 list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")



Reply via email to