public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/mlt] epel9-next: Better swig handler for el7 support
Date: Mon, 20 Jul 2026 18:17:00 GMT [thread overview]
Message-ID: <178457142003.1.1692747770134028851.rpms-mlt-b54c870ec2f6@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/mlt
Branch : epel9-next
Commit : b54c870ec2f6834ab535fa6129ae2d1696e2f612
Author : Sérgio M. Basto <sergio@serjux.com>
Date : 2017-01-27T04:28:40+00:00
Stats : +8/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/mlt/c/b54c870ec2f6834ab535fa6129ae2d1696e2f612?branch=epel9-next
Log:
Better swig handler for el7 support
---
diff --git a/mlt.spec b/mlt.spec
index fd77035..6472bc9 100644
--- a/mlt.spec
+++ b/mlt.spec
@@ -4,7 +4,7 @@
Summary: Toolkit for broadcasters, video editors, media players, transcoders
Name: mlt
Version: 6.4.1
-Release: 3%{?dist}
+Release: 4%{?dist}
# mlt/src/win32/fnmatch.{c,h} are BSD-licensed.
# but is not used in Linux
@@ -30,7 +30,11 @@ BuildRequires: libsamplerate-devel
BuildRequires: ladspa-devel
BuildRequires: libxml2-devel
BuildRequires: sox-devel
+%if 0%{?fedora} >= 25
BuildRequires: swig >= 3.0.11
+%else
+BuildRequires: swig
+%endif
BuildRequires: python2-devel
BuildRequires: freetype-devel
BuildRequires: libexif-devel
@@ -207,6 +211,9 @@ test "$(pkg-config --modversion mlt++)" = "%{version}"
%changelog
+* Fri Jan 27 2017 Sérgio Basto <sergio@serjux.com> - 6.4.1-4
+- Better swig handler for el7 support
+
* Sat Jan 14 2017 Sérgio Basto <sergio@serjux.com> - 6.4.1-3
- Enable php extension, swig already support php7 (#1356985)
reply other threads:[~2026-07-20 18:17 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=178457142003.1.1692747770134028851.rpms-mlt-b54c870ec2f6@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