Hello community, here is the log from the commit of package libx86emu for openSUSE:Leap:15.2 checked in at 2020-02-04 17:54:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/libx86emu (Old) and /work/SRC/openSUSE:Leap:15.2/.libx86emu.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libx86emu" Tue Feb 4 17:54:00 2020 rev:19 rq:768890 version:3.1 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/libx86emu/libx86emu.changes 2020-01-15 15:25:46.258588272 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.libx86emu.new.26092/libx86emu.changes 2020-02-04 17:54:28.248751128 +0100 @@ -1,0 +2,76 @@ +Tue Jan 28 14:19:00 UTC 2020 - [email protected] + +- 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 - [email protected] + +- 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 + +-------------------------------------------------------------------- +Fri Jan 17 12:32:27 UTC 2020 - [email protected] + +- merge gh#wfeldt/libx86emu#17 +- Introduce LDFLAGS variable in Makefiles +- test: Link with the development version of the library +- test: Sort tests by name +- Add Travis CI configuration file and a badge in the README +- Travis CI integration +- 2.6 + +-------------------------------------------------------------------- +Fri Jan 17 12:28:09 UTC 2020 - [email protected] + +- merge gh#wfeldt/libx86emu#22 +- decode: Prepare for SSE support +- ops2: Add SSE instructions +- ops2: Add packed SSE ops +- Minimal SSE support + +-------------------------------------------------------------------- +Fri Jan 17 12:26:51 UTC 2020 - [email protected] + +- merge gh#wfeldt/libx86emu#21 +- prim_ops: Fix compiler warning + +-------------------------------------------------------------------- +Fri Jan 17 12:24:59 UTC 2020 - [email protected] + +- merge gh#wfeldt/libx86emu#24 +- ops2: Add cpuid support using a new handler +- ops2: Introduce a callback function for MSR access +- Push cpuid msr callback + +-------------------------------------------------------------------- +Thu Jan 16 15:45:23 UTC 2020 - [email protected] + +- merge gh#wfeldt/libx86emu#26 +- add '--32' option to demo program to start in 32-bit mode +- 2.5 + +-------------------------------------------------------------------- +Tue Aug 20 14:23:47 UTC 2019 - [email protected] + +- merge gh#wfeldt/libx86emu#19 +- decode: Fix compiler warning +- 2.4 + +-------------------------------------------------------------------- +Wed Apr 24 06:37:42 UTC 2019 - [email protected] + +- merge gh#wfeldt/libx86emu#15 +- include: Fix GCC strict-prototypes warning +- include: Fix 'multiple definition of' linker errors +- Small fixes +- 2.3 + +-------------------------------------------------------------------- Old: ---- libx86emu-2.2.tar.xz New: ---- libx86emu-3.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libx86emu.spec ++++++ --- /var/tmp/diff_new_pack.FHTRDW/_old 2020-02-04 17:54:28.692751397 +0100 +++ /var/tmp/diff_new_pack.FHTRDW/_new 2020-02-04 17:54:28.696751400 +0100 @@ -22,7 +22,7 @@ Summary: An x86 emulation library License: BSD-3-Clause Group: Development/Libraries/C and C++ -Version: 2.2 +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.2.tar.xz -> libx86emu-3.1.tar.xz ++++++ ++++ 3001 lines of diff (skipped)
