[rfpkg-minimal] Increase timeout to 900 seconds
by Leigh Scott
commit 53c0d9882ac8b2f1a35b00d470f0e307c2866190
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri Oct 22 17:56:33 2021 +0100
Increase timeout to 900 seconds
add-fedpkg-base-to-rfpkg-minimal.patch | 4 ++--
rfpkg-minimal.spec | 5 ++++-
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/add-fedpkg-base-to-rfpkg-minimal.patch b/add-fedpkg-base-to-rfpkg-minimal.patch
index 24753d2..2eb5633 100644
--- a/add-fedpkg-base-to-rfpkg-minimal.patch
+++ b/add-fedpkg-base-to-rfpkg-minimal.patch
@@ -50,13 +50,13 @@ index 0000000..87d90e8
+ # Remove parenthesis around tarball name
+ filename=${filename#(}
+ tarball=${filename%)}
-+ curl -L -H Pragma: -o "./$tarball" -R -S --fail --retry 5 --max-time 15 "$baseurl/$pkgname/$tarball/$hashtype/$hash/$tarball"
++ curl -L -H Pragma: -o "./$tarball" -R -S --fail --retry 5 --max-time 900 "$baseurl/$pkgname/$tarball/$hashtype/$hash/$tarball"
+ done < sources
+ "${hashtype}sum" -c sources
+ else
+ # Ok, we're working with MD5.
+ while read -r md5sum tarball; do
-+ curl -L -H Pragma: -o "./$tarball" -R -S --fail --retry 5 --max-time 15 "$baseurl/$pkgname/$tarball/$md5sum/$tarball"
++ curl -L -H Pragma: -o "./$tarball" -R -S --fail --retry 5 --max-time 900 "$baseurl/$pkgname/$tarball/$md5sum/$tarball"
+ done < sources
+ md5sum -c sources
+ fi
diff --git a/rfpkg-minimal.spec b/rfpkg-minimal.spec
index 75fe049..a0875be 100644
--- a/rfpkg-minimal.spec
+++ b/rfpkg-minimal.spec
@@ -1,6 +1,6 @@
Name: rfpkg-minimal
Version: 0.4.1
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Fork of fedpkg-minimal for RPM Fusion
# Licensing is unclear; LICENSE is the GPLv2 but bin/fedpkg (upstream)
@@ -43,6 +43,9 @@ install -pm 755 bin/rfpkg-minimal %{buildroot}%{_bindir}/rfpkg-minimal
%license LICENSE
%changelog
+* Fri Oct 22 2021 Leigh Scott <leigh123linux(a)gmail.com> - 0.4.1-4
+- Increase timeout to 900 seconds
+
* Sat Aug 24 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 0.4.1-3
- Use pull request instead
3 years, 1 month
[ffmpeg/f33] Update to 4.3.3 release
by Leigh Scott
commit 8eec3e09f44556c1db0d1d2cc298dcf1d058d11d
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri Oct 22 15:09:43 2021 +0100
Update to 4.3.3 release
ffmpeg.spec | 7 +++++--
sources | 2 +-
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 6a5093a..101e720 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -106,8 +106,8 @@ ExclusiveArch: armv7hnl
Summary: Digital VCR and streaming server
Name: ffmpeg%{?flavor}
-Version: 4.3.2
-Release: 3%{?date}%{?date:git}%{?rel}%{?dist}
+Version: 4.3.3
+Release: 1%{?date}%{?date:git}%{?rel}%{?dist}
License: %{ffmpeg_license}
URL: http://ffmpeg.org/
%if 0%{?date}
@@ -473,6 +473,9 @@ install -pm755 tools/qt-faststart %{buildroot}%{_bindir}
%changelog
+* Fri Oct 22 2021 Leigh Scott <leigh123linux(a)gmail.com> - 4.3.3-1
+- Update to 4.3.3 release
+
* Sun Jun 13 2021 Leigh Scott <leigh123linux(a)gmail.com> - 4.3.2-3
- Rebuild for aom bump
diff --git a/sources b/sources
index 0a4e7a7..f0aa9bf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (ffmpeg-4.3.2.tar.xz) = c85e2ecdd397389da2d7ab9e0d1fa23994931d4ad171a551b0d4863154d7daf42e51de747ec5c6d939ebd668817099bbbd272fa709f20093000376e26597becf
+SHA512 (ffmpeg-4.3.3.tar.xz) = 5324ee6711006372a7b6ac2d853df2ad5d78411531e79b72dcdb57709ea66b516bc0e6b0d1321c110d3a0acbac716b2b47e90dc673d5807b23d15699f83951e3
3 years, 1 month
[mpd/f34] Update to 0.23.2
by Leigh Scott
Summary of changes:
16bfd83... Update to 0.23.2 (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 1 month
[mpd/f35] Update to 0.23.2
by Leigh Scott
Summary of changes:
16bfd83... Update to 0.23.2 (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 1 month
[mpd] Update to 0.23.2
by Leigh Scott
commit 16bfd83bd98b451a175ba3cf248de48f7529dc1c
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri Oct 22 12:34:48 2021 +0100
Update to 0.23.2
mpd.spec | 5 ++++-
sources | 4 ++--
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/mpd.spec b/mpd.spec
index e95b5bf..7408005 100644
--- a/mpd.spec
+++ b/mpd.spec
@@ -16,7 +16,7 @@
Name: mpd
Epoch: 1
-Version: 0.23.1
+Version: 0.23.2
Release: 1%{?dist}
Summary: The Music Player Daemon
License: GPLv2+
@@ -244,6 +244,9 @@ fi
%changelog
+* Fri Oct 22 2021 Leigh Scott <leigh123linux(a)gmail.com> - 1:0.23.2-1
+- Update to 0.23.2
+
* Tue Oct 19 2021 Leigh Scott <leigh123linux(a)gmail.com> - 1:0.23.1-1
- Update to 0.23.1
diff --git a/sources b/sources
index 5a002dd..58c820e 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (mpd-0.23.1.tar.xz) = 98af165881ee85c65ffd22bea77e0a62e13a8a5e8e30dc620761fe51422b605d886a957faf441bfe8f5e0728d651202c7f43e270335337a822258fcb5cd76e9e
-SHA512 (mpd-0.23.1.tar.xz.sig) = ac9b6da7388453e5eb199581dfe9e025f7fe18a1df4be89112037cad70943596009e68088767112bb4b23926ec1a1d8acd6f5845bddf6255544d4d465bf12840
+SHA512 (mpd-0.23.2.tar.xz) = f30c27baeccc0bc115e8d9c05754fa5f0b68c713c0b6c7516e806fc17c52f062367a044638304477af9f9c2471d82a8a1037b6c7736be4f96c6c9d57ebfcaf1f
+SHA512 (mpd-0.23.2.tar.xz.sig) = 540cc0dd73103476d17ca262357af878fd1c90d3ad56c49d7a01dee88959a3c98d1d13e80d4684a5d95109c90de294f95c61e40d1d93e8354aefe86813718aa8
3 years, 1 month
[vdr-markad/f33] Update to 3.0.16
by Martin Gansser
Summary of changes:
0e13e52... Update to 3.0.16 (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 1 month
[vdr-markad/f34] Update to 3.0.16
by Martin Gansser
Summary of changes:
0e13e52... Update to 3.0.16 (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 1 month
[vdr-markad/f35] Update to 3.0.16
by Martin Gansser
Summary of changes:
0e13e52... Update to 3.0.16 (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 1 month
[vdr-markad] Update to 3.0.16
by Martin Gansser
commit 0e13e52e2c75c47198e6a8b2779f26617f967d31
Author: Martin Gansser <mgansser(a)online.de>
Date: Fri Oct 22 11:13:23 2021 +0200
Update to 3.0.16
.gitignore | 1 +
sources | 2 +-
vdr-markad.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 04dd741..9b7c701 100644
--- a/.gitignore
+++ b/.gitignore
@@ -41,3 +41,4 @@ vdr-plugin-markad-74e2a8c5382fa8bfacd12274899112724a1e0d51.tar.bz2
/vdr-markad-3.0.13.tar.gz
/vdr-markad-3.0.14.tar.gz
/vdr-markad-3.0.15.tar.gz
+/vdr-markad-3.0.16.tar.gz
diff --git a/sources b/sources
index 96b262e..1352b30 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vdr-markad-3.0.15.tar.gz) = 599fbeb702f5c5daad5facc07c0016e32952e2952a503fcdc6c8d8069082afb45a6592380b3dec34d35bad72d0611692ff4dfa68eb9d7a015734cefb81e05b42
+SHA512 (vdr-markad-3.0.16.tar.gz) = e84a5b4c16e1b3c23bb999395ed2c425d5be56b0da4ae15453d847527d558c4c4b9cb00d6b9e66bd8111b0781681e3d9b9a109d55f60ecc423486f5e828e8e9b
diff --git a/vdr-markad.spec b/vdr-markad.spec
index 835fecc..a81c4c2 100644
--- a/vdr-markad.spec
+++ b/vdr-markad.spec
@@ -1,5 +1,5 @@
Name: vdr-markad
-Version: 3.0.15
+Version: 3.0.16
Release: 1%{?dist}
Summary: Advanced commercial detection for VDR
License: GPLv2+
@@ -48,6 +48,9 @@ fi
%{vdr_vardir}/markad/
%changelog
+* Fri Oct 22 2021 Martin Gansser <martinkg(a)fedoraproject.org> - 3.0.16-1
+- Update to 3.0.16
+
* Fri Oct 08 2021 Martin Gansser <martinkg(a)fedoraproject.org> - 3.0.15-1
- Update to 3.0.15
3 years, 1 month