From 1f83ba289bbedda7e7f5a24b717d2292cb32116f Mon Sep 17 00:00:00 2001 From: Guido Aulisi Date: Dec 23 2019 08:17:05 +0000 Subject: Version 3.12 --- diff --git a/.gitignore b/.gitignore index 3ef519f..a5025e8 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /zam-plugins-3.10.tar.gz /zam-plugins-3.11.tar.gz /DPF-68b3a57.tar.gz +/zam-plugins-3.12.tar.gz diff --git a/sources b/sources index 2de24d6..2c939dc 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (zam-plugins-3.11.tar.gz) = 708ad68fd955aff6ee5035e79002b0dc1afd6866d2b77421e6b3f059ae99d06bb42bfe196417ad2fbc21303618110ce44bc0e795db2095784ef0944ef946fdea +SHA512 (zam-plugins-3.12.tar.gz) = d8a8a1dfdfbdc183d6fb62046ee34df396b1ae5317b49c4ccf238640ec39729e4fa7da53f1442c71a48e492dd7ccc7f84cb4454b6dfdaab9fb75d7c64615c9f6 SHA512 (DPF-68b3a57.tar.gz) = 7619e65a33ca5c56d8ff07c8b9f99abc651a512aba48b46c0eeaa763ed5ad474239d1e21bc7b59f2b85152b0599293ebc2814b6ec247ebaa8cfd772c54e6f997 diff --git a/zam-plugins.spec b/zam-plugins.spec index 887421f..8260bea 100644 --- a/zam-plugins.spec +++ b/zam-plugins.spec @@ -1,12 +1,13 @@ -%global gittag 3.11 +%global gittag 3.12 %global dpf DPF +# DPF git submodule %global commit1 68b3a57a78d814810972584ed571662fe5cfb8f0 %global shortcommit1 %(c=%{commit1}; echo ${c:0:7}) Name: zam-plugins Version: %{gittag} -Release: 2%{?dist} +Release: 1%{?dist} Summary: A collection of LV2/LADSPA/JACK audio plugins License: GPLv2+ and ISC @@ -55,8 +56,6 @@ rmdir dpf mv %{dpf}-%{commit1} dpf %build -# This package does not build on all arches with upstream build flags, -# so upstream build flags are split. # These are realtime audio plugins, so we need the fastest possible math, # flags for x86_64 are set to be compatible with most AMD and Intel CPUs, # and to use the best possible SIMD instruction set. @@ -96,6 +95,9 @@ rm -rf %{buildroot}%{_libdir}/vst %{buildroot}/*-dssi* %doc README.md %changelog +* Fri Dec 20 2019 Guido Aulisi - 3.12-1 +- Version 3.12 + * Sat Jul 27 2019 Fedora Release Engineering - 3.11-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild