public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Benjamin A. Beasley <code@musicinmybrain.net>
To: git-commits@fedoraproject.org
Subject: [rpms/usd] rawhide: Update to 26.08 (close RHBZ#2502858)
Date: Fri, 31 Jul 2026 05:41:19 GMT	[thread overview]
Message-ID: <178547647947.1.6773709949813944796.rpms-usd-f5a3fd00e0e9@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/usd
Branch : rawhide
Commit : f5a3fd00e0e98db7dfb83e18c6e852fe5fcf847b
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-07-30T08:03:18+01:00
Stats  : +31/-28 in 11 file(s)
URL    : https://src.fedoraproject.org/rpms/usd/c/f5a3fd00e0e98db7dfb83e18c6e852fe5fcf847b?branch=rawhide

Log:
Update to 26.08 (close RHBZ#2502858)

---
diff --git a/.gitignore b/.gitignore
index cf961b4..c329709 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,3 +23,4 @@
 /OpenUSD-25.11.tar.gz
 /OpenUSD-26.03.tar.gz
 /OpenUSD-26.05.tar.gz
+/OpenUSD-26.08.tar.gz

diff --git a/0001-Downstream-only-add-an-SONAME-version.patch b/0001-Downstream-only-add-an-SONAME-version.patch
index c86bdb4..db129dd 100644
--- a/0001-Downstream-only-add-an-SONAME-version.patch
+++ b/0001-Downstream-only-add-an-SONAME-version.patch
@@ -1,4 +1,4 @@
-From 330d176f208baadd2db58f8797bc492f2d81c03f Mon Sep 17 00:00:00 2001
+From ee4e9b30e14133e35c23821d3dc7aa93df354a38 Mon Sep 17 00:00:00 2001
 From: "Benjamin A. Beasley" <code@musicinmybrain.net>
 Date: Fri, 27 Oct 2023 12:56:58 -0400
 Subject: [PATCH] Downstream-only: add an SONAME version
@@ -37,11 +37,11 @@ built with -DPXR_BUILD_EXAMPLES=OFF, but it is.)
  3 files changed, 9 insertions(+)
 
 diff --git a/cmake/defaults/Version.cmake b/cmake/defaults/Version.cmake
-index 3efcd4e82..e8f37af98 100644
+index c31b5e8d9..fabb45397 100644
 --- a/cmake/defaults/Version.cmake
 +++ b/cmake/defaults/Version.cmake
 @@ -10,3 +10,9 @@ set(PXR_MINOR_VERSION "26")
- set(PXR_PATCH_VERSION "5") # NOTE: Must not have leading 0 for single digits
+ set(PXR_PATCH_VERSION "8") # NOTE: Must not have leading 0 for single digits
  
  math(EXPR PXR_VERSION "${PXR_MAJOR_VERSION} * 10000 + ${PXR_MINOR_VERSION} * 100 + ${PXR_PATCH_VERSION}")
 +
@@ -51,10 +51,10 @@ index 3efcd4e82..e8f37af98 100644
 +    "Downstream shared object version"
 +)
 diff --git a/cmake/macros/Private.cmake b/cmake/macros/Private.cmake
-index e2dccb075..5f6913e22 100644
+index cddb4e095..5e4b4603a 100644
 --- a/cmake/macros/Private.cmake
 +++ b/cmake/macros/Private.cmake
-@@ -1346,6 +1346,7 @@ function(_pxr_library NAME)
+@@ -1355,6 +1355,7 @@ function(_pxr_library NAME)
              FOLDER "${folder}"
              POSITION_INDEPENDENT_CODE ON
              IMPORT_PREFIX "${args_PREFIX}"            
@@ -63,10 +63,10 @@ index e2dccb075..5f6913e22 100644
              SUFFIX "${args_SUFFIX}"
      )
 diff --git a/cmake/macros/Public.cmake b/cmake/macros/Public.cmake
-index b51789f4a..af2f2a805 100644
+index 5f6a5456b..553b645ec 100644
 --- a/cmake/macros/Public.cmake
 +++ b/cmake/macros/Public.cmake
