Automated weekly libpfm rawhide release: 3.200.g9df2031
This commit is contained in:
parent
d31ad20f7f
commit
5cf35974ab
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/libpfm-4.3.0.tar.gz
|
||||
/libpfm-4.4.0.tar.gz
|
||||
/libpfm-4.4.0-3.199.g0b87987.tar.gz
|
||||
/libpfm-4.4.0-3.200.g9df2031.tar.gz
|
||||
|
||||
11
libpfm.spec
11
libpfm.spec
@ -10,15 +10,14 @@
|
||||
|
||||
Name: libpfm
|
||||
Version: 4.4.0
|
||||
Release: 3.199.g0b87987%{?dist}
|
||||
Release: 3.200.g9df2031%{?dist}
|
||||
|
||||
Summary: Library to encode performance events for use by perf tool
|
||||
|
||||
Group: System Environment/Libraries
|
||||
License: MIT
|
||||
URL: http://perfmon2.sourceforge.net/
|
||||
Source0: %{name}-%{version}-3.199.g0b87987.tar.gz
|
||||
#Patch1: libpfm-power8.patch
|
||||
Source0: %{name}-%{version}-3.200.g9df2031.tar.gz
|
||||
|
||||
%if %{with python}
|
||||
BuildRequires: python-devel
|
||||
@ -63,8 +62,6 @@ Python bindings for libpfm4 and perf_event_open system call.
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
#%patch1 -p1
|
||||
|
||||
%build
|
||||
%if %{with python}
|
||||
%global python_config CONFIG_PFMLIB_NOPYTHON=n
|
||||
@ -111,6 +108,10 @@ make \
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Nov 25 2013 Lukas Berk <lberk@redhat.com> - 4.4.0-3.200.g9df2031
|
||||
- Automated weekly rawhide release
|
||||
- Removed patch1 set
|
||||
|
||||
* Tue Nov 19 2013 Lukas Berk <lberk@redhat.com> - 4.4.0-3.199.g0b87987
|
||||
- Automated weekly rawhide Release
|
||||
- Comment out Patch1 as applied upstream
|
||||
|
||||
Loading…
Reference in New Issue
Block a user