Hello community,

here is the log from the commit of package virt-top for openSUSE:Factory 
checked in at 2017-05-20 10:13:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/virt-top (Old)
 and      /work/SRC/openSUSE:Factory/.virt-top.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "virt-top"

Sat May 20 10:13:47 2017 rev:2 rq:496360 version:1.0.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/virt-top/virt-top.changes        2016-10-19 
13:01:20.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.virt-top.new/virt-top.changes   2017-05-20 
10:13:52.238125279 +0200
@@ -1,0 +2,10 @@
+Tue May  9 15:50:45 UTC 2017 - o...@aepfle.de
+
+- Install also bytecode with virt-top.bytecode.patch (bsc#1031359)
+
+-------------------------------------------------------------------
+Wed May  3 13:32:48 UTC 2017 - o...@aepfle.de
+
+- Remove usage of ExcludeArch (bsc#1031359)
+
+-------------------------------------------------------------------

New:
----
  virt-top.bytecode.patch

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

Other differences:
------------------
++++++ virt-top.spec ++++++
--- /var/tmp/diff_new_pack.TiNFly/_old  2017-05-20 10:13:52.930027520 +0200
+++ /var/tmp/diff_new_pack.TiNFly/_new  2017-05-20 10:13:52.930027520 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package virt-top
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,14 +18,14 @@
 
 Name:           virt-top
 Version:        1.0.8
-%{ocaml_preserve_bytecode}
 Release:        0
+%{ocaml_preserve_bytecode}
 Summary:        Utility like top(1) for displaying virtualization stats
 License:        GPL-2.0+
 Group:          System/Management
 Url:            http://people.redhat.com/~rjones/virt-top/
 Source0:        
https://people.redhat.com/~rjones/virt-top/files/%{name}-%{version}.tar.gz
-ExcludeArch:    ia64 s390 s390x
+Patch0:         virt-top.bytecode.patch
 ## Update configure for aarch64 (bz #926701)
 Patch1:         virt-top-aarch64.patch
 ## Don't warn about immutable strings (OCaml 4.02).
@@ -36,10 +36,10 @@
 # Non-OCaml BRs.
 BuildRequires:  libvirt-devel
 BuildRequires:  ocaml >= 3.10.2
-BuildRequires:  ocaml-rpm-macros >= 4.02.1
 BuildRequires:  ocaml-calendar-devel
 BuildRequires:  ocaml-camlp4
 BuildRequires:  ocaml-csv-devel
+BuildRequires:  ocaml-rpm-macros >= 4.02.1
 # Need the ncurses / ncursesw (--enable-widec) fix.
 BuildRequires:  ocaml-curses-devel >= 1.0.3
 BuildRequires:  ocaml-extlib-devel
@@ -49,13 +49,13 @@
 BuildRequires:  ocaml-gettext-devel >= 0.3.5
 BuildRequires:  ocaml-gettext-stub-devel >= 0.3.5
 # Need support for virDomainGetCPUStats (fixed in 0.6.1.2).
+BuildRequires:  ncurses-devel
 BuildRequires:  ocaml-libvirt-devel >= 0.6.1.2-5
 BuildRequires:  ocaml-ocamldoc
 BuildRequires:  ocaml-xml-light-devel
 BuildRequires:  perl
-BuildRequires:  perl(Pod::Perldoc)
 BuildRequires:  strace
-BuildRequires:  ncurses-devel
+BuildRequires:  perl(Pod::Perldoc)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -68,6 +68,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 ## Update configure for aarch64 (bz #926701)
 %patch1 -p1
@@ -76,7 +77,6 @@
 
 chmod -x COPYING
 
-
 %build
 %configure
 make %{?_smp_mflags} all
@@ -91,7 +91,6 @@
 rm -f virt-top/virt-top.1
 make %{?_smp_mflags} -C virt-top virt-top.1
 
-
 %install
 make DESTDIR=%{buildroot} install %{?_smp_mflags}
 
@@ -104,8 +103,6 @@
 mkdir -p %{buildroot}%{_mandir}/man1
 install -m 0644 virt-top/virt-top.1 %{buildroot}%{_mandir}/man1
 
-
-
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc COPYING README TODO ChangeLog

++++++ virt-top.bytecode.patch ++++++
--- a/virt-top/Makefile.in
+++ b/virt-top/Makefile.in
@@ -102,9 +102,13 @@ virt-top.txt: virt-top.pod
 endif
 
 install:
+       set -x ; \
+       exe=virt-top ; \
        if [ -x virt-top.opt ]; then \
-         mkdir -p $(DESTDIR)$(bindir); \
-         $(INSTALL) -m 0755 virt-top.opt $(DESTDIR)$(bindir)/virt-top; \
-       fi
+       exe=virt-top.opt ; \
+       fi ; \
+       mkdir -p $(DESTDIR)$(bindir); \
+       $(INSTALL) -m 0755 $${exe} $(DESTDIR)$(bindir)/virt-top; \
+       : done
 
 include ../Make.rules

Reply via email to