Sword 1.9.0

This commit is contained in:
Greg Hellings 2020-12-01 10:49:44 -06:00
parent 388b610e8f
commit c82f2d9de5
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -10,3 +10,4 @@ sword-1.6.1.tar.gz
/sword-1.8.1.tar.gz
/sword-1.9.0RC1.tar.gz
/sword-1.9.0RC3.tar.gz
/sword-1.9.0.tar.gz

View File

@ -1 +1 @@
SHA512 (sword-1.9.0RC3.tar.gz) = 67b6335f975a689af7f31215d4652f7a4a41aa451ee275a9927018ed5231b3f27a3523658d8310ec66ce24b8754ccd58e519ddedb32cd3912ca53bb561608c69
SHA512 (sword-1.9.0.tar.gz) = 9ed3fbb5024af1f93b1473bae0d95534d02a5b00b3c9d41a0f855cee8106dc4e330844080adbee7c3f74c0e5ce1480bf16c87c842421337a341f641bae11137f

View File

@ -1,13 +1,13 @@
%define soversion 1.8
%define pkg_version 1.8.903
%define soversion 1.9
%define pkg_version 1.9.0
Name: sword
Version: 1.9.0RC3
Version: 1.9.0
Release: 1%{?dist}
Summary: Free Bible Software Project
License: GPLv2
URL: http://www.crosswire.org/sword/
Source0: http://www.crosswire.org/ftpmirror/pub/sword/source/v1.8/sword-%{version}.tar.gz
Source0: http://www.crosswire.org/ftpmirror/pub/sword/source/v1.9/sword-%{version}.tar.gz
BuildRequires: cmake
BuildRequires: cmake-data
BuildRequires: openssl-devel
@ -145,6 +145,9 @@ make tests
%changelog
* Tue Dec 1 2020 Greg Hellings <greg.hellings@gmail.com> - 1.9.0-1
- Upstream 1.9.0 release
* Fri Oct 2 2020 Greg Hellings <greg.hellings@gmail.com> - 1.8.903-1
- Upstream 1.9.0RC3 release