Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libadlmidi for openSUSE:Factory 
checked in at 2021-05-08 22:07:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libadlmidi (Old)
 and      /work/SRC/openSUSE:Factory/.libadlmidi.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libadlmidi"

Sat May  8 22:07:37 2021 rev:4 rq:891459 version:1.5.0.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libadlmidi/libadlmidi.changes    2020-09-29 
19:04:30.825971035 +0200
+++ /work/SRC/openSUSE:Factory/.libadlmidi.new.2988/libadlmidi.changes  
2021-05-08 22:08:47.837384113 +0200
@@ -1,0 +2,7 @@
+Mon May  3 15:17:19 UTC 2021 - Ferdinand Thiessen <[email protected]>
+
+- Update to version 1.5.0.1.1
+  * Fixed an incorrect timer processing when using a real-time
+    interface
+
+-------------------------------------------------------------------

Old:
----
  libadlmidi-1.5.0.tar.gz

New:
----
  libADLMIDI-1.5.0.1-1.tar.gz

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

Other differences:
------------------
++++++ libadlmidi.spec ++++++
--- /var/tmp/diff_new_pack.THHodn/_old  2021-05-08 22:08:48.293382139 +0200
+++ /var/tmp/diff_new_pack.THHodn/_new  2021-05-08 22:08:48.293382139 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libadlmidi
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 # Copyright (c) 2019-2020, Martin Hauke <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,14 +18,16 @@
 
 
 %define sover 1
+%define libname libADLMIDI
 Name:           libadlmidi
-Version:        1.5.0
+%define hyphver 1.5.0.1-1
+Version:        1.5.0.1.1
 Release:        0
 Summary:        A software MIDI synthesizer library with OPL3 emulation
 License:        GPL-3.0-only AND LGPL-3.0-only
 Group:          Development/Languages/C and C++
-URL:            https://github.com/Wohlstand/libADLMIDI
-Source:         
https://github.com/Wohlstand/libADLMIDI/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+URL:            https://github.com/Wohlstand/%{libname}
+Source:         %{URL}/archive/v%{hyphver}.tar.gz#/%{libname}-%{hyphver}.tar.gz
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
@@ -36,11 +38,11 @@
 The library is based on the ADLMIDI, a multiplatform MIDI player with OPL3 
emulation:
 https://bisqwit.iki.fi/source/adlmidi.html
 
-%package -n libADLMIDI%{sover}
+%package -n %{libname}%{sover}
 Summary:        A Software MIDI Synthesizer library with OPL3 (YMF262) emulator
 Group:          System/Libraries
 
-%description -n libADLMIDI%{sover}
+%description -n %{libname}%{sover}
 A software MIDI synthesizer library with OPL3 emulation (FM synthesis).
 The library is based on the ADLMIDI, a multiplatform MIDI player with OPL3 
emulation:
 https://bisqwit.iki.fi/source/adlmidi.html
@@ -62,7 +64,7 @@
 Development and header files for libADLMIDI.
 
 %prep
-%setup -q -n libADLMIDI-%{version}
+%setup -q -n %{libname}-%{hyphver}
 
 %build
 %cmake \
@@ -72,7 +74,7 @@
   -DWITH_MIDIPLAY=ON \
   -DWITH_CPP_EXTRAS=ON \
   -DWITH_ADLMIDI2=ON
-%make_jobs
+%cmake_build
 
 %install
 %cmake_install
@@ -81,18 +83,18 @@
 %post   -n libADLMIDI%{sover} -p /sbin/ldconfig
 %postun -n libADLMIDI%{sover} -p /sbin/ldconfig
 
-%files -n libADLMIDI%{sover}
+%files -n %{libname}%{sover}
 %license LICENSE LICENSE.GPL-3.txt LICENSE.LGPL-2.1.txt
-%doc AUTHORS README.md
-%{_libdir}/libADLMIDI.so.%{sover}*
+%{_libdir}/%{libname}.so.%{sover}*
 
 %files -n adlmidi-tools
 %{_bindir}/adlmidi2
 %{_bindir}/adlmidiplay
 
 %files devel
+%doc AUTHORS README.md
 %{_includedir}/adlmidi.h
-%{_libdir}/libADLMIDI.so
-%{_libdir}/pkgconfig/libADLMIDI.pc
+%{_libdir}/%{libname}.so
+%{_libdir}/pkgconfig/%{libname}.pc
 
 %changelog

Reply via email to