From c82f2d9de5e26973e8856d7dbb1f59fb0653b401 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Dec 01 2020 16:49:44 +0000 Subject: Sword 1.9.0 --- diff --git a/.gitignore b/.gitignore index 75c9e4f..eb752e7 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/sources b/sources index e34b371..8c3a0a0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sword-1.9.0RC3.tar.gz) = 67b6335f975a689af7f31215d4652f7a4a41aa451ee275a9927018ed5231b3f27a3523658d8310ec66ce24b8754ccd58e519ddedb32cd3912ca53bb561608c69 +SHA512 (sword-1.9.0.tar.gz) = 9ed3fbb5024af1f93b1473bae0d95534d02a5b00b3c9d41a0f855cee8106dc4e330844080adbee7c3f74c0e5ce1480bf16c87c842421337a341f641bae11137f diff --git a/sword.spec b/sword.spec index 439acf4..b580719 100644 --- a/sword.spec +++ b/sword.spec @@ -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 - 1.9.0-1 +- Upstream 1.9.0 release + * Fri Oct 2 2020 Greg Hellings - 1.8.903-1 - Upstream 1.9.0RC3 release