Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: OpenMandrivaAssociation/vulkan-headers
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f3133dbf0b988a861f497f620a580b273407b6d1
Choose a base ref
...
head repository: OpenMandrivaAssociation/vulkan-headers
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f24d3c88f051e57c0234e5e3bdffafbeceadfaf9
Choose a head ref
  • 6 commits
  • 2 files changed
  • 2 contributors

Commits on Oct 28, 2022

  1. new version 1.3.232

    tpgxyz committed Oct 28, 2022
    Copy the full SHA
    0b4f39c View commit details

Commits on Nov 11, 2022

  1. new version 1.3.234

    tpgxyz committed Nov 11, 2022

    Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    5fe7c52 View commit details

Commits on Dec 18, 2022

  1. new version 1.3.237

    tpgxyz committed Dec 18, 2022
    Copy the full SHA
    3ea4d66 View commit details

Commits on Dec 27, 2022

  1. Update to 1.3.238

    berolinux committed Dec 27, 2022
    Copy the full SHA
    a03e656 View commit details

Commits on Mar 15, 2023

  1. new version 1.3.243

    tpgxyz committed Mar 15, 2023
    Copy the full SHA
    d638611 View commit details
  2. Merge pull request #2 from OpenMandrivaAssociation/master

    new version 1.3.243
    tpgxyz authored Mar 15, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    f24d3c8 View commit details
Showing with 9 additions and 3 deletions.
  1. +1 −1 .abf.yml
  2. +8 −2 vulkan-headers.spec
2 changes: 1 addition & 1 deletion .abf.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
sources:
Vulkan-Headers-1.3.231.tar.gz: 60fb6c48e712be2e7f7ec95e27f4badfcff17b4b
Vulkan-Headers-1.3.243.tar.gz: 776d26765116bcfffd9d180ce9f471f39d75c320
10 changes: 8 additions & 2 deletions vulkan-headers.spec
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
#define snapshot 20220115

Name: vulkan-headers
Version: 1.3.231
Version: 1.3.243
Release: %{?snapshot:1.%{snapshot}.}1
Summary: Vulkan Header files and API registry
License: ASL 2.0
@@ -11,12 +11,16 @@ Source0: https://github.com/KhronosGroup/Vulkan-Headers/archive/%{?snapshot:refs
BuildRequires: cmake
BuildRequires: ninja
BuildArch: noarch
Requires: pkgconfig(wayland-client)
Requires: pkgconfig(x11)
Requires: pkgconfig(xcb)
Requires: pkgconfig(xrandr)

%description
Vulkan Header files and API registry.

%prep
%autosetup -n %{oname}-%{?snapshot:main}%{!?snapshot:%{version}}
%autosetup -n %{oname}-%{?snapshot:main}%{!?snapshot:%{version}} -p1
%cmake \
-G Ninja

@@ -32,3 +36,5 @@ Vulkan Header files and API registry.
%{_includedir}/vulkan
%{_includedir}/vk_video
%{_datadir}/vulkan
%dir %{_datadir}/cmake/VulkanHeaders
%{_datadir}/cmake/VulkanHeaders/*.cmake