[deadbeef] Update to 1.9.4.
by Vasiliy Glazov
commit 892ad848d7cc89d2cf4b0536c07729057add9207
Author: Vasiliy Glazov <vascom2(a)gmail.com>
Date: Tue Dec 20 10:12:43 2022 +0300
Update to 1.9.4.
.gitignore | 2 ++
deadbeef.spec | 7 +++++--
sources | 4 ++--
3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 05a3e92..d4ef860 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,5 @@
/1.9.2.tar.gz
/mp4p-814f747.tar.gz
/1.9.3.tar.gz
+/1.9.4.tar.gz
+/mp4p-97ab728.tar.gz
diff --git a/deadbeef.spec b/deadbeef.spec
index f93ad3e..c5b40a7 100644
--- a/deadbeef.spec
+++ b/deadbeef.spec
@@ -2,11 +2,11 @@
%global optflags %optflags -Wno-unused-but-set-variable -Wno-unused-variable
# Git submodules
-%global mp4p_commit 814f747ae854c51d3c2408d036a208f1db20cf74
+%global mp4p_commit 97ab7285d244de9cde6333e381f9f797b89ce8aa
%global mp4p_shortcommit %(c=%{mp4p_commit}; echo ${c:0:7})
Name: deadbeef
-Version: 1.9.3
+Version: 1.9.4
Release: 1%{?dist}
Summary: An audio player for GNU/Linux
Summary(ru): Музыкальный проигрыватель для GNU/Linux
@@ -158,6 +158,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
%changelog
+* Tue Dec 20 2022 Vasiliy N. Glazov <vascom2(a)gmail.com> - 1.9.4-1
+- Update to 1.9.4
+
* Tue Nov 15 2022 Vasiliy N. Glazov <vascom2(a)gmail.com> - 1.9.3-1
- Update to 1.9.3
diff --git a/sources b/sources
index a5276fe..57b809a 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (1.9.3.tar.gz) = eb63a2bcac5b10463b1c1e7b4ff539dce4c9d975d4ac7a673c6852300ea610772341668b2fbdc4022314d9bdd30068a01f79c9aec2fa5b0331e8deac3919e943
-SHA512 (mp4p-814f747.tar.gz) = cf80360ef137c1df27a46e571432a617cd1f37204c9f6c75f09bec56275e43f4c9274347372cb90b975fa694672b64db8fd05f0ae97f9911478d9ad9a18fb469
+SHA512 (1.9.4.tar.gz) = 7216b879182f24dd3daf1d7e5c6a7e18a16e3bd844ceeff6d058a74d2a2374b81a34c2861a5f8c1e0b3244d00b1d3331dab626d6bee072bba9822f280d14501e
+SHA512 (mp4p-97ab728.tar.gz) = ebfea105c907fef8f090e653f84094ff47c37c84776056fed85d81aa654d858424ea37d2f67e64baf99fc6750a858aa877fa70fa5d777eba3ee99794a3934d13
1 year, 11 months
[rfpkg/el7] (2 commits) ...Update rfpkg to 1.27.2
by Sérgio M. Basto
Summary of changes:
a66c18f... Use unittest.mock on Python 3 and remove python3-mock depen (*)
0078dce... Update rfpkg to 1.27.2 (*)
(*) This commit already existed in another branch; no separate mail sent
1 year, 11 months
[rfpkg/el8] (2 commits) ...Update rfpkg to 1.27.2
by Sérgio M. Basto
Summary of changes:
a66c18f... Use unittest.mock on Python 3 and remove python3-mock depen (*)
0078dce... Update rfpkg to 1.27.2 (*)
(*) This commit already existed in another branch; no separate mail sent
1 year, 11 months
[rfpkg/el9] Update rfpkg to 1.27.2
by Sérgio M. Basto
Summary of changes:
0078dce... Update rfpkg to 1.27.2 (*)
(*) This commit already existed in another branch; no separate mail sent
1 year, 11 months
[rfpkg/f36] (2 commits) ...Update rfpkg to 1.27.2
by Sérgio M. Basto
Summary of changes:
a66c18f... Use unittest.mock on Python 3 and remove python3-mock depen (*)
0078dce... Update rfpkg to 1.27.2 (*)
(*) This commit already existed in another branch; no separate mail sent
1 year, 11 months
[rfpkg/f37] (2 commits) ...Update rfpkg to 1.27.2
by Sérgio M. Basto
Summary of changes:
a66c18f... Use unittest.mock on Python 3 and remove python3-mock depen (*)
0078dce... Update rfpkg to 1.27.2 (*)
(*) This commit already existed in another branch; no separate mail sent
1 year, 11 months
[rfpkg] Update rfpkg to 1.27.2
by Sérgio M. Basto
commit 0078dce592f14104501bb977a30884c04bbcfa60
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Mon Dec 19 21:41:44 2022 +0000
Update rfpkg to 1.27.2
...t.mock-on-Python-3-and-remove-python3-moc.patch | 177 ---------------------
rfpkg.spec | 8 +-
sources | 2 +-
3 files changed, 6 insertions(+), 181 deletions(-)
---
diff --git a/rfpkg.spec b/rfpkg.spec
index 7d3a800..67b330e 100644
--- a/rfpkg.spec
+++ b/rfpkg.spec
@@ -4,14 +4,13 @@
%endif
Name: rfpkg
-Version: 1.27.1
-Release: 2%{?dist}
+Version: 1.27.2
+Release: 1%{?dist}
Summary: RPM Fusion utility for working with dist-git
License: GPLv2+
Group: Applications/System
URL: https://github.com/rpmfusion-infra/rfpkg
Source0: %url/archive/v%{version}/%{name}-%{version}.tar.gz
-Patch1: 0001-Use-unittest.mock-on-Python-3-and-remove-python3-moc.patch
BuildArch: noarch
@@ -147,6 +146,9 @@ nosetests
%changelog
+* Mon Dec 19 2022 Sérgio Basto <sergio(a)serjux.com> - 1.27.2-1
+- Update rfpkg to 1.27.2
+
* Sun Oct 02 2022 Sérgio Basto <sergio(a)serjux.com> - 1.27.1-2
- Use unittest.mock on Python 3 and remove python3-mock dependency, to allow
build on el9
diff --git a/sources b/sources
index e421fb6..f11494b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (rfpkg-1.27.1.tar.gz) = 5cabb6ad792c9081c77fa9bb59586302e5858a923026920e8da15a409dc2af1265f7d90965fb7ac72ad304ab8cb880e0517b522f05c9f2cdedab07524555b956
+SHA512 (rfpkg-1.27.2.tar.gz) = 9c29949fb5fab6061ce6ca20a80894fe0cf4c748ba75fa1da8742652ad67f70d76c6213e0eb36ec4bad52a944290627d00c9f784b4a8b3461e3b8d7d07f86f79
1 year, 11 months
[nvidia-kmod/vulkan-beta] Update to 525.47.04
by Nicolas Chauvet
commit 4ac3d755d312c2e7c69d97f7bcc302ec00d0c31d
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Mon Dec 19 18:46:08 2022 +0100
Update to 525.47.04
nvidia-kmod.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/nvidia-kmod.spec b/nvidia-kmod.spec
index 3c56411..861f5ab 100644
--- a/nvidia-kmod.spec
+++ b/nvidia-kmod.spec
@@ -10,7 +10,7 @@
Name: nvidia-kmod
Epoch: 3
-Version: 515.49.25
+Version: 525.47.04
# Taken over by kmodtool
Release: 1%{?dist}
Summary: NVIDIA display driver kernel module
@@ -80,6 +80,9 @@ done
%changelog
+* Mon Dec 19 2022 Nicolas Chauvet <kwizart(a)gmail.com> - 3:525.47.04-1
+- Update to 525.47.04
+
* Mon Nov 21 2022 Nicolas Chauvet <kwizart(a)gmail.com> - 3:515.49.25-1
- Update to 515.49.25
1 year, 11 months