Hello community, here is the log from the commit of package libinstpatch for openSUSE:Factory checked in at 2020-02-29 21:18:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libinstpatch (Old) and /work/SRC/openSUSE:Factory/.libinstpatch.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libinstpatch" Sat Feb 29 21:18:32 2020 rev:5 rq:778962 version:1.1.3 Changes: -------- --- /work/SRC/openSUSE:Factory/libinstpatch/libinstpatch.changes 2020-01-10 17:51:17.458119475 +0100 +++ /work/SRC/openSUSE:Factory/.libinstpatch.new.26092/libinstpatch.changes 2020-02-29 21:18:37.686044076 +0100 @@ -1,0 +2,17 @@ +Thu Feb 20 17:16:57 UTC 2020 - Tom Mbrt <[email protected]> + +- Update to version 1.1.3 + * respect user-defined CFLGAS + * fix cross-compiling with MinGW under Linux +- Update to version 1.1.2 + * fix a SWAMI related UI bug + * fix inconsistent licensing in some file headers +- Update to version 1.1.1 + * a bug in the public API was discovered, making another SOVERSION + bump necessary + * library name and pkgconfig filename have been unified + * build on ARM has been fixed +- Remove libinstpatch-cmake-fixes.patch as it was fixed in 1.1.1 +- Add a variable for the soversion + +------------------------------------------------------------------- Old: ---- libinstpatch-1.1.0.tar.gz libinstpatch-cmake-fixes.patch New: ---- libinstpatch-1.1.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libinstpatch.spec ++++++ --- /var/tmp/diff_new_pack.m71DN7/_old 2020-02-29 21:18:38.394043738 +0100 +++ /var/tmp/diff_new_pack.m71DN7/_new 2020-02-29 21:18:38.398043736 +0100 @@ -16,8 +16,10 @@ # +%define sover 2 + Name: libinstpatch -Version: 1.1.0 +Version: 1.1.3 Release: 0 Summary: MIDI instrument patch library License: LGPL-2.1-only @@ -27,8 +29,6 @@ # sh libinstpatch-snapshot.sh latest Source0: libinstpatch-%{version}.tar.gz Source99: baselibs.conf -# .pc file fixes. Patch sent upstream via their mailing list -Patch0: libinstpatch-cmake-fixes.patch BuildRequires: cmake BuildRequires: pkgconfig BuildRequires: pkgconfig(glib-2.0) @@ -38,11 +38,11 @@ libInstPatch is a library for processing digital sample based MIDI instrument "patch" files. -%package -n libinstpatch-1_0-1 +%package -n libinstpatch-1_0-%{sover} Summary: Libinstpatch library Group: System/Libraries -%description -n libinstpatch-1_0-1 +%description -n libinstpatch-1_0-%{sover} libInstPatch stands for lib-Instrument-Patch and is a library for processing digital sample based MIDI instrument "patch" files. The types of files libInstPatch supports are used for creating instrument sounds for wavetable @@ -54,14 +54,13 @@ %package devel Summary: Development package for %{name} Group: Development/Languages/C and C++ -Requires: libinstpatch-1_0-1 = %{version} +Requires: libinstpatch-1_0-%{sover} = %{version} %description devel This package includes the header files for %{name}. %prep %setup -q -%patch0 -p1 -b .pkgconfig -F24 %build %cmake @@ -70,10 +69,10 @@ %install %cmake_install -%post -n libinstpatch-1_0-1 -p /sbin/ldconfig -%postun -n libinstpatch-1_0-1 -p /sbin/ldconfig +%post -n libinstpatch-1_0-%{sover} -p /sbin/ldconfig +%postun -n libinstpatch-1_0-%{sover} -p /sbin/ldconfig -%files -n libinstpatch-1_0-1 +%files -n libinstpatch-1_0-%{sover} %defattr(-,root,root) %doc COPYING %{_libdir}/%{name}*.so.* ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.m71DN7/_old 2020-02-29 21:18:38.426043722 +0100 +++ /var/tmp/diff_new_pack.m71DN7/_new 2020-02-29 21:18:38.426043722 +0100 @@ -1 +1 @@ -libinstpatch-1_0-1 +libinstpatch-1_0-2 ++++++ libinstpatch-1.1.0.tar.gz -> libinstpatch-1.1.3.tar.gz ++++++ ++++ 3521 lines of diff (skipped)
