SHA256
1
0
forked from pool/ansilove

4 Commits

Author SHA256 Message Date
dccb1cae2b Accepting request 1264677 from graphics
OBS-URL: https://build.opensuse.org/request/show/1264677
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ansilove?expand=0&rev=14
2025-03-27 21:34:47 +00:00
9486672157 - 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.

OBS-URL: https://build.opensuse.org/package/show/graphics/ansilove?expand=0&rev=26
2025-03-27 18:51:33 +00:00
e06aa17919 Accepting request 1255218 from graphics
OBS-URL: https://build.opensuse.org/request/show/1255218
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ansilove?expand=0&rev=13
2025-03-24 12:29:36 +00:00
Martin Hauke
9fa5290ef6 Accepting request 1254854 from home:sfalken:branches:graphics
- Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4
- Add %check section

OBS-URL: https://build.opensuse.org/request/show/1254854
OBS-URL: https://build.opensuse.org/package/show/graphics/ansilove?expand=0&rev=24
2025-03-22 08:38:58 +00:00
4 changed files with 26 additions and 8 deletions

View File

@@ -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
View File

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

View File

@@ -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>

View File

@@ -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