-@@ -414,6 +414,7 @@ function(pxr_library NAME)
+@@ -415,6 +415,7 @@ function(pxr_library NAME)
          TYPE "${args_TYPE}"
          PREFIX "${prefix}"
          SUFFIX "${suffix}"
@@ -74,7 +74,7 @@ index b51789f4a..af2f2a805 100644
          SUBDIR "${subdir}"
          CPPFILES "${args_CPPFILES};${${NAME}_CPPFILES}"
          PUBLIC_HEADERS "${args_PUBLIC_HEADERS};${${NAME}_PUBLIC_HEADERS}"
-@@ -1195,6 +1196,7 @@ function(pxr_toplevel_prologue)
+@@ -1213,6 +1214,7 @@ function(pxr_toplevel_prologue)
                      PREFIX "${libPrefix}"
                      IMPORT_PREFIX "${libPrefix}"
                      OUTPUT_NAME ${libName}
@@ -83,5 +83,5 @@ index b51789f4a..af2f2a805 100644
              _get_install_dir("lib" libInstallPrefix)
              install(
 -- 
-2.53.0
+2.55.0
 

diff --git a/0001-Downstream-only-use-Valgrind-macro-instead-of-inline.patch b/0001-Downstream-only-use-Valgrind-macro-instead-of-inline.patch
index 876f0e1..6d2305c 100644
--- a/0001-Downstream-only-use-Valgrind-macro-instead-of-inline.patch
+++ b/0001-Downstream-only-use-Valgrind-macro-instead-of-inline.patch
@@ -1,4 +1,4 @@
-From 15ea3b68bb15fd6338cbe76ec94eac055dc28c4e Mon Sep 17 00:00:00 2001
+From 817e23674f1b4ba62481c4e9794f0665a44d83f8 Mon Sep 17 00:00:00 2001
 From: "Benjamin A. Beasley" <code@musicinmybrain.net>
 Date: Fri, 1 Aug 2025 08:47:41 -0400
 Subject: [PATCH] Downstream-only: use Valgrind macro instead of inline
@@ -61,5 +61,5 @@ index 96dacca06..7e5625678 100644
  
  Vdf_ExecutorDataVector::~Vdf_ExecutorDataVector()
 -- 
-2.53.0
+2.55.0
 

diff --git a/0001-Downstream-only-use-the-system-double-conversion-lib.patch b/0001-Downstream-only-use-the-system-double-conversion-lib.patch
index 51614ec..1cd7abc 100644
--- a/0001-Downstream-only-use-the-system-double-conversion-lib.patch
+++ b/0001-Downstream-only-use-the-system-double-conversion-lib.patch
@@ -1,4 +1,4 @@
-From ea7f51376f03620c6187f3672dad12951669ecb5 Mon Sep 17 00:00:00 2001
+From 2d851f23e912d8312f2ea6818963150a8c484138 Mon Sep 17 00:00:00 2001
 From: "Benjamin A. Beasley" <code@musicinmybrain.net>
 Date: Wed, 28 Aug 2024 10:42:48 -0400
 Subject: [PATCH 1/6] Downstream-only: use the system double-conversion library
@@ -8,7 +8,7 @@ Subject: [PATCH 1/6] Downstream-only: use the system double-conversion library
  1 file changed, 3 insertions(+), 8 deletions(-)
 
 diff --git a/pxr/base/tf/CMakeLists.txt b/pxr/base/tf/CMakeLists.txt
-index 8c0f8e4a1..3afc2edaf 100644
+index 4294f2cb5..b45df65b8 100644
 --- a/pxr/base/tf/CMakeLists.txt
 +++ b/pxr/base/tf/CMakeLists.txt
 @@ -105,11 +105,14 @@ function(add_py_dll_link_test)
@@ -42,5 +42,5 @@ index 8c0f8e4a1..3afc2edaf 100644
  
      PYMODULE_CPPFILES
 -- 
-2.53.0
+2.55.0
 

diff --git a/0002-Downstream-only-use-the-system-lz4-library.patch b/0002-Downstream-only-use-the-system-lz4-library.patch
index a61e7fb..6659b01 100644
--- a/0002-Downstream-only-use-the-system-lz4-library.patch
+++ b/0002-Downstream-only-use-the-system-lz4-library.patch
@@ -1,4 +1,4 @@
-From cb323e80b560cbebf49c0e199804965b472274b0 Mon Sep 17 00:00:00 2001
+From 9fd6089b3e95bb882199ee359fbba83f7c4bb410 Mon Sep 17 00:00:00 2001
 From: "Benjamin A. Beasley" <code@musicinmybrain.net>
 Date: Thu, 29 Aug 2024 13:30:18 -0400
 Subject: [PATCH 2/6] Downstream-only: use the system lz4 library
@@ -8,7 +8,7 @@ Subject: [PATCH 2/6] Downstream-only: use the system lz4 library
  1 file changed, 6 insertions(+), 1 deletion(-)
 
 diff --git a/pxr/base/tf/CMakeLists.txt b/pxr/base/tf/CMakeLists.txt
-index 3afc2edaf..8ae85b5eb 100644
+index b45df65b8..5e6de96da 100644
 --- a/pxr/base/tf/CMakeLists.txt
 +++ b/pxr/base/tf/CMakeLists.txt
 @@ -106,6 +106,8 @@ function(add_py_dll_link_test)
@@ -40,5 +40,5 @@ index 3afc2edaf..8ae85b5eb 100644
      PYMODULE_CPPFILES
          module.cpp
 -- 
-2.53.0
+2.55.0
 

diff --git a/0003-Downstream-only-use-the-system-pugixml-library.patch b/0003-Downstream-only-use-the-system-pugixml-library.patch
index 6f0a13a..e7ad209 100644
--- a/0003-Downstream-only-use-the-system-pugixml-library.patch
+++ b/0003-Downstream-only-use-the-system-pugixml-library.patch
@@ -1,4 +1,4 @@
-From de61621ccbee32776ea9e330384f6275c4237259 Mon Sep 17 00:00:00 2001
+From 73637a9bf67b3f7afe5070e5d56b07524e14a073 Mon Sep 17 00:00:00 2001
 From: "Benjamin A. Beasley" <code@musicinmybrain.net>
 Date: Fri, 30 Aug 2024 09:32:08 -0400
 Subject: [PATCH 3/6] Downstream-only: use the system pugixml library
@@ -35,5 +35,5 @@ index 244f27aa8..1e00413c4 100644
      PRIVATE_HEADERS
          api.h
 -- 
-2.53.0
+2.55.0
 

diff --git a/0004-Downstream-only-use-the-system-rapidjson-library.patch b/0004-Downstream-only-use-the-system-rapidjson-library.patch
index d9e2dcf..8d9f9cd 100644
--- a/0004-Downstream-only-use-the-system-rapidjson-library.patch
+++ b/0004-Downstream-only-use-the-system-rapidjson-library.patch
@@ -1,4 +1,4 @@
-From a83325f12491456b6ad9cb40fa09f0155377263f Mon Sep 17 00:00:00 2001
+From f331a476a66e41e93d83b7a2e438d3ee7f12ea32 Mon Sep 17 00:00:00 2001
 From: "Benjamin A. Beasley" <code@musicinmybrain.net>
 Date: Sat, 31 Aug 2024 11:08:18 -0400
 Subject: [PATCH 4/6] Downstream-only: use the system rapidjson library
@@ -59,5 +59,5 @@ index 8cbda8c52..ec8f3c249 100644
          overview.dox
  )
 -- 
-2.53.0
+2.55.0
 

diff --git a/0005-Downstream-only-use-the-system-libdeflate.patch b/0005-Downstream-only-use-the-system-libdeflate.patch
index c97e35f..b8ce47f 100644
--- a/0005-Downstream-only-use-the-system-libdeflate.patch
+++ b/0005-Downstream-only-use-the-system-libdeflate.patch
@@ -1,4 +1,4 @@
-From 91b0341364b986e051a150a9f33e98a12bc3f20d Mon Sep 17 00:00:00 2001
+From a537b44edabe942380d2e87ea7069bdf32b93dbc Mon Sep 17 00:00:00 2001
 From: "Benjamin A. Beasley" <code@musicinmybrain.net>
 Date: Sun, 1 Sep 2024 21:30:11 -0400
 Subject: [PATCH 5/6] Downstream-only: use the system libdeflate
@@ -72,5 +72,5 @@ index 7481a346e..71bdde9cc 100644
  
  #include "OpenEXRCore/attributes.c"
 -- 
-2.53.0
+2.55.0
 

diff --git a/0006-Downstream-only-use-the-system-libavif.patch b/0006-Downstream-only-use-the-system-libavif.patch
index 5b5fc40..9ab912a 100644
--- a/0006-Downstream-only-use-the-system-libavif.patch
+++ b/0006-Downstream-only-use-the-system-libavif.patch
@@ -1,4 +1,4 @@
-From 81ac0ca314d66e96f43ed904204b63be302e0743 Mon Sep 17 00:00:00 2001
+From f2a3615238a691e11a4029c33498e7f21a34fff9 Mon Sep 17 00:00:00 2001
 From: "Benjamin A. Beasley" <code@musicinmybrain.net>
 Date: Wed, 4 Sep 2024 11:09:47 -0400
 Subject: [PATCH 6/6] Downstream-only: use the system libavif
@@ -237,5 +237,5 @@ index 1ac2683f6..7d583c137 100644
  
      RESOURCE_FILES
 -- 
-2.53.0
+2.55.0
 

diff --git a/sources b/sources
index 6c2e7f6..695949f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (OpenUSD-26.05.tar.gz) = d10222a457d71470a26ad6dc812685f257bf5c90a64a11d90e543ef7eaba803aa4e2593c358ebd430ba55856e987f7a6f50597b1ad6d2da737c239ad4f18ad6a
+SHA512 (OpenUSD-26.08.tar.gz) = 82f7bb4f77b295be79cd36f591f242276d36c0d589b0fca383344c27e70daf7e29151bf587528bb2fc2b2a8b974387a253993ace3caf5f79ae70f9ebbc71cf1a

diff --git a/usd.spec b/usd.spec
index 4218484..fc69879 100644
--- a/usd.spec
+++ b/usd.spec
@@ -2,7 +2,7 @@
 # package version, as a reminder of the need to rebuild dependent packages on
 # every update. See additional notes near the downstream ABI versioning patch.
 # It should be 0.MAJOR.MINOR without leading zeros, e.g. 22.03 → 0.22.3.
-%global downstream_so_version 0.26.5
+%global downstream_so_version 0.26.8
 
 %bcond alembic       1
 %bcond draco         1
@@ -25,7 +25,7 @@
 %bcond test          0
 
 Name:           usd
-Version:        26.05
+Version:        26.08
 Release:        %autorelease
 Summary:        3D VFX pipeline interchange file format
 
@@ -714,6 +714,7 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/org.openusd.usdview.d
 %{_bindir}/usdstitch
 %{_bindir}/usdstitchclips
 %{_bindir}/usdtree
+%{_bindir}/usdupdatecrate
 %{_bindir}/usdzip
 %if %{with usdview}
 %{_datadir}/applications/org.openusd.usdview.desktop
@@ -745,6 +746,7 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/org.openusd.usdview.d
 %{_mandir}/man1/usdstitch.1*
 %{_mandir}/man1/usdstitchclips.1*
 %{_mandir}/man1/usdtree.1*
+%{_mandir}/man1/usdupdatecrate.1*
 %{_mandir}/man1/usdzip.1*
 %if %{with usdview}
 %{_mandir}/man1/testusdview.1*

                 reply	other threads:[~2026-07-31  5:41 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=178547647947.1.6773709949813944796.rpms-usd-f5a3fd00e0e9@fedoraproject.org \
    --to=code@musicinmybrain.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