Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package powercap for openSUSE:Factory 
checked in at 2022-12-04 14:58:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/powercap (Old)
 and      /work/SRC/openSUSE:Factory/.powercap.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "powercap"

Sun Dec  4 14:58:36 2022 rev:2 rq:1039875 version:0.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/powercap/powercap.changes        2021-02-16 
22:49:07.142588276 +0100
+++ /work/SRC/openSUSE:Factory/.powercap.new.1835/powercap.changes      
2022-12-04 14:59:04.524519513 +0100
@@ -1,0 +2,16 @@
+Sat Dec  3 20:30:09 UTC 2022 - Dirk Müller <dmuel...@suse.com>
+
+- update to 0.6.0:
+  * powercap-info: control type name no longer required - will print info for 
all control types if not set
+  * added CMake installation components
+  * Increased minimum CMake version from 3.1 to 3.12
+  * powercap.h: header documentation for 'powercap_*_file_get_name' functions' 
return behavior
+  * Functions to support opening files in powercap.h:
+    'powercap_control_type_file_open'
+    'powercap_zone_file_open'
+    'powercap_constraint_file_open'
+  * CMake helper to find powercap without relying on pkg-config
+  * Flag '-p/--control-type' in powercap-{info,set} - specify control type 
name as the first positional argument instead
+  * Add compiler deprecation attributes to deprecated functions
+
+-------------------------------------------------------------------

Old:
----
  v0.3.1.tar.gz

New:
----
  v0.6.0.tar.gz

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

Other differences:
------------------
++++++ powercap.spec ++++++
--- /var/tmp/diff_new_pack.nDb3e4/_old  2022-12-04 14:59:06.652531773 +0100
+++ /var/tmp/diff_new_pack.nDb3e4/_new  2022-12-04 14:59:06.660531819 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package powercap
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # 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:           powercap
-Version:        0.3.1
+Version:        0.6.0
 Release:        0
 Summary:        Tools for the Linux Power Capping Framework
 License:        GPL-2.0-only
@@ -37,6 +37,17 @@
 powercap-info - view powercap control type hierarchies or 
zone/constraint-specific configurations
 powercap-set - set powercap control type zone/constraint-specific 
configurations
 
+%package devel
+Summary:        development files for the Linux Power Capping Framework
+Requires:       %{name} = %{version}
+
+%description devel
+This project provides the powercap library -- a generic C interface to the
+Linux power capping framework (sysfs interface). It includes an implementation
+for working with Intel Running Average Power Limit (RAPL).
+
+This package provides the devel files.
+
 %prep
 %setup -q
 
@@ -47,10 +58,6 @@
 %install
 %cmake_install
 
-# TODO split out when used by anything
-rm -rf %{buildroot}/%{_includedir} %{buildroot}/%{_libdir}/pkgconfig
-
-
 %files
 %license LICENSE
 %doc README.md
@@ -62,6 +69,12 @@
 %{_mandir}/man1/powercap-set.1%{?ext_man}
 %{_mandir}/man1/rapl-info.1%{?ext_man}
 %{_mandir}/man1/rapl-set.1%{?ext_man}
-%{_libdir}/libpowercap.so*
+%{_libdir}/libpowercap.so.*
+
+%files devel
+%{_includedir}/powercap
+%{_libdir}/pkgconfig/powercap.pc
+%{_libdir}/libpowercap.so
+%{_libdir}/cmake/powercap
 
 %changelog

++++++ v0.3.1.tar.gz -> v0.6.0.tar.gz ++++++
++++ 2135 lines of diff (skipped)

Reply via email to