public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/lv2-c++-tools] rawhide: Update to 1.0.7
@ 2026-06-08  8:56 Guido Aulisi
  0 siblings, 0 replies; only message in thread
From: Guido Aulisi @ 2026-06-08  8:56 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/lv2-c++-tools
            Branch : rawhide
            Commit : fd319018f89b97bbd8175b5e1a009df2bbb14c2c
            Author : Guido Aulisi <guido.aulisi@inps.it>
            Date   : 2026-06-08T10:56:11+02:00
            Stats  : +8/-4 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/lv2-c++-tools/c/fd319018f89b97bbd8175b5e1a009df2bbb14c2c?branch=rawhide

            Log:
            Update to 1.0.7

Do not link with -lboost_system (#2483997)

Signed-off-by: Guido Aulisi <guido.aulisi@inps.it>

---
diff --git a/.gitignore b/.gitignore
index 5740586..5b4cec3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 lv2-c++-tools-1.0.3.tar.bz2
 /lv2-c++-tools-1.0.4.tar.bz2
 /lv2-c++-tools-1.0.5.tar.bz2
+/lv2-c++-tools-1.0.7.tar.bz2

diff --git a/lv2-c++-tools.spec b/lv2-c++-tools.spec
index accc93a..6253b5f 100644
--- a/lv2-c++-tools.spec
+++ b/lv2-c++-tools.spec
@@ -1,7 +1,7 @@
 Summary:	Support library for writing LV2 plugins in C++
 Name:		lv2-c++-tools
-Version:	1.0.5
-Release:	27%{?dist}
+Version:	1.0.7
+Release:	1%{?dist}
 # Automatically converted from old format: GPLv3+ - review is highly recommended.
 License:	GPL-3.0-or-later
 URL:		http://ll-plugins.nongnu.org/hacking.html
@@ -40,7 +40,6 @@ sed -i -e '/lv2\.h/d' Makefile
 %build
 # this doesn't use GNU configure
 ./configure --prefix=%{_prefix} \
-	--lv2peg_LDFLAGS="-lboost_system" \
 	--CFLAGS="%{optflags}" \
 	--LDFLAGS="$RPM_LD_FLAGS"
 make %{?_smp_mflags}
@@ -77,6 +76,10 @@ ln -sf libpaq.so.0.0.0 %{buildroot}%{_libdir}/libpaq.so.0
 
 
 %changelog
+* Mon Jun 08 2026 Guido Aulisi <guido.aulisi@inps.it> - 1.0.7-1
+- Update to 1.0.7
+- Do not link with -lboost_system #2483997
+
 * Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.5-27
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
 

diff --git a/sources b/sources
index b8c1869..149e1c9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (lv2-c++-tools-1.0.5.tar.bz2) = 29d9c4ac4e030ada6105b69768b695b4378f06902ff0ae6c2ed58aebafba891e8ee77a643c78d17a5fc9f9ea8394cc0997f7b4f499ee6d5d1adc7042db50cd0c
+SHA512 (lv2-c++-tools-1.0.7.tar.bz2) = 59546d094cc65958ef4e64924d553559846fa4ceb7c241a71507e9daad1991f86bb82b563b8925f16eab7592a7c1886f0c675a51baaa0b9eb370f208ad18c655

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-08  8:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-08  8:56 [rpms/lv2-c++-tools] rawhide: Update to 1.0.7 Guido Aulisi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox