From a7fdeb73a2529ecf4e80c3f7318fd30bc346ff92 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 08:18:38 +0100 Subject: [PATCH] fix version in pkgconfig files [release 0.12-2mamba;Sun Jul 31 2022] --- opusfile.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/opusfile.spec b/opusfile.spec index a9a0fc4..9141c85 100644 --- a/opusfile.spec +++ b/opusfile.spec @@ -1,6 +1,6 @@ Name: opusfile Version: 0.12 -Release: 1mamba +Release: 2mamba Summary: A high-level API for decoding and seeking within .opus files on disk or over http(s) Group: Applications/Multimedia Vendor: openmamba @@ -42,6 +42,11 @@ This package contains libraries and header files for developing applications tha %prep %setup -q +cat > package_version << _EOF +AUTO_UPDATE=no +PACKAGE_VERSION="%{version}" +_EOF + ./autogen.sh %build @@ -85,5 +90,8 @@ This package contains libraries and header files for developing applications tha %doc README.md %changelog +* Sun Jul 31 2022 Silvan Calarco 0.12-2mamba +- fix version in pkgconfig files + * Wed Jun 23 2021 Silvan Calarco 0.12-1mamba - package created using the webbuild interface