Hello community, here is the log from the commit of package libx86emu for openSUSE:Factory checked in at 2016-03-29 09:53:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2015-10-19 22:47:43.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libx86emu.new/libx86emu.changes 2016-03-29 09:53:40.000000000 +0200 @@ -1,0 +2,6 @@ +Wed Mar 16 15:57:17 CET 2016 - [email protected] + +- build on more archs +- 1.7 + +------------------------------------------------------------------- Old: ---- libx86emu-1.6.tar.xz New: ---- libx86emu-1.7.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libx86emu.spec ++++++ --- /var/tmp/diff_new_pack.FJtUZT/_old 2016-03-29 09:53:41.000000000 +0200 +++ /var/tmp/diff_new_pack.FJtUZT/_new 2016-03-29 09:53:41.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package libx86emu # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2008 Steffen Winterfeldt # # All modifications and additions to the file contributed by third parties @@ -17,14 +17,14 @@ # -ExclusiveArch: %ix86 x86_64 +# ExclusiveArch: %ix86 x86_64 Name: libx86emu BuildRequires: xz Summary: A small x86 emulation library. License: BSD-3-Clause Group: System/Libraries -Version: 1.6 +Version: 1.7 Release: 0 PreReq: /sbin/ldconfig Source: %{name}-%{version}.tar.xz ++++++ libx86emu-1.6.tar.xz -> libx86emu-1.7.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libx86emu-1.6/VERSION new/libx86emu-1.7/VERSION --- old/libx86emu-1.6/VERSION 2015-10-13 11:16:00.000000000 +0200 +++ new/libx86emu-1.7/VERSION 2016-03-16 15:56:35.000000000 +0100 @@ -1 +1 @@ -1.6 +1.7 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libx86emu-1.6/changelog new/libx86emu-1.7/changelog --- old/libx86emu-1.6/changelog 2015-10-13 11:16:00.000000000 +0200 +++ new/libx86emu-1.7/changelog 2016-03-16 15:56:35.000000000 +0100 @@ -1,3 +1,6 @@ +2016-03-16: 1.7 + - build on more archs + 2015-10-01: 1.6 - Add what's libx86emu useful for - Add documentation about how the project is sent to the distribution diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libx86emu-1.6/git2log new/libx86emu-1.7/git2log --- old/libx86emu-1.6/git2log 2015-10-13 11:16:00.000000000 +0200 +++ new/libx86emu-1.7/git2log 2016-03-16 15:56:35.000000000 +0100 @@ -1,5 +1,15 @@ #! /usr/bin/perl +# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +# +# This script is maintained at https://github.com/openSUSE/ssob +# +# If you're in another project, this is just a copy. +# You may update it to the latest version from time to time... +# +# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + use strict; use Getopt::Long; @@ -155,7 +165,7 @@ $detail = 1 if /^ $/; $detail = 2 if /^ Conflicts:$/; $detail = 0 if /^commit /; - if(!$detail || !/^ [^\-\s]/) { + if(!$detail) { push @t2, $_ if $detail < 2; } } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libx86emu-1.6/mem.c new/libx86emu-1.7/mem.c --- old/libx86emu-1.6/mem.c 2015-10-13 11:16:00.000000000 +0200 +++ new/libx86emu-1.7/mem.c 2016-03-16 15:56:35.000000000 +0100 @@ -1,5 +1,7 @@ #include "include/x86emu_int.h" +#if defined(__i386__) || defined (__x86_64__) #include <sys/io.h> +#endif #define PERM16(a) ((a) + ((a) << 8)) #define PERM32(a) (PERM16(a) + (PERM16(a) << 16))
