From 504bf056242a4e47f28f2b299873fd79ca1a5aec Mon Sep 17 00:00:00 2001 From: mgb01105731 Date: Fri, 22 Dec 2023 13:38:27 +0800 Subject: [PATCH] rebuild --- libiptcdata.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/libiptcdata.spec b/libiptcdata.spec index 7519884..4ab3ce8 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 -- Gitee