From 36b238da5e194a2659e0817d3643b993cc4bb464 Mon Sep 17 00:00:00 2001 From: Gregory Hellings Date: Thu, 29 Apr 2021 00:37:05 -0500 Subject: [PATCH 1/2] Force rebuild, because my builds aren't in f34 --- sword.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sword.spec b/sword.spec index 1ecc15e..de1071b 100644 --- a/sword.spec +++ b/sword.spec @@ -3,7 +3,7 @@ Name: sword Version: 1.9.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Free Bible Software Project License: GPLv2 URL: http://www.crosswire.org/sword/ @@ -150,6 +150,9 @@ make tests %changelog +* Thu Apr 29 2021 Greg Hellings - 1.9.0-4 +- Force rebuild because who knows where my last build went? + * Wed Jan 27 2021 Fedora Release Engineering - 1.9.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From 0a11246adc907df909204915ff4b28e06463558d Mon Sep 17 00:00:00 2001 From: Gregory Hellings Date: Wed, 9 Jun 2021 11:04:03 -0500 Subject: [PATCH 2/2] Correct subpackage deps --- sword.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/sword.spec b/sword.spec index 3d4a4a7..084b718 100644 --- a/sword.spec +++ b/sword.spec @@ -4,7 +4,7 @@ Name: sword Epoch: 1 Version: 1.9.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Free Bible Software Project License: GPLv2 URL: http://www.crosswire.org/sword/ @@ -39,7 +39,7 @@ texts in over 50 languages. %package devel Summary: Development files for the sword project -Requires: %{name}%{?_isa} = %{version}-%{release} +Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release} Requires: pkgconfig Requires: curl-devel clucene-core-devel libicu-devel @@ -50,7 +50,7 @@ that uses the sword API, such as Gnomesword or Bibletime. %package utils Summary: Utilities for the sword project -Requires: %{name}%{?_isa} = %{version}-%{release} +Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release} %description utils This package contains the pre-built utilities for use with the SWORD @@ -63,7 +63,7 @@ latest at the time of the current library release. %package -n python3-sword %{?python_provide:%python_provide python3-sword} Summary: Python bindings for Sword -Requires: %{name}%{?_isa} = %{version}-%{release} +Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release} Requires: python3 %description -n python3-sword @@ -72,7 +72,7 @@ Python bindings for The SWORD Library. %package -n perl-sword %{?perl_provide:%perl_provide perl-sword} Summary: Perl bindings for Sword -Requires: %{name}%{?_isa} = %{version}-%{release} +Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release} Requires: perl Requires: perl-XML-LibXML Requires: perl-HTML-Strip @@ -151,6 +151,9 @@ make tests %changelog +* Wed Jun 09 2021 Greg Hellings - 1:1.9.0-7 +- Correct dependencies for subpackages + * Fri Jun 04 2021 Python Maint - 1:1.9.0-6 - Rebuilt for Python 3.10