public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/openshadinglanguage] f45: Update to 1.15.7.0 (rhbz#2529616)
@ 2026-09-09 15:49 Luya Tshimbalanga
  0 siblings, 0 replies; only message in thread
From: Luya Tshimbalanga @ 2026-09-09 15:49 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/openshadinglanguage
            Branch : f45
            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=f45

            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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-09 15:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-09 15:49 [rpms/openshadinglanguage] f45: Update to 1.15.7.0 (rhbz#2529616) Luya Tshimbalanga

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox