public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/libquicktime] rawhide: Disable retired schroedinger on F45+ (resolves rhbz#2507938)
@ 2026-07-28 18:45 Dominik 'Rathann' Mierzejewski
0 siblings, 0 replies; only message in thread
From: Dominik 'Rathann' Mierzejewski @ 2026-07-28 18:45 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-28 18:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-28 18:45 [rpms/libquicktime] rawhide: Disable retired schroedinger on F45+ (resolves rhbz#2507938) Dominik 'Rathann' Mierzejewski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox