Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package omnispeak for openSUSE:Factory 
checked in at 2024-02-06 16:35:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/omnispeak (Old)
 and      /work/SRC/openSUSE:Factory/.omnispeak.new.1815 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "omnispeak"

Tue Feb  6 16:35:54 2024 rev:2 rq:1144645 version:1.1+git20240123.b9e215b

Changes:
--------
--- /work/SRC/openSUSE:Factory/omnispeak/omnispeak.changes      2023-03-24 
15:21:26.779208682 +0100
+++ /work/SRC/openSUSE:Factory/.omnispeak.new.1815/omnispeak.changes    
2024-02-06 16:36:38.143578744 +0100
@@ -1,0 +2,14 @@
+Sat Feb 03 12:26:12 UTC 2024 - mar...@gmx.de
+
+- Update to snapshot 1.1+git20240123 (b9e215b)
+  * Add liboplhw-based driver
+  * Initial support for OS text events
+  * Initial support for Game Controller bindings
+  * Add infrastructure for detecting soundcards
+  * Allow disabling "pole door glitches"
+  * Re-restrict platform surfing to Ep 5
+  * Add 70Hz ledge grabbing fix.
+- Drop patch (not longer needed):
+  * 0001-sd_opl2alsa-Don-t-include-x86-specific-headers.patch
+
+-------------------------------------------------------------------
@@ -10 +24 @@
-- Initial package, version 1.1+git20230213
+- Initial package, version 1.1+git20230213 (72033b4e5)

Old:
----
  0001-sd_opl2alsa-Don-t-include-x86-specific-headers.patch
  _servicedata
  omnispeak-1.1+git20230213.tar.xz

New:
----
  omnispeak-1.1+git20240123.b9e215b.tar.xz

BETA DEBUG BEGIN:
  Old:- Drop patch (not longer needed):
  * 0001-sd_opl2alsa-Don-t-include-x86-specific-headers.patch
BETA DEBUG END:

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

Other differences:
------------------
++++++ omnispeak.spec ++++++
--- /var/tmp/diff_new_pack.k4CRmx/_old  2024-02-06 16:36:38.655597266 +0100
+++ /var/tmp/diff_new_pack.k4CRmx/_new  2024-02-06 16:36:38.655597266 +0100
@@ -1,8 +1,8 @@
 #
 # spec file for package omnispeak
 #
-# Copyright (c) 2023 SUSE LLC
-# Copyright (c) 2023, Martin Hauke <mar...@gmx.de>
+# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2023-2024, Martin Hauke <mar...@gmx.de>
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 
 Name:           omnispeak
-Version:        1.1+git20230213
+Version:        1.1+git20240123.b9e215b
 Release:        0
 Summary:        An reimplementation of "Commander Keen in Goodbye Galaxy!"
 License:        GPL-2.0-only
@@ -29,11 +29,11 @@
 Source1:        omnispeak-keen4-wrapper.sh
 Source2:        omnispeak-keen5-wrapper.sh
 Source3:        omnispeak-keen6-wrapper.sh
-Patch1:         0001-sd_opl2alsa-Don-t-include-x86-specific-headers.patch
 BuildRequires:  cmake
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
+BuildRequires:  libieee1284-devel
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(alsa)
 BuildRequires:  pkgconfig(sdl2)
@@ -70,7 +70,7 @@
   -DXDGUSERPATH=OFF \
   -DOMNIPATH=%{_datadir}/omnispeak \
   -DWITH_ALSA=ON \
-  -DWITH_IEEE1284=OFF
+  -DWITH_IEEE1284=ON
 %cmake_build
 
 %install

++++++ _service ++++++
--- /var/tmp/diff_new_pack.k4CRmx/_old  2024-02-06 16:36:38.679598135 +0100
+++ /var/tmp/diff_new_pack.k4CRmx/_new  2024-02-06 16:36:38.683598280 +0100
@@ -1,17 +1,17 @@
 <services>
-  <service mode="disabled" name="tar_scm">
-    <param name="url">https://github.com/sulix/omnispeak.git</param>
-    <param name="scm">git</param>
-    <param name="revision">master</param>
-    <param name="changesgenerate">enable</param>
-    <param name="versionformat">@PARENT_TAG@+git%cd</param>
-    <param name="versionrewrite-pattern">v(.*)</param>
-  </service>
-  <service mode="disabled" name="recompress">
-    <param name="file">*.tar</param>
-    <param name="compression">xz</param>
-  </service>
-  <service mode="disabled" name="set_version"/>
+       <service mode="manual" name="tar_scm">
+               <param name="url">https://github.com/sulix/omnispeak.git</param>
+               <param name="scm">git</param>
+               <param name="revision">master</param>
+               <param name="changesgenerate">enable</param>
+               <param name="versionformat">@PARENT_TAG@+git%cd.%h</param>
+               <param name="versionrewrite-pattern">v(.*)</param>
+       </service>
+       <service mode="manual" name="recompress">
+               <param name="file">*.tar</param>
+               <param name="compression">xz</param>
+       </service>
+       <service mode="manual" name="set_version"/>
 </services>
 
 

Reply via email to