Hello community,

here is the log from the commit of package htop for openSUSE:Factory checked in 
at 2016-07-28 23:47:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/htop (Old)
 and      /work/SRC/openSUSE:Factory/.htop.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "htop"

Changes:
--------
--- /work/SRC/openSUSE:Factory/htop/htop.changes        2016-07-15 
12:50:07.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.htop.new/htop.changes   2016-07-28 
23:47:18.000000000 +0200
@@ -1,0 +2,18 @@
+Sat Jul 23 08:06:45 UTC 2016 - mplus...@suse.com
+
+- Update to version 2.0.2:
+  * Mac OS X: stop trying when task_for_pid fails for a process, 
+    stops spamming logs with errors.
+  * Add Ctrl+A and Ctrl+E to go to beginning and end of line
+  * FreeBSD: fixes for CPU calculation
+  * Usability: auto-follow process after a search.
+  * Use Linux backend on GNU Hurd
+  * Improvement for reproducible builds.
+  * BUGFIX: Fix behavior of Alt-key combinations
+  * Various code tweaks and cleanups
+- Drop htop-2.0.1-fix-escdelay-usage.patch 
+- Update htop-desktop-file-fix-thoenig-01.patch
+- Drop some build dependencies
+- Enable taskstats
+
+-------------------------------------------------------------------

Old:
----
  htop-2.0.1-fix-escdelay-usage.patch
  htop-2.0.1.tar.gz

New:
----
  htop-2.0.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ htop.spec ++++++
--- /var/tmp/diff_new_pack.5D47Bk/_old  2016-07-28 23:47:19.000000000 +0200
+++ /var/tmp/diff_new_pack.5D47Bk/_new  2016-07-28 23:47:19.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           htop
-Version:        2.0.1
+Version:        2.0.2
 Release:        0
 Summary:        An Interactive text-mode Process Viewer for Linux
 License:        GPL-2.0+
@@ -25,12 +25,7 @@
 Url:            http://hisham.hm/htop
 Source0:        
http://hisham.hm/htop/releases/%{version}/%{name}-%{version}.tar.gz
 Patch0:         htop-desktop-file-fix-thoenig-01.patch
-Patch1:         htop-2.0.1-fix-escdelay-usage.patch
-BuildRequires:  autoconf
-BuildRequires:  automake
-BuildRequires:  libtool
 BuildRequires:  ncurses-devel
-BuildRequires:  python
 BuildRequires:  update-desktop-files
 Requires(post):   update-desktop-files
 Requires(postun): update-desktop-files
@@ -46,15 +41,14 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
+%patch0 
 
 %build
-autoreconf -fiv
 %configure \
        --enable-taskstats \
        --enable-unicode \
        --enable-linux-affinity \
+  --enable-taskstats \
        --enable-cgroup
 # forcefully exclude -L/usr/lib(64)/ncurses5 from being added on systems with
 # version 6 of ncurses. probably a cleaner way to fix this.
@@ -65,7 +59,7 @@
 %endif
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 %suse_update_desktop_file -i %{name} System Monitor
 
 %post

++++++ htop-2.0.1.tar.gz -> htop-2.0.2.tar.gz ++++++
++++ 6681 lines of diff (skipped)

++++++ htop-desktop-file-fix-thoenig-01.patch ++++++
--- /var/tmp/diff_new_pack.5D47Bk/_old  2016-07-28 23:47:19.000000000 +0200
+++ /var/tmp/diff_new_pack.5D47Bk/_new  2016-07-28 23:47:19.000000000 +0200
@@ -7,10 +7,10 @@
  htop.desktop | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
-diff --git a/htop.desktop b/htop.desktop
-index 2f7a7ee..96d2946 100644
---- a/htop.desktop
-+++ b/htop.desktop
+Index: htop.desktop
+===================================================================
+--- htop.desktop.orig
++++ htop.desktop
 @@ -32,7 +32,7 @@ Comment[zh_TW]=顯示系統行程
  Terminal=true
  Exec=htop
@@ -20,6 +20,9 @@
  GenericName=Process Viewer
  GenericName[ca]=Visor de processos
  GenericName[de]=Prozessanzeige
--- 
-2.7.0
-
+@@ -60,4 +60,4 @@ GenericName[sv]=Processvisning
+ GenericName[tr]=Süreç Görüntüleyici
+ GenericName[uk]=Перегляд процесів
+ GenericName[zh_TW]=行程檢視器
+-Keywords=system;process;task
++Keywords=system;process;task;


Reply via email to