public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Tom spot Callaway <spotaws@amazon.com>
To: git-commits@fedoraproject.org
Subject: [rpms/asymptote] f45: address issue where asy-faq.html changed from directory to file, fix missing BR (glslang-devel)
Date: Fri, 25 Sep 2026 18:29:34 GMT [thread overview]
Message-ID: <179036097435.1.12316331857620728778.rpms-asymptote-e5e8d3c04d66@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/asymptote
Branch : f45
Commit : e5e8d3c04d66fff16393bb464882c5560a623d1b
Author : Tom spot Callaway <spotaws@amazon.com>
Date : 2026-09-25T14:06:22-04:00
Stats : +14/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/asymptote/c/e5e8d3c04d66fff16393bb464882c5560a623d1b?branch=f45
Log:
address issue where asy-faq.html changed from directory to file, fix missing BR (glslang-devel)
---
diff --git a/asymptote.spec b/asymptote.spec
index 65acf68..a1ba017 100644
--- a/asymptote.spec
+++ b/asymptote.spec
@@ -1,6 +1,6 @@
Name: asymptote
Version: 3.13
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Descriptive vector graphics language
# LGPL-3.0-or-later: the project as a whole
@@ -83,7 +83,7 @@ BuildRequires: mesa-compat-libOSMesa-devel
BuildRequires: mesa-libOSMesa-devel
%endif
BuildRequires: ghostscript-tools-dvipdf
-BuildRequires: glm-devel
+BuildRequires: glm-devel, glslang-devel
BuildRequires: boost-devel, rapidjson-devel
BuildRequires: cmake, make, python3-qt5
BuildRequires: vulkan-headers, glfw-devel
@@ -192,6 +192,14 @@ ln -s ../share/%{name}/GUI/xasy.py xasy
# Fix executable bits
chmod 755 %{buildroot}%{_datadir}/%{name}/{asy-kate.sh,asymptote.py}
+# This file used to be split out (in a directory named asy-faq.html)
+# but now it's just a single file called asy-faq.html.
+# We can do lua tricks, but since no one cares what this thing is called
+# we'll just check if it's a file, and if it is, rename it.
+if [ ! -d "%{buildroot}%{?_pkgdocdir}%{!?_pkgdocdir:%{_docdir}/%{name}-%{version}}/asy-faq.html" ]; then
+ mv %{buildroot}%{?_pkgdocdir}%{!?_pkgdocdir:%{_docdir}/%{name}-%{version}}/asy-faq.html %{buildroot}%{?_pkgdocdir}%{!?_pkgdocdir:%{_docdir}/%{name}-%{version}}/asy-faq-full.html
+fi
+
%files
%doc %{?_pkgdocdir}%{!?_pkgdocdir:%{_docdir}/%{name}-%{version}/}
%license LICENSE LICENSE.LESSER
@@ -210,6 +218,10 @@ chmod 755 %{buildroot}%{_datadir}/%{name}/{asy-kate.sh,asymptote.py}
%{_emacs_sitelispdir}/%{name}/
%changelog
+* Fri Sep 25 2026 Tom Callaway <spot@fedoraproject.org> - 3.13-2
+- address issue where asy-faq.html changed from directory to file
+- fix missing BR (glslang-devel)
+
* Fri Aug 28 2026 Tom Callaway <spot@fedoraproject.org> - 3.13-1
- update to 3.13
reply other threads:[~2026-09-25 18:29 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=179036097435.1.12316331857620728778.rpms-asymptote-e5e8d3c04d66@fedoraproject.org \
--to=spotaws@amazon.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