[pax-utils] updated to 0.5

Dominik Mierzejewski rathann at fedoraproject.org
Fri Dec 14 23:13:48 UTC 2012


commit ca7e68977ae5098bf2d7b3824b43dd2f89ed0785
Author: Dominik Mierzejewski <rpm at greysector.net>
Date:   Sat Dec 15 00:13:39 2012 +0100

    updated to 0.5
    
    - added testsuite call

 .gitignore     |    1 +
 pax-utils.spec |    9 ++++++++-
 sources        |    2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 68f8205..c143331 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 pax-utils-0.2.1.tar.bz2
 /pax-utils-0.4.tar.xz
+/pax-utils-0.5.tar.xz
diff --git a/pax-utils.spec b/pax-utils.spec
index 74efb17..3911365 100644
--- a/pax-utils.spec
+++ b/pax-utils.spec
@@ -1,6 +1,6 @@
 Summary: PaX aware and related utilities for ELF binaries
 Name: pax-utils
-Version: 0.4
+Version: 0.5
 Release: 1%{?dist}
 URL: http://hardened.gentoo.org/pax-utils.xml
 Group: Development/Tools
@@ -30,6 +30,9 @@ chmod 755 %{buildroot}%{_bindir}/*
 %clean
 rm -rf %{buildroot}
 
+%check
+make check
+
 %files
 %defattr(-,root,root,-)
 %doc BUGS COPYING README TODO
@@ -45,6 +48,10 @@ rm -rf %{buildroot}
 %{_mandir}/man1/scanmacho.1*
 
 %changelog
+* Sat Dec 15 2012 Dominik Mierzejewski <rpm at greysector.net> 0.5-1
+- updated to 0.5
+- added testsuite call
+
 * Tue Sep 04 2012 Dominik Mierzejewski <rpm at greysector.net> 0.4-1
 - updated to 0.4
 - enabled libcap support
diff --git a/sources b/sources
index 7f63a16..c2d2852 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6dc41b8cfc8c0ed5e8272faa2f61cbdd  pax-utils-0.4.tar.xz
+382f2857504554ff18056ce79b1515a5  pax-utils-0.5.tar.xz


More information about the scm-commits mailing list