diff --git a/.gitignore b/.gitignore index 2a93ae1..2c3fee1 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /zix-262d4a1522c38be0588746e874159da5c7bb457d.tar.bz2 +/zix-0.4.0.tar.xz diff --git a/sources b/sources index 9b7bfba..046edba 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (zix-262d4a1522c38be0588746e874159da5c7bb457d.tar.bz2) = 659754aa5a21c12848526362fdfea373607925b9c44b111e6774fe0af2095ef08c6805995d59197f8f14a40fb432cd5377f734cd10aa955d76df198ba6757f2f +SHA512 (zix-0.4.0.tar.xz) = 6cbfb8df0bd61854f5a7ca011022914b7cd9907d242ce8ebbdf0ffd0aa91827014d09ca3e4a795810883a14903b96ce50c9f814b6563b8c55be3a0272fa8296a diff --git a/zix.spec b/zix.spec index b9e4adb..5ae12c4 100644 --- a/zix.spec +++ b/zix.spec @@ -1,18 +1,13 @@ -%global forgeurl https://gitlab.com/drobilla/zix -%global commit 262d4a1522c38be0588746e874159da5c7bb457d - %global maj 0 -%forgemeta - Name: zix -Version: 0.3.1 -Release: 7%{?dist} +Version: 0.4.0 +Release: 1%{?dist} Summary: A lightweight C library of portability wrappers and data structures License: ISC -URL: %{forgeurl} -Source0: %{forgesource} +URL: https://gitlab.com/drobilla/%{name} +Source0: https://download.drobilla.net/%{name}-%{version}.tar.xz BuildRequires: gcc BuildRequires: gcc-c++ @@ -42,7 +37,7 @@ The %{name}-doc package contains documentation files for developing applications that use %{name}. %prep -%forgesetup +%autosetup %build # Do not build benchmarks @@ -77,6 +72,10 @@ mv %{buildroot}%{_docdir}/%{name}-%{maj} %{buildroot}%{_docdir}/%{name} %doc %{_docdir}/%{name}/%{name}-%{maj} %changelog +* Sun Sep 17 2023 Guido Aulisi - 0.4.0-1 +- Update to 0.4.0 +- Use releases + * Sat Aug 12 2023 Guido Aulisi - 0.3.1-7 - Drop dependency from doc package