Hello community,

here is the log from the commit of package radeontop for openSUSE:Factory 
checked in at 2016-11-28 15:06:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/radeontop (Old)
 and      /work/SRC/openSUSE:Factory/.radeontop.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "radeontop"

Changes:
--------
--- /work/SRC/openSUSE:Factory/radeontop/radeontop.changes      2016-07-15 
12:51:21.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.radeontop.new/radeontop.changes 2016-11-28 
15:06:01.000000000 +0100
@@ -1,0 +2,15 @@
+Thu Nov 24 08:11:12 UTC 2016 - mplus...@suse.com
+
+- Update to version 0.9+git.20161028:
+  * Add optional unprivileged mode in Xorg
+  * Fix auto-detection of radeon device
+  * Add a LIBDIR indirection for some x86_64 systems
+  * Add support for Polaris 11 and Polaris 10
+  * Add support for VRAM size and usage reporting on amdgpu
+  * Print "amdgpu not enabled" warning just once
+  * Add support for resizeable terminals
+  * Fix artifact on mrxvt
+  * ui: factor out screen size calculation
+  * Silence gcc's "may be uninitialized" warning
+
+-------------------------------------------------------------------

Old:
----
  radeontop-0.9.tar.gz

New:
----
  _service
  _servicedata
  radeontop-0.9+git.20161028.tar.xz

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

Other differences:
------------------
++++++ radeontop.spec ++++++
--- /var/tmp/diff_new_pack.rA6wPZ/_old  2016-11-28 15:06:02.000000000 +0100
+++ /var/tmp/diff_new_pack.rA6wPZ/_new  2016-11-28 15:06:02.000000000 +0100
@@ -17,18 +17,20 @@
 
 
 Name:           radeontop
-Version:        0.9
+Version:        0.9+git.20161028
 Release:        0
 Summary:        View Radeon GPU utilization
 License:        GPL-3.0
 Group:          System/Monitoring
 Url:            https://github.com/clbr/radeontop
-Source:         
https://github.com/clbr/radeontop/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
-BuildRequires:  ncurses-devel
+Source:         %{name}-%{version}.tar.xz
 BuildRequires:  pkgconfig
-BuildRequires:  pkgconfig(libdrm)
+BuildRequires:  pkgconfig(libdrm) >= 2.4.63
+BuildRequires:  pkgconfig(ncurses)
 BuildRequires:  pkgconfig(pciaccess)
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  pkgconfig(xcb)
+BuildRequires:  pkgconfig(xcb-dri2)
+Recommends:     %{name}-lang = %{version}
 
 %description
 View Radeon GPU utilization, both for the total activity percent and individual
@@ -38,22 +40,27 @@
 The total GPU utilization is also valid for OpenCL loads; the other blocks are
 only useful in GL loads.
 
+%lang_package
+
 %prep
 %setup -q
 
 %build
 export CFLAGS="%{optflags}"
-make %{?_smp_mflags}
+make %{?_smp_mflags} amdgpu=1
 
 %install
-%make_install
-
+%make_install LIBDIR=%{_lib}
 %find_lang %{name}
 
-%files -f %{name}.lang
+%files
 %defattr(-,root,root,-)
 %doc COPYING README.md
 %{_sbindir}/radeontop
+%{_libdir}/libradeontop_xcb.so
 %{_mandir}/man1/radeontop.1%{ext_man}
 
+%files lang -f %{name}.lang
+%defattr(-,root,root,-)
+
 %changelog

++++++ _service ++++++
<services>
  <service mode="disabled" name="tar_scm">
    <param name="url">https://github.com/clbr/radeontop.git</param>
    <param name="scm">git</param>
    <param name="changesgenerate">enable</param>
    <param name="filename">radeontop</param>
    <param name="versionformat">0.9+git.%cd</param>
  </service>
  <service mode="disabled" name="recompress">
    <param name="file">*.tar</param>
    <param name="compression">xz</param>
  </service>
  <service mode="disabled" name="set_version"/>
</services>
++++++ _servicedata ++++++
<servicedata>
<service name="tar_scm">
            <param name="url">https://github.com/clbr/radeontop.git</param>
          <param 
name="changesrevision">c0abadf3cd07eb2b5e5ad694f680705c7b1c764e</param></service></servicedata>

Reply via email to