[live555] Update live555 to 2022.01.06
by Sérgio M. Basto
commit c19f77a8e400556b4ec20d282f5f8f2a29b2d428
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun Jan 9 23:34:03 2022 +0000
Update live555 to 2022.01.06
live555.spec | 11 +++++++----
sources | 2 +-
2 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/live555.spec b/live555.spec
index 473ffc9..688911c 100644
--- a/live555.spec
+++ b/live555.spec
@@ -1,6 +1,6 @@
Name: live555
-Version: 2020.07.31
-Release: 4%{?dist}
+Version: 2022.01.06
+Release: 1%{?dist}
Summary: Live555.com streaming libraries
License: LGPLv2+
@@ -95,8 +95,8 @@ chmod +x %{buildroot}%{_libdir}/*.so*
%files
%license COPYING
%{_libdir}/libBasicUsageEnvironment.so.1*
-%{_libdir}/libgroupsock.so.8*
-%{_libdir}/libliveMedia.so.79*
+%{_libdir}/libgroupsock.so.30*
+%{_libdir}/libliveMedia.so.103*
%{_libdir}/libUsageEnvironment.so.3*
%files tools
@@ -116,6 +116,9 @@ chmod +x %{buildroot}%{_libdir}/*.so*
%changelog
+* Sun Jan 09 2022 Sérgio Basto <sergio(a)serjux.com> - 2022.01.06-1
+- Update live555 to 2022.01.06
+
* Tue Aug 03 2021 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 2020.07.31-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
diff --git a/sources b/sources
index ddb1cac..6d046bd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (live.2020.07.31.tar.gz) = e23f6da5b0b1767c959bc3591276f8e0678732d4f197b1369aea2963ef2bf1e37a9ac714deded783819c1d5b5f9319cff0ed15f349908d88986649dc16e2da15
+SHA512 (live.2022.01.06.tar.gz) = c6a76fde9508dc415b479f58648aa7ad93bee7b92df697f6befb7b0563b0d55435386844e71bb26ca6b8424925cb2774b9ff3116b63adcd8c7ccea701dae3809
2 years, 10 months
[nemo-dropbox/f35] Update to 5.2.0
by Leigh Scott
Summary of changes:
42e4cd9... Update to 5.2.0 (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 10 months
[vdr-xineliboutput] Update to 2.2.0-13.20220108git9d4e236
by Martin Gansser
commit 9947b368ce97b08104b0e6e4de21ce2a091ce978
Author: Martin Gansser <mgansser(a)online.de>
Date: Sun Jan 9 12:02:20 2022 +0100
Update to 2.2.0-13.20220108git9d4e236
.gitignore | 1 +
sources | 2 +-
vdr-xineliboutput.spec | 9 ++++++---
3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b95c004..c99c7a2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,4 @@ vdr-xineliboutput-1.1.0-20150422.tgz
/vdr-xineliboutput-2.2.0-43e9fa7.tar.gz
/vdr-xineliboutput-2.2.0-0b9a01d.tar.gz
/vdr-xineliboutput-2.2.0-f4df324.tar.gz
+/vdr-xineliboutput-2.2.0-9d4e236.tar.gz
diff --git a/sources b/sources
index ecce00d..8914d01 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vdr-xineliboutput-2.2.0-f4df324.tar.gz) = 19b5d8f48fab447360504b25b6e5d29678eb4e2341e1f61285be5bd8ec8c4f9ebad4bd157ba040906f92e1eb06ac543680319f275af490c5c8f851895881d9c2
+SHA512 (vdr-xineliboutput-2.2.0-9d4e236.tar.gz) = 264b715123d0c369eeabd01fb4ebd6fdd50c9b71a3adb5f67246e1676d8af4125c4a58480cbba46d5712ca681e501559769886afffd3e560c6ef2c4bfedc4e0b
diff --git a/vdr-xineliboutput.spec b/vdr-xineliboutput.spec
index c41bb7d..ea215a9 100644
--- a/vdr-xineliboutput.spec
+++ b/vdr-xineliboutput.spec
@@ -3,15 +3,15 @@
%global xinepluginver 2.2.0
%global pname xineliboutput
%global vdrver %(pkg-config --modversion vdr 2>/dev/null || echo ERROR)
-%global gitrev f4df324
-%global gitdate 20210820
+%global gitrev 9d4e236
+%global gitdate 20220108
# build bluray support (disabled for now)
%global have_bluray 1
%global have_wayland 1
Name: vdr-%{pname}
Version: 2.2.0
-Release: 12.%{gitdate}git%{gitrev}%{?dist}
+Release: 13.%{gitdate}git%{gitrev}%{?dist}
Summary: Plugins for watching VDR over Xine
License: GPLv2+
URL: http://sourceforge.net/projects/xineliboutput
@@ -161,6 +161,9 @@ find %{buildroot}%{xineplugindir} -name '*.so' -exec chmod +x '{}' ';'
%endif
%changelog
+* Thu Dec 30 2021 Martin Gansser <martinkg(a)fedoraproject.org> - 2.2.0-13.20220108git9d4e236
+- Update to 2.2.0-13.20220108git9d4e236
+
* Thu Dec 30 2021 Martin Gansser <martinkg(a)fedoraproject.org> - 2.2.0-12.20210820gitf4df324
- Rebuilt for new VDR API version
2 years, 10 months
[vdr-softhddevice/f34] (3 commits) ...Update to 1.2.7
by Martin Gansser
Summary of changes:
1192292... Rebuilt for new VDR API version (*)
ea0339d... Update to 1.2.7 (*)
a62067f... Update to 1.2.7 (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 10 months
[vdr-softhddevice/f35] (3 commits) ...Update to 1.2.7
by Martin Gansser
Summary of changes:
1192292... Rebuilt for new VDR API version (*)
ea0339d... Update to 1.2.7 (*)
a62067f... Update to 1.2.7 (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 10 months
[vdr-softhddevice] Update to 1.2.7
by Martin Gansser
commit a62067fc085c497a4daab419f5b54a2f26bfb93c
Author: Martin Gansser <mgansser(a)online.de>
Date: Sat Jan 8 12:16:02 2022 +0100
Update to 1.2.7
.gitignore | 1 +
sources | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/.gitignore b/.gitignore
index 726a014..2c5e2f3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@
/vdr-softhddevice-1.2.2.tar.gz
/vdr-softhddevice-1.2.4.tar.gz
/vdr-softhddevice-1.2.5.tar.gz
+/vdr-softhddevice-1.2.7.tar.gz
diff --git a/sources b/sources
index 5e7c82a..b5b59fb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vdr-softhddevice-1.2.5.tar.gz) = a258dad7b2287062cdee71ea8ff80ff48fcfd71b348f570eebc3ad1fe884805524556a8c9c310e4a70edf5d9ff337090335f1ccd8dcccd20b05fd3f74e8938d8
+SHA512 (vdr-softhddevice-1.2.7.tar.gz) = d26c19b8fcc9f0c814039eb9a08aeeaac304a3a057233bb51dc1f4bdf03ac967275a4c67397a9711cddd50c21563d7ebbb3b781e48f2f746b431e0bf1136e40d
2 years, 10 months
[vdr-softhddevice] Update to 1.2.7
by Martin Gansser
commit ea0339dca4e1491067add1aa53cca99d897442aa
Author: Martin Gansser <mgansser(a)online.de>
Date: Sat Jan 8 12:08:21 2022 +0100
Update to 1.2.7
vdr-softhddevice.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/vdr-softhddevice.spec b/vdr-softhddevice.spec
index 3e4cd94..4105b6a 100644
--- a/vdr-softhddevice.spec
+++ b/vdr-softhddevice.spec
@@ -1,6 +1,6 @@
Name: vdr-softhddevice
-Version: 1.2.5
-Release: 2%{?dist}
+Version: 1.2.7
+Release: 1%{?dist}
Summary: A software and GPU emulated HD output device plugin for VDR
License: AGPLv3
@@ -79,6 +79,9 @@ install -Dpm 644 %{SOURCE1} \
%license AGPL-3.0.txt
%changelog
+* Sat Jan 08 2022 Martin Gansser <martinkg(a)fedoraproject.org> - 1.2.7-1
+- Update to 1.2.7
+
* Thu Dec 30 2021 Martin Gansser <martinkg(a)fedoraproject.org> - 1.2.5-2
- Rebuilt for new VDR API version
2 years, 10 months