[pax-utils] update to 1.0.1

Dominik Mierzejewski rathann at fedoraproject.org
Fri Mar 6 11:27:55 UTC 2015


commit 682cbec01a497c1c261bc63434175255ca368a76
Author: Dominik Mierzejewski <rpm at greysector.net>
Date:   Fri Mar 6 12:27:44 2015 +0100

    update to 1.0.1
    
    - manpages are back upstream, so drop the patch
    - make builds verbose

 .gitignore          |   1 +
 pax-utils-man.patch | 163 ----------------------------------------------------
 pax-utils.spec      |  12 ++--
 sources             |   2 +-
 4 files changed, 9 insertions(+), 169 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8844fae..d003a9e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ pax-utils-0.2.1.tar.bz2
 /pax-utils-0.9.1.tar.xz
 /pax-utils-0.9.2.tar.xz
 /pax-utils-1.0.tar.xz
+/pax-utils-1.0.1.tar.xz
diff --git a/pax-utils.spec b/pax-utils.spec
index ae7a73f..187b05c 100644
--- a/pax-utils.spec
+++ b/pax-utils.spec
@@ -1,14 +1,12 @@
 Summary: PaX aware and related utilities for ELF binaries
 Name: pax-utils
-Version: 1.0
+Version: 1.0.1
 Release: 1%{?dist}
 # http://packages.gentoo.org/package/app-misc/pax-utils
 URL: http://hardened.gentoo.org/pax-utils.xml
 Source0: http://distfiles.gentoo.org/distfiles/%{name}-%{version}.tar.xz
 # fix lddtree to search for ld.so in more locations (patch by Jakub Čajka)
 Patch0: %{name}-lddtree-ld.so-path.patch
-# re-enable building manpages
-Patch1: %{name}-man.patch
 License: GPLv2
 BuildRequires: libcap-devel
 # required for testsuite
@@ -22,11 +20,10 @@ used on any distro.
 %prep
 %setup -q
 %patch0 -p1 -b .ld.so-path
-%patch1 -p1 -b .man
 
 %build
 %configure --with-caps
-%{__make} %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
 make DESTDIR=%{buildroot} install
@@ -49,6 +46,11 @@ make check
 %{_mandir}/man1/scanmacho.1*
 
 %changelog
+* Fri Mar 06 2015 Dominik Mierzejewski <rpm at greysector.net> - 1.0.1-1
+- update to 1.0.1
+- manpages are back upstream, so drop the patch
+- make builds verbose
+
 * Wed Mar 04 2015 Dominik Mierzejewski <rpm at greysector.net> - 1.0-1
 - update to 1.0
 - re-enable building manpages
diff --git a/sources b/sources
index d2fcd11..a0bcacb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a5d4280395e5f0b3807abfbd70707ba7  pax-utils-1.0.tar.xz
+16197166fc148342b277224d8c49a1fa  pax-utils-1.0.1.tar.xz


More information about the scm-commits mailing list