public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/unibilium] rawhide: Update to version 2.1.4
@ 2026-09-07 10:22 Andreas Schneider
  0 siblings, 0 replies; only message in thread
From: Andreas Schneider @ 2026-09-07 10:22 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/unibilium
            Branch : rawhide
            Commit : 4714d0b512d5d7029a01f23c493604e7b845f63f
            Author : Andreas Schneider <asn@redhat.com>
            Date   : 2026-09-07T12:20:36+02:00
            Stats  : +7/-10 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/unibilium/c/4714d0b512d5d7029a01f23c493604e7b845f63f?branch=rawhide

            Log:
            Update to version 2.1.4

- resolves: rhbz#2525957

---
diff --git a/sources b/sources
index 7d2bf06..5e667f3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (unibilium-2.1.2.tar.gz) = 8bc50b3662fcb1b52055fed028926d8c296169b6b1cfefef9bb37a435321ee6e005c4166c1e68c2959e5f6d4ffe8f44d8ea87d6dcc967176d473ae918ff3018f
+SHA512 (unibilium-2.1.4.tar.gz) = e1d351b7f4c13825c415f3b8078abd538863614a8aa443e3c5e5b85110372084ff4385c4b17eb7a546807188265285ca4b6493b6db9670d490f7743b89f11c4f

diff --git a/unibilium.spec b/unibilium.spec
index e37eb94..f4fcf2f 100644
--- a/unibilium.spec
+++ b/unibilium.spec
@@ -1,5 +1,5 @@
 Name:           unibilium
-Version:        2.1.2
+Version:        2.1.4
 Release:        %autorelease
 Summary:        Terminfo parsing library
 
@@ -8,10 +8,9 @@ URL:            https://github.com/neovim/unibilium
 
 Source0:        %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
 
-BuildRequires:  autoconf
+BuildRequires:  cmake
 BuildRequires:  gcc
 BuildRequires:  make
-BuildRequires:  libtool
 # For docs
 BuildRequires:  %{_bindir}/pod2man
 # For tests
@@ -31,18 +30,16 @@ Requires:       %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
 
 %prep
 %autosetup -p1
-autoreconf -fi
 
 %build
-%configure
-%make_build
+%cmake -DBUILD_TOOLS=ON -DBUILD_TESTS=ON
+%cmake_build
 
 %install
-%make_install
-rm -vf %{buildroot}%{_libdir}/*.{a,la}
+%cmake_install
 
 %check
-make test
+%ctest
 
 %ldconfig_scriptlets
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-07 10:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-07 10:22 [rpms/unibilium] rawhide: Update to version 2.1.4 Andreas Schneider

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox