From 50d785423eadf58616cf7f3c217c1755c5fefb3c Mon Sep 17 00:00:00 2001 From: mgb01105731 Date: Thu, 21 Dec 2023 10:29:08 +0800 Subject: [PATCH] rebuild --- gsound.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/gsound.spec b/gsound.spec index e3bec06..698b5ec 100644 --- a/gsound.spec +++ b/gsound.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 3 Name: gsound Version: 1.0.3 @@ -7,8 +7,8 @@ Summary: Small gobject library for playing system sounds License: LGPLv2 URL: https://wiki.gnome.org/Projects/GSound -Source0: https://github.com/GNOME/gsound/archive/refs/tags/%{name}-%{version}.tar.gz - +Source0: https://github.com/GNOME/gsound/archive/%{version}/%{name}-%{version}.tar.gz + BuildRequires: pkgconfig(gobject-introspection-1.0) BuildRequires: pkgconfig(libcanberra) BuildRequires: vala @@ -81,6 +81,9 @@ The %{name}-doc package contains documentation files for %{name}. %doc README %changelog +* Thu Dec 21 2023 mgb01105731 - 1.0.3-3 +- rebuild + * Fri Mar 10 2023 Feng Su - 1.0.3-2 - add doc package - add abi/api files -- Gitee