[Nestopia] Updated to new upstream release
by Andrea Musuruane
commit e2bd444cc9de652d6bbcaaf9477418293da9602a
Author: Andrea Musuruane <musuruan(a)gmail.com>
Date: Mon Apr 1 17:16:35 2024 +0200
Updated to new upstream release
.gitignore | 1 +
Nestopia.spec | 9 ++++++---
sources | 2 +-
3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ca328c5..33bcdcb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ nestopia-1.45.tgz
/nestopia-1.51.0.tar.gz
/nestopia-1.51.1.tar.gz
/nestopia-1.52.0.tar.gz
+/nestopia-1.52.1.tar.gz
diff --git a/Nestopia.spec b/Nestopia.spec
index 4ea8d95..38c75a3 100644
--- a/Nestopia.spec
+++ b/Nestopia.spec
@@ -1,8 +1,8 @@
%global realname nestopia
Name: Nestopia
-Version: 1.52.0
-Release: 3%{?dist}
+Version: 1.52.1
+Release: 1%{?dist}
Summary: A portable open source NES/Famicom emulator
License: GPLv2+
@@ -37,7 +37,7 @@ full support for software that do mid-scanline and other timing trickery.
%prep
%setup -q -n %{realname}-%{version}
-%patch0 -p1
+%patch 0 -p1
# Fix end-of-line encoding
sed -i 's/\r//' ChangeLog
@@ -84,6 +84,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.appdata
%doc %{_pkgdocdir}
%changelog
+* Sat Mar 30 2024 Andrea Musuruane <musuruan(a)gmail.com> - 1.52.1-1
+- Updated to new upstream release
+
* Sat Feb 03 2024 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 1.52.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
diff --git a/sources b/sources
index e21ad3d..3cacd4f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (nestopia-1.52.0.tar.gz) = d7b36a07c1def146b3596124d3d084c39865916069092eceb3c1a22a030573c94fff7f3525e161d671fedd672f81ef536a42b4d0b37779c5993ffc158cdd3c0b
+SHA512 (nestopia-1.52.1.tar.gz) = 600f539e64e71ae732073a9e6781c67e54bd37d3253cf48b77d433396516d6ecf3e519e0f19107aca9dd81b3802b3948d9d242c44956682c988d4630b090273e
7 months, 3 weeks
[mesa-freeworld/f40] Update to 24.0.4
by Thorsten Leemhuis
commit 940cdc0c5475381c44a8777274a70b0d86ea6162
Author: Thorsten Leemhuis <linux(a)leemhuis.info>
Date: Mon Apr 1 13:52:39 2024 +0200
Update to 24.0.4
Signed-off-by: Thorsten Leemhuis <linux(a)leemhuis.info>
.gitignore | 2 ++
mesa-freeworld.spec | 14 +++++++++-----
sources | 2 +-
3 files changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b0c3711..f8dd1c5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,4 +28,6 @@
/mesa-23.3.3.tar.xz
/mesa-24.0.0-rc2.tar.xz
/mesa-24.0.0.tar.xz
+/mesa-24.0.2.tar.xz
/mesa-24.0.3.tar.xz
+/mesa-24.0.4.tar.xz
diff --git a/mesa-freeworld.spec b/mesa-freeworld.spec
index 2193118..6c5a861 100644
--- a/mesa-freeworld.spec
+++ b/mesa-freeworld.spec
@@ -65,7 +65,7 @@ algorithms and decoding only VC1 algorithm.
Name: %{srcname}-freeworld
Summary: Mesa graphics libraries
-%global ver 24.0.3
+%global ver 24.0.4
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)}
Release: 1%{?dist}
License: MIT
@@ -324,13 +324,17 @@ rm -fr %{buildroot}%{_libdir}/libVkLayer_MESA_device_select.so
%license docs/license.rst
%endif
%changelog
-* Fri Mar 29 2024 Thorsten Leemhuis <fedora(a)leemhuis.info> - 24.0.3-1
+* Mon Apr 1 2024 Thorsten Leemhuis <fedora(a)leemhuis.info> - 24.0.4-1
+- Update to 24.0.4
+
+* Thu Mar 14 2024 Thorsten Leemhuis <fedora(a)leemhuis.info> - 24.0.3-1
- Update to 24.0.3
-- Use default LLVM again, just like Fedora's latest package
+
+* Wed Mar 6 2024 Thorsten Leemhuis <fedora(a)leemhuis.info> - 24.0.2-3
- Disable nvk explicitly to avoid BR on rust-packaging
-* Sat Mar 23 2024 Thorsten Leemhuis <fedora(a)leemhuis.info> - 24.0.0-3
-- temporarily BuildRequire llvm17 to match Fedora's build env
+* Wed Mar 6 2024 Thorsten Leemhuis <fedora(a)leemhuis.info> - 24.0.2-2
+- Update to 24.0.2
* Thu Feb 22 2024 Thorsten Leemhuis <fedora(a)leemhuis.info> - 24.0.0-2
- enable vp9, av1 codecs due to new meson build flag (#6873)
diff --git a/sources b/sources
index 27f330f..e50b84c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (mesa-24.0.3.tar.xz) = 76b3b479877c40f729d7f530af4e3577fa74363edcd3d9474350d498a51dbb761fc034b39bee8547e97c30fd3a520cbc50c742d5a187746e83ddab1df44f37e9
+SHA512 (mesa-24.0.4.tar.xz) = 1d05b07026417fbe9cf18f7b18f2db9fe5fe327555c590283d87f69bbdd51f64135928a1dbe155d750187fc268bbdbb070bc1ae9ffc3e013b8707b391969d515
7 months, 3 weeks
[mesa-freeworld] Update to 24.0.4
by Thorsten Leemhuis
commit b2af03a86798fa0dbd98fefad821a1ce942f3aaf
Author: Thorsten Leemhuis <linux(a)leemhuis.info>
Date: Mon Apr 1 13:50:48 2024 +0200
Update to 24.0.4
Signed-off-by: Thorsten Leemhuis <linux(a)leemhuis.info>
.gitignore | 1 +
mesa-freeworld.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 93f2184..f8dd1c5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,3 +30,4 @@
/mesa-24.0.0.tar.xz
/mesa-24.0.2.tar.xz
/mesa-24.0.3.tar.xz
+/mesa-24.0.4.tar.xz
diff --git a/mesa-freeworld.spec b/mesa-freeworld.spec
index 52fa3e4..6c5a861 100644
--- a/mesa-freeworld.spec
+++ b/mesa-freeworld.spec
@@ -65,7 +65,7 @@ algorithms and decoding only VC1 algorithm.
Name: %{srcname}-freeworld
Summary: Mesa graphics libraries
-%global ver 24.0.3
+%global ver 24.0.4
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)}
Release: 1%{?dist}
License: MIT
@@ -324,6 +324,9 @@ rm -fr %{buildroot}%{_libdir}/libVkLayer_MESA_device_select.so
%license docs/license.rst
%endif
%changelog
+* Mon Apr 1 2024 Thorsten Leemhuis <fedora(a)leemhuis.info> - 24.0.4-1
+- Update to 24.0.4
+
* Thu Mar 14 2024 Thorsten Leemhuis <fedora(a)leemhuis.info> - 24.0.3-1
- Update to 24.0.3
diff --git a/sources b/sources
index 27f330f..e50b84c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (mesa-24.0.3.tar.xz) = 76b3b479877c40f729d7f530af4e3577fa74363edcd3d9474350d498a51dbb761fc034b39bee8547e97c30fd3a520cbc50c742d5a187746e83ddab1df44f37e9
+SHA512 (mesa-24.0.4.tar.xz) = 1d05b07026417fbe9cf18f7b18f2db9fe5fe327555c590283d87f69bbdd51f64135928a1dbe155d750187fc268bbdbb070bc1ae9ffc3e013b8707b391969d515
7 months, 3 weeks