From a10b17197fdf030051dd805575f10f3b6f1e4d6f Mon Sep 17 00:00:00 2001 From: Petr Šabata Date: Oct 31 2020 14:17:07 +0000 Subject: 2.02.04 bump Signed-off-by: Petr Šabata --- diff --git a/.gitignore b/.gitignore index 16a4923..eb22816 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /tintin-2.01.7.tar.gz /tintin-2.02.02.tar.gz /tintin-2.02.03.tar.gz +/tintin-2.02.04.tar.gz diff --git a/sources b/sources index 21e8de8..3187976 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tintin-2.02.03.tar.gz) = 7940f79e4187748cefe3943d17fe79d657eeb9a9ad23ffced3b1d27fee47998e0bc5346520fe8ed3ef5025392e01d557d4f6d96741d249174991f72b20f2d4dd +SHA512 (tintin-2.02.04.tar.gz) = b9e62812499a769cc8f56dead3fee34302ed190498e63fb1ddc2656fa8bdf44e1cf488f89551e7423c5d38470a30709f208837e1c7c00eb075c73010ac3fd1d9 diff --git a/tintin.spec b/tintin.spec index 26a6c8e..1296a3a 100644 --- a/tintin.spec +++ b/tintin.spec @@ -1,10 +1,10 @@ Name: tintin -Version: 2.02.03 -Release: 2%{?dist} +Version: 2.02.04 +Release: 1%{?dist} Summary: TinTin++, aka tt++, is a free MUD client License: GPLv2+ -URL: http://tintin.sourceforge.net/ -Source0: http://garr.dl.sourceforge.net/project/%{name}/TinTin%2B%2B%20Source%20Code/%{version}/%{name}-%{version}.tar.gz +URL: http://%{name}.mudhalla.net/ +Source0: https://github.com/scandum/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz # Build BuildRequires: bash BuildRequires: binutils @@ -43,11 +43,11 @@ chmod a+x src/configure %build cd src %configure -make %{?_smp_mflags} +%make_build %install cd src -make install DESTDIR=%{buildroot} +%make_install %files %license COPYING @@ -61,6 +61,11 @@ make install DESTDIR=%{buildroot} %doc docs/* %changelog +* Sat Oct 31 2020 zsh:1: command not found: rpm - 2.02.04-1 +- 2.02.04 bump +- Now hosted on GitHub +- Switch to using the unified build macros + * Wed Jul 29 2020 Fedora Release Engineering - 2.02.03-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild