-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
87cb08d
commit 84b872f
Showing
4 changed files
with
7 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.TH memleax 1 "29 Jan 2017" "version 1.0.2" | ||
.TH memleax 1 "29 Jan 2017" "version 1.0.3" | ||
|
||
|
||
.SH NAME | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
Name: memleax | ||
Version: 1.0.2 | ||
Version: 1.0.3 | ||
Release: 1%{?dist} | ||
Summary: Debugs memory leak of a running process | ||
|
||
License: GPLv2 | ||
URL: http://wubingzheng.github.io/memleax/ | ||
Source0: https://github.com/WuBingzheng/memleax/archive/v1.0.2.tar.gz | ||
Source0: https://github.com/WuBingzheng/memleax/archive/v1.0.3.tar.gz | ||
|
||
BuildRequires: libdwarf-devel, elfutils-libelf-devel, libunwind-devel | ||
|
||
|
@@ -36,5 +36,7 @@ make install DESTDIR=%{buildroot} | |
|
||
|
||
%changelog | ||
* Sat Feb 28 2017 Wu Bingzheng <[email protected]> - 1.0.3-1.el7.centos | ||
- add '-lz' in configure for FreeBSD | ||
* Sat Jan 28 2017 Wu Bingzheng <[email protected]> - 1.0.2-1.el7.centos | ||
- update README.md, and add man page |