From cb5fbe765c8caaa3101ad27602cdf81393eca356 Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Thu, 28 Jun 2018 20:21:01 +0000 Subject: [PATCH 01/39] Added the README --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e3150e7 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# mingw-vulkan-headers + +The mingw-vulkan-headers package \ No newline at end of file From ca21541d967d43369c222331f2937ad053f0cdbd Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Thu, 28 Jun 2018 23:41:10 +0200 Subject: [PATCH 02/39] Initial import --- .gitignore | 1 + README.md | 3 -- mingw-vulkan-headers.spec | 80 +++++++++++++++++++++++++++++++++++++++ sources | 1 + 4 files changed, 82 insertions(+), 3 deletions(-) create mode 100644 .gitignore delete mode 100644 README.md create mode 100644 mingw-vulkan-headers.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..152bfc5 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/Vulkan-Headers-1.1.77.tar.gz diff --git a/README.md b/README.md deleted file mode 100644 index e3150e7..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# mingw-vulkan-headers - -The mingw-vulkan-headers package \ No newline at end of file diff --git a/mingw-vulkan-headers.spec b/mingw-vulkan-headers.spec new file mode 100644 index 0000000..f0c2784 --- /dev/null +++ b/mingw-vulkan-headers.spec @@ -0,0 +1,80 @@ +%{?mingw_package_header} + +%global pkgname vulkan-headers +%global srcname Vulkan-Headers + +#global commit 634e3658d6fa8f95f9062a3a7831d5567baf0eb3 +#global shortcommit %(c=%{commit}; echo ${c:0:7}) + +Name: mingw-%{pkgname} +Version: 1.1.77 +Release: 1%{?commit:.git%{shortcommit}}%{?dist} +Summary: MinGW Windows %{pkgname} + +License: ASL 2.0 +BuildArch: noarch +URL: https://github.com/KhronosGroup/%{srcname} +%if 0%{?commit:1} +Source0: https://github.com/KhronosGroup/%{srcname}/archive/%{commit}/%{srcname}-%{shortcommit}.tar.gz +%else +Source0: https://github.com/KhronosGroup/%{srcname}/archive/sdk-%{version}/%{srcname}-%{version}.tar.gz +%endif + +BuildRequires: cmake +BuildRequires: mingw32-filesystem >= 95 +BuildRequires: mingw64-filesystem >= 95 + + +%description +MinGW Windows %{pkgname} + + +%package -n mingw32-%{pkgname} +Summary: MinGW Windows %{pkgname} + +%description -n mingw32-%{pkgname} +MinGW Windows %{pkgname}. + + +%package -n mingw64-%{pkgname} +Summary: MinGW Windows %{pkgname} + +%description -n mingw64-%{pkgname} +MinGW Windows %{pkgname}. + + + +%prep +%if 0%{?commit:1} +%autosetup -p1 -n %{srcname}-%{commit} +%else +%autosetup -p1 -n %{srcname}-sdk-%{version} +%endif + + +%build +%mingw_cmake +%mingw_make + + +%install +%mingw_make DESTDIR=%{buildroot} install + + +%files -n mingw32-%{pkgname} +%license LICENSE.txt +%{mingw32_includedir}/vulkan/ +%{mingw32_datadir}/vulkan/ + +%files -n mingw64-%{pkgname} +%license LICENSE.txt +%{mingw64_includedir}/vulkan/ +%{mingw64_datadir}/vulkan/ + + +%changelog +* Tue Jun 26 2018 Sandro Mani - 1.1.77-1 +- Update to 1.1.77 + +* Fri Jun 08 2018 Sandro Mani - 1.1.76-0.1.git634e365 +- Initial package diff --git a/sources b/sources new file mode 100644 index 0000000..807a381 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (Vulkan-Headers-1.1.77.tar.gz) = cc33739df898c2c0ba9ddd55e01ba5bbac29b190240ddbbad87f708be8dc58175185c273eb442d5dd465a35e1ccea97926352e235c7b817f127be8ccd6a4a849 From ea69ba5689ac080f3f1677e1eaa6defd1ea1436b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 13 Jul 2018 10:41:38 +0000 Subject: [PATCH 03/39] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- mingw-vulkan-headers.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mingw-vulkan-headers.spec b/mingw-vulkan-headers.spec index f0c2784..44a3f25 100644 --- a/mingw-vulkan-headers.spec +++ b/mingw-vulkan-headers.spec @@ -8,7 +8,7 @@ Name: mingw-%{pkgname} Version: 1.1.77 -Release: 1%{?commit:.git%{shortcommit}}%{?dist} +Release: 2%{?commit:.git%{shortcommit}}%{?dist} Summary: MinGW Windows %{pkgname} License: ASL 2.0 @@ -73,6 +73,9 @@ MinGW Windows %{pkgname}. %changelog +* Fri Jul 13 2018 Fedora Release Engineering - 1.1.77-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Tue Jun 26 2018 Sandro Mani - 1.1.77-1 - Update to 1.1.77 From 438a4460a37ea2c7fbe7d8e07da1759e50a68561 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Tue, 7 Aug 2018 11:35:41 +0200 Subject: [PATCH 04/39] Update to 1.1.82.0 --- .gitignore | 1 + mingw-vulkan-headers.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 152bfc5..5f22535 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /Vulkan-Headers-1.1.77.tar.gz +/Vulkan-Headers-1.1.82.0.tar.gz diff --git a/mingw-vulkan-headers.spec b/mingw-vulkan-headers.spec index 44a3f25..82d98aa 100644 --- a/mingw-vulkan-headers.spec +++ b/mingw-vulkan-headers.spec @@ -7,8 +7,8 @@ #global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: mingw-%{pkgname} -Version: 1.1.77 -Release: 2%{?commit:.git%{shortcommit}}%{?dist} +Version: 1.1.82.0 +Release: 1%{?commit:.git%{shortcommit}}%{?dist} Summary: MinGW Windows %{pkgname} License: ASL 2.0 @@ -73,6 +73,9 @@ MinGW Windows %{pkgname}. %changelog +* Tue Aug 07 2018 Sandro Mani - 1.1.82.0-1 +- Updateto 1.1.82.0 + * Fri Jul 13 2018 Fedora Release Engineering - 1.1.77-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild diff --git a/sources b/sources index 807a381..12cd75f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (Vulkan-Headers-1.1.77.tar.gz) = cc33739df898c2c0ba9ddd55e01ba5bbac29b190240ddbbad87f708be8dc58175185c273eb442d5dd465a35e1ccea97926352e235c7b817f127be8ccd6a4a849 +SHA512 (Vulkan-Headers-1.1.82.0.tar.gz) = 941fe17bda5185bed8d8db651355c544645ef8422d26a74c155ddb57ee08c65ab2f921644b29e3f5a0ab054d859d8b421805faadbbdac079757b8d57c85d6e52 From 29b0577d91ad8060a54a73f2aa252bca0d2daa37 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 1 Feb 2019 10:58:56 +0000 Subject: [PATCH 05/39] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- mingw-vulkan-headers.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mingw-vulkan-headers.spec b/mingw-vulkan-headers.spec index 82d98aa..4784a0d 100644 --- a/mingw-vulkan-headers.spec +++ b/mingw-vulkan-headers.spec @@ -8,7 +8,7 @@ Name: mingw-%{pkgname} Version: 1.1.82.0 -Release: 1%{?commit:.git%{shortcommit}}%{?dist} +Release: 2%{?commit:.git%{shortcommit}}%{?dist} Summary: MinGW Windows %{pkgname} License: ASL 2.0 @@ -73,6 +73,9 @@ MinGW Windows %{pkgname}. %changelog +* Fri Feb 01 2019 Fedora Release Engineering - 1.1.82.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Tue Aug 07 2018 Sandro Mani - 1.1.82.0-1 - Updateto 1.1.82.0 From f46558c159cfdff9b97a4479b1d93e067bc14788 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Mon, 4 Feb 2019 19:26:53 +0100 Subject: [PATCH 06/39] Obsolete mingw{32,64}-vulkan --- mingw-vulkan-headers.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/mingw-vulkan-headers.spec b/mingw-vulkan-headers.spec index 4784a0d..d34b40a 100644 --- a/mingw-vulkan-headers.spec +++ b/mingw-vulkan-headers.spec @@ -8,7 +8,7 @@ Name: mingw-%{pkgname} Version: 1.1.82.0 -Release: 2%{?commit:.git%{shortcommit}}%{?dist} +Release: 3%{?commit:.git%{shortcommit}}%{?dist} Summary: MinGW Windows %{pkgname} License: ASL 2.0 @@ -31,6 +31,7 @@ MinGW Windows %{pkgname} %package -n mingw32-%{pkgname} Summary: MinGW Windows %{pkgname} +Obsoletes: mingw32-vulkan %description -n mingw32-%{pkgname} MinGW Windows %{pkgname}. @@ -38,6 +39,7 @@ MinGW Windows %{pkgname}. %package -n mingw64-%{pkgname} Summary: MinGW Windows %{pkgname} +Obsoletes: mingw64-vulkan %description -n mingw64-%{pkgname} MinGW Windows %{pkgname}. @@ -73,6 +75,9 @@ MinGW Windows %{pkgname}. %changelog +* Mon Jan 04 2019 Sandro Mani - 1.1.82.0-3 +- Obsolete mingw{32,64}-vulkan + * Fri Feb 01 2019 Fedora Release Engineering - 1.1.82.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From 9fa71ec5fb30339acb479a777d9d721668c529c1 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Mon, 4 Feb 2019 19:27:46 +0100 Subject: [PATCH 07/39] Fix changelog date --- mingw-vulkan-headers.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-vulkan-headers.spec b/mingw-vulkan-headers.spec index d34b40a..0e53ad0 100644 --- a/mingw-vulkan-headers.spec +++ b/mingw-vulkan-headers.spec @@ -75,7 +75,7 @@ MinGW Windows %{pkgname}. %changelog -* Mon Jan 04 2019 Sandro Mani - 1.1.82.0-3 +* Mon Feb 04 2019 Sandro Mani - 1.1.82.0-3 - Obsolete mingw{32,64}-vulkan * Fri Feb 01 2019 Fedora Release Engineering - 1.1.82.0-2 From 2d1157c044c9149a67bf08d0ed38d53f47c1acb7 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Wed, 13 Feb 2019 14:30:49 +0100 Subject: [PATCH 08/39] Update to 1.1.97.0 --- .gitignore | 1 + mingw-vulkan-headers.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5f22535..d476e20 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /Vulkan-Headers-1.1.77.tar.gz /Vulkan-Headers-1.1.82.0.tar.gz +/Vulkan-Headers-1.1.97.0.tar.gz diff --git a/mingw-vulkan-headers.spec b/mingw-vulkan-headers.spec index 0e53ad0..33a901d 100644 --- a/mingw-vulkan-headers.spec +++ b/mingw-vulkan-headers.spec @@ -7,8 +7,8 @@ #global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: mingw-%{pkgname} -Version: 1.1.82.0 -Release: 3%{?commit:.git%{shortcommit}}%{?dist} +Version: 1.1.97.0 +Release: 1%{?commit:.git%{shortcommit}}%{?dist} Summary: MinGW Windows %{pkgname} License: ASL 2.0 @@ -75,6 +75,9 @@ MinGW Windows %{pkgname}. %changelog +* Wed Feb 13 2019 Sandro Mani - 1.1.97.0-1 +- Update to 1.1.97.0 + * Mon Feb 04 2019 Sandro Mani - 1.1.82.0-3 - Obsolete mingw{32,64}-vulkan diff --git a/sources b/sources index 12cd75f..bb7222b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (Vulkan-Headers-1.1.82.0.tar.gz) = 941fe17bda5185bed8d8db651355c544645ef8422d26a74c155ddb57ee08c65ab2f921644b29e3f5a0ab054d859d8b421805faadbbdac079757b8d57c85d6e52 +SHA512 (Vulkan-Headers-1.1.97.0.tar.gz) = d65cb0f9361640ea8b2099ea2051dae791e6f65e6b8aafe14d859eb832a46b62a7c83d24410301a2831b9f350c7185e831c4e62259896809bde0e65e929fe9bb From 7ff5eb2fd35d508d462bbd2822856e489546c934 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Tue, 2 Apr 2019 14:11:35 +0200 Subject: [PATCH 09/39] Update to 1.1.101.1 --- .gitignore | 1 + mingw-vulkan-headers.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d476e20..080f792 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /Vulkan-Headers-1.1.77.tar.gz /Vulkan-Headers-1.1.82.0.tar.gz /Vulkan-Headers-1.1.97.0.tar.gz +/Vulkan-Headers-1.1.101.0.tar.gz diff --git a/mingw-vulkan-headers.spec b/mingw-vulkan-headers.spec index 33a901d..5238e47 100644 --- a/mingw-vulkan-headers.spec +++ b/mingw-vulkan-headers.spec @@ -7,7 +7,7 @@ #global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: mingw-%{pkgname} -Version: 1.1.97.0 +Version: 1.1.101.0 Release: 1%{?commit:.git%{shortcommit}}%{?dist} Summary: MinGW Windows %{pkgname} @@ -75,6 +75,9 @@ MinGW Windows %{pkgname}. %changelog +* Tue Apr 02 2019 Sandro Mani - 1.1.101.0-1 +- Update to 1.1.101.0 + * Wed Feb 13 2019 Sandro Mani - 1.1.97.0-1 - Update to 1.1.97.0 diff --git a/sources b/sources index bb7222b..763bbbc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (Vulkan-Headers-1.1.97.0.tar.gz) = d65cb0f9361640ea8b2099ea2051dae791e6f65e6b8aafe14d859eb832a46b62a7c83d24410301a2831b9f350c7185e831c4e62259896809bde0e65e929fe9bb +SHA512 (Vulkan-Headers-1.1.101.0.tar.gz) = d12b6f842495fca193ff7005a889faeeb356a6e2d003f2c76d0608f31881a0594f7bd8f99c357c1c0b845548ed26f4bc2f1d4ba942c0dfe22ebf116073413ab9 From 299efc73c735ccd1e3678d3bbf33f9bc3a1d1101 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Sat, 20 Apr 2019 11:25:14 +0200 Subject: [PATCH 10/39] Update to 1.1.106.0 --- .gitignore | 1 + mingw-vulkan-headers.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 080f792..5e7f9cf 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /Vulkan-Headers-1.1.82.0.tar.gz /Vulkan-Headers-1.1.97.0.tar.gz /Vulkan-Headers-1.1.101.0.tar.gz +/Vulkan-Headers-1.1.106.0.tar.gz diff --git a/mingw-vulkan-headers.spec b/mingw-vulkan-headers.spec index 5238e47..c658d91 100644 --- a/mingw-vulkan-headers.spec +++ b/mingw-vulkan-headers.spec @@ -7,7 +7,7 @@ #global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: mingw-%{pkgname} -Version: 1.1.101.0 +Version: 1.1.106.0 Release: 1%{?commit:.git%{shortcommit}}%{?dist} Summary: MinGW Windows %{pkgname} @@ -75,6 +75,9 @@ MinGW Windows %{pkgname}. %changelog +* Sat Apr 20 2019 Sandro Mani - 1.1.106.0-1 +- Update to 1.1.106.0 + * Tue Apr 02 2019 Sandro Mani - 1.1.101.0-1 - Update to 1.1.101.0 diff --git a/sources b/sources index 763bbbc..1080076 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (Vulkan-Headers-1.1.101.0.tar.gz) = d12b6f842495fca193ff7005a889faeeb356a6e2d003f2c76d0608f31881a0594f7bd8f99c357c1c0b845548ed26f4bc2f1d4ba942c0dfe22ebf116073413ab9 +SHA512 (Vulkan-Headers-1.1.106.0.tar.gz) = 4f9445e8914dfeba4100b6c727f9c4b2aa925c35932f246dc861d139da04e04b3de78d28ea6686fb72fc55ddabff142ebb8a6791c1168b7d41622304aeea5864 From 847184298da25a295098b170258216f1bdcf8a7a Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Fri, 28 Jun 2019 12:41:37 +0200 Subject: [PATCH 11/39] Update to 1.1.108.0 --- .gitignore | 1 + mingw-vulkan-headers.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5e7f9cf..d145638 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /Vulkan-Headers-1.1.97.0.tar.gz /Vulkan-Headers-1.1.101.0.tar.gz /Vulkan-Headers-1.1.106.0.tar.gz +/Vulkan-Headers-1.1.108.0.tar.gz diff --git a/mingw-vulkan-headers.spec b/mingw-vulkan-headers.spec index c658d91..d6c0d6a 100644 --- a/mingw-vulkan-headers.spec +++ b/mingw-vulkan-headers.spec @@ -7,7 +7,7 @@ #global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: mingw-%{pkgname} -Version: 1.1.106.0 +Version: 1.1.108.0 Release: 1%{?commit:.git%{shortcommit}}%{?dist} Summary: MinGW Windows %{pkgname} @@ -75,6 +75,9 @@ MinGW Windows %{pkgname}. %changelog +* Fri Jun 28 2019 Sandro Mani - 1.1.108.0-1 +- Update to 1.1.108.0 + * Sat Apr 20 2019 Sandro Mani - 1.1.106.0-1 - Update to 1.1.106.0 diff --git a/sources b/sources index 1080076..fcabb2d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (Vulkan-Headers-1.1.106.0.tar.gz) = 4f9445e8914dfeba4100b6c727f9c4b2aa925c35932f246dc861d139da04e04b3de78d28ea6686fb72fc55ddabff142ebb8a6791c1168b7d41622304aeea5864 +SHA512 (Vulkan-Headers-1.1.108.0.tar.gz) = c785d5c7b4549b84a652b2181feb10436460ba029e4a2e5dd8b96113a07287d4abcc324bc15a363d8413a1bd5c41bded577d6144275584e5dfd2398a11ca3ffe From f4301ea77f88e08864a38b68319cd7280361b337 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 25 Jul 2019 17:13:33 +0000 Subject: [PATCH 12/39] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- mingw-vulkan-headers.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mingw-vulkan-headers.spec b/mingw-vulkan-headers.spec index d6c0d6a..67ac5e8 100644 --- a/mingw-vulkan-headers.spec +++ b/mingw-vulkan-headers.spec @@ -8,7 +8,7 @@ Name: mingw-%{pkgname} Version: 1.1.108.0 -Release: 1%{?commit:.git%{shortcommit}}%{?dist} +Release: 2%{?commit:.git%{shortcommit}}%{?dist} Summary: MinGW Windows %{pkgname} License: ASL 2.0 @@ -75,6 +75,9 @@ MinGW Windows %{pkgname}. %changelog +* Thu Jul 25 2019 Fedora Release Engineering - 1.1.108.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Fri Jun 28 2019 Sandro Mani - 1.1.108.0-1 - Update to 1.1.108.0 From aff4fbc735b0a9dfbc0fd01ade0132db153a4fae Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Wed, 31 Jul 2019 11:37:57 +0200 Subject: [PATCH 13/39] Update to 1.1.114.0 --- .gitignore | 1 + mingw-vulkan-headers.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d145638..a1ebb89 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /Vulkan-Headers-1.1.101.0.tar.gz /Vulkan-Headers-1.1.106.0.tar.gz /Vulkan-Headers-1.1.108.0.tar.gz +/Vulkan-Headers-1.1.114.0.tar.gz diff --git a/mingw-vulkan-headers.spec b/mingw-vulkan-headers.spec index 67ac5e8..f8e1c7a 100644 --- a/mingw-vulkan-headers.spec +++ b/mingw-vulkan-headers.spec @@ -7,8 +7,8 @@ #global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: mingw-%{pkgname} -Version: 1.1.108.0 -Release: 2%{?commit:.git%{shortcommit}}%{?dist} +Version: 1.1.114.0 +Release: 1%{?commit:.git%{shortcommit}}%{?dist} Summary: MinGW Windows %{pkgname} License: ASL 2.0 @@ -75,6 +75,9 @@ MinGW Windows %{pkgname}. %changelog +* Wed Jul 31 2019 Sandro Mani - 1.1.114.0-1 +- Update to 1.1.114.0 + * Thu Jul 25 2019 Fedora Release Engineering - 1.1.108.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild diff --git a/sources b/sources index fcabb2d..eb4b270 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (Vulkan-Headers-1.1.108.0.tar.gz) = c785d5c7b4549b84a652b2181feb10436460ba029e4a2e5dd8b96113a07287d4abcc324bc15a363d8413a1bd5c41bded577d6144275584e5dfd2398a11ca3ffe +SHA512 (Vulkan-Headers-1.1.114.0.tar.gz) = d5e4dc4d574f0d31956c62b8f74884a243cd2b0ba16308d7465f9475d03ed9f4a6990121bbdb34f9893c35dab86befc7891a89e2ed8de14059b86c3f8b115341 From 4b53bfbe27c81f2cfb21dae5638c7c7244688e0d Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Tue, 12 Nov 2019 11:41:36 +0100 Subject: [PATCH 14/39] Update to 1.1.126.0 --- .gitignore | 1 + mingw-vulkan-headers.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a1ebb89..393feeb 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /Vulkan-Headers-1.1.106.0.tar.gz /Vulkan-Headers-1.1.108.0.tar.gz /Vulkan-Headers-1.1.114.0.tar.gz +/Vulkan-Headers-1.1.126.0.tar.gz diff --git a/mingw-vulkan-headers.spec b/mingw-vulkan-headers.spec index f8e1c7a..6638287 100644 --- a/mingw-vulkan-headers.spec +++ b/mingw-vulkan-headers.spec @@ -7,7 +7,7 @@ #global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: mingw-%{pkgname} -Version: 1.1.114.0 +Version: 1.1.126.0 Release: 1%{?commit:.git%{shortcommit}}%{?dist} Summary: MinGW Windows %{pkgname} @@ -75,6 +75,9 @@ MinGW Windows %{pkgname}. %changelog +* Tue Nov 12 2019 Sandro Mani - 1.1.126.0-1 +- Update to 1.1.126.0 + * Wed Jul 31 2019 Sandro Mani - 1.1.114.0-1 - Update to 1.1.114.0 diff --git a/sources b/sources index eb4b270..502756a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (Vulkan-Headers-1.1.114.0.tar.gz) = d5e4dc4d574f0d31956c62b8f74884a243cd2b0ba16308d7465f9475d03ed9f4a6990121bbdb34f9893c35dab86befc7891a89e2ed8de14059b86c3f8b115341 +SHA512 (Vulkan-Headers-1.1.126.0.tar.gz) = b050e0d17ad7b143c59a401a4a75ef97afdbc94f1cbfd4571ce1b83380927879cb05b7b62b81c7da8b501ebe0fbe70dc3acacaab3656da465b4bc06559266d3f From 9c362a70703147523332a94506f74ecbc0110d79 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jan 2020 13:32:03 +0000 Subject: [PATCH 15/39] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- mingw-vulkan-headers.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mingw-vulkan-headers.spec b/mingw-vulkan-headers.spec index 6638287..867ea38 100644 --- a/mingw-vulkan-headers.spec +++ b/mingw-vulkan-headers.spec @@ -8,7 +8,7 @@ Name: mingw-%{pkgname} Version: 1.1.126.0 -Release: 1%{?commit:.git%{shortcommit}}%{?dist} +Release: 2%{?commit:.git%{shortcommit}}%{?dist} Summary: MinGW Windows %{pkgname} License: ASL 2.0 @@ -75,6 +75,9 @@ MinGW Windows %{pkgname}. %changelog +* Wed Jan 29 2020 Fedora Release Engineering - 1.1.126.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Tue Nov 12 2019 Sandro Mani - 1.1.126.0-1 - Update to 1.1.126.0 From 5c0ee244170f92aa5e2f46475d015e1faab8403e Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Sun, 2 Feb 2020 13:20:34 +0100 Subject: [PATCH 16/39] Update to 1.2.131.1 --- .gitignore | 1 + mingw-vulkan-headers.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 393feeb..080f62c 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /Vulkan-Headers-1.1.108.0.tar.gz /Vulkan-Headers-1.1.114.0.tar.gz /Vulkan-Headers-1.1.126.0.tar.gz +/Vulkan-Headers-1.2.131.1.tar.gz diff --git a/mingw-vulkan-headers.spec b/mingw-vulkan-headers.spec index 867ea38..1119a6e 100644 --- a/mingw-vulkan-headers.spec +++ b/mingw-vulkan-headers.spec @@ -7,8 +7,8 @@ #global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: mingw-%{pkgname} -Version: 1.1.126.0 -Release: 2%{?commit:.git%{shortcommit}}%{?dist} +Version: 1.2.131.1 +Release: 1%{?commit:.git%{shortcommit}}%{?dist} Summary: MinGW Windows %{pkgname} License: ASL 2.0 @@ -75,6 +75,9 @@ MinGW Windows %{pkgname}. %changelog +* Sun Feb 02 2020 Sandro Mani - 1.2.131.1-1 +- Update to 1.2.131.1 + * Wed Jan 29 2020 Fedora Release Engineering - 1.1.126.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild diff --git a/sources b/sources index 502756a..30691a6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (Vulkan-Headers-1.1.126.0.tar.gz) = b050e0d17ad7b143c59a401a4a75ef97afdbc94f1cbfd4571ce1b83380927879cb05b7b62b81c7da8b501ebe0fbe70dc3acacaab3656da465b4bc06559266d3f +SHA512 (Vulkan-Headers-1.2.131.1.tar.gz) = be0ca1b9eb744275aec00533737216c8df7c3ab71719679d90a3399b4e999a551484f2d4e41e91084b1cbe470fb8aba3effa5f7ec54025af91be101a4208f4fa From 4efa67cea76781a83d7b810e0601110976d23f39 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Wed, 22 Apr 2020 12:44:21 +0200 Subject: [PATCH 17/39] Update to 1.2.135.0 --- .gitignore | 1 + mingw-vulkan-headers.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 080f62c..a82c79e 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /Vulkan-Headers-1.1.114.0.tar.gz /Vulkan-Headers-1.1.126.0.tar.gz /Vulkan-Headers-1.2.131.1.tar.gz +/Vulkan-Headers-1.2.135.0.tar.gz diff --git a/mingw-vulkan-headers.spec b/mingw-vulkan-headers.spec index 1119a6e..32ffe15 100644 --- a/mingw-vulkan-headers.spec +++ b/mingw-vulkan-headers.spec @@ -7,7 +7,7 @@ #global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: mingw-%{pkgname} -Version: 1.2.131.1 +Version: 1.2.135.0 Release: 1%{?commit:.git%{shortcommit}}%{?dist} Summary: MinGW Windows %{pkgname} @@ -75,6 +75,9 @@ MinGW Windows %{pkgname}. %changelog +* Wed Apr 22 2020 Sandro Mani - 1.2.135.0-1 +- Update to 1.2.135.0 + * Sun Feb 02 2020 Sandro Mani - 1.2.131.1-1 - Update to 1.2.131.1 diff --git a/sources b/sources index 30691a6..8070277 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (Vulkan-Headers-1.2.131.1.tar.gz) = be0ca1b9eb744275aec00533737216c8df7c3ab71719679d90a3399b4e999a551484f2d4e41e91084b1cbe470fb8aba3effa5f7ec54025af91be101a4208f4fa +SHA512 (Vulkan-Headers-1.2.135.0.tar.gz) = ad1266d33169aeefafbfb197a78a1a99cf5f7e57d1764b85333361073ca320028a4869e6629f1d14b72a803fbb315580900a87018ee375907c8b0cae6a353eae From 4cc4b1eed12025a62ff3e96d9836a085fb197480 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 28 Jul 2020 08:02:56 +0000 Subject: [PATCH 18/39] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- mingw-vulkan-headers.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mingw-vulkan-headers.spec b/mingw-vulkan-headers.spec index 32ffe15..ae133f9 100644 --- a/mingw-vulkan-headers.spec +++ b/mingw-vulkan-headers.spec @@ -8,7 +8,7 @@ Name: mingw-%{pkgname} Version: 1.2.135.0 -Release: 1%{?commit:.git%{shortcommit}}%{?dist} +Release: 2%{?commit:.git%{shortcommit}}%{?dist} Summary: MinGW Windows %{pkgname} License: ASL 2.0 @@ -75,6 +75,9 @@ MinGW Windows %{pkgname}. %changelog +* Tue Jul 28 2020 Fedora Release Engineering - 1.2.135.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Wed Apr 22 2020 Sandro Mani - 1.2.135.0-1 - Update to 1.2.135.0 From 97205bd3ef2afe51d53cad5261e30ee1776c7d28 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Mon, 10 Aug 2020 11:09:04 +0200 Subject: [PATCH 19/39] Update to 1.2.148.0 --- .gitignore | 1 + mingw-vulkan-headers.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a82c79e..e3188d9 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /Vulkan-Headers-1.1.126.0.tar.gz /Vulkan-Headers-1.2.131.1.tar.gz /Vulkan-Headers-1.2.135.0.tar.gz +/Vulkan-Headers-1.2.148.0.tar.gz diff --git a/mingw-vulkan-headers.spec b/mingw-vulkan-headers.spec index ae133f9..c2f045b 100644 --- a/mingw-vulkan-headers.spec +++ b/mingw-vulkan-headers.spec @@ -7,8 +7,8 @@ #global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: mingw-%{pkgname} -Version: 1.2.135.0 -Release: 2%{?commit:.git%{shortcommit}}%{?dist} +Version: 1.2.148.0 +Release: 1%{?commit:.git%{shortcommit}}%{?dist} Summary: MinGW Windows %{pkgname} License: ASL 2.0 @@ -75,6 +75,9 @@ MinGW Windows %{pkgname}. %changelog +* Mon Aug 10 2020 Sandro Mani - 1.2.148.0-1 +- Update to 1.2.148.0 + * Tue Jul 28 2020 Fedora Release Engineering - 1.2.135.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild diff --git a/sources b/sources index 8070277..443f077 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (Vulkan-Headers-1.2.135.0.tar.gz) = ad1266d33169aeefafbfb197a78a1a99cf5f7e57d1764b85333361073ca320028a4869e6629f1d14b72a803fbb315580900a87018ee375907c8b0cae6a353eae +SHA512 (Vulkan-Headers-1.2.148.0.tar.gz) = 9856798cd1dbbee505d1dc6635f806384aeb377d0a578b70a5bbfbf833edbbc6fd022a0a01e41d19b1c2892d52f89e5ef34d7ed348c357274cb6e56b5ab8da00 From 6b7e8fb2cf5feb8612ed8ab8a4bba765dca51a88 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Wed, 4 Nov 2020 10:30:14 +0100 Subject: [PATCH 20/39] Update to 1.2.154.0 --- mingw-vulkan-headers.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mingw-vulkan-headers.spec b/mingw-vulkan-headers.spec index c2f045b..9b79600 100644 --- a/mingw-vulkan-headers.spec +++ b/mingw-vulkan-headers.spec @@ -7,7 +7,7 @@ #global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: mingw-%{pkgname} -Version: 1.2.148.0 +Version: 1.2.154.0 Release: 1%{?commit:.git%{shortcommit}}%{?dist} Summary: MinGW Windows %{pkgname} @@ -75,6 +75,9 @@ MinGW Windows %{pkgname}. %changelog +* Wed Nov 04 2020 Sandro Mani - 1.2.154.0-1 +- Update to 1.2.154.0 + * Mon Aug 10 2020 Sandro Mani - 1.2.148.0-1 - Update to 1.2.148.0 From 5f2aefab7c7ec99ead13e37c7c369b41537230a3 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Wed, 4 Nov 2020 10:37:58 +0100 Subject: [PATCH 21/39] Update sources --- .gitignore | 1 + sources | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e3188d9..b2fa0b4 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /Vulkan-Headers-1.2.131.1.tar.gz /Vulkan-Headers-1.2.135.0.tar.gz /Vulkan-Headers-1.2.148.0.tar.gz +/Vulkan-Headers-1.2.154.0.tar.gz diff --git a/sources b/sources index 443f077..fe3092d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (Vulkan-Headers-1.2.148.0.tar.gz) = 9856798cd1dbbee505d1dc6635f806384aeb377d0a578b70a5bbfbf833edbbc6fd022a0a01e41d19b1c2892d52f89e5ef34d7ed348c357274cb6e56b5ab8da00 +SHA512 (Vulkan-Headers-1.2.154.0.tar.gz) = 5b26ff68e90fb817d7649323385e88202b039e89cafc5841a56018fd55e18957209d4bfeb55d24b0795b02113d0f29a799edb57a3ad420617c9a31397f2863ed From 83fa8cc730ec7e713821103d358267ed98e63ff9 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Fri, 15 Jan 2021 00:40:19 +0000 Subject: [PATCH 22/39] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- mingw-vulkan-headers.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/mingw-vulkan-headers.spec b/mingw-vulkan-headers.spec index 9b79600..8aec9f5 100644 --- a/mingw-vulkan-headers.spec +++ b/mingw-vulkan-headers.spec @@ -20,6 +20,7 @@ Source0: https://github.com/KhronosGroup/%{srcname}/archive/%{commit}/%{sr Source0: https://github.com/KhronosGroup/%{srcname}/archive/sdk-%{version}/%{srcname}-%{version}.tar.gz %endif +BuildRequires: make BuildRequires: cmake BuildRequires: mingw32-filesystem >= 95 BuildRequires: mingw64-filesystem >= 95 From 34b02a29ecb573e032c5dd0ca43719d7456c5774 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 26 Jan 2021 20:25:55 +0000 Subject: [PATCH 23/39] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- mingw-vulkan-headers.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mingw-vulkan-headers.spec b/mingw-vulkan-headers.spec index 8aec9f5..310e4e3 100644 --- a/mingw-vulkan-headers.spec +++ b/mingw-vulkan-headers.spec @@ -8,7 +8,7 @@ Name: mingw-%{pkgname} Version: 1.2.154.0 -Release: 1%{?commit:.git%{shortcommit}}%{?dist} +Release: 2%{?commit:.git%{shortcommit}}%{?dist} Summary: MinGW Windows %{pkgname} License: ASL 2.0 @@ -76,6 +76,9 @@ MinGW Windows %{pkgname}. %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 1.2.154.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Wed Nov 04 2020 Sandro Mani - 1.2.154.0-1 - Update to 1.2.154.0 From dd74a5ab05c4b8a3e2ab5bd8a6ddd7260e29b2ec Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Thu, 28 Jan 2021 14:40:50 +0100 Subject: [PATCH 24/39] Update to 1.2.162.0 --- .gitignore | 1 + mingw-vulkan-headers.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index b2fa0b4..8a4f6a3 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /Vulkan-Headers-1.2.135.0.tar.gz /Vulkan-Headers-1.2.148.0.tar.gz /Vulkan-Headers-1.2.154.0.tar.gz +/Vulkan-Headers-1.2.162.0.tar.gz diff --git a/mingw-vulkan-headers.spec b/mingw-vulkan-headers.spec index 310e4e3..08ed821 100644 --- a/mingw-vulkan-headers.spec +++ b/mingw-vulkan-headers.spec @@ -7,8 +7,8 @@ #global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: mingw-%{pkgname} -Version: 1.2.154.0 -Release: 2%{?commit:.git%{shortcommit}}%{?dist} +Version: 1.2.162.0 +Release: 1%{?commit:.git%{shortcommit}}%{?dist} Summary: MinGW Windows %{pkgname} License: ASL 2.0 @@ -57,11 +57,11 @@ MinGW Windows %{pkgname}. %build %mingw_cmake -%mingw_make +%mingw_make_build %install -%mingw_make DESTDIR=%{buildroot} install +%mingw_make_install %files -n mingw32-%{pkgname} @@ -76,6 +76,9 @@ MinGW Windows %{pkgname}. %changelog +* Thu Jan 28 2021 Sandro Mani - 1.2.162.0-1 +- Update to 1.2.162.0 + * Tue Jan 26 2021 Fedora Release Engineering - 1.2.154.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild diff --git a/sources b/sources index fe3092d..001c6bb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (Vulkan-Headers-1.2.154.0.tar.gz) = 5b26ff68e90fb817d7649323385e88202b039e89cafc5841a56018fd55e18957209d4bfeb55d24b0795b02113d0f29a799edb57a3ad420617c9a31397f2863ed +SHA512 (Vulkan-Headers-1.2.162.0.tar.gz) = 81eace4a99c0d67a8c92cfb461aca7f2017812a5850504cab0d163b29a604c9ee52173a008de24d4419f1e26f6725993bfcde86d8b0463e077b4b16647acc4e8 From ea33bc46e5094bc33bf5d8434983465d1714e51c Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Wed, 19 May 2021 12:12:16 +0200 Subject: [PATCH 25/39] Update to 1.2.176.0 --- .gitignore | 1 + mingw-vulkan-headers.spec | 7 ++++++- sources | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8a4f6a3..942f5a3 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /Vulkan-Headers-1.2.148.0.tar.gz /Vulkan-Headers-1.2.154.0.tar.gz /Vulkan-Headers-1.2.162.0.tar.gz +/Vulkan-Headers-1.2.176.0.tar.gz diff --git a/mingw-vulkan-headers.spec b/mingw-vulkan-headers.spec index 08ed821..4a2fab6 100644 --- a/mingw-vulkan-headers.spec +++ b/mingw-vulkan-headers.spec @@ -7,7 +7,7 @@ #global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: mingw-%{pkgname} -Version: 1.2.162.0 +Version: 1.2.176.0 Release: 1%{?commit:.git%{shortcommit}}%{?dist} Summary: MinGW Windows %{pkgname} @@ -67,15 +67,20 @@ MinGW Windows %{pkgname}. %files -n mingw32-%{pkgname} %license LICENSE.txt %{mingw32_includedir}/vulkan/ +%{mingw32_includedir}/vk_video/ %{mingw32_datadir}/vulkan/ %files -n mingw64-%{pkgname} %license LICENSE.txt %{mingw64_includedir}/vulkan/ +%{mingw64_includedir}/vk_video/ %{mingw64_datadir}/vulkan/ %changelog +* Wed May 19 2021 Sandro Mani - 1.2.176.0-1 +- Update to 1.2.176.0 + * Thu Jan 28 2021 Sandro Mani - 1.2.162.0-1 - Update to 1.2.162.0 diff --git a/sources b/sources index 001c6bb..9bb9189 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (Vulkan-Headers-1.2.162.0.tar.gz) = 81eace4a99c0d67a8c92cfb461aca7f2017812a5850504cab0d163b29a604c9ee52173a008de24d4419f1e26f6725993bfcde86d8b0463e077b4b16647acc4e8 +SHA512 (Vulkan-Headers-1.2.176.0.tar.gz) = 1076beebe3740a501140c36cecc9e6a9ea0ba62551630e61b72bbcc922e5b411c1615c3073c3cddfb4fe839cb5ada642fbb01c560038e9069513bf5631cfeaf9 From ee6f0b141ce3372a6df1c6612e34a5ead94a6b65 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Thu, 8 Jul 2021 11:48:48 +0200 Subject: [PATCH 26/39] Update to 1.2.182.0 --- .gitignore | 1 + mingw-vulkan-headers.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 942f5a3..e751669 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /Vulkan-Headers-1.2.154.0.tar.gz /Vulkan-Headers-1.2.162.0.tar.gz /Vulkan-Headers-1.2.176.0.tar.gz +/Vulkan-Headers-1.2.182.0.tar.gz diff --git a/mingw-vulkan-headers.spec b/mingw-vulkan-headers.spec index 4a2fab6..c5e7b0d 100644 --- a/mingw-vulkan-headers.spec +++ b/mingw-vulkan-headers.spec @@ -7,7 +7,7 @@ #global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: mingw-%{pkgname} -Version: 1.2.176.0 +Version: 1.2.182.0 Release: 1%{?commit:.git%{shortcommit}}%{?dist} Summary: MinGW Windows %{pkgname} @@ -78,6 +78,9 @@ MinGW Windows %{pkgname}. %changelog +* Thu Jul 08 2021 Sandro Mani - 1.2.182.0-1 +- Update to 1.2.182.0 + * Wed May 19 2021 Sandro Mani - 1.2.176.0-1 - Update to 1.2.176.0 diff --git a/sources b/sources index 9bb9189..dff3286 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (Vulkan-Headers-1.2.176.0.tar.gz) = 1076beebe3740a501140c36cecc9e6a9ea0ba62551630e61b72bbcc922e5b411c1615c3073c3cddfb4fe839cb5ada642fbb01c560038e9069513bf5631cfeaf9 +SHA512 (Vulkan-Headers-1.2.182.0.tar.gz) = 7dbcece6d6da4d716a9607a41e1e2f004d956f03e49015dfdc3d50ed7c37eac74355d7883e7f96117ca1400472c3de8e2b0d1e6b3a7b279ae87a99de2c01fbed From 0946516eccd0932328cb8c583b05b611140cafae Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 22 Jul 2021 14:58:17 +0000 Subject: [PATCH 27/39] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- mingw-vulkan-headers.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mingw-vulkan-headers.spec b/mingw-vulkan-headers.spec index c5e7b0d..8e3d678 100644 --- a/mingw-vulkan-headers.spec +++ b/mingw-vulkan-headers.spec @@ -8,7 +8,7 @@ Name: mingw-%{pkgname} Version: 1.2.182.0 -Release: 1%{?commit:.git%{shortcommit}}%{?dist} +Release: 2%{?commit:.git%{shortcommit}}%{?dist} Summary: MinGW Windows %{pkgname} License: ASL 2.0 @@ -78,6 +78,9 @@ MinGW Windows %{pkgname}. %changelog +* Thu Jul 22 2021 Fedora Release Engineering - 1.2.182.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Thu Jul 08 2021 Sandro Mani - 1.2.182.0-1 - Update to 1.2.182.0 From b16ba16992b38f1ece8084c2ad5d14f8aa813209 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Tue, 7 Sep 2021 18:27:11 +0200 Subject: [PATCH 28/39] Update to 1.2.189 --- .gitignore | 1 + mingw-vulkan-headers.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e751669..18c78b8 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /Vulkan-Headers-1.2.162.0.tar.gz /Vulkan-Headers-1.2.176.0.tar.gz /Vulkan-Headers-1.2.182.0.tar.gz +/Vulkan-Headers-1.2.189.0.tar.gz diff --git a/mingw-vulkan-headers.spec b/mingw-vulkan-headers.spec index 8e3d678..90119f4 100644 --- a/mingw-vulkan-headers.spec +++ b/mingw-vulkan-headers.spec @@ -7,8 +7,8 @@ #global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: mingw-%{pkgname} -Version: 1.2.182.0 -Release: 2%{?commit:.git%{shortcommit}}%{?dist} +Version: 1.2.189.0 +Release: 1%{?commit:.git%{shortcommit}}%{?dist} Summary: MinGW Windows %{pkgname} License: ASL 2.0 @@ -78,6 +78,9 @@ MinGW Windows %{pkgname}. %changelog +* Tue Sep 07 2021 Sandro Mani - 1.2.189-1 +- Update to 1.2.189 + * Thu Jul 22 2021 Fedora Release Engineering - 1.2.182.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild diff --git a/sources b/sources index dff3286..023744e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (Vulkan-Headers-1.2.182.0.tar.gz) = 7dbcece6d6da4d716a9607a41e1e2f004d956f03e49015dfdc3d50ed7c37eac74355d7883e7f96117ca1400472c3de8e2b0d1e6b3a7b279ae87a99de2c01fbed +SHA512 (Vulkan-Headers-1.2.189.0.tar.gz) = ac0178568bab5327148e709033e550e1a6d765071c05c64230c017bb8a81beb443dbd49290669ede5fc662a84d043128d9e1332c7f9fa843b852925f0c092311 From 573daaa8fddc3fe5a8545b82c4f37682e0bf6f84 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Tue, 23 Nov 2021 11:52:14 +0100 Subject: [PATCH 29/39] Update to 1.2.198.0 --- .gitignore | 1 + mingw-vulkan-headers.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 18c78b8..3a13922 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /Vulkan-Headers-1.2.176.0.tar.gz /Vulkan-Headers-1.2.182.0.tar.gz /Vulkan-Headers-1.2.189.0.tar.gz +/Vulkan-Headers-1.2.198.0.tar.gz diff --git a/mingw-vulkan-headers.spec b/mingw-vulkan-headers.spec index 90119f4..323915b 100644 --- a/mingw-vulkan-headers.spec +++ b/mingw-vulkan-headers.spec @@ -7,7 +7,7 @@ #global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: mingw-%{pkgname} -Version: 1.2.189.0 +Version: 1.2.198.0 Release: 1%{?commit:.git%{shortcommit}}%{?dist} Summary: MinGW Windows %{pkgname} @@ -78,6 +78,9 @@ MinGW Windows %{pkgname}. %changelog +* Tue Nov 23 2021 Sandro Mani - 1.2.198.0-1 +- Update to 1.2.198.0 + * Tue Sep 07 2021 Sandro Mani - 1.2.189-1 - Update to 1.2.189 diff --git a/sources b/sources index 023744e..4b20c2a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (Vulkan-Headers-1.2.189.0.tar.gz) = ac0178568bab5327148e709033e550e1a6d765071c05c64230c017bb8a81beb443dbd49290669ede5fc662a84d043128d9e1332c7f9fa843b852925f0c092311 +SHA512 (Vulkan-Headers-1.2.198.0.tar.gz) = c46232df1f121e69124c4faf5749032f8b5a1bd03d8ca69a24450008cd0af9c5ce000e48ab5c491cdfffa765498022f50d15476cded958dc25bd90e139c71829 From 3d5c5ff85fdaa06bc695dfa7b7c4c7a4c1b5f8c0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 20 Jan 2022 19:59:48 +0000 Subject: [PATCH 30/39] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- mingw-vulkan-headers.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mingw-vulkan-headers.spec b/mingw-vulkan-headers.spec index 323915b..643c631 100644 --- a/mingw-vulkan-headers.spec +++ b/mingw-vulkan-headers.spec @@ -8,7 +8,7 @@ Name: mingw-%{pkgname} Version: 1.2.198.0 -Release: 1%{?commit:.git%{shortcommit}}%{?dist} +Release: 2%{?commit:.git%{shortcommit}}%{?dist} Summary: MinGW Windows %{pkgname} License: ASL 2.0 @@ -78,6 +78,9 @@ MinGW Windows %{pkgname}. %changelog +* Thu Jan 20 2022 Fedora Release Engineering - 1.2.198.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Tue Nov 23 2021 Sandro Mani - 1.2.198.0-1 - Update to 1.2.198.0 From 90bb4fd3f13878efd48f9cd8ffc222c147bed789 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Fri, 18 Feb 2022 23:02:38 +0100 Subject: [PATCH 31/39] Update to 1.3.204.0 --- .gitignore | 1 + mingw-vulkan-headers.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3a13922..1223abf 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /Vulkan-Headers-1.2.182.0.tar.gz /Vulkan-Headers-1.2.189.0.tar.gz /Vulkan-Headers-1.2.198.0.tar.gz +/Vulkan-Headers-1.3.204.0.tar.gz diff --git a/mingw-vulkan-headers.spec b/mingw-vulkan-headers.spec index 643c631..ed0d5a4 100644 --- a/mingw-vulkan-headers.spec +++ b/mingw-vulkan-headers.spec @@ -7,8 +7,8 @@ #global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: mingw-%{pkgname} -Version: 1.2.198.0 -Release: 2%{?commit:.git%{shortcommit}}%{?dist} +Version: 1.3.204.0 +Release: 1%{?dist} Summary: MinGW Windows %{pkgname} License: ASL 2.0 @@ -78,6 +78,9 @@ MinGW Windows %{pkgname}. %changelog +* Fri Feb 18 2022 Sandro Mani - 1.3.204.0-1 +- Update to 1.3.204.0 + * Thu Jan 20 2022 Fedora Release Engineering - 1.2.198.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild diff --git a/sources b/sources index 4b20c2a..f9ceea3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (Vulkan-Headers-1.2.198.0.tar.gz) = c46232df1f121e69124c4faf5749032f8b5a1bd03d8ca69a24450008cd0af9c5ce000e48ab5c491cdfffa765498022f50d15476cded958dc25bd90e139c71829 +SHA512 (Vulkan-Headers-1.3.204.0.tar.gz) = 0867462a5e30cada535719b5a45454457f7fbdb166cf4f65be301cd7cedca213ede524a3fea63779059c138851e3493d9e9616feaabbce77a96fbbbd803b8190 From a5ebb908e9fa8b9e0e27c4ce5e296b0dc71e8429 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Wed, 27 Apr 2022 14:55:50 +0200 Subject: [PATCH 32/39] Update to 1.3.211.0 --- .gitignore | 1 + mingw-vulkan-headers.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1223abf..8601f56 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /Vulkan-Headers-1.2.189.0.tar.gz /Vulkan-Headers-1.2.198.0.tar.gz /Vulkan-Headers-1.3.204.0.tar.gz +/Vulkan-Headers-1.3.211.0.tar.gz diff --git a/mingw-vulkan-headers.spec b/mingw-vulkan-headers.spec index ed0d5a4..e90e553 100644 --- a/mingw-vulkan-headers.spec +++ b/mingw-vulkan-headers.spec @@ -7,7 +7,7 @@ #global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: mingw-%{pkgname} -Version: 1.3.204.0 +Version: 1.3.211.0 Release: 1%{?dist} Summary: MinGW Windows %{pkgname} @@ -78,6 +78,9 @@ MinGW Windows %{pkgname}. %changelog +* Wed Apr 27 2022 Sandro Mani - 1.3.211.0-1 +- Update to 1.3.211.0 + * Fri Feb 18 2022 Sandro Mani - 1.3.204.0-1 - Update to 1.3.204.0 diff --git a/sources b/sources index f9ceea3..04d2084 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (Vulkan-Headers-1.3.204.0.tar.gz) = 0867462a5e30cada535719b5a45454457f7fbdb166cf4f65be301cd7cedca213ede524a3fea63779059c138851e3493d9e9616feaabbce77a96fbbbd803b8190 +SHA512 (Vulkan-Headers-1.3.211.0.tar.gz) = 35f849b0c493e6e1ecfeb91089085f3a567cce76466f8cc17acadfa2a2b3163420489c11fc5b547de52aed1575f28fc23c1a62ce6d321ccba3dd04fbf7e50ca3 From 9c1b4a9768d0444b27c68fadee8f80083a305cc2 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Tue, 28 Jun 2022 17:41:55 +0200 Subject: [PATCH 33/39] Update to 1.3.216 --- .gitignore | 1 + mingw-vulkan-headers.spec | 19 ++++--------------- sources | 2 +- 3 files changed, 6 insertions(+), 16 deletions(-) diff --git a/.gitignore b/.gitignore index 8601f56..c9def96 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /Vulkan-Headers-1.2.198.0.tar.gz /Vulkan-Headers-1.3.204.0.tar.gz /Vulkan-Headers-1.3.211.0.tar.gz +/Vulkan-Headers-1.3.216.tar.gz diff --git a/mingw-vulkan-headers.spec b/mingw-vulkan-headers.spec index e90e553..77c2a42 100644 --- a/mingw-vulkan-headers.spec +++ b/mingw-vulkan-headers.spec @@ -3,22 +3,15 @@ %global pkgname vulkan-headers %global srcname Vulkan-Headers -#global commit 634e3658d6fa8f95f9062a3a7831d5567baf0eb3 -#global shortcommit %(c=%{commit}; echo ${c:0:7}) - Name: mingw-%{pkgname} -Version: 1.3.211.0 +Version: 1.3.216 Release: 1%{?dist} Summary: MinGW Windows %{pkgname} License: ASL 2.0 BuildArch: noarch URL: https://github.com/KhronosGroup/%{srcname} -%if 0%{?commit:1} -Source0: https://github.com/KhronosGroup/%{srcname}/archive/%{commit}/%{srcname}-%{shortcommit}.tar.gz -%else Source0: https://github.com/KhronosGroup/%{srcname}/archive/sdk-%{version}/%{srcname}-%{version}.tar.gz -%endif BuildRequires: make BuildRequires: cmake @@ -32,7 +25,6 @@ MinGW Windows %{pkgname} %package -n mingw32-%{pkgname} Summary: MinGW Windows %{pkgname} -Obsoletes: mingw32-vulkan %description -n mingw32-%{pkgname} MinGW Windows %{pkgname}. @@ -40,19 +32,13 @@ MinGW Windows %{pkgname}. %package -n mingw64-%{pkgname} Summary: MinGW Windows %{pkgname} -Obsoletes: mingw64-vulkan %description -n mingw64-%{pkgname} MinGW Windows %{pkgname}. - %prep -%if 0%{?commit:1} -%autosetup -p1 -n %{srcname}-%{commit} -%else %autosetup -p1 -n %{srcname}-sdk-%{version} -%endif %build @@ -78,6 +64,9 @@ MinGW Windows %{pkgname}. %changelog +* Tue Jun 28 2022 Sandro Mani - 1.3.216-1 +- Update to 1.3.216 + * Wed Apr 27 2022 Sandro Mani - 1.3.211.0-1 - Update to 1.3.211.0 diff --git a/sources b/sources index 04d2084..895ead6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (Vulkan-Headers-1.3.211.0.tar.gz) = 35f849b0c493e6e1ecfeb91089085f3a567cce76466f8cc17acadfa2a2b3163420489c11fc5b547de52aed1575f28fc23c1a62ce6d321ccba3dd04fbf7e50ca3 +SHA512 (Vulkan-Headers-1.3.216.tar.gz) = f22c6ea845ac6e4a14bab21c5dd3de7e6fb2adde57d28e2b8d8cd3eb5e54d5cf9f4faf32928017720ef1157ac84b501abdf257224217b03e41529d0704084404 From b03e357ba55814523a3291894a335a8db8650462 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 21 Jul 2022 21:52:51 +0000 Subject: [PATCH 34/39] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- mingw-vulkan-headers.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mingw-vulkan-headers.spec b/mingw-vulkan-headers.spec index 77c2a42..1f51541 100644 --- a/mingw-vulkan-headers.spec +++ b/mingw-vulkan-headers.spec @@ -5,7 +5,7 @@ Name: mingw-%{pkgname} Version: 1.3.216 -Release: 1%{?dist} +Release: 2%{?dist} Summary: MinGW Windows %{pkgname} License: ASL 2.0 @@ -64,6 +64,9 @@ MinGW Windows %{pkgname}. %changelog +* Thu Jul 21 2022 Fedora Release Engineering - 1.3.216-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Tue Jun 28 2022 Sandro Mani - 1.3.216-1 - Update to 1.3.216 From 1c90be0bb05c7239520fff8fc8e51eadcf17aa56 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Fri, 16 Sep 2022 08:38:59 +0200 Subject: [PATCH 35/39] Update to 1.3.224.1 --- .gitignore | 1 + mingw-vulkan-headers.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c9def96..ae31a2e 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /Vulkan-Headers-1.3.204.0.tar.gz /Vulkan-Headers-1.3.211.0.tar.gz /Vulkan-Headers-1.3.216.tar.gz +/Vulkan-Headers-1.3.224.1.tar.gz diff --git a/mingw-vulkan-headers.spec b/mingw-vulkan-headers.spec index 1f51541..1b32357 100644 --- a/mingw-vulkan-headers.spec +++ b/mingw-vulkan-headers.spec @@ -4,8 +4,8 @@ %global srcname Vulkan-Headers Name: mingw-%{pkgname} -Version: 1.3.216 -Release: 2%{?dist} +Version: 1.3.224.1 +Release: 1%{?dist} Summary: MinGW Windows %{pkgname} License: ASL 2.0 @@ -64,6 +64,9 @@ MinGW Windows %{pkgname}. %changelog +* Thu Sep 15 2022 Sandro Mani - 1.3.224.1-1 +- Update to 1.3.224.1 + * Thu Jul 21 2022 Fedora Release Engineering - 1.3.216-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild diff --git a/sources b/sources index 895ead6..e401329 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (Vulkan-Headers-1.3.216.tar.gz) = f22c6ea845ac6e4a14bab21c5dd3de7e6fb2adde57d28e2b8d8cd3eb5e54d5cf9f4faf32928017720ef1157ac84b501abdf257224217b03e41529d0704084404 +SHA512 (Vulkan-Headers-1.3.224.1.tar.gz) = dda2db8b9a9f8faa2d8f5eb9cc0ee10fecd28bb0b18b7ed28e9a8035e6ef965020d1aa6ec63bfa39a77caaf2b38fa4eabb018e9e4b9ec6825fcc43f473f12586 From ead2362573b838823b166da1c102f1f3f28f6c54 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Sat, 12 Nov 2022 18:57:53 +0100 Subject: [PATCH 36/39] Update to 1.3.231.1 --- .gitignore | 1 + mingw-vulkan-headers.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ae31a2e..55601af 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /Vulkan-Headers-1.3.211.0.tar.gz /Vulkan-Headers-1.3.216.tar.gz /Vulkan-Headers-1.3.224.1.tar.gz +/Vulkan-Headers-1.3.231.1.tar.gz diff --git a/mingw-vulkan-headers.spec b/mingw-vulkan-headers.spec index 1b32357..3d500fd 100644 --- a/mingw-vulkan-headers.spec +++ b/mingw-vulkan-headers.spec @@ -4,7 +4,7 @@ %global srcname Vulkan-Headers Name: mingw-%{pkgname} -Version: 1.3.224.1 +Version: 1.3.231.1 Release: 1%{?dist} Summary: MinGW Windows %{pkgname} @@ -64,6 +64,9 @@ MinGW Windows %{pkgname}. %changelog +* Sat Nov 12 2022 Sandro Mani - 1.3.231.1-1 +- Update to 1.3.231.1 + * Thu Sep 15 2022 Sandro Mani - 1.3.224.1-1 - Update to 1.3.224.1 diff --git a/sources b/sources index e401329..960a3c8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (Vulkan-Headers-1.3.224.1.tar.gz) = dda2db8b9a9f8faa2d8f5eb9cc0ee10fecd28bb0b18b7ed28e9a8035e6ef965020d1aa6ec63bfa39a77caaf2b38fa4eabb018e9e4b9ec6825fcc43f473f12586 +SHA512 (Vulkan-Headers-1.3.231.1.tar.gz) = 43daaae64daa6974373c6b136ebe0c92f3fdf00109951e58cc267b49fa3dc7ebf185fbf3b1c0bb204b281b7b2d5874174a16693ffbe64e9eef5966c8a8bf1d5e From 5944d61ec94fbbc04d0720e3068f3169a0ca05b7 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Fri, 18 Nov 2022 22:20:44 +0100 Subject: [PATCH 37/39] Use SPDX license tag --- mingw-vulkan-headers.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-vulkan-headers.spec b/mingw-vulkan-headers.spec index 3d500fd..3281048 100644 --- a/mingw-vulkan-headers.spec +++ b/mingw-vulkan-headers.spec @@ -8,7 +8,7 @@ Version: 1.3.231.1 Release: 1%{?dist} Summary: MinGW Windows %{pkgname} -License: ASL 2.0 +License: Apache-2.0 BuildArch: noarch URL: https://github.com/KhronosGroup/%{srcname} Source0: https://github.com/KhronosGroup/%{srcname}/archive/sdk-%{version}/%{srcname}-%{version}.tar.gz From 3e77e2bbb433d074b78d9d3a3efe15842bce2b0d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 19 Jan 2023 20:17:21 +0000 Subject: [PATCH 38/39] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- mingw-vulkan-headers.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mingw-vulkan-headers.spec b/mingw-vulkan-headers.spec index 3281048..5cb2d36 100644 --- a/mingw-vulkan-headers.spec +++ b/mingw-vulkan-headers.spec @@ -5,7 +5,7 @@ Name: mingw-%{pkgname} Version: 1.3.231.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: MinGW Windows %{pkgname} License: Apache-2.0 @@ -64,6 +64,9 @@ MinGW Windows %{pkgname}. %changelog +* Thu Jan 19 2023 Fedora Release Engineering - 1.3.231.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Sat Nov 12 2022 Sandro Mani - 1.3.231.1-1 - Update to 1.3.231.1 From 61e1d3cdb2b9faa5a29031dbd5d671f6f4bd57b5 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Mon, 30 Oct 2023 23:28:37 +0300 Subject: [PATCH 39/39] Remove unnecessary files --- sources | 1 - 1 file changed, 1 deletion(-) delete mode 100644 sources diff --git a/sources b/sources deleted file mode 100644 index 960a3c8..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (Vulkan-Headers-1.3.231.1.tar.gz) = 43daaae64daa6974373c6b136ebe0c92f3fdf00109951e58cc267b49fa3dc7ebf185fbf3b1c0bb204b281b7b2d5874174a16693ffbe64e9eef5966c8a8bf1d5e