From 86e84d2b162c448edb534d0d459a0b62715e49e1 Mon Sep 17 00:00:00 2001 From: Zhiqiang Liu Date: Fri, 23 Jul 2021 10:54:51 +0800 Subject: [PATCH] deleting gdb build dependency --- libquvi.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libquvi.spec b/libquvi.spec index f452ad9..21257e3 100644 --- a/libquvi.spec +++ b/libquvi.spec @@ -1,11 +1,11 @@ Name: libquvi Version: 0.9.4 -Release: 17 +Release: 18 Summary: A cross-platform library for parsing flash media stream License: AGPLv3+ URL: http://quvi.sourceforge.net Source0: https://master.dl.sourceforge.net/project/quvi/0.9/%{name}/%{name}-%{version}.tar.xz -BuildRequires: gcc git gdb asciidoc lua-devel libproxy-devel +BuildRequires: gcc git asciidoc lua-devel libproxy-devel BuildRequires: libcurl-devel glib2-devel libquvi-scripts libgcrypt-devel Requires: libquvi-scripts @@ -68,6 +68,9 @@ rm -f %{buildroot}/%{_libdir}/%{name}-0.9.la %{_mandir}/man7/quvi-object.7.gz %changelog +* Fri Jul 23 2021 shangyibin - 0.9.4-18 +- delete gdb build dependency + * Thu Oct 15 2020 shixuantong - 0.9.4-17 - update source0