Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package dosbox for openSUSE:Factory checked 
in at 2023-01-04 17:52:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dosbox (Old)
 and      /work/SRC/openSUSE:Factory/.dosbox.new.1563 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dosbox"

Wed Jan  4 17:52:54 2023 rev:43 rq:1046685 version:0.80.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/dosbox/dosbox.changes    2022-10-24 
11:18:16.135837146 +0200
+++ /work/SRC/openSUSE:Factory/.dosbox.new.1563/dosbox.changes  2023-01-04 
17:53:06.410359889 +0100
@@ -1,0 +2,9 @@
+Wed Jan  4 06:57:54 UTC 2023 - Илья Индиго <i...@ilya.cf>
+
+- Updated to dosbox-staging 0.80.0
+  * Replaced dosbox-staging-0.79.1-config.patch by 
dosbox-staging-0.80.0-config.patch.
+  * Replaced dosbox-staging-0.79.1-name.patch by 
dosbox-staging-0.80.0-name.patch.
+  * Added pkgconfig(SDL2_image), pkgconfig(xi) dependencies.
+  * https://dosbox-staging.github.io/v0-80-0/#changes
+
+-------------------------------------------------------------------

Old:
----
  dosbox-staging-0.79.1-config.patch
  dosbox-staging-0.79.1-name.patch
  dosbox-staging-0.79.1.tar.gz

New:
----
  dosbox-staging-0.80.0-config.patch
  dosbox-staging-0.80.0-name.patch
  dosbox-staging-0.80.0.tar.gz

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

Other differences:
------------------
++++++ dosbox.spec ++++++
--- /var/tmp/diff_new_pack.alaViW/_old  2023-01-04 17:53:06.934362977 +0100
+++ /var/tmp/diff_new_pack.alaViW/_new  2023-01-04 17:53:06.938363000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dosbox
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,19 +17,20 @@
 
 
 Name:           dosbox
-Version:        0.79.1
+Version:        0.80.0
 Release:        0
 Summary:        DOS/x86 emulator to run old DOS games
 License:        GPL-2.0-or-later
 URL:            https://%{name}-staging.github.io
 Source0:        
https://github.com/%{name}-staging/%{name}-staging/archive/v%{version}.tar.gz#/%{name}-staging-%{version}.tar.gz
-Patch0:         %{name}-staging-0.79.1-config.patch
-Patch1:         %{name}-staging-0.79.1-name.patch
+Patch0:         %{name}-staging-0.80.0-config.patch
+Patch1:         %{name}-staging-0.80.0-name.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  meson
 BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(SDL2_image)
 BuildRequires:  pkgconfig(SDL2_net)
 BuildRequires:  pkgconfig(alsa)
 BuildRequires:  pkgconfig(fluidsynth) >= 2.3.0
@@ -42,6 +43,7 @@
 BuildRequires:  pkgconfig(sdl2)
 BuildRequires:  pkgconfig(slirp) >= 4.7.0
 BuildRequires:  pkgconfig(speexdsp)
+BuildRequires:  pkgconfig(xi)
 BuildRequires:  pkgconfig(zlib)
 Recommends:     fluid-soundfont-gm
 Provides:       %{name}-translations = %{version}

++++++ dosbox-staging-0.79.1-config.patch -> dosbox-staging-0.80.0-config.patch 
++++++
--- /work/SRC/openSUSE:Factory/dosbox/dosbox-staging-0.79.1-config.patch        
2022-10-17 14:57:49.470107094 +0200
+++ 
/work/SRC/openSUSE:Factory/.dosbox.new.1563/dosbox-staging-0.80.0-config.patch  
    2023-01-04 17:53:06.318359346 +0100
