forked from pool/ansilove
Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
dccb1cae2b | |||
9486672157 | |||
e06aa17919 | |||
|
9fa5290ef6 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a2f24918ffe01332ea18b2ffab2da4ccad55c7e4a4edcf1c64a1c017d2e4e930
|
|
||||||
size 41976
|
|
3
ansilove-4.2.1.tar.gz
Normal file
3
ansilove-4.2.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:60b1f1b6e4a5be287bb19310ea526c631a0bea5f4cb550f33c301a4b1ec30abf
|
||||||
|
size 42218
|
@@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 24 18:41:49 UTC 2025 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
- Update to version 4.2.1
|
||||||
|
* Document support for the Spleen 8x16 font
|
||||||
|
* Bump cmake_minimum_required to 3.5, to allow building with
|
||||||
|
CMake 4.0.
|
||||||
|
* Bump cmake_minimum_required to 3.10 to be more future proof.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 20 22:10:46 UTC 2025 - Shawn Dunn <sfalken@opensuse.org>
|
||||||
|
|
||||||
|
- Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4
|
||||||
|
- Add %check section
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 5 08:15:53 UTC 2023 - Andrea Manzini <andrea.manzini@suse.com>
|
Mon Jun 5 08:15:53 UTC 2023 - Andrea Manzini <andrea.manzini@suse.com>
|
||||||
|
|
||||||
|
@@ -1,8 +1,8 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ansilove
|
# spec file for package ansilove
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
# Copyright (c) 2019-2023, Martin Hauke <mardnh@gmx.de>
|
# Copyright (c) 2019-2025, Martin Hauke <mardnh@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
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: ansilove
|
Name: ansilove
|
||||||
Version: 4.2.0
|
Version: 4.2.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: ANSI and ASCII art to PNG converter
|
Summary: ANSI and ASCII art to PNG converter
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
@@ -26,7 +26,7 @@ Group: Productivity/Graphics/Other
|
|||||||
URL: https://www.ansilove.org
|
URL: https://www.ansilove.org
|
||||||
#Git-Clone: https://github.com/ansilove/ansilove.git
|
#Git-Clone: https://github.com/ansilove/ansilove.git
|
||||||
Source: https://github.com/ansilove/ansilove/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source: https://github.com/ansilove/ansilove/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake >= 3.10
|
||||||
BuildRequires: libansilove-devel >= 1.4.0
|
BuildRequires: libansilove-devel >= 1.4.0
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -49,11 +49,14 @@ find examples/ -type f -name "*.ans" -exec sed -i 's/\r$//' {} +
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake
|
%cmake
|
||||||
make %{?_smp_mflags}
|
%cmake_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%cmake_install
|
%cmake_install
|
||||||
|
|
||||||
|
%check
|
||||||
|
%ctest
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc AUTHORS ChangeLog README.md
|
%doc AUTHORS ChangeLog README.md
|
||||||
|
Reference in New Issue
Block a user