public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/graphviz] rawhide: Built with ASCII art output support (aalib) on Fedora
Date: Mon, 01 Jun 2026 14:02:20 GMT	[thread overview]
Message-ID: <178032254087.1.632900406601061921.rpms-graphviz-bb4943cf0af0@fedoraproject.org> (raw)

          A new commit has been pushed.

          Repo   : rpms/graphviz
          Branch : rawhide
          Commit : bb4943cf0af02b07bca744fa425cba348322a39d
          Author : Jaroslav Škarvada <jskarvad@redhat.com>
          Date   : 2026-06-01T16:02:08+02:00
          Stats  : +15/-1 in 1 file(s)
          URL    : https://src.fedoraproject.org/rpms/graphviz/c/bb4943cf0af02b07bca744fa425cba348322a39d?branch=rawhide

          Log:
          Built with ASCII art output support (aalib) on Fedora

Resolves: rhbz#2483520

---
diff --git a/graphviz.spec b/graphviz.spec
index 02f70fa..2b53f70 100644
--- a/graphviz.spec
+++ b/graphviz.spec
@@ -38,6 +38,7 @@
 
 %global DEVIL  1
 %global ARRRR  1
+%global ASCII  1
 
 # Build with QT applications (currently only gvedit)
 # Disabled until the package gets better structuring, see bug #447133
@@ -61,6 +62,7 @@
 %global DEVIL  0
 %global GTS    0
 %global LASI   0
+%global ASCII  0
 %endif
 
 %if %{GTS} && %{with gtk2}
@@ -106,7 +108,7 @@
 Name:			graphviz
 Summary:		Graph Visualization Tools
 Version:		15.0.0
-Release:		1%{?dist}
+Release:		2%{?dist}
 License:		epl-1.0 AND cpl-1.0 AND bsd-3-clause AND mit AND gpl-3.0-or-later WITH bison-exception-2.2 AND apache-1.1 AND lgpl-2.0-or-later WITH libtool-exception AND smlnj AND hpnd-uc
 URL:			http://www.graphviz.org/
 #Source0:		https://gitlab.com/%%{name}/%%{name}/-/archive/%%{version}/%%{name}-%%{version}.tar.bz2
@@ -207,6 +209,9 @@ BuildRequires:		doxygen
 %if %{GOLANG}
 BuildRequires:		golang
 %endif
+%if %{ASCII}
+BuildRequires:		aalib-devel
+%endif
 Requires:		urw-base35-fonts
 # rhbz#1838679
 Patch0:			graphviz-12.0.0-gvpack-neato-static.patch
@@ -479,6 +484,11 @@ export CPPFLAGS=-I`ruby -e "puts File.join(RbConfig::CONFIG['includedir'], RbCon
 %else
 	--enable-go=no
 %endif
+%if %{ASCII}
+	--with-aalib=yes
+%else
+	--with-aalib=no
+%endif
 
 # drop rpath
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
@@ -737,6 +747,10 @@ php --no-php-ini \
 %endif
 
 %changelog
+* Mon Jun 01 2026 Jaroslav Škarvada <jskarvad@redhat.com> - 15.0.0-2
+- Built with ASCII art output support (aalib) on Fedora
+  Resolves: rhbz#2483520
+
 * Mon May 25 2026 Jaroslav Škarvada <jskarvad@redhat.com> - 15.0.0-1
 - New version
   Resolves: rhbz#2480977

                 reply	other threads:[~2026-06-01 14:02 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=178032254087.1.632900406601061921.rpms-graphviz-bb4943cf0af0@fedoraproject.org \
    --to=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