public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Robin Jarry <rjarry@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/libecoli] f44: New upstream release v0.11.5
Date: Thu, 11 Jun 2026 13:38:05 GMT	[thread overview]
Message-ID: <178118508557.1.564069840782910823.rpms-libecoli-873bbaac5d94@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/libecoli
Branch : f44
Commit : 873bbaac5d94ae0a79f119a9f69c5528e3942c6f
Author : Robin Jarry <rjarry@redhat.com>
Date   : 2026-05-21T15:29:10+02:00
Stats  : +7/-22 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/libecoli/c/873bbaac5d94ae0a79f119a9f69c5528e3942c6f?branch=f44

Log:
New upstream release v0.11.5

---
diff --git a/.gitignore b/.gitignore
index c45d11d..343facf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@
 /libecoli-0.10.1.tar.gz
 /libecoli-0.11.2.tar.gz
 /libecoli-0.11.3.tar.gz
+/libecoli-0.11.5.tar.gz

diff --git a/libecoli.spec b/libecoli.spec
index 4c3be9e..72f63fc 100644
--- a/libecoli.spec
+++ b/libecoli.spec
@@ -4,7 +4,7 @@
 %global forgeurl https://github.com/rjarry/libecoli
 
 Name: libecoli
-Version: 0.11.3
+Version: 0.11.5
 Summary: Extensible COmmand LIne library
 License: BSD-3-Clause AND LicenseRef-Fedora-Public-Domain
 
@@ -14,13 +14,14 @@ URL: %{forgeurl}
 Release: %{autorelease}
 Source: %{forgesource}
 
+BuildRequires: doxygen
+BuildRequires: doxygen2man
 BuildRequires: gcc
+BuildRequires: libedit-devel
+BuildRequires: libxml2
 BuildRequires: meson
 BuildRequires: ninja-build
-BuildRequires: libedit-devel
 BuildRequires: pkgconf
-BuildRequires: doxygen
-BuildRequires: fdupes
 
 %description
 libecoli stands for Extensible COmmand LIne library.
@@ -70,23 +71,6 @@ This package contains the HTML documentation for %{name}.
 %install
 %meson_install
 
-# Doxygen creates man links which are text files containing a reference to
-# another man page. Upstream tried to convert them to symlinks but meson
-# converts them back to regular files on install. Handle the conversion from
-# man "link" to symbolic link to avoid duplicated files in the rpm.
-for man in "%{buildroot}%{_mandir}"/*/*; do
-	read -r so link < "$man"
-	if [ "$so" = ".so" ]; then
-		rm -f "$man"
-		if [ -f "%{buildroot}%{_mandir}/$link" ]; then
-			ln -sr "%{buildroot}%{_mandir}/$link" "$man"
-		fi
-	fi
-done
-
-# Replace duplicate files with hardlinks.
-%fdupes "%{buildroot}%{_datadir}/doc/libecoli"
-
 %files
 %doc README.md
 %license LICENSE

diff --git a/sources b/sources
index 63aa94c..7ba080e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (libecoli-0.11.3.tar.gz) = e1587bcd797c49d3db7c4805e3ba6a891fdb08001daf6d5f8862a3d0cefa22d3669040b10ebdd316df91e872daa1c310b6009bda61de3330606084ff725d10c6
+SHA512 (libecoli-0.11.5.tar.gz) = e83c906fa37bfb562b018c1090e711ed5a768638cf689c3ff7529ec656a1ca018bdd2019bcec5c3d10f698d4d36d41f3cf9955a650de115103a98fa4ca37d266

                 reply	other threads:[~2026-06-11 13:38 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178118508557.1.564069840782910823.rpms-libecoli-873bbaac5d94@fedoraproject.org \
    --to=rjarry@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox