From a404c9e4c0b2a4383e5b9702ef9fa4c8316c73ed Mon Sep 17 00:00:00 2001 From: Jaromir Capik Date: Tue, 25 Jun 2013 19:53:50 +0200 Subject: [PATCH] Enabling UTF-8 in watch --- procps-ng.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/procps-ng.spec b/procps-ng.spec index f1be8ec..c02e53e 100644 --- a/procps-ng.spec +++ b/procps-ng.spec @@ -3,7 +3,7 @@ Summary: System and process monitoring utilities Name: procps-ng Version: 3.3.7 -Release: 4%{?dist} +Release: 5%{?dist} License: GPLv2+ and LGPLv2+ Group: Applications/System URL: https://sourceforge.net/projects/procps-ng/ @@ -89,6 +89,7 @@ autoreconf --verbose --force --install --disable-w-from \ --disable-kill \ --disable-rpath \ + --enable-watch8bit \ --enable-skill @@ -132,6 +133,9 @@ mkdir -p %{buildroot}%{_sysconfdir}/sysctl.d %{_includedir}/proc %changelog +* Tue Jun 25 2013 Jaromir Capik - 3.3.7-5 +- Enabling UTF-8 in watch + * Mon Jun 17 2013 Jaromir Capik - 3.3.7-4 - Enabling skill and snice (#974752)