public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Luya Tshimbalanga <luya@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/openshadinglanguage] rawhide: Update to 1.15.7.0 (rhbz#2529616)
Date: Wed, 09 Sep 2026 15:48:51 GMT [thread overview]
Message-ID: <178896893119.1.6288653806950834085.rpms-openshadinglanguage-cecf16fd50cf@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/openshadinglanguage
Branch : rawhide
Commit : cecf16fd50cfc669b255a080f46350073239b402
Author : Luya Tshimbalanga <luya@fedoraproject.org>
Date : 2026-09-09T08:46:32-07:00
Stats : +6/-4 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/openshadinglanguage/c/cecf16fd50cfc669b255a080f46350073239b402?branch=rawhide
Log:
Update to 1.15.7.0 (rhbz#2529616)
This commit dropped unused QT5 support and add ccache for
quicker compilation.
---
diff --git a/.gitignore b/.gitignore
index 6e0fdf6..4b27dfc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,3 +36,4 @@
/OpenShadingLanguage-1.15.4.0.tar.gz
/OpenShadingLanguage-1.15.5.0.tar.gz
/OpenShadingLanguage-1.15.6.0.tar.gz
+/OpenShadingLanguage-1.15.7.0.tar.gz
diff --git a/openshadinglanguage.spec b/openshadinglanguage.spec
index 46225a4..ddecbd7 100644
--- a/openshadinglanguage.spec
+++ b/openshadinglanguage.spec
@@ -1,6 +1,6 @@
# Required for the plugin directory name, see https://github.com/OpenImageIO/oiio/issues/2583
%global oiio_major_minor_ver %(rpm -q --queryformat='%%{version}' OpenImageIO-devel | cut -d . -f 1-2)
-%bcond qt5 1
+%bcond qt5 0
%bcond qt6 1
%dnl %global llvm_compat __
@@ -9,7 +9,7 @@
#global snapdate YYYYMMDD
Name: openshadinglanguage
-Version: 1.15.6.0%{?commit:~%{snapdate}git%{sub %{commit} 1 7}}
+Version: 1.15.7.0%{?commit:~%{snapdate}git%{sub %{commit} 1 7}}
# This is based on the first two components of the version, so we could produce
# it automatically, but we rewrite it manually here as a reminder, to reduce
# the likelihood of undetected SONAME version bumps.
@@ -89,6 +89,7 @@ Requires: %{name}-libs%{?_isa} = %{version}-%{release}
BuildRequires: bison >= 2.7
BuildRequires: clang%{?llvm_compat}-devel
BuildRequires: cmake >= 3.12
+BuildRequires: config(ccache)
BuildRequires: flex >= 2.5.35
BuildRequires: gcc-c++ >= 6.1
BuildRequires: llvm%{?llvm_compat}-devel
@@ -294,7 +295,7 @@ rm -fr %{buildroot}%{_prefix}/cmake/llvm_macros.cmake
%{_mandir}/man1/oslc.1*
%{_mandir}/man1/oslinfo.1*
-%if %{with qt5}
+%if %{with qt5} || %{with qt6}
%{_mandir}/man1/osltoy.1*
%endif
%{_mandir}/man1/testrender.1*
diff --git a/sources b/sources
index 99b63c3..44f5c05 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (OpenShadingLanguage-1.15.6.0.tar.gz) = f88afeaa3d9fdc92453c79228a4f4792bd45d9eb1e78be2473ecb639a3f2582cefa5710acb385ca5a6ff4896009e4c5a6c69ac082a767df3a2c45e61963a972b
+SHA512 (OpenShadingLanguage-1.15.7.0.tar.gz) = 38f75b9ee90b90cead708642f47a494aadd4bc1d776385e91a495cd28d26ff5d867a29ae2559baa5268c9e7f9ef27a514d37f1609124f8ef3cca36b37caa2d8f
reply other threads:[~2026-09-09 15:48 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=178896893119.1.6288653806950834085.rpms-openshadinglanguage-cecf16fd50cf@fedoraproject.org \
--to=luya@fedoraproject.org \
--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