Hello community,

here is the log from the commit of package intel-cmt-cat for openSUSE:Factory 
checked in at 2019-03-28 22:50:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/intel-cmt-cat (Old)
 and      /work/SRC/openSUSE:Factory/.intel-cmt-cat.new.25356 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "intel-cmt-cat"

Thu Mar 28 22:50:08 2019 rev:8 rq:689367 version:3.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/intel-cmt-cat/intel-cmt-cat.changes      
2018-09-24 13:13:15.409707345 +0200
+++ /work/SRC/openSUSE:Factory/.intel-cmt-cat.new.25356/intel-cmt-cat.changes   
2019-03-28 22:50:11.531037239 +0100
@@ -1,0 +2,42 @@
+Thu Mar 28 10:37:26 UTC 2019 - Christian Vögl <[email protected]>
+- Updated git url to new location
+
+- Updated to version 3.0.1:
+  From mainline Changelog:
+  3.0.1:
+1. General
+        - Bug fixes
+  
+  3.0.0:
+1. Library
+        - Added support for Resctrl MBA software controller
+        - Improved detection of OS (Resctrl) capabilities
+2. PQoS Utility
+        - Added support for Resctrl MBA software controller
+        - Updated feature enumeration to show capabilities for selected
+        interface only
+3. rdtset Utility
+        - Added support for Resctrl MBA software controller
+4. membw
+         - Added support for extra memory operations
+        - Improved accuracy
+5.General
+         - Bug fixes
+  
+  2.1.0:
+1.Library
+        - Reversed RMID allocation
+2.rdtset Utility
+        - Added support for MSR based MBA software controller
+3.Examples
+        - Added MBA example application
+        - Added L2CAT example application
+4.membw
+        - Added tool for generation of memory bandwidth
+5.General
+        - Bug fixes
+
+
+   
+
+-------------------------------------------------------------------

Old:
----
  intel-cmt-cat-2.0.0.tar.gz

New:
----
  intel-cmt-cat-3.0.1.tar.gz

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

Other differences:
------------------
++++++ intel-cmt-cat.spec ++++++
--- /var/tmp/diff_new_pack.DIXBy6/_old  2019-03-28 22:50:11.987037138 +0100
+++ /var/tmp/diff_new_pack.DIXBy6/_new  2019-03-28 22:50:11.987037138 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package intel-cmt-cat
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2016 Intel Corporation
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,12 +13,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           intel-cmt-cat
-Version:        2.0.0
+Version:        3.0.1
 Release:        0
 Summary:        Provides command line interface to CMT, MBM, CAT and CDP 
technologies
 License:        BSD-3-Clause
@@ -32,7 +32,7 @@
 
 # Since they ship libpqos and the binaries in one package but do not 
simultatious
 # updates libversion can differ from binaries version.
-
+%define libpqosMajor 3
 %global make_flags EXTRA_CFLAGS="%{optflags}" SHARED=y 
PREFIX=%{buildroot}/%{_prefix} MAN_DIR=%{buildroot}/%{_mandir}/man8 
LIB_INSTALL_DIR=%{buildroot}%{_libdir}/
 
 %description
@@ -48,23 +48,24 @@
 provides an interface to read and write the MSR registers but
 it requires root privileges.
 
-%package     -n libpqos2
-Version:        2.0.0
+%package     -n libpqos%{libpqosMajor}
+Version:        3.0.1
 Release:        0
-Summary:        Runtime qpos library
+Summary:        Runtime pqos library
 Group:          System/Libraries
 
-%description -n libpqos2
+%description -n libpqos%{libpqosMajor}
 PQoS library provides API to detect and configure Intel(R) RDT including:
 Cache Monitoring Technology (CMT), Memory Bandwidth Monitoring (MBM),
 Cache Allocation Technology (CAT), Code and Data Prioritization (CDP) 
Technology.
 
 %package     -n libpqos-devel
-Version:        2.0.0
+Version:        3.0.1
 Release:        0
-Summary:        Development package for libpqos2
+Summary:        Development package for libpqos%{libpqosMajor}
 Group:          Development/Libraries/C and C++
-Requires:       libpqos2 = %version
+Requires:       libpqos%{libpqosMajor} = %version
+#Version number should stay constant here, because devel package had a version 
number in the name previously
 Obsoletes:      libpqos1-devel < %version
 Provides:       libpqos1-devel = %version
 
@@ -86,13 +87,14 @@
 %install
 make %{make_flags} NOLDCONFIG=y install
 
-%post -n libpqos2 -p /sbin/ldconfig
+%post -n libpqos3 -p /sbin/ldconfig
 
-%postun -n libpqos2 -p /sbin/ldconfig
+%postun -n libpqos3 -p /sbin/ldconfig
 
 %files
 %defattr(-, root, root, -)
-%doc LICENSE ChangeLog
+%doc ChangeLog
+%license LICENSE
 %{_bindir}/pqos
 %{_mandir}/man8/pqos.8.gz
 %{_bindir}/rdtset
@@ -107,7 +109,7 @@
 %{_includedir}/pqos.h
 %{_libdir}/*.so
 
-%files     -n libpqos2
+%files     -n libpqos%{libpqosMajor}
 %defattr(-, root, root, -)
 %{_libdir}/*.so.*
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.DIXBy6/_old  2019-03-28 22:50:12.011037133 +0100
+++ /var/tmp/diff_new_pack.DIXBy6/_new  2019-03-28 22:50:12.011037133 +0100
@@ -1,9 +1,9 @@
 <services>
   <service name="tar_scm" mode="disabled">
     <param name="scm">git</param>
-    <param name="url">https://github.com/01org/intel-cmt-cat.git</param>
-    <param name="revision">v2.0.0</param>
-    <param name="version">2.0.0</param>
+    <param name="url">https://github.com/intel/intel-cmt-cat.git</param>
+    <param name="revision">v3.0.1</param>
+    <param name="version">3.0.1</param>
     <param name="exclude">.git</param>
     <param name="subdir"></param>
     <param name="filename">intel-cmt-cat</param>

++++++ intel-cmt-cat-2.0.0.tar.gz -> intel-cmt-cat-3.0.1.tar.gz ++++++
++++ 12588 lines of diff (skipped)


Reply via email to