2 Commits

Author SHA256 Message Date
09098194ed Accepting request 1264678 from graphics
OBS-URL: https://build.opensuse.org/request/show/1264678
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libansilove?expand=0&rev=17
2025-03-27 21:34:48 +00:00
4b7bcbe592 - Update to version 1.4.2
- 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/libansilove?expand=0&rev=32
2025-03-27 18:51:38 +00:00
4 changed files with 18 additions and 11 deletions

View File

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

3
libansilove-1.4.2.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Mar 24 17:26:55 UTC 2025 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.4.2
- 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.
-------------------------------------------------------------------
Mon Jun 5 08:11:07 UTC 2023 - Andrea Manzini <andrea.manzini@suse.com>

View File

@@ -1,8 +1,8 @@
#
# spec file for package libansilove
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2019-2022, Martin Hauke <mardnh@gmx.de>
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2019-2025, Martin Hauke <mardnh@gmx.de>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
%global sover 1
%global libname %{name}%{sover}
Name: libansilove
Version: 1.4.1
Version: 1.4.2
Release: 0
Summary: Library for converting ANSI, ASCII, and other formats to PNG
License: BSD-2-Clause
@@ -28,7 +28,7 @@ Group: Productivity/Graphics/Other
URL: https://www.ansilove.org
#Git-Clone: https://github.com/ansilove/libansilove.git
Source: https://github.com/ansilove/libansilove/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: cmake >= 3.1
BuildRequires: cmake >= 3.10
BuildRequires: pkgconfig
BuildRequires: pkgconfig(gdlib)
@@ -68,11 +68,11 @@ This subpackage contains libraries and header files for developing
applications that want to make use of libansilove.
%prep
%setup -q
%autosetup -p1
%build
%cmake
make %{?_smp_mflags}
%cmake_build
%install
%cmake_install
@@ -80,8 +80,7 @@ make %{?_smp_mflags}
# Only keep the shared library
rm %{buildroot}%{_libdir}/libansilove-static.a
%post -n %{libname} -p /sbin/ldconfig
%postun -n %{libname} -p /sbin/ldconfig
%ldconfig_scriptlets -n %{libname}
%files -n %{libname}
%license LICENSE