[mesa-freeworld/f42] Add archless provides for mesa-vulkan-drivers
by Thorsten Leemhuis
commit 787469d7b3e74340b298d72a550c5b03906d428d
Author: Björn Esser <besser82(a)fedoraproject.org>
Date: Thu Feb 20 20:03:31 2025 +0100
Add archless provides for mesa-vulkan-drivers
Signed-off-by: Björn Esser <besser82(a)fedoraproject.org>
mesa-freeworld.spec | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/mesa-freeworld.spec b/mesa-freeworld.spec
index ff088b0..0b5bc6f 100644
--- a/mesa-freeworld.spec
+++ b/mesa-freeworld.spec
@@ -72,7 +72,7 @@ Name: %{srcname}-freeworld
Summary: Mesa graphics libraries
%global ver 25.0.0
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)}
-Release: 3%{?dist}
+Release: 4%{?dist}
License: MIT AND BSD-3-Clause AND SGI-B-2.0
URL: http://www.mesa3d.org
@@ -206,6 +206,7 @@ Conflicts: %{srcname}-vdpau-drivers%{?_isa}
Summary: Mesa Vulkan drivers
Requires: vulkan%{_isa}
Requires: %{srcname}-filesystem%{?_isa} = %{?epoch:%{epoch}:}%{version}
+Provides: %{srcname}-vulkan-drivers = %{?epoch:%{epoch}:}%{version}
Provides: %{srcname}-vulkan-drivers%{?_isa} = %{?epoch:%{epoch}:}%{version}
Obsoletes: mesa-vulkan-devel < %{?epoch:%{epoch}:}%{version}-%{release}
# the following conflict is needed until we can find a way to install freeworld
@@ -418,6 +419,9 @@ echo -e "%{_libdir}/dri-freeworld/ \n" > %{buildroot}%{_sysconfdir}/ld.so.conf.d
%endif
%changelog
+* Thu Feb 20 2025 Björn Esser <besser82(a)fedoraproject.org> - 25.0.0-4
+- Add archless provides for mesa-vulkan-drivers
+
* Thu Feb 20 2025 Björn Esser <besser82(a)fedoraproject.org> - 25.0.0-3
- Fix mesa-filesystem requires in mesa-vulkan-drivers-freeworld
1 week, 4 days
[mesa-freeworld] Add archless provides for mesa-vulkan-drivers
by Thorsten Leemhuis
commit 7132a974b553a72ca09e64406ce34d01b7ea69fb
Author: Björn Esser <besser82(a)fedoraproject.org>
Date: Thu Feb 20 20:03:31 2025 +0100
Add archless provides for mesa-vulkan-drivers
Signed-off-by: Björn Esser <besser82(a)fedoraproject.org>
mesa-freeworld.spec | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/mesa-freeworld.spec b/mesa-freeworld.spec
index ff088b0..0b5bc6f 100644
--- a/mesa-freeworld.spec
+++ b/mesa-freeworld.spec
@@ -72,7 +72,7 @@ Name: %{srcname}-freeworld
Summary: Mesa graphics libraries
%global ver 25.0.0
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)}
-Release: 3%{?dist}
+Release: 4%{?dist}
License: MIT AND BSD-3-Clause AND SGI-B-2.0
URL: http://www.mesa3d.org
@@ -206,6 +206,7 @@ Conflicts: %{srcname}-vdpau-drivers%{?_isa}
Summary: Mesa Vulkan drivers
Requires: vulkan%{_isa}
Requires: %{srcname}-filesystem%{?_isa} = %{?epoch:%{epoch}:}%{version}
+Provides: %{srcname}-vulkan-drivers = %{?epoch:%{epoch}:}%{version}
Provides: %{srcname}-vulkan-drivers%{?_isa} = %{?epoch:%{epoch}:}%{version}
Obsoletes: mesa-vulkan-devel < %{?epoch:%{epoch}:}%{version}-%{release}
# the following conflict is needed until we can find a way to install freeworld
@@ -418,6 +419,9 @@ echo -e "%{_libdir}/dri-freeworld/ \n" > %{buildroot}%{_sysconfdir}/ld.so.conf.d
%endif
%changelog
+* Thu Feb 20 2025 Björn Esser <besser82(a)fedoraproject.org> - 25.0.0-4
+- Add archless provides for mesa-vulkan-drivers
+
* Thu Feb 20 2025 Björn Esser <besser82(a)fedoraproject.org> - 25.0.0-3
- Fix mesa-filesystem requires in mesa-vulkan-drivers-freeworld
1 week, 4 days
[mesa-freeworld/f41] Fix mesa-filesystem requires in mesa-vulkan-drivers-freeworld
by Thorsten Leemhuis
commit f1ebdcd92ad73b74fb1f017ce4af6e2f2ac784d3
Author: Björn Esser <besser82(a)fedoraproject.org>
Date: Thu Feb 20 16:53:44 2025 +0100
Fix mesa-filesystem requires in mesa-vulkan-drivers-freeworld
Signed-off-by: Björn Esser <besser82(a)fedoraproject.org>
mesa-freeworld.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/mesa-freeworld.spec b/mesa-freeworld.spec
index 3dcee1f..ff088b0 100644
--- a/mesa-freeworld.spec
+++ b/mesa-freeworld.spec
@@ -72,7 +72,7 @@ Name: %{srcname}-freeworld
Summary: Mesa graphics libraries
%global ver 25.0.0
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)}
-Release: 2%{?dist}
+Release: 3%{?dist}
License: MIT AND BSD-3-Clause AND SGI-B-2.0
URL: http://www.mesa3d.org
@@ -205,7 +205,7 @@ Conflicts: %{srcname}-vdpau-drivers%{?_isa}
%package -n %{srcname}-vulkan-drivers-freeworld
Summary: Mesa Vulkan drivers
Requires: vulkan%{_isa}
-Requires: %{name}-filesystem%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
+Requires: %{srcname}-filesystem%{?_isa} = %{?epoch:%{epoch}:}%{version}
Provides: %{srcname}-vulkan-drivers%{?_isa} = %{?epoch:%{epoch}:}%{version}
Obsoletes: mesa-vulkan-devel < %{?epoch:%{epoch}:}%{version}-%{release}
# the following conflict is needed until we can find a way to install freeworld
@@ -418,6 +418,9 @@ echo -e "%{_libdir}/dri-freeworld/ \n" > %{buildroot}%{_sysconfdir}/ld.so.conf.d
%endif
%changelog
+* Thu Feb 20 2025 Björn Esser <besser82(a)fedoraproject.org> - 25.0.0-3
+- Fix mesa-filesystem requires in mesa-vulkan-drivers-freeworld
+
* Thu Feb 20 2025 Björn Esser <besser82(a)fedoraproject.org> - 25.0.0-2
- Fix general installability of mesa-vulkan-drivers-freeworld
1 week, 4 days
[mesa-freeworld/f42] Fix mesa-filesystem requires in mesa-vulkan-drivers-freeworld
by Thorsten Leemhuis
commit 3de61fdac0878d4b4852e265598169325178b65b
Author: Björn Esser <besser82(a)fedoraproject.org>
Date: Thu Feb 20 16:53:44 2025 +0100
Fix mesa-filesystem requires in mesa-vulkan-drivers-freeworld
Signed-off-by: Björn Esser <besser82(a)fedoraproject.org>
mesa-freeworld.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/mesa-freeworld.spec b/mesa-freeworld.spec
index 3dcee1f..ff088b0 100644
--- a/mesa-freeworld.spec
+++ b/mesa-freeworld.spec
@@ -72,7 +72,7 @@ Name: %{srcname}-freeworld
Summary: Mesa graphics libraries
%global ver 25.0.0
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)}
-Release: 2%{?dist}
+Release: 3%{?dist}
License: MIT AND BSD-3-Clause AND SGI-B-2.0
URL: http://www.mesa3d.org
@@ -205,7 +205,7 @@ Conflicts: %{srcname}-vdpau-drivers%{?_isa}
%package -n %{srcname}-vulkan-drivers-freeworld
Summary: Mesa Vulkan drivers
Requires: vulkan%{_isa}
-Requires: %{name}-filesystem%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
+Requires: %{srcname}-filesystem%{?_isa} = %{?epoch:%{epoch}:}%{version}
Provides: %{srcname}-vulkan-drivers%{?_isa} = %{?epoch:%{epoch}:}%{version}
Obsoletes: mesa-vulkan-devel < %{?epoch:%{epoch}:}%{version}-%{release}
# the following conflict is needed until we can find a way to install freeworld
@@ -418,6 +418,9 @@ echo -e "%{_libdir}/dri-freeworld/ \n" > %{buildroot}%{_sysconfdir}/ld.so.conf.d
%endif
%changelog
+* Thu Feb 20 2025 Björn Esser <besser82(a)fedoraproject.org> - 25.0.0-3
+- Fix mesa-filesystem requires in mesa-vulkan-drivers-freeworld
+
* Thu Feb 20 2025 Björn Esser <besser82(a)fedoraproject.org> - 25.0.0-2
- Fix general installability of mesa-vulkan-drivers-freeworld
1 week, 4 days
[mesa-freeworld] Fix mesa-filesystem requires in mesa-vulkan-drivers-freeworld
by Thorsten Leemhuis
commit 81527d855b1642b54d81dbda68dbcea89886588b
Author: Björn Esser <besser82(a)fedoraproject.org>
Date: Thu Feb 20 16:53:44 2025 +0100
Fix mesa-filesystem requires in mesa-vulkan-drivers-freeworld
Signed-off-by: Björn Esser <besser82(a)fedoraproject.org>
mesa-freeworld.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/mesa-freeworld.spec b/mesa-freeworld.spec
index 3dcee1f..ff088b0 100644
--- a/mesa-freeworld.spec
+++ b/mesa-freeworld.spec
@@ -72,7 +72,7 @@ Name: %{srcname}-freeworld
Summary: Mesa graphics libraries
%global ver 25.0.0
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)}
-Release: 2%{?dist}
+Release: 3%{?dist}
License: MIT AND BSD-3-Clause AND SGI-B-2.0
URL: http://www.mesa3d.org
@@ -205,7 +205,7 @@ Conflicts: %{srcname}-vdpau-drivers%{?_isa}
%package -n %{srcname}-vulkan-drivers-freeworld
Summary: Mesa Vulkan drivers
Requires: vulkan%{_isa}
-Requires: %{name}-filesystem%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
+Requires: %{srcname}-filesystem%{?_isa} = %{?epoch:%{epoch}:}%{version}
Provides: %{srcname}-vulkan-drivers%{?_isa} = %{?epoch:%{epoch}:}%{version}
Obsoletes: mesa-vulkan-devel < %{?epoch:%{epoch}:}%{version}-%{release}
# the following conflict is needed until we can find a way to install freeworld
@@ -418,6 +418,9 @@ echo -e "%{_libdir}/dri-freeworld/ \n" > %{buildroot}%{_sysconfdir}/ld.so.conf.d
%endif
%changelog
+* Thu Feb 20 2025 Björn Esser <besser82(a)fedoraproject.org> - 25.0.0-3
+- Fix mesa-filesystem requires in mesa-vulkan-drivers-freeworld
+
* Thu Feb 20 2025 Björn Esser <besser82(a)fedoraproject.org> - 25.0.0-2
- Fix general installability of mesa-vulkan-drivers-freeworld
1 week, 4 days
[mesa-freeworld/f41: 2/2] Merge branch 'master' into f41
by Thorsten Leemhuis
commit dc1897c41cbeeadc98e554aa56afa336ef7d918b
Merge: a3e1135 f45a272
Author: Thorsten Leemhuis <linux(a)leemhuis.info>
Date: Thu Feb 20 14:36:03 2025 +0100
Merge branch 'master' into f41
mesa-freeworld.spec | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
---
1 week, 4 days
[mesa-freeworld/f42: 2/2] Merge branch 'master' into f42
by Thorsten Leemhuis
commit 7fe911cf0f7a958a0318bdaa64a5cdf31fd9bbbd
Merge: 8a67a40 f45a272
Author: Thorsten Leemhuis <linux(a)leemhuis.info>
Date: Thu Feb 20 14:35:45 2025 +0100
Merge branch 'master' into f42
mesa-freeworld.spec | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
---
1 week, 4 days
[mesa-freeworld] Fix general installability of mesa-vulkan-drivers-freeworld
by Thorsten Leemhuis
commit f45a27228d8c0ed532490a6c07590e734e72b21b
Author: Björn Esser <besser82(a)fedoraproject.org>
Date: Thu Feb 20 14:21:32 2025 +0100
Fix general installability of mesa-vulkan-drivers-freeworld
Signed-off-by: Björn Esser <besser82(a)fedoraproject.org>
mesa-freeworld.spec | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/mesa-freeworld.spec b/mesa-freeworld.spec
index 54ccbfe..3dcee1f 100644
--- a/mesa-freeworld.spec
+++ b/mesa-freeworld.spec
@@ -72,7 +72,7 @@ Name: %{srcname}-freeworld
Summary: Mesa graphics libraries
%global ver 25.0.0
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)}
-Release: 1%{?dist}
+Release: 2%{?dist}
License: MIT AND BSD-3-Clause AND SGI-B-2.0
URL: http://www.mesa3d.org
@@ -205,7 +205,9 @@ Conflicts: %{srcname}-vdpau-drivers%{?_isa}
%package -n %{srcname}-vulkan-drivers-freeworld
Summary: Mesa Vulkan drivers
Requires: vulkan%{_isa}
-Requires: %{srcname}-vulkan-drivers%{?_isa} = %{?epoch:%{epoch}:}%{version}
+Requires: %{name}-filesystem%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
+Provides: %{srcname}-vulkan-drivers%{?_isa} = %{?epoch:%{epoch}:}%{version}
+Obsoletes: mesa-vulkan-devel < %{?epoch:%{epoch}:}%{version}-%{release}
# the following conflict is needed until we can find a way to install freeworld
# drivers in parallel to Fedora's; for ideas how to realize this see:
# * https://github.com/KhronosGroup/Vulkan-Loader/issues/1647 and its backstory:
@@ -416,6 +418,9 @@ echo -e "%{_libdir}/dri-freeworld/ \n" > %{buildroot}%{_sysconfdir}/ld.so.conf.d
%endif
%changelog
+* Thu Feb 20 2025 Björn Esser <besser82(a)fedoraproject.org> - 25.0.0-2
+- Fix general installability of mesa-vulkan-drivers-freeworld
+
* Wed Feb 19 2025 Thorsten Leemhuis <fedora(a)leemhuis.info> - 25.0.0-1
- Update to 25.0.0
- add 0001-vulkan-wsi-x11-fix-use-of-uninitialised-xfixes-regio.patch
1 week, 4 days