Accepting request 447890 from home:adamm:branches:devel:libraries:c_c++

- Version bump to 4.8.0:
  * Intel Knights Landing support (core and uncore)
  * Intel Goldmont support
  * Allow . as a delimiter for event string
  * enable Broadwell EP
  * Intel event table updates
  * various bug fixes
- Requires swig 2.0.5 to compile since older versions cannot
  parse long long types in enum value assignments.

OBS-URL: https://build.opensuse.org/request/show/447890
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libpfm?expand=0&rev=21
This commit is contained in:
Tomáš Chvátal 2016-12-27 11:19:13 +00:00 committed by Git OBS Bridge
parent 390507788d
commit c59ff8a796
4 changed files with 18 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:754c40ab86e6c0d195b7df5dcddf56a8ff115c29994195fc2f187640a1eea59e
size 803269

3
libpfm-4.8.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9193787a73201b4254e3669243fd71d15a9550486920861912090a09f366cf68
size 828853

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Dec 27 10:37:25 UTC 2016 - adam.majer@suse.de
- Version bump to 4.8.0:
* Intel Knights Landing support (core and uncore)
* Intel Goldmont support
* Allow . as a delimiter for event string
* enable Broadwell EP
* Intel event table updates
* various bug fixes
- Requires swig 2.0.5 to compile since older versions cannot
parse long long types in enum value assignments.
-------------------------------------------------------------------
Fri Jun 17 08:00:28 UTC 2016 - tchvatal@suse.com

View File

@ -18,7 +18,7 @@
%define vname libpfm4
Name: libpfm
Version: 4.7.0
Version: 4.8.0
Release: 0
Summary: Library to encode performance events
License: MIT
@ -27,7 +27,7 @@ Url: http://perfmon2.sourceforge.net/
Source: http://downloads.sourceforge.net/project/perfmon2/libpfm4/%{name}-%{version}.tar.gz
Source1: baselibs.conf
BuildRequires: python-devel
BuildRequires: swig
BuildRequires: swig >= 2.0.5
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description