Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package hydrogen for openSUSE:Factory 
checked in at 2024-01-14 19:02:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hydrogen (Old)
 and      /work/SRC/openSUSE:Factory/.hydrogen.new.21961 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hydrogen"

Sun Jan 14 19:02:45 2024 rev:48 rq:1138446 version:1.2.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/hydrogen/hydrogen.changes        2024-01-05 
21:46:08.672664635 +0100
+++ /work/SRC/openSUSE:Factory/.hydrogen.new.21961/hydrogen.changes     
2024-01-14 19:03:20.531087048 +0100
@@ -1,0 +2,47 @@
+Sat Jan 13 05:56:48 UTC 2024 - Konstantin Voinov <k...@kott.no-ip.biz>
+
+- Update to version 1.2.3
+- Remove Fix-driver-switching-whil-using-JACK.patch and
+  Fix-JACK-support.patch now upstream
+- Refresh release-version.patch
+
+Added
+
+  * Forward compatibility for .h2song and drumkit changes introduced
+    in version 1.3.0
+
+Fixed
+
+  * Restore mute button state of master mixer strip on song load.
+  * Recorded MIDI notes were inserted ahead of the beat (#1851).
+  * Drumkit Property Dialog:
+    * Images were written regardless whether one hits the ok or cancel button.
+    * When using Save As to create a new drumkit, the added image was put in 
the
+      old drumkit folder instead and not properly copied into the new one.
+    * Allow to Save As drumkits derived from kits not found on the current 
system.
+  * Audio Engine: In Song Mode with Loop Mode deactivated Hydrogen missed notes
+    very close to the end of the song.
+  * Fix crash on playing back notes with custom length (#1852).
+  * macOS: fix naming of CoreMIDI header (#1865).
+  * Fix various rendering issues with custom length notes.
+  * Fix potential crash/failing startup on Windows in case PortAudio or 
PortMidi
+    device is already occupied (#1893)
+  * Fix crash on shutdown, song export, or driver changes in the Preferences 
while
+    using JACK on Linux (#1902, #1867, #1907)
+  * Pattern Editor:
+    * Only delete stop notes clicked by the user. (#1859)
+    * Proper undo of moving notes out of DrumPatternEditor. (#1859)
+    * Custom note lengths are now only drawn till the next stop
+      note. (#1859)
+    * Highlight selected stop notes too. (#1859)
+    * Update selected notes visually on left and right keyboard movement. 
(#1859)
+    * Fixed stop note color which was no different than the default note color
+      (#1854).
+    * Fixed grid line rendering on rational pattern size nominator.
+    * Fixed grid line colors on very fine resolution.
+  * Fix broken file browser dialogs on Linux when using translations (#1908).
+  * Fix drumkit export on Windows (#1927).
+  * Timing drift (and artifacts) in playback track rendering on some hosts is
+    fixed (#1920).
+
+-------------------------------------------------------------------

Old:
----
  Fix-JACK-support.patch
  Fix-driver-switching-whil-using-JACK.patch
  hydrogen-1.2.2.tar.gz

New:
----
  hydrogen-1.2.3.tar.gz

BETA DEBUG BEGIN:
  Old:- Remove Fix-driver-switching-whil-using-JACK.patch and
  Fix-JACK-support.patch now upstream
- Refresh release-version.patch
  Old:- Update to version 1.2.3
- Remove Fix-driver-switching-whil-using-JACK.patch and
  Fix-JACK-support.patch now upstream
BETA DEBUG END:

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

Other differences:
------------------
++++++ hydrogen.spec ++++++
--- /var/tmp/diff_new_pack.Sp0cBe/_old  2024-01-14 19:03:22.091143879 +0100
+++ /var/tmp/diff_new_pack.Sp0cBe/_new  2024-01-14 19:03:22.095144025 +0100
@@ -24,16 +24,14 @@
 # will work properly as expected.
 %bcond_with librubberband
 Name:           hydrogen
-Version:        1.2.2
-%define soversion 1_2_2
+Version:        1.2.3
+%define soversion 1_2_3
 Release:        0
 Summary:        A Real-Time Drum Machine and Sequencer
 License:        GPL-2.0-or-later
 Group:          Productivity/Multimedia/Sound/Midi
 URL:            http://www.hydrogen-music.org/
 Source0:        
https://github.com/hydrogen-music/hydrogen/archive/%{version}/%{name}-%{version}.tar.gz
-Patch0:         Fix-driver-switching-whil-using-JACK.patch
-Patch1:         Fix-JACK-support.patch
 Patch2:         release-version.patch
 BuildRequires:  cmake
 BuildRequires:  fdupes

++++++ hydrogen-1.2.2.tar.gz -> hydrogen-1.2.3.tar.gz ++++++
/work/SRC/openSUSE:Factory/hydrogen/hydrogen-1.2.2.tar.gz 
/work/SRC/openSUSE:Factory/.hydrogen.new.21961/hydrogen-1.2.3.tar.gz differ: 
char 12, line 1

++++++ release-version.patch ++++++
--- /var/tmp/diff_new_pack.Sp0cBe/_old  2024-01-14 19:03:22.135145482 +0100
+++ /var/tmp/diff_new_pack.Sp0cBe/_new  2024-01-14 19:03:22.139145627 +0100
@@ -1,20 +1,19 @@
-diff -ur hydrogen-1.2.1.orig/CMakeLists.txt hydrogen-1.2.1/CMakeLists.txt
---- hydrogen-1.2.1.orig/CMakeLists.txt 2023-06-08 10:48:48.000000000 -0700
-+++ hydrogen-1.2.1/CMakeLists.txt      2023-06-10 21:59:19.302172012 -0700
-@@ -22,13 +22,8 @@
- SET(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 5d12f6e..49e51b7 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -23,12 +23,7 @@ set(VERSION_PATCH "3")
+ set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
  
  # Consider any tagged commit as a release build
--EXECUTE_PROCESS(COMMAND git describe --exact-match --tags OUTPUT_VARIABLE 
GIT_TAG)
--IF(GIT_TAG)
--        SET(IS_DEVEL_BUILD "false")
--ELSE()
--        SET(IS_DEVEL_BUILD "true")
--ENDIF()
--      
-+SET(IS_DEVEL_BUILD "false")
-+
- IF(VERSION_SUFFIX)
-       SET(DISPLAY_VERSION "${VERSION}-${VERSION_SUFFIX}")
- ELSE()
+-execute_process(COMMAND git describe --exact-match --tags OUTPUT_VARIABLE 
GIT_ON_TAG)
+-if(GIT_ON_TAG)
+-    set(IS_DEVEL_BUILD "false")
+-else()
+-    set(IS_DEVEL_BUILD "true")
+-endif()
++set(IS_DEVEL_BUILD "false")
+ 
+ # In order to avoid for things to get out of sync, it is also possible to hand
+ # over a version (from e.g. the build pipeline) and bypass the version string
 

Reply via email to