diff --git a/trader.changes b/trader.changes index c4656b4..24513bb 100644 --- a/trader.changes +++ b/trader.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Nov 15 08:30:00 EDT 2019 - J.Zaitseff@zap.org.au + +- New upstream release of Star Traders: version 7.13. + * Updated Esperanto translation +- Changed dependency from ncurses-devel to pkgconfig(ncurses), now + that OpenSUSE 42.x is no longer relevant. + ------------------------------------------------------------------- Thu Jan 4 19:47:53 UTC 2018 - avindra@opensuse.org @@ -7,6 +15,7 @@ Thu Jan 4 19:47:53 UTC 2018 - avindra@opensuse.org ------------------------------------------------------------------- Sun Jun 18 07:20:00 EST 2017 - J.Zaitseff@zap.org.au + - New upstream release of Star Traders: version 7.11. ------------------------------------------------------------------- diff --git a/trader.spec b/trader.spec index 63363f4..77f5e56 100644 --- a/trader.spec +++ b/trader.spec @@ -1,8 +1,8 @@ # # spec file for package trader # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. -# Copyright (c) 2012-18 John Zaitseff +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2012-19 John Zaitseff # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ # *********************************************************************** # * * # * Star Traders: A Game of Interstellar Trading * -# * Copyright (C) 1990-2017, John Zaitseff * +# * Copyright (C) 1990-2019, John Zaitseff * # * * # *********************************************************************** @@ -30,8 +30,8 @@ # This file is distributed under the same licence as Star Traders itself: # the GNU General Public License, version 3 or later. -%define upstream_version 7.12 -%define normalised_version 7.12 +%define upstream_version 7.13 +%define normalised_version 7.13 %define rpm_release_num 1 %define is_prerelease 0 @@ -41,18 +41,18 @@ Release: %{rpm_release_num}%{?dist} Summary: Star Traders, a simple game of interstellar trading License: GPL-3.0+ Group: Amusements/Games/Strategy/Turn Based -Url: http://www.zap.org.au/software/trader/ +Url: https://www.zap.org.au/projects/trader/ %if 0%{?is_prerelease} -Source0: ftp://ftp.zap.org.au/pub/trader/unix/prerelease/trader-%{upstream_version}.tar.xz +Source0: https://ftp.zap.org.au/pub/trader/unix/prerelease/trader-%{upstream_version}.tar.xz %else -Source0: ftp://ftp.zap.org.au/pub/trader/unix/trader-%{upstream_version}.tar.xz +Source0: https://ftp.zap.org.au/pub/trader/unix/trader-%{upstream_version}.tar.xz %endif BuildRequires: gcc BuildRequires: gettext BuildRequires: gperf -BuildRequires: ncurses-devel +BuildRequires: pkgconfig(ncurses) BuildRequires: update-desktop-files Requires(post): hicolor-icon-theme