jonas / tig

Text-mode interface for git
https://jonas.github.io/tig/
GNU General Public License v2.0
12.28k stars 604 forks source link

fix date so rpmbuild completes #1276

Closed LowryConor closed 10 months ago

LowryConor commented 1 year ago
conor@dev:~$ rpmbuild -ta tig-2.5.8.tar.gz
error: bad date in %changelog: Sun 23 Feb 2014 Jonas Fonseca

Just needs the month and day switched around. Saw this behavior on Debian 11, SLES12, SLES15

koutcher commented 10 months ago

LGTM, thanks.