diff --git a/libyami-1.3.2.tar.gz b/libyami-1.3.2.tar.gz new file mode 100644 index 0000000..8f8556e Binary files /dev/null and b/libyami-1.3.2.tar.gz differ diff --git a/libyami-fb48083.tar.gz b/libyami-fb48083.tar.gz deleted file mode 100644 index 85811c9..0000000 Binary files a/libyami-fb48083.tar.gz and /dev/null differ diff --git a/libyami.spec b/libyami.spec index 7c3742b..29dac26 100644 --- a/libyami.spec +++ b/libyami.spec @@ -1,10 +1,10 @@ Name: libyami -Version: 1.3.1 -Release: 3 +Version: 1.3.2 +Release: 1 Summary: Another Media Infrastructure License: ASL 2.0 and BSD URL: https://github.com/intel/libyami -Source0: https://github.com/intel/libyami/archive/fb48083de91f837ddbf599dd4b5ad1eb1239e1cf/libyami-fb48083.tar.gz +Source0: https://github.com/intel/libyami/archive/%{version}/%{name}-%{version}.tar.gz Patch0000: libyami-libtool-macro.patch BuildRequires: libtool gcc-c++ libva-devel pkgconfig(libdrm) pkgconfig(x11) %description @@ -18,7 +18,7 @@ Libyami-devel package contains libraries and header files used for developing applications using libyami. %prep -%autosetup -n libyami-fb48083de91f837ddbf599dd4b5ad1eb1239e1cf -p1 +%autosetup -n %{name}-%{version} -p1 autoreconf -vif %build @@ -47,5 +47,8 @@ autoreconf -vif %{_libdir}/pkgconfig/libyami.pc %changelog +* Tue Jun 29 2021 lingsheng - 1.3.2-1 +- Update to 1.3.2 + * Thu Jun 11 2020 wangchong - 1.3.1-3 - package init