[procps-ng] watch: enabling UTF-8 (#965867)

Jaromír Cápík jcapik at fedoraproject.org
Thu May 30 17:07:44 UTC 2013


commit e0d1f64d144877813980ebf1d1ebb83c2742e9c5
Author: Jaromir Capik <jcapik at redhat.com>
Date:   Thu May 30 19:07:36 2013 +0200

    watch: enabling UTF-8 (#965867)

 procps-ng.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/procps-ng.spec b/procps-ng.spec
index 8045e02..d5dda48 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.8
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+ and LGPLv2+
 Group: Applications/System
 URL: https://sourceforge.net/projects/procps-ng/
@@ -82,7 +82,8 @@ autoreconf --verbose --force --install
             --disable-static \
             --disable-w-from \
             --disable-kill \
-            --disable-rpath
+            --disable-rpath \
+            --enable-watch8bit
 
 
 make CFLAGS="%{optflags}"
@@ -125,6 +126,9 @@ mkdir -p %{buildroot}%{_sysconfdir}/sysctl.d
 %{_includedir}/proc
 
 %changelog
+* Thu May 30 2013 Jaromir Capik <jcapik at redhat.com> - 3.3.8-2
+- watch: enabling UTF-8 (#965867)
+
 * Wed May 29 2013 Jaromir Capik <jcapik at redhat.com> - 3.3.8-1
 - Update to 3.3.8
 


More information about the scm-commits mailing list