From 7936a2131fecd7564acfcfcd31eeed6ea4ef4d70 Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Tue, 13 Sep 2022 16:18:20 +0800 Subject: [PATCH] rebuild for Anolis OS 8 Signed-off-by: Zhao Hang --- libtimezonemap.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libtimezonemap.spec b/libtimezonemap.spec index 6bbbb45..17328c1 100644 --- a/libtimezonemap.spec +++ b/libtimezonemap.spec @@ -1,6 +1,7 @@ +%define anolis_release .0.3 Name: libtimezonemap Version: 0.4.5.1 -Release: 3%{?dist}.1 +Release: 3%{anolis_release}%{?dist}.1 Summary: Time zone map widget for Gtk+ Group: System Environment/Libraries @@ -67,6 +68,9 @@ rm -f %{buildroot}%{_libdir}/*.la %{_datadir}/glade/catalogs/TimezoneMap.xml %changelog +* Tue Sep 13 2022 Zhao Hang - 0.4.5.1-3.0.3.1 +- Rebuild for Anolis OS 8 + * Thu Jun 23 2022 Jiri Konecny - 0.4.5.1-3.1 - Remove regions from the map Resolves: rhbz#2100452 -- Gitee