[packages/procps] - if readproc is exported then freeproc must be too - rel 2
baggins
baggins at pld-linux.org
Tue Nov 13 15:00:14 CET 2012
commit 7e1ff2c61288d47f3827b57bf557fabee09fda2b
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Tue Nov 13 14:59:54 2012 +0100
- if readproc is exported then freeproc must be too
- rel 2
procps-missing-symbol.patch | 10 ++++++++++
procps.spec | 4 +++-
2 files changed, 13 insertions(+), 1 deletion(-)
---
diff --git a/procps.spec b/procps.spec
index 8553b2c..693e724 100644
--- a/procps.spec
+++ b/procps.spec
@@ -7,7 +7,7 @@ Summary(pt_BR.UTF-8): Utilitários de monitoração de processos
Summary(tr.UTF-8): Süreç izleme araçları
Name: procps
Version: 3.3.3
-Release: 1
+Release: 2
Epoch: 1
License: GPL v2+
Group: Applications/System
@@ -18,6 +18,7 @@ Source1: %{name}-non-english-man-pages.tar.bz2
Source2: top.desktop
Source3: top.png
Source4: XConsole.sh
+Patch0: %{name}-missing-symbol.patch
Patch1: %{name}-FILLBUG_backport.patch
URL: http://gitorious.org/procps/pages/Home
BuildRequires: autoconf >= 2.64
@@ -123,6 +124,7 @@ Statyczna wersja biblioteki libproc.
%prep
%setup -qc
mv %{name}-%{name}/* .
+%patch0 -p1
%patch1 -p1
%{__sed} -i -e "s#usrbin_execdir=.*#usrbin_execdir='\${bindir}'#g" configure.ac
diff --git a/procps-missing-symbol.patch b/procps-missing-symbol.patch
new file mode 100644
index 0000000..7bbf1a0
--- /dev/null
+++ b/procps-missing-symbol.patch
@@ -0,0 +1,10 @@
+--- procps-3.3.3/proc/libprocps.sym~ 2012-05-20 06:39:52.000000000 +0200
++++ procps-3.3.3/proc/libprocps.sym 2012-11-13 14:58:42.195856948 +0100
+@@ -49,6 +49,7 @@
+ readproctab2;
+ readproctab3;
+ readproctab;
++ freeproc;
+ readtask;
+ signal_name_to_number;
+ signal_number_to_name;
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/procps.git/commitdiff/7e1ff2c61288d47f3827b57bf557fabee09fda2b
More information about the pld-cvs-commit
mailing list