From ec56ea2e7c6e5fb2385d31406e6527a4db007d97 Mon Sep 17 00:00:00 2001 From: Morten Stevens Date: Mon, 28 Apr 2014 14:36:47 +0200 Subject: [PATCH] Update to 1.0.3 --- .gitignore | 1 + htop.spec | 34 +++++++++++++++++++--------------- sources | 2 +- 3 files changed, 21 insertions(+), 16 deletions(-) diff --git a/.gitignore b/.gitignore index 9151391..30d060c 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ htop-0.8.3.tar.gz /htop-1.0.tar.gz /htop-1.0.1.tar.gz /htop-1.0.2.tar.gz +/htop-1.0.3.tar.gz diff --git a/htop.spec b/htop.spec index 72e4ae1..2cb04a9 100644 --- a/htop.spec +++ b/htop.spec @@ -1,16 +1,16 @@ -Name: htop -Version: 1.0.2 -Release: 3%{?dist} -Summary: Interactive process viewer - -Group: Applications/System -License: GPL+ -URL: http://htop.sourceforge.net/ -Source0: http://download.sourceforge.net/htop/%{name}-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -BuildRequires: desktop-file-utils -BuildRequires: ncurses-devel, python, libtool +Name: htop +Version: 1.0.3 +Release: 1%{?dist} +Summary: Interactive process viewer +Group: Applications/System +License: GPL+ +URL: http://hisham.hm/htop/ +Source0: http://hisham.hm/htop/releases/%{version}/%{name}-%{version}.tar.gz + +BuildRequires: desktop-file-utils +BuildRequires: ncurses-devel +BuildRequires: python +BuildRequires: libtool %description htop is an interactive text-mode process viewer for Linux, similar to @@ -20,8 +20,9 @@ top(1). %setup -q sed -i s#"INSTALL_DATA = @INSTALL_DATA@"#"INSTALL_DATA = @INSTALL_DATA@ -p"# Makefile.in - %build +autoreconf -v -f -i + %configure --enable-openvz --enable-vserver --enable-taskstats \ --enable-unicode --enable-native-affinity --enable-cgroup make %{?_smp_mflags} @@ -44,8 +45,11 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/applications/ %{_datadir}/pixmaps/htop.png %{_mandir}/man1/htop.1* - %changelog +* Mon Apr 28 2014 Morten Stevens - 1.0.3-1 +- Update to 1.0.3 +- Should resolve BZ#925557, BZ#987805, BZ#1091943 + * Sat Aug 03 2013 Fedora Release Engineering - 1.0.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index 572662c..7e03899 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0d01cca8df3349c74569cefebbd9919e htop-1.0.2.tar.gz +e768b9b55c033d9c1dffda72db3a6ac7 htop-1.0.3.tar.gz