[mpd] Update to 0.22.10
by Leigh Scott
commit 3639cff292b65f1c8a2253674b9fa7d42f0600bb
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Aug 7 08:37:57 2021 +0100
Update to 0.22.10
mpd.spec | 7 +++++--
sources | 4 ++--
2 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/mpd.spec b/mpd.spec
index 7ef5ce6..783139c 100644
--- a/mpd.spec
+++ b/mpd.spec
@@ -16,8 +16,8 @@
Name: mpd
Epoch: 1
-Version: 0.22.9
-Release: 2%{?dist}
+Version: 0.22.10
+Release: 1%{?dist}
Summary: The Music Player Daemon
License: GPLv2+
URL: https://www.musicpd.org
@@ -240,6 +240,9 @@ fi
%changelog
+* Sat Aug 07 2021 Leigh Scott <leigh123linux(a)gmail.com> - 1:0.22.10-1
+- Update to 0.22.10
+
* Tue Aug 03 2021 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1:0.22.9-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
diff --git a/sources b/sources
index b0e4f27..2b74a5a 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (mpd-0.22.9.tar.xz) = 744e20e9a2b5df0f0c01b33809aa87cb159385b69868df5418302b091e6c5265dd70de13f383efcd71f76ae059c73969667212e55ee96e13d89ca0da5c2d4ae2
-SHA512 (mpd-0.22.9.tar.xz.sig) = 34c6ebd0552b73a8197abfc92b4866a9881b46119115c7ccbf846be8188f788ec6429e414d42cef144c544383c5d8c8c1751584eab7e77ad278ea5dc3a3da072
+SHA512 (mpd-0.22.10.tar.xz) = e29deec7473a25236d17609ae898d7154e716f29a137c658492952cae162d59fbe9992be2b50971b8dbe03e9b11a894b6c5e9b4767c265d178f6da3ff49e3820
+SHA512 (mpd-0.22.10.tar.xz.sig) = 894b2ab80531d576df409b7d398338cf156fc24bc202fcacc9ba17878e962e23f4f028d1ebd7181280389f878639362b96389b97698632f5f881bfd8bf0d2706
3 years, 3 months
[deadbeef] Update mp4p.
by Vasiliy Glazov
commit f48acd5ece551a26e5c47eb027199a6164d5c90e
Author: Vasiliy Glazov <vascom2(a)gmail.com>
Date: Thu Aug 5 10:06:18 2021 +0300
Update mp4p.
.gitignore | 1 +
deadbeef.spec | 2 +-
sources | 1 +
3 files changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/.gitignore b/.gitignore
index b3f0114..8a3b96c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@
/1.8.7.tar.gz
/mp4p-f111d7a.tar.gz
/1.8.8.tar.gz
+/mp4p-82291e4.tar.gz
diff --git a/deadbeef.spec b/deadbeef.spec
index 64a9044..5859e4a 100644
--- a/deadbeef.spec
+++ b/deadbeef.spec
@@ -1,7 +1,7 @@
%global toolchain clang
# Git submodules
-%global mp4p_commit f111d7aa10d4516f5e02465245e9202db83b7c10
+%global mp4p_commit 82291e47ef90f5d36dfa6dc77c59d74496c55a45
%global mp4p_shortcommit %(c=%{mp4p_commit}; echo ${c:0:7})
Name: deadbeef
diff --git a/sources b/sources
index 9f262b9..beedc90 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
SHA512 (1.8.8.tar.gz) = 4c43dbb0872cd9c101064cdc871e4ae87bab02024e9f7b2b866e418682d4989c8f2bed54f816833d7cbedcf59b1db28740d6fdcfd6e6c1a4ae95159845448200
+SHA512 (mp4p-82291e4.tar.gz) = 0ff2e25d91a1e33c99d2d5baf7139e9a8a70dfd4537052cae33abb72a16e94b15addecceab33aa3c02d5660a444a6243c3c5bd029e88a6e575845d9f18954a18
3 years, 3 months
[deadbeef] Update to 1.8.8.
by Vasiliy Glazov
commit e896d10590c9087fcc2f79b40dd9030d1d3dcb42
Author: Vasiliy Glazov <vascom2(a)gmail.com>
Date: Thu Aug 5 09:54:05 2021 +0300
Update to 1.8.8.
.gitignore | 1 +
deadbeef.spec | 7 +++++--
sources | 3 +--
3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fc647e1..b3f0114 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
/1.8.4.tar.gz
/1.8.7.tar.gz
/mp4p-f111d7a.tar.gz
+/1.8.8.tar.gz
diff --git a/deadbeef.spec b/deadbeef.spec
index 686206d..64a9044 100644
--- a/deadbeef.spec
+++ b/deadbeef.spec
@@ -5,8 +5,8 @@
%global mp4p_shortcommit %(c=%{mp4p_commit}; echo ${c:0:7})
Name: deadbeef
-Version: 1.8.7
-Release: 2%{?dist}
+Version: 1.8.8
+Release: 1%{?dist}
Summary: An audio player for GNU/Linux
Summary(ru): Музыкальный проигрыватель для GNU/Linux
@@ -151,6 +151,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
%changelog
+* Thu Aug 05 2021 Vasiliy N. Glazov <vascom2(a)gmail.com> - 1.8.8-1
+- Update to 1.8.8
+
* Mon Aug 02 2021 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1.8.7-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
diff --git a/sources b/sources
index c79d916..9f262b9 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-SHA512 (1.8.7.tar.gz) = b8026b934a211ed24cdbc7e738fbfaa95d20706c0fcaef65530d7354e19d71c1e05af59305354478b4c4f1dbe4f7dbf436af7093d25727a2508b24c692a09258
-SHA512 (mp4p-f111d7a.tar.gz) = 2245931580eb46e6718c814dcc1a51740d3a27caffe41699becd59b88e509816ec7dd79654c737f3cba78d9c0c99a0eee6abf9433b7efb864a7951e0f04e3089
+SHA512 (1.8.8.tar.gz) = 4c43dbb0872cd9c101064cdc871e4ae87bab02024e9f7b2b866e418682d4989c8f2bed54f816833d7cbedcf59b1db28740d6fdcfd6e6c1a4ae95159845448200
3 years, 3 months
[zerotier-one] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
by Leigh Scott
commit 9178b48d5a834e23e41a6d00aa4d704eb0764a8b
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Aug 4 13:41:45 2021 +0100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
Signed-off-by: Leigh Scott <leigh123linux(a)gmail.com>
zerotier-one.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/zerotier-one.spec b/zerotier-one.spec
index b6cce3e..bbd3db4 100644
--- a/zerotier-one.spec
+++ b/zerotier-one.spec
@@ -1,6 +1,6 @@
Name: zerotier-one
Version: 1.6.5
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Smart Ethernet Switch for Earth
# Boost: README.md
@@ -110,6 +110,9 @@ install -Dpm0644 debian/%{name}.service %{buildroot}%{_unitdir}/%{name}.service
%changelog
+* Wed Aug 04 2021 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1.6.5-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
+
* Fri Apr 30 2021 Artem Polishchuk <ego.cordatus(a)gmail.com> - 1.6.5-1
- build(update): 1.6.5
3 years, 3 months
[xv] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
by Leigh Scott
commit 2516ef2b7acc04454c387325366f3020945029f8
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Aug 4 13:41:04 2021 +0100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
Signed-off-by: Leigh Scott <leigh123linux(a)gmail.com>
xv.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/xv.spec b/xv.spec
index c322ec9..a1010b2 100644
--- a/xv.spec
+++ b/xv.spec
@@ -3,7 +3,7 @@
Name: xv
Version: %{vprog}.jumbopatch.%{vjumbo}
-Release: 36%{?dist}
+Release: 37%{?dist}
Summary: Interactive image display program for X
Summary(de.UTF-8): X-basierender Bild-Viewer für praktische sämtliche Grafiken
Summary(es.UTF-8): Visualizador de imágenes para X para cuasi todos los formatos de imágenes
@@ -282,6 +282,9 @@ done
%doc %{_docdir}/%{name}-%{vprog}/manuals/
%changelog
+* Wed Aug 04 2021 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 3.10a.jumbopatch.20070520-37
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
+
* Tue Mar 2 2021 Paul Howarth <paul(a)city-fan.org> - 3.10a.jumbopatch.20070520-36
- Fix jas_memdump replacement function
3 years, 3 months
[xorg-x11-drv-nvidia-390xx] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
by Leigh Scott
commit 2561c5a548241ac32d26ef868ef56e60b1a979a6
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Aug 4 13:40:31 2021 +0100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
Signed-off-by: Leigh Scott <leigh123linux(a)gmail.com>
xorg-x11-drv-nvidia-390xx.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/xorg-x11-drv-nvidia-390xx.spec b/xorg-x11-drv-nvidia-390xx.spec
index ace15cc..1f8ec69 100644
--- a/xorg-x11-drv-nvidia-390xx.spec
+++ b/xorg-x11-drv-nvidia-390xx.spec
@@ -37,7 +37,7 @@
Name: xorg-x11-drv-nvidia-390xx
Epoch: 3
Version: 390.144
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: NVIDIA's 390xx series proprietary display driver for NVIDIA graphic cards
License: Redistributable, no modification permitted
@@ -584,6 +584,9 @@ fi ||:
%{_libdir}/libnvidia-encode.so
%changelog
+* Wed Aug 04 2021 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 3:390.144-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
+
* Thu Jul 22 2021 Henrik Nordstrom <henrik(a)henriknordstrom.net> - 3:390.144-1
- Update to 390144 release
3 years, 3 months