diff --git a/libiptcdata.spec b/libiptcdata.spec index 75198842539001c0373f978bc33f291321534e28..4ab3ce861ad21637a2053057346ec7331565c422 100644 --- a/libiptcdata.spec +++ b/libiptcdata.spec @@ -1,4 +1,4 @@ -%define anolis_release 3 +%define anolis_release 4 Name: libiptcdata Version: 1.0.5 @@ -6,13 +6,11 @@ Release: %{anolis_release}%{?dist} Summary: IPTC tag library License: LGPLv2+ URL: https://github.com/ianw/%{name} -Source0: https://github.com/ianw/%{name}/releases/download/%{name}-%{version}.tar.gz - +Source0: https://github.com/ianw/%{name}/releases/download/release_1_0_5/%{name}-%{version}.tar.gz BuildRequires: cmake gcc gcc-c++ automake autoconf BuildRequires: gettext gettext-devel libtool gtk-doc python3-devel python3-setuptools - %description libiptcdata is a library, written in C, for manipulating the International Press Telecommunications Council (IPTC) metadata stored within multimedia @@ -84,6 +82,9 @@ find %{buildroot} -name "*.la" -exec rm -f {} \; %changelog +* Fri Dec 22 2023 mgb01105731 - 1.0.5-4 +- rebuild + * Fri Apr 07 2023 chen_yu_ao - 1.0.5-3 - change spec file format