public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Dominik 'Rathann' Mierzejewski <dominik@greysector.net>
To: git-commits@fedoraproject.org
Subject: [rpms/libquicktime] rawhide: Disable retired schroedinger on F45+ (resolves rhbz#2507938)
Date: Tue, 28 Jul 2026 18:45:35 GMT [thread overview]
Message-ID: <178526433594.1.4871964114672648242.rpms-libquicktime-0293492e2e8a@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/libquicktime
Branch : rawhide
Commit : 0293492e2e8a9648b63cb166ac74425007e327d0
Author : Dominik 'Rathann' Mierzejewski <dominik@greysector.net>
Date : 2026-07-28T20:24:22+02:00
Stats : +10/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/libquicktime/c/0293492e2e8a9648b63cb166ac74425007e327d0?branch=rawhide
Log:
Disable retired schroedinger on F45+ (resolves rhbz#2507938)
---
diff --git a/libquicktime.spec b/libquicktime.spec
index bd037ca..dbe1f00 100644
--- a/libquicktime.spec
+++ b/libquicktime.spec
@@ -3,13 +3,17 @@
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%if 0%{?rhel} && 0%{?rhel} > 9
-%bcond schroedinger 0
%bcond libdv 0
%else
-%bcond schroedinger 1
%bcond libdv 1
%endif
+%if 0%{?fedora} >= 45 || 0%{?rhel} > 9
+%bcond schroedinger 0
+%else
+%bcond schroedinger 1
+%endif
+
%if 0%{?fedora} >= 45 || 0%{?rhel} >= 11
%bcond gtk2 0
%else
@@ -19,7 +23,7 @@
Summary: Library for reading and writing Quicktime files
Name: libquicktime
Version: 1.2.4^%{date}git%{shortcommit}
-Release: 5%{?dist}
+Release: 6%{?dist}
License: GPL-2.0-or-later AND LGPL-2.1-or-later
URL: http://libquicktime.sourceforge.net/
Source0: https://sourceforge.net/code-snapshots/git/l/li/libquicktime/git.git/libquicktime-git-%{commit}.zip
@@ -138,6 +142,9 @@ rm -v %{buildroot}%{_libdir}/%{name}{,/lqt_*}.la
%{_libdir}/%{name}.so
%changelog
+* Tue Jul 28 2026 Dominik Mierzejewski <dominik@greysector.net> - 1.2.4^20240202git2213b76-6
+- Disable retired schroedinger on F45+ (resolves rhbz#2507938)
+
* Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.4^20240202git2213b76-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
reply other threads:[~2026-07-28 18:45 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=178526433594.1.4871964114672648242.rpms-libquicktime-0293492e2e8a@fedoraproject.org \
--to=dominik@greysector.net \
--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