Script 'mail_helper' called by obssrc
Hello community,

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

Package is "libx86emu"

Mon Oct 11 15:30:32 2021 rev:32 rq:922566 version:3.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/libx86emu/libx86emu.changes      2021-08-25 
20:56:02.077332406 +0200
+++ /work/SRC/openSUSE:Factory/.libx86emu.new.2443/libx86emu.changes    
2021-10-11 15:31:03.850791766 +0200
@@ -1,0 +2,7 @@
+Fri Oct 1 13:16:19 UTC 2021 - [email protected]
+
+- merge gh#wfeldt/libx86emu#34
+- Migrate CI to GitHub Actions
+- 3.3
+
+--------------------------------------------------------------------

Old:
----
  libx86emu-3.2.tar.xz

New:
----
  libx86emu-3.3.tar.xz

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

Other differences:
------------------
++++++ libx86emu.spec ++++++
--- /var/tmp/diff_new_pack.XOmvHW/_old  2021-10-11 15:31:04.366792593 +0200
+++ /var/tmp/diff_new_pack.XOmvHW/_new  2021-10-11 15:31:04.370792600 +0200
@@ -22,7 +22,7 @@
 Summary:        An x86 emulation library
 License:        BSD-3-Clause
 Group:          Development/Libraries/C and C++
-Version:        3.2
+Version:        3.3
 Release:        0
 Source:         %{name}-%{version}.tar.xz
 Url:            https://github.com/wfeldt/libx86emu

++++++ libx86emu-3.2.tar.xz -> libx86emu-3.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libx86emu-3.2/.github/workflows/ci.yml 
new/libx86emu-3.3/.github/workflows/ci.yml
--- old/libx86emu-3.2/.github/workflows/ci.yml  1970-01-01 01:00:00.000000000 
+0100
+++ new/libx86emu-3.3/.github/workflows/ci.yml  2021-10-01 15:16:19.000000000 
+0200
@@ -0,0 +1,23 @@
+name: CI
+
+on:
+  push:
+    branches: [ master ]
+  pull_request:
+    branches: [ master ]
+
+jobs:
+  build:
+
+    runs-on: ubuntu-latest
+
+    steps:
+    - uses: actions/checkout@v2
+    - name: Install build dependencies
+      run: |
+        sudo apt-get update -qq
+        sudo apt-get install -qq nasm
+    - name: Build
+      run: make
+    - name: Run tests
+      run: make -C test
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libx86emu-3.2/.travis.yml 
new/libx86emu-3.3/.travis.yml
--- old/libx86emu-3.2/.travis.yml       2021-08-18 18:30:18.000000000 +0200
+++ new/libx86emu-3.3/.travis.yml       1970-01-01 01:00:00.000000000 +0100
@@ -1,9 +0,0 @@
-language: c
-
-before_install:
-- sudo apt-get update -qq
-- sudo apt-get install -qq nasm
-
-script:
-- make
-- make -C test
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libx86emu-3.2/README.md new/libx86emu-3.3/README.md
--- old/libx86emu-3.2/README.md 2021-08-18 18:30:18.000000000 +0200
+++ new/libx86emu-3.3/README.md 2021-10-01 15:16:19.000000000 +0200
@@ -1,7 +1,5 @@
 # x86 emulation library
 
-[![Build 
Status](https://travis-ci.org/wfeldt/libx86emu.svg?branch=master)](https://travis-ci.org/wfeldt/libx86emu)
-
 libx86emu is a small library to emulate x86 instructions. The focus here is 
not a complete emulation (go for qemu for this) but to cover enough for typical 
firmware blobs.
 
 At the moment 'regular' 32-bit instructions are covered together with basic 
protected mode support.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libx86emu-3.2/VERSION new/libx86emu-3.3/VERSION
--- old/libx86emu-3.2/VERSION   2021-08-18 18:30:18.000000000 +0200
+++ new/libx86emu-3.3/VERSION   2021-10-01 15:16:19.000000000 +0200
@@ -1 +1 @@
-3.2
+3.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libx86emu-3.2/changelog new/libx86emu-3.3/changelog
--- old/libx86emu-3.2/changelog 2021-08-18 18:30:18.000000000 +0200
+++ new/libx86emu-3.3/changelog 2021-10-01 15:16:19.000000000 +0200
@@ -1,3 +1,7 @@
+2021-10-01:    3.3
+       - merge gh#wfeldt/libx86emu#34
+       - Migrate CI to GitHub Actions
+
 2021-08-18:    3.2
        - merge gh#wfeldt/libx86emu#35
        - Fix x86test on musl

Reply via email to