From 2a7d3fdf61de061a049bb339119cfbbcf970af8f Mon Sep 17 00:00:00 2001 From: mgb01105731 Date: Tue, 29 Apr 2025 06:40:10 -0400 Subject: [PATCH] Rebuild for libtheora 1.2.0 --- libshout.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libshout.spec b/libshout.spec index 88e2766..c76a479 100644 --- a/libshout.spec +++ b/libshout.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 Name: libshout Version: 2.4.6 Release: %{anolis_release}%{?dist} @@ -44,7 +44,7 @@ you want to develop applications using libshout. Summary: Documentation files for %{name} Requires: %{name} = %{version}-%{release} BuildArch: noarch - +` %description doc The %{name}-doc package contains documentation files for %{name}. @@ -97,6 +97,9 @@ rm -rf $RPM_BUILD_ROOT%{_docdir} %doc NEWS README examples/*.c doc/*.xml %changelog +* Tue Apr 29 2025 zjl02254423 - 2.4.6-2 +- Rebuild for libtheora 1.2.0 + * Sat Mar 04 2023 Shawn Wang - 2.4.6-1 - update to 2.4.6 -- Gitee