Hello community,

here is the log from the commit of package libx86emu for openSUSE:Factory 
checked in at 2015-03-05 15:32:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libx86emu (Old)
 and      /work/SRC/openSUSE:Factory/.libx86emu.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libx86emu"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libx86emu/libx86emu.changes      2011-09-23 
02:11:13.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libx86emu.new/libx86emu.changes 2015-03-05 
18:14:50.000000000 +0100
@@ -1,0 +2,24 @@
+Mon Mar  2 11:46:08 CET 2015 - [email protected]
+
+- avoid using reserved c++ words
+- fix typo in Makefile
+- fix some compiler warnings
+- prepare for obs auto-submission
+- add VERSION file back
+- 1.5
+
+-------------------------------------------------------------------
+Mon Jan 31 14:47:04 CET 2011 - [email protected]
+
+- better invalid code detection
+- fix instruction log for some instructions
+
+-------------------------------------------------------------------
+Thu Sep 23 18:07:14 CEST 2010 - [email protected]
+
+- create VERSION and changelog from git repo
+- log message
+- don't use 'i386'
+- properly decode all descriptor types
+
+-------------------------------------------------------------------

Old:
----
  libx86emu-1.1.tar.bz2

New:
----
  libx86emu-1.5.tar.xz

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

Other differences:
------------------
++++++ libx86emu.spec ++++++
--- /var/tmp/diff_new_pack.zriAk3/_old  2015-03-05 18:14:51.000000000 +0100
+++ /var/tmp/diff_new_pack.zriAk3/_new  2015-03-05 18:14:51.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package libx86emu (Version 1.1)
+# spec file for package libx86emu
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2008 Steffen Winterfeldt
 #
 # All modifications and additions to the file contributed by third parties
@@ -20,14 +20,15 @@
 ExclusiveArch:  %ix86 x86_64
 
 Name:           libx86emu
+BuildRequires:  xz
+Summary:        A small x86 emulation library.
 License:        BSD-3-Clause
 Group:          System/Libraries
-AutoReqProv:    on
-Summary:        A small x86 emulation library.
-Version:        1.1
-Release:        3
+Version:        1.5
+Release:        0
 PreReq:         /sbin/ldconfig
-Source:         libx86emu-1.1.tar.bz2
+Source:         %{name}-%{version}.tar.xz
+Url:            https://github.com/wfeldt/libx86emu
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -41,10 +42,8 @@
     Steffen Winterfeldt
 
 %package -n     libx86emu1
-License:        BSD-3-Clause
 Summary:        A small x86 emulation library.
 Group:          System/Libraries
-AutoReqProv:    on
 
 %description -n libx86emu1
 Small x86 emulation library with focus of easy usage and extended
@@ -57,7 +56,6 @@
     Steffen Winterfeldt
 
 %package -n     libx86emu-devel
-License:        BSD-3-Clause
 Summary:        A small x86 emulation library.
 Group:          System/Libraries
 Requires:       libx86emu1 = %version
@@ -82,9 +80,6 @@
 install -d -m 755 %{buildroot}%{_libdir}
 make install DESTDIR=%{buildroot} LIBDIR=%{_libdir}
 
-%clean 
-rm -rf %{buildroot}
-
 %post -n libx86emu1 -p /sbin/ldconfig
 
 %postun -n libx86emu1 -p /sbin/ldconfig
@@ -92,11 +87,11 @@
 %files -n libx86emu1
 %defattr(-,root,root)
 %{_libdir}/*.so.*
+%doc README LICENSE
 
 %files -n libx86emu-devel
 %defattr(-,root,root)
 %{_libdir}/*.so
-/usr/include/x86emu.h
-%doc README LICENSE
+%{_includedir}/x86emu.h
 
 %changelog

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to