[chromium-freeworld] fix patch
by Leigh Scott
commit ec0a86f6fef22c8abd4f1768bf0a09a471f26016
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri Oct 8 11:05:16 2021 +0100
fix patch
chromium-clang-format.patch | 46 +++++++++++++++++++++++----------------------
1 file changed, 24 insertions(+), 22 deletions(-)
---
diff --git a/chromium-clang-format.patch b/chromium-clang-format.patch
index 77e842e..7a23ed6 100644
--- a/chromium-clang-format.patch
+++ b/chromium-clang-format.patch
@@ -1,34 +1,36 @@
-diff -up chromium-93.0.4577.63/buildtools/linux64/clang-format.clang-format-py3 chromium-93.0.4577.63/buildtools/linux64/clang-format
---- chromium-93.0.4577.63/buildtools/linux64/clang-format.clang-format-py3 2021-09-03 04:42:46.736294345 +0000
-+++ chromium-93.0.4577.63/buildtools/linux64/clang-format 2021-09-03 04:59:55.296512600 +0000
-@@ -10,9 +10,9 @@ import sys
- args = sys.argv[1:]
- inputfiles = [a for a in args if not a.startswith('-')]
+--- a/buildtools/linux64/clang-format
++++ b/buildtools/linux64/clang-format
+@@ -12,9 +12,9 @@ def main():
+ args = sys.argv[1:]
+ inputfiles = [a for a in args if not a.startswith('-')]
--contents = ''
-+contents = b''
- if '-' in args or not inputfiles:
+- contents = ''
++ contents = b''
+ if '-' in args or not inputfiles:
- contents = sys.stdin.read()
+ contents = sys.stdin.buffer.read()
- # Tarball builds may or may not have depot_tools in $PATH. In the former case,
- # running 'clang-format' will call back into this script infinitely. Strip off
-@@ -34,14 +34,14 @@ try:
+ # Tarball builds may or may not have depot_tools in $PATH. In the former case,
+ # running 'clang-format' will call back into this script infinitely. Strip off
+@@ -37,17 +37,17 @@ def main():
stdout, stderr = proc.communicate(input=contents)
# Ignore if clang-format fails. Eg: it may be too old to support C++14.
if proc.returncode == 0:
-- sys.stdout.write(stdout)
-- sys.stderr.write(stderr)
-+ sys.stdout.buffer.write(stdout)
-+ sys.stderr.buffer.write(stderr)
- sys.exit(0)
- except OSError:
+- sys.stdout.write(stdout)
+- sys.stderr.write(stderr)
++ sys.stdout.buffer.write(stdout)
++ sys.stderr.buffer.write(stderr)
+ return 0
+ except OSError:
# Ignore if clang-format is not installed.
pass
- # If any failure happens, continue with unformatted files.
--sys.stdout.write(contents)
-+sys.stdout.buffer.write(contents)
- for inputfile in inputfiles:
+ # If any failure happens, continue with unformatted files.
+- sys.stdout.write(contents)
++ sys.stdout.buffer.write(contents)
+ for inputfile in inputfiles:
- sys.stdout.write(open(inputfile).read())
+ sys.stdout.buffer.write(open(inputfile).read())
+
+ return 0
+
3 years, 1 month
[vdr-markad/f33] Update to 3.0.15
by Martin Gansser
Summary of changes:
ecdb5fb... Update to 3.0.15 (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 1 month
[vdr-markad/f34] Update to 3.0.15
by Martin Gansser
Summary of changes:
ecdb5fb... Update to 3.0.15 (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 1 month
[vdr-markad/f35] Update to 3.0.15
by Martin Gansser
Summary of changes:
ecdb5fb... Update to 3.0.15 (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 1 month
[vdr-markad] Update to 3.0.15
by Martin Gansser
commit ecdb5fb1bb0b435324f3edcf489d86456a754612
Author: Martin Gansser <mgansser(a)online.de>
Date: Fri Oct 8 11:30:08 2021 +0200
Update to 3.0.15
.gitignore | 1 +
sources | 2 +-
vdr-markad.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 432f5e0..04dd741 100644
--- a/.gitignore
+++ b/.gitignore
@@ -40,3 +40,4 @@ vdr-plugin-markad-74e2a8c5382fa8bfacd12274899112724a1e0d51.tar.bz2
/vdr-markad-3.0.12.tar.gz
/vdr-markad-3.0.13.tar.gz
/vdr-markad-3.0.14.tar.gz
+/vdr-markad-3.0.15.tar.gz
diff --git a/sources b/sources
index a401894..96b262e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vdr-markad-3.0.14.tar.gz) = 8ab20a9a24c7498264b503e7a5ec440a09c533e7d1ee3b85170ca2956dc9a5564046041c992ddccdd6fc2b1cf3fb4517b7d055af67d4ff70407fa8d60465c3ec
+SHA512 (vdr-markad-3.0.15.tar.gz) = 599fbeb702f5c5daad5facc07c0016e32952e2952a503fcdc6c8d8069082afb45a6592380b3dec34d35bad72d0611692ff4dfa68eb9d7a015734cefb81e05b42
diff --git a/vdr-markad.spec b/vdr-markad.spec
index 4255ebc..835fecc 100644
--- a/vdr-markad.spec
+++ b/vdr-markad.spec
@@ -1,5 +1,5 @@
Name: vdr-markad
-Version: 3.0.14
+Version: 3.0.15
Release: 1%{?dist}
Summary: Advanced commercial detection for VDR
License: GPLv2+
@@ -48,6 +48,9 @@ fi
%{vdr_vardir}/markad/
%changelog
+* Fri Oct 08 2021 Martin Gansser <martinkg(a)fedoraproject.org> - 3.0.15-1
+- Update to 3.0.15
+
* Fri Oct 01 2021 Martin Gansser <martinkg(a)fedoraproject.org> - 3.0.14-1
- Update to 3.0.14
3 years, 1 month
[chromium-freeworld] Update to 94.0.4606.81
by Leigh Scott
commit 64924b01d3519a659451dbbe519af010a5e00ddf
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri Oct 8 09:15:18 2021 +0100
Update to 94.0.4606.81
chromium-freeworld.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/chromium-freeworld.spec b/chromium-freeworld.spec
index ac2ffb7..b668b7f 100644
--- a/chromium-freeworld.spec
+++ b/chromium-freeworld.spec
@@ -32,7 +32,7 @@
%global system_re2 1
##############################Package Definitions######################################
Name: chromium-freeworld
-Version: 94.0.4606.71
+Version: 94.0.4606.81
Release: 1%{?dist}
Summary: Chromium built with all freeworld codecs and VA-API support
License: BSD and LGPLv2+ and ASL 2.0 and IJG and MIT and GPLv2+ and ISC and OpenSSL and (MPLv1.1 or GPLv2 or LGPLv2)
@@ -747,6 +747,9 @@ appstream-util validate-relax --nonet "%{buildroot}%{_metainfodir}/%{name}.appda
%{chromiumdir}/swiftshader/libGLESv2.so
#########################################changelogs#################################################
%changelog
+* Thu Oct 07 2021 Leigh Scott <leigh123linux(a)gmail.com> - 94.0.4606.81-1
+- Update to 94.0.4606.81
+
* Thu Sep 30 2021 Leigh Scott <leigh123linux(a)gmail.com> - 94.0.4606.71-1
- Update to 94.0.4606.71
diff --git a/sources b/sources
index ae7b6e2..ee26f13 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (chromium-94.0.4606.71.tar.xz) = 07ea0be22c8e42958d9fa53fbe310b7977f9423d7e043287a7b9f27d82f3ed2b088435708b511763b4a7ce039863a37db0adc9daa470349466da1d903e4d8135
+SHA512 (chromium-94.0.4606.81.tar.xz) = 59bde106e41da1daa1e806f790cbeea8623e5b5a191222981981f2722da97a26c7f70cbe3a9108e5d84e411712627657a86b3931ec940121c7e61bdb09b5bee8
SHA512 (chromium-patches-chromium-94-patchset-3.tar.gz) = e7491fce352e41f9ae41d397ce9865b691ff3a665bda9dee61eb5e57ab4094ed2a948cc5dd7b8fb2ab6b8a9bdc8c2ac894aec115b757ffaa9a98f502c38dc99c
3 years, 1 month