Hello community,

here is the log from the commit of package libx86emu for openSUSE:Factory 
checked in at 2018-12-05 09:36:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libx86emu (Old)
 and      /work/SRC/openSUSE:Factory/.libx86emu.new.19453 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libx86emu"

Wed Dec  5 09:36:58 2018 rev:24 rq:652612 version:2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libx86emu/libx86emu.changes      2018-09-04 
22:48:22.663398181 +0200
+++ /work/SRC/openSUSE:Factory/.libx86emu.new.19453/libx86emu.changes   
2018-12-05 09:37:01.285123563 +0100
@@ -7,0 +8,5 @@
+-------------------------------------------------------------------
+Thu Jul 26 10:54:27 UTC 2018 - [email protected]
+
+- Fix RPM groups. Trim bias from descriptions.
+

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

Other differences:
------------------
++++++ libx86emu.spec ++++++
--- /var/tmp/diff_new_pack.CurFCD/_old  2018-12-05 09:37:02.309122442 +0100
+++ /var/tmp/diff_new_pack.CurFCD/_new  2018-12-05 09:37:02.313122437 +0100
@@ -17,58 +17,39 @@
 #
 
 
-# ExclusiveArch:  %ix86 x86_64
-
 Name:           libx86emu
 BuildRequires:  xz
-Summary:        A small x86 emulation library.
+Summary:        An x86 emulation library
 License:        BSD-3-Clause
-Group:          System/Libraries
+Group:          Development/Libraries/C and C++
 Version:        2.1
 Release:        0
-PreReq:         /sbin/ldconfig
 Source:         %{name}-%{version}.tar.xz
 Url:            https://github.com/wfeldt/libx86emu
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
-Small x86 emulation library with focus of easy usage and extended
+An x86 emulation library with focus on usage and
 execution logging functions.
 
-
-
-Authors:
---------
-    Steffen Winterfeldt
-
 %package -n     libx86emu2
-Summary:        A small x86 emulation library.
+Summary:        An x86 emulation library
 Group:          System/Libraries
 
 %description -n libx86emu2
-Small x86 emulation library with focus of easy usage and extended
+An x86 emulation library with focus on usage and
 execution logging functions.
 
-
-
-Authors:
---------
-    Steffen Winterfeldt
-
 %package -n     libx86emu-devel
-Summary:        A small x86 emulation library.
-Group:          System/Libraries
+Summary:        Development files for libx86emu
+Group:          Development/Libraries/C and C++
 Requires:       libx86emu2 = %version
 
 %description -n libx86emu-devel
-Small x86 emulation library with focus of easy usage and extended
+An x86 emulation library with focus on usage and
 execution logging functions.
 
-
-
-Authors:
---------
-    Steffen Winterfeldt
+This package contains the header files for the library API.
 
 %prep
 %setup -n libx86emu-%{version}
@@ -78,7 +59,7 @@
 
 %install
 install -d -m 755 %{buildroot}%{_libdir}
-make install DESTDIR=%{buildroot} LIBDIR=%{_libdir}
+%make_install LIBDIR=%{_libdir}
 
 %post -n libx86emu2 -p /sbin/ldconfig
 


Reply via email to