Hello community,

here is the log from the commit of package libx86emu for openSUSE:Factory 
checked in at 2020-01-30 09:38:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libx86emu (Old)
 and      /work/SRC/openSUSE:Factory/.libx86emu.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libx86emu"

Thu Jan 30 09:38:26 2020 rev:30 rq:768059 version:3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libx86emu/libx86emu.changes      2020-01-23 
16:08:26.415547883 +0100
+++ /work/SRC/openSUSE:Factory/.libx86emu.new.26092/libx86emu.changes   
2020-01-30 09:39:03.885415096 +0100
@@ -1,0 +2,19 @@
+Tue Jan 28 14:19:00 UTC 2020 - wfe...@opensuse.org
+
+- merge gh#wfeldt/libx86emu#28
+- update README to explain about library versions
+- adjust code to compile with older C standards
+- 3.1
+
+--------------------------------------------------------------------
+Mon Jan 27 17:38:19 UTC 2020 - wfe...@opensuse.org
+
+- merge gh#wfeldt/libx86emu#27
+- rework (i)div and (i)mul instructions
+- fix typo
+- add (i)div opcode tests
+- rework (i)mul instructions to set flags correctly
+- add (i)mul tests
+- 3.0
+
+--------------------------------------------------------------------

Old:
----
  libx86emu-2.6.tar.xz

New:
----
  libx86emu-3.1.tar.xz

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

Other differences:
------------------
++++++ libx86emu.spec ++++++
--- /var/tmp/diff_new_pack.EJQFo2/_old  2020-01-30 09:39:04.329415333 +0100
+++ /var/tmp/diff_new_pack.EJQFo2/_new  2020-01-30 09:39:04.333415336 +0100
@@ -22,7 +22,7 @@
 Summary:        An x86 emulation library
 License:        BSD-3-Clause
 Group:          Development/Libraries/C and C++
-Version:        2.6
+Version:        3.1
 Release:        0
 Source:         %{name}-%{version}.tar.xz
 Url:            https://github.com/wfeldt/libx86emu
@@ -32,18 +32,18 @@
 An x86 emulation library with focus on usage and
 execution logging functions.
 
-%package -n     libx86emu2
+%package -n     libx86emu3
 Summary:        An x86 emulation library
 Group:          System/Libraries
 
-%description -n libx86emu2
+%description -n libx86emu3
 An x86 emulation library with focus on usage and
 execution logging functions.
 
 %package -n     libx86emu-devel
 Summary:        Development files for libx86emu
 Group:          Development/Libraries/C and C++
-Requires:       libx86emu2 = %version
+Requires:       libx86emu3 = %version
 
 %description -n libx86emu-devel
 An x86 emulation library with focus on usage and
@@ -61,15 +61,19 @@
 install -d -m 755 %{buildroot}%{_libdir}
 %make_install LIBDIR=%{_libdir}
 
-%post -n libx86emu2 -p /sbin/ldconfig
+%post -n libx86emu3 -p /sbin/ldconfig
 
-%postun -n libx86emu2 -p /sbin/ldconfig
+%postun -n libx86emu3 -p /sbin/ldconfig
 
-%files -n libx86emu2
+%files -n libx86emu3
 %defattr(-,root,root)
 %{_libdir}/*.so.*
 %doc README.md
+%if %suse_version >= 1500
 %license LICENSE*
+%else
+%doc LICENSE*
+%endif
 
 %files -n libx86emu-devel
 %defattr(-,root,root)

++++++ libx86emu-2.6.tar.xz -> libx86emu-3.1.tar.xz ++++++
++++ 1996 lines of diff (skipped)


Reply via email to