Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package hydrogen for openSUSE:Factory 
checked in at 2023-06-13 16:10:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hydrogen (Old)
 and      /work/SRC/openSUSE:Factory/.hydrogen.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hydrogen"

Tue Jun 13 16:10:44 2023 rev:45 rq:1092809 version:1.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/hydrogen/hydrogen.changes        2023-04-25 
21:54:44.635653450 +0200
+++ /work/SRC/openSUSE:Factory/.hydrogen.new.15902/hydrogen.changes     
2023-06-13 16:10:47.867341223 +0200
@@ -1,0 +2,42 @@
+Sun Jun 11 04:50:09 UTC 2023 - Konstantin Voinov <k...@kott.no-ip.biz>
+
+* Update to version 1.2.1
+* Remove hydrogen-Fix-beat-and-bar-calculation-in-pattern-mode.patch
+  now upstream
+* Update patch release-version.patch
+* Update French translation
+* Bugfixes
+  - Fix reopening of last used Playlist. In addition, in case the
+    PlaylistDialog was opened at the end of the last session - when
+    "Reopen last used playlist" is checked in the Preferences - the
+    dialog will be reopened too at the same position.
+  - Fix spurious marking of opened songs as modified.
+  - Fix MIDI (output) feedback for metronome toggling and pan
+    setting.
+  - Fix superfluous MIDI event - Action bindings. An incoming MIDI
+    event can be mapped to an Action only once.
+  - Fix tool tips of MIDI-learnable widgets. All bounded MIDI events
+    will be shown.
+  - Fix MIDI note output for channel 16 (previously only channel
+    1-15 were accessible in the InstrumentEditor).
+  - Fix spurious tempo changes to 120bpm when switching songs or
+    between pattern and song mode (#1779 and #1785)
+  - Support "START", "CONTINUE", and "STOP" type System Realtime
+    MIDI messages in PortMidi and CoreMidi.
+  - Fix MIDI action binding to incoming MMC_DEFERRED_PLAY event.
+  - Fix missing MIDI driver restart when adjusting corresponding
+    parameters in Preferences.
+  - Fix MIDI Machine Control (MMC) event type handling on Windows
+    (#1773)
+  - Fix loading of legacy drumkits. All layers but the first one
+    were dropped during drumkit upgrade (#1759)
+  - Fix MIDI input handling with "Discard MIDI messages after action
+    has been triggered" checked. Incoming NOTEON message were
+    dropped without triggering a sound (#1751)
+  - Fix beat and bar calculation in pattern mode (#1741)
+  - Fix compilation in GCC with -Werror=format-security (#1739)
+  - Explicit usage of Python3 in stats.py script
+  - Fix build against Musl (nekopsykose)
+  - Omit git commit hash in displayed version of release builds
+
+-------------------------------------------------------------------

Old:
----
  hydrogen-1.2.0.tar.gz
  hydrogen-Fix-beat-and-bar-calculation-in-pattern-mode.patch

New:
----
  hydrogen-1.2.1.tar.gz

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

Other differences:
------------------
++++++ hydrogen.spec ++++++
--- /var/tmp/diff_new_pack.6CXorA/_old  2023-06-13 16:10:48.707346179 +0200
+++ /var/tmp/diff_new_pack.6CXorA/_new  2023-06-13 16:10:48.715346226 +0200
@@ -24,8 +24,8 @@
 # will work properly as expected.
 %bcond_with librubberband
 Name:           hydrogen
-Version:        1.2.0
-%define soversion 1_2_0
+Version:        1.2.1
+%define soversion 1_2_1
 Release:        0
 Summary:        A Real-Time Drum Machine and Sequencer
 License:        GPL-2.0-or-later
@@ -34,7 +34,6 @@
 Source0:        
https://github.com/hydrogen-music/hydrogen/archive/%{version}/%{name}-%{version}.tar.gz
 Patch1:         fix-obsolete-appdata.patch
 Patch2:         release-version.patch
-Patch3:         hydrogen-Fix-beat-and-bar-calculation-in-pattern-mode.patch
 BuildRequires:  cmake
 BuildRequires:  fdupes
 BuildRequires:  help2man

++++++ hydrogen-1.2.0.tar.gz -> hydrogen-1.2.1.tar.gz ++++++
/work/SRC/openSUSE:Factory/hydrogen/hydrogen-1.2.0.tar.gz 
/work/SRC/openSUSE:Factory/.hydrogen.new.15902/hydrogen-1.2.1.tar.gz differ: 
char 16, line 1

++++++ release-version.patch ++++++
--- /var/tmp/diff_new_pack.6CXorA/_old  2023-06-13 16:10:48.767346532 +0200
+++ /var/tmp/diff_new_pack.6CXorA/_new  2023-06-13 16:10:48.771346556 +0200
@@ -1,9 +1,8 @@
-Index: hydrogen-1.1.1/CMakeLists.txt
-===================================================================
---- hydrogen-1.1.1.orig/CMakeLists.txt
-+++ hydrogen-1.1.1/CMakeLists.txt
-@@ -30,12 +30,7 @@ ELSE()
- ENDIF(VERSION_SUFFIX)
+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}")
  
  # Consider any tagged commit as a release build
 -EXECUTE_PROCESS(COMMAND git describe --exact-match --tags OUTPUT_VARIABLE 
GIT_TAG)
@@ -12,8 +11,10 @@
 -ELSE()
 -        SET(IS_DEVEL_BUILD "true")
 -ENDIF()
+-      
 +SET(IS_DEVEL_BUILD "false")
- 
- 
- SET(LIBSNDFILE_VERSION_PREV "1.0.17")
++
+ IF(VERSION_SUFFIX)
+       SET(DISPLAY_VERSION "${VERSION}-${VERSION_SUFFIX}")
+ ELSE()
 

Reply via email to