@@ -1,31 +1,7 @@
-diff -Pdpru dosbox-staging-0.79.1.orig/src/dosbox.cpp 
dosbox-staging-0.79.1/src/dosbox.cpp
---- dosbox-staging-0.79.1.orig/src/dosbox.cpp  2022-09-30 18:59:10.000000000 
+0300
-+++ dosbox-staging-0.79.1/src/dosbox.cpp       2022-10-15 19:16:47.469396803 
+0300
-@@ -624,7 +624,7 @@ void DOSBOX_Init()
-                       "RGB triplets (e.g. (255, 0, 255) for magenta).");
- 
-       pmulti = secprop->AddMultiVal("scaler", always, " ");
--      pmulti->SetValue("none");
-+      pmulti->SetValue("hq3x");
-       pmulti->Set_help("Scaler used to enlarge/enhance low resolution 
modes.\n"
-                        "If 'forced' is appended, then the scaler will be used 
even if\n"
-                        "the result might not be desired.\n"
-@@ -701,12 +701,12 @@ void DOSBOX_Init()
- 
-       pmulti_remain->GetSection()->Add_string("parameters", always, "");
- 
--      Pint = secprop->Add_int("cycleup", always, 10);
-+      Pint = secprop->Add_int("cycleup", always, 500);
-       Pint->SetMinMax(1,1000000);
-       Pint->Set_help("Number of cycles added or subtracted with speed control 
hotkeys.\n"
-                      "Run INTRO and see Special Keys for list of hotkeys.");
- 
--      Pint = secprop->Add_int("cycledown", always, 20);
-+      Pint = secprop->Add_int("cycledown", always, 500);
-       Pint->SetMinMax(1,1000000);
-       Pint->Set_help("Setting it lower than 100 will be a percentage.");
- 
-@@ -771,7 +771,7 @@ void DOSBOX_Init()
+diff -Pdpru dosbox-staging-0.80.0.orig/src/dosbox.cpp 
dosbox-staging-0.80.0/src/dosbox.cpp
+--- dosbox-staging-0.80.0.orig/src/dosbox.cpp  2022-12-21 06:01:22.000000000 
+0300
++++ dosbox-staging-0.80.0/src/dosbox.cpp       2023-01-04 09:16:58.859498093 
+0300
+@@ -762,7 +762,7 @@ void DOSBOX_Init()
                "'auto', to use the first working external MIDI player. This\n"
                "       might be a software synthesizer or physical device.");
  
