From 205fbb556c8c5b1646567b15d2d6da03d06f9c77 Mon Sep 17 00:00:00 2001 From: Pete Walter Date: Sat, 16 May 2020 18:20:04 +0100 Subject: [PATCH 1/3] Rebuild for ICU 67 --- xiphos.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xiphos.spec b/xiphos.spec index b2ff2a3..8142d10 100644 --- a/xiphos.spec +++ b/xiphos.spec @@ -1,6 +1,6 @@ Name: xiphos Version: 4.2.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Bible study and research tool License: GPLv2+ URL: http://xiphos.org/ @@ -99,6 +99,9 @@ rm -frv %{buildroot}%{_docdir}/%{name} %{_mandir}/man1/%{name}-nav.1.gz %changelog +* Sat May 16 2020 Pete Walter - 4.2.1-2 +- Rebuild for ICU 67 + * Thu May 14 2020 Greg Hellings - 4.2.1-1 - Upstream release 4.2.1 - Remove patches From 24e61a2c2d5cba2a8f47c80941afa4c818186adb Mon Sep 17 00:00:00 2001 From: Pete Walter Date: Sun, 17 May 2020 08:05:46 +0100 Subject: [PATCH 2/3] Rebuild for ICU 67 --- xiphos.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xiphos.spec b/xiphos.spec index 8142d10..f32876e 100644 --- a/xiphos.spec +++ b/xiphos.spec @@ -1,6 +1,6 @@ Name: xiphos Version: 4.2.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Bible study and research tool License: GPLv2+ URL: http://xiphos.org/ @@ -99,6 +99,9 @@ rm -frv %{buildroot}%{_docdir}/%{name} %{_mandir}/man1/%{name}-nav.1.gz %changelog +* Sun May 17 2020 Pete Walter - 4.2.1-3 +- Rebuild for ICU 67 + * Sat May 16 2020 Pete Walter - 4.2.1-2 - Rebuild for ICU 67 From 1095bb5afec3b4512666ad9dc375ea23c8859484 Mon Sep 17 00:00:00 2001 From: Gregory Hellings Date: Thu, 11 Jun 2020 14:09:59 -0500 Subject: [PATCH 3/3] Remove libglade2 from BRs --- xiphos.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/xiphos.spec b/xiphos.spec index f32876e..682a762 100644 --- a/xiphos.spec +++ b/xiphos.spec @@ -1,6 +1,6 @@ Name: xiphos Version: 4.2.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Bible study and research tool License: GPLv2+ URL: http://xiphos.org/ @@ -18,7 +18,6 @@ BuildRequires: gtkhtml3-devel BuildRequires: intltool BuildRequires: itstool BuildRequires: libappstream-glib -BuildRequires: libglade2-devel BuildRequires: libuuid-devel BuildRequires: minizip-devel BuildRequires: rarian-compat @@ -99,6 +98,9 @@ rm -frv %{buildroot}%{_docdir}/%{name} %{_mandir}/man1/%{name}-nav.1.gz %changelog +* Thu Jun 11 2020 Greg Hellings - 4.2.1-4 +- Remove libglade2 from BR + * Sun May 17 2020 Pete Walter - 4.2.1-3 - Rebuild for ICU 67