Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 4419e6e9a7 | |||
| 6b9a793ed6 | |||
| dc478a0510 | |||
| 6f47fdc0ed |
BIN
libinstpatch-1.1.6.tar.gz
LFS
BIN
libinstpatch-1.1.6.tar.gz
LFS
Binary file not shown.
BIN
libinstpatch-1.1.7.tar.gz
LFS
Normal file
BIN
libinstpatch-1.1.7.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 4 20:36:57 UTC 2025 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
- Update to version 1.1.7
|
||||||
|
* Use GNUInstallDirs for installation paths.
|
||||||
|
* Fix warning from libinstpatch-scan.c (gtkdoc).
|
||||||
|
* Eliminate CMake warnings.
|
||||||
|
* Glitched SoundFont attenuation.
|
||||||
|
* Remove sndfile.h from public headers.
|
||||||
|
* Rename variables called "bool".
|
||||||
|
* Update LGPLv2.1 license text and notices for remote-only FSF.
|
||||||
|
* Fix gtk-doc generation.
|
||||||
|
- Use ldconfig_scriptlets macro.
|
||||||
|
- Use tarball from github
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 8 11:53:12 UTC 2025 - Friedrich Haubensak <hsk17@mail.de>
|
||||||
|
|
||||||
|
- add -std=gnu11 to CFLAGS to fix gcc15 compile time error, and to
|
||||||
|
still allow build on Leap 15.6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Nov 27 00:35:17 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
Sat Nov 27 00:35:17 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libinstpatch
|
# spec file for package libinstpatch
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -19,15 +19,13 @@
|
|||||||
%define sover 2
|
%define sover 2
|
||||||
|
|
||||||
Name: libinstpatch
|
Name: libinstpatch
|
||||||
Version: 1.1.6
|
Version: 1.1.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: MIDI instrument patch library
|
Summary: MIDI instrument patch library
|
||||||
License: LGPL-2.1-only
|
License: LGPL-2.1-only
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
URL: http://www.swamiproject.org/
|
URL: http://www.swamiproject.org/
|
||||||
# Fetch source via
|
Source: https://github.com/swami/libinstpatch/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
# sh libinstpatch-snapshot.sh latest
|
|
||||||
Source0: libinstpatch-%{version}.tar.gz
|
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
@@ -63,18 +61,18 @@ This package includes the header files for %{name}.
|
|||||||
%autosetup
|
%autosetup
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
export CFLAGS="%{optflags} -std=gnu11"
|
||||||
%cmake
|
%cmake
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%cmake_install
|
%cmake_install
|
||||||
|
|
||||||
%post -n libinstpatch-1_0-%{sover} -p /sbin/ldconfig
|
%ldconfig_scriptlets -n libinstpatch-1_0-%{sover}
|
||||||
%postun -n libinstpatch-1_0-%{sover} -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files -n libinstpatch-1_0-%{sover}
|
%files -n libinstpatch-1_0-%{sover}
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%{_libdir}/%{name}*.so.*
|
%{_libdir}/%{name}*.so.%{sover}*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%doc AUTHORS ChangeLog README.md
|
%doc AUTHORS ChangeLog README.md
|
||||||
|
|||||||
Reference in New Issue
Block a user