@@ -34,10 +10,10 @@
        pstring->Set_help(
                "Configuration options for the selected MIDI interface.\n"
                "This is usually the id or name of the MIDI synthesizer you 
want\n"
-diff -Pdpru dosbox-staging-0.79.1.orig/src/gui/sdlmain.cpp 
dosbox-staging-0.79.1/src/gui/sdlmain.cpp
---- dosbox-staging-0.79.1.orig/src/gui/sdlmain.cpp     2022-09-30 
18:59:10.000000000 +0300
-+++ dosbox-staging-0.79.1/src/gui/sdlmain.cpp  2022-10-04 23:15:38.000000000 
+0300
-@@ -4109,7 +4109,7 @@ void Config_Add_SDL() {
+diff -Pdpru dosbox-staging-0.80.0.orig/src/gui/sdlmain.cpp 
dosbox-staging-0.80.0/src/gui/sdlmain.cpp
+--- dosbox-staging-0.80.0.orig/src/gui/sdlmain.cpp     2022-12-21 
06:01:22.000000000 +0300
++++ dosbox-staging-0.80.0/src/gui/sdlmain.cpp  2023-01-04 09:22:53.640122664 
+0300
+@@ -4249,7 +4249,7 @@ void config_add_sdl() {
        constexpr auto deprecated = Property::Changeable::Deprecated;
        constexpr auto on_start = Property::Changeable::OnlyAtStart;
  
@@ -46,7 +22,7 @@
        Pbool->Set_help("Start directly in fullscreen.\n"
                        "Run INTRO and see Special Keys for window control 
hotkeys.");
  
-@@ -4121,7 +4121,7 @@ void Config_Add_SDL() {
+@@ -4261,7 +4261,7 @@ void config_add_sdl() {
        Pstring->Set_help("What resolution to use for fullscreen: 'original', 
'desktop'\n"
                          "or a fixed size (e.g. 1024x768).");
  
@@ -55,19 +31,10 @@
        pstring->Set_help(
                "Set window size when running in windowed mode:\n"
                "  default:   Select the best option based on your\n"
-@@ -4256,7 +4256,7 @@ void Config_Add_SDL() {
-       Pint = Pmulti->GetSection()->Add_int("ysens", always,100);
-       Pint->SetMinMax(-1000,1000);
- 
--      pbool = sdl_sec->Add_bool("raw_mouse_input", on_start, false);
-+      pbool = sdl_sec->Add_bool("raw_mouse_input", on_start, true);
-       pbool->Set_help(
-               "Enable this setting to bypass your operating system's mouse\n"
-               "acceleration and sensitivity settings. This works in\n"
-diff -Pdpru dosbox-staging-0.79.1.orig/src/hardware/gus.cpp 
dosbox-staging-0.79.1/src/hardware/gus.cpp
---- dosbox-staging-0.79.1.orig/src/hardware/gus.cpp    2022-09-30 
18:59:10.000000000 +0300
-+++ dosbox-staging-0.79.1/src/hardware/gus.cpp 2022-10-15 19:20:07.759957010 
+0300
-@@ -1610,7 +1610,7 @@ void init_gus_dosbox_settings(Section_pr
+diff -Pdpru dosbox-staging-0.80.0.orig/src/hardware/gus.cpp 
dosbox-staging-0.80.0/src/hardware/gus.cpp
+--- dosbox-staging-0.80.0.orig/src/hardware/gus.cpp    2022-12-21 
06:01:22.000000000 +0300
++++ dosbox-staging-0.80.0/src/hardware/gus.cpp 2023-01-04 09:26:05.992423658 
+0300
+@@ -1633,7 +1633,7 @@ void init_gus_dosbox_settings(Section_pr
  {
        constexpr auto when_idle = Property::Changeable::WhenIdle;
  
@@ -76,9 +43,9 @@
        assert(bool_prop);
        bool_prop->Set_help("Enable Gravis UltraSound emulation.");
  
-diff -Pdpru dosbox-staging-0.79.1.orig/src/midi/midi_fluidsynth.cpp 
dosbox-staging-0.79.1/src/midi/midi_fluidsynth.cpp
---- dosbox-staging-0.79.1.orig/src/midi/midi_fluidsynth.cpp    2022-09-30 
18:59:10.000000000 +0300
-+++ dosbox-staging-0.79.1/src/midi/midi_fluidsynth.cpp 2022-10-04 
23:17:09.000000000 +0300
+diff -Pdpru dosbox-staging-0.80.0.orig/src/midi/midi_fluidsynth.cpp 
dosbox-staging-0.80.0/src/midi/midi_fluidsynth.cpp
+--- dosbox-staging-0.80.0.orig/src/midi/midi_fluidsynth.cpp    2022-12-21 
06:01:22.000000000 +0300
++++ dosbox-staging-0.80.0/src/midi/midi_fluidsynth.cpp 2023-01-04 
09:27:06.884518942 +0300
 @@ -49,7 +49,7 @@ static void init_fluid_dosbox_settings(S
  
        // Name 'default.sf2' picks the default soundfont if it's installed

++++++ dosbox-staging-0.79.1-name.patch -> dosbox-staging-0.80.0-name.patch 
++++++
--- /work/SRC/openSUSE:Factory/dosbox/dosbox-staging-0.79.1-name.patch  
2022-10-17 14:57:49.606107355 +0200
+++ 
/work/SRC/openSUSE:Factory/.dosbox.new.1563/dosbox-staging-0.80.0-name.patch    
    2023-01-04 17:53:06.342359487 +0100
@@ -1,6 +1,6 @@
-diff -Pdpru dosbox-staging-0.79.1.orig/contrib/icons/meson.build 
dosbox-staging-0.79.1/contrib/icons/meson.build
---- dosbox-staging-0.79.1.orig/contrib/icons/meson.build       2022-09-30 
18:59:10.000000000 +0300
-+++ dosbox-staging-0.79.1/contrib/icons/meson.build    2022-10-04 
23:23:51.000000000 +0300
+diff -Pdpru dosbox-staging-0.80.0.orig/contrib/icons/meson.build 
dosbox-staging-0.80.0/contrib/icons/meson.build
+--- dosbox-staging-0.80.0.orig/contrib/icons/meson.build       2022-12-21 
06:01:22.000000000 +0300
++++ dosbox-staging-0.80.0/contrib/icons/meson.build    2023-01-04 
09:36:39.234139903 +0300
 @@ -4,7 +4,7 @@ icons_hicolor = data_dir / 'icons' / 'hi
  #
  foreach size : ['16x16', '22x22', '24x24', '32x32']
@@ -18,9 +18,9 @@
 +    'dosbox-staging.svg', rename : 'dosbox.svg',
      install_dir: icons_hicolor / 'scalable' / 'apps',
  )
-diff -Pdpru dosbox-staging-0.79.1.orig/contrib/linux/dosbox-staging.desktop 
dosbox-staging-0.79.1/contrib/linux/dosbox-staging.desktop
---- dosbox-staging-0.79.1.orig/contrib/linux/dosbox-staging.desktop    
2022-09-30 18:59:10.000000000 +0300
-+++ dosbox-staging-0.79.1/contrib/linux/dosbox-staging.desktop 2022-10-04 
23:24:58.000000000 +0300
+diff -Pdpru dosbox-staging-0.80.0.orig/contrib/linux/dosbox-staging.desktop 
dosbox-staging-0.80.0/contrib/linux/dosbox-staging.desktop
+--- dosbox-staging-0.80.0.orig/contrib/linux/dosbox-staging.desktop    
2022-12-21 06:01:22.000000000 +0300
++++ dosbox-staging-0.80.0/contrib/linux/dosbox-staging.desktop 2023-01-04 
09:38:03.694315037 +0300
 @@ -56,9 +56,9 @@ GenericName[zh_CN]=DOS 模拟器
  GenericName[zh_TW]=DOS 模擬器
  Comment=DOS/x86 emulator focusing on ease of use
@@ -33,25 +33,25 @@
  Categories=Game;Emulator;
 -StartupWMClass=dosbox-staging
 +StartupWMClass=dosbox
-diff -Pdpru dosbox-staging-0.79.1.orig/contrib/linux/meson.build 
dosbox-staging-0.79.1/contrib/linux/meson.build
---- dosbox-staging-0.79.1.orig/contrib/linux/meson.build       2022-09-30 
18:59:10.000000000 +0300
-+++ dosbox-staging-0.79.1/contrib/linux/meson.build    2022-10-04 
23:28:08.000000000 +0300
+diff -Pdpru dosbox-staging-0.80.0.orig/contrib/linux/meson.build 
dosbox-staging-0.80.0/contrib/linux/meson.build
+--- dosbox-staging-0.80.0.orig/contrib/linux/meson.build       2022-12-21 
06:01:22.000000000 +0300
++++ dosbox-staging-0.80.0/contrib/linux/meson.build    2023-01-04 
09:39:44.634473223 +0300
 @@ -1,3 +1,3 @@
 -install_data('dosbox-staging.desktop', install_dir: data_dir / 'applications')
 +install_data('dosbox-staging.desktop', rename : 'dosbox.desktop', 
install_dir: data_dir / 'applications')
  
 -install_data('dosbox-staging.metainfo.xml', install_dir: data_dir / 
'metainfo')
 +install_data('dosbox-staging.metainfo.xml', rename : 'dosbox.metainfo.xml', 
install_dir: data_dir / 'metainfo')
-diff -Pdpru dosbox-staging-0.79.1.orig/meson.build 
dosbox-staging-0.79.1/meson.build
---- dosbox-staging-0.79.1.orig/meson.build     2022-09-30 18:59:10.000000000 
+0300
-+++ dosbox-staging-0.79.1/meson.build  2022-10-15 01:22:43.668982095 +0300
+diff -Pdpru dosbox-staging-0.80.0.orig/meson.build 
dosbox-staging-0.80.0/meson.build
+--- dosbox-staging-0.80.0.orig/meson.build     2022-12-21 06:01:22.000000000 
+0300
++++ dosbox-staging-0.80.0/meson.build  2023-01-04 09:41:24.630629881 +0300
 @@ -1,5 +1,5 @@
  project(
 -    'dosbox-staging',
 +    'dosbox',
      'c',
      'cpp',
-     version: '0.79.1',
+     version: '0.80.0',
 @@ -32,7 +32,7 @@ project(
  #
  data_dir = get_option('datadir')

++++++ dosbox-staging-0.79.1.tar.gz -> dosbox-staging-0.80.0.tar.gz ++++++
++++ 125640 lines of diff (skipped)

Reply via email to