Ana Guerrero 2025-03-10 17:07:25 +00:00 committed by Git OBS Bridge
commit 1251d2dd23
4 changed files with 16 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c5fe3e70b76129ea83cac85a3c5dbc084066a62d7ef4edcc73c545ee89222ed8
size 16116

3
ctris-0.43.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:21f19ea3402a19ba993affe2e7c322b8806b94e459cb710a4b33d6aa7add31a8
size 16663

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Mar 8 21:58:03 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
- update to 0.43:
* fixing the busy waits nearby the get_key() calls
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Jun 7 20:14:24 UTC 2020 - Martin Hauke <mardnh@gmx.de> Sun Jun 7 20:14:24 UTC 2020 - Martin Hauke <mardnh@gmx.de>

View File

@ -2,6 +2,7 @@
# spec file for package ctris # spec file for package ctris
# #
# Copyright (c) 2020 SUSE LLC # Copyright (c) 2020 SUSE LLC
# Copyright (c) 2025 Andreas Stieger <Andreas.Stieger@gmx.de>
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,24 +18,24 @@
Name: ctris Name: ctris
Version: 0.42.1 Version: 0.43
Release: 0 Release: 0
Summary: Console based Tetris clone Summary: Console based Tetris clone
License: GPL-2.0-or-later License: GPL-2.0-or-later
Group: Amusements/Games/Action/Arcade Group: Amusements/Games/Action/Arcade
URL: https://github.com/dominikhackl/ctris URL: https://github.com/0xminik/ctris
#Git-Clone: https://github.com/dominikhackl/ctris.git #Git-Clone: https://github.com/0xminik/ctris.git
Source: https://github.com/dominikhackl/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Source: https://github.com/0xminik/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: ncurses-devel BuildRequires: ncurses-devel
%description %description
A colorized, small and flexible Tetris clone for the console. A colorized, small and flexible Tetris clone for the console.
%prep %prep
%setup -q %autosetup -p1
%build %build
make CFLAGS="%{optflags} -fcommon" %{?_smp_mflags} %make_build
%install %install
%make_install BINDIR="%{buildroot}%{_bindir}" %make_install BINDIR="%{buildroot}%{_bindir}"