[wireguard-kmod/el8] Update to 1.0.20210124
by Nicolas Chauvet
commit 64850ff17d810ace2ef1778ce4686b4d3e78a364
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Sun Feb 7 12:06:01 2021 +0100
Update to 1.0.20210124
sources | 2 +-
wireguard-kmod.spec | 5 ++++-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/sources b/sources
index 3bc6dde..044b48e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (wireguard-linux-compat-1.0.20201221.tar.xz) = 1b06eeda525903661657cae4f462cf2ef464bce292b0a9ae37425d254142ed4137ca7a2296da0f11447f89a4d921c3cb7cee018a4f691131541f0ec32f99c458
+SHA512 (wireguard-linux-compat-1.0.20210124.tar.xz) = 4438391eb6a6a1526cbb9b7eb7b8f8b2999bf425d5fca028f1a412d93bffaa6107be133d673e68add6eeeb86201aa080228706de2af00e69c0ac88ccb127e56e
diff --git a/wireguard-kmod.spec b/wireguard-kmod.spec
index 3683258..74b66eb 100644
--- a/wireguard-kmod.spec
+++ b/wireguard-kmod.spec
@@ -5,7 +5,7 @@
Name: wireguard-kmod
Summary: Kernel module (kmod) for Wireguard
-Version: 1.0.20201221
+Version: 1.0.20210124
Release: 1%{?dist}
License: GPLv2
@@ -71,6 +71,9 @@ done
%changelog
+* Sun Feb 07 2021 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.20210124-1
+- Update to 1.0.20210124
+
* Mon Dec 21 2020 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.20201221-1
- Update to 1.0.20201221
3 years, 9 months
[svt-hevc] Fix build with GCC 11. Remove gstreamer plugin since it is now in gstreamer1-plugins-bad-freeworld p
by Vasiliy Glazov
commit e432195a3c4c466417da05a016b878e2e79f0839
Author: vascom <vascom2(a)gmail.com>
Date: Sun Feb 7 11:10:55 2021 +0300
Fix build with GCC 11. Remove gstreamer plugin since it is now in gstreamer1-plugins-bad-freeworld package.
cmake.patch | 27 +++++++++++++++++++++++++++
svt-hevc-build.patch | 34 ----------------------------------
svt-hevc.spec | 31 +++++++------------------------
3 files changed, 34 insertions(+), 58 deletions(-)
---
diff --git a/cmake.patch b/cmake.patch
new file mode 100644
index 0000000..7f619f6
--- /dev/null
+++ b/cmake.patch
@@ -0,0 +1,27 @@
+diff -uNdr SVT-HEVC-1.5.0_old/CMakeLists.txt SVT-HEVC-1.5.0_new/CMakeLists.txt
+--- SVT-HEVC-1.5.0_old/CMakeLists.txt 2020-08-04 00:57:25.000000000 +0300
++++ SVT-HEVC-1.5.0_new/CMakeLists.txt 2021-02-07 10:58:15.333859295 +0300
+@@ -100,11 +100,9 @@
+ -Wformat-security
+ -fPIE
+ -fPIC
+- -D_FORTIFY_SOURCE=2
+- /GS
+- /sdl)
++ -D_FORTIFY_SOURCE=2)
+ if(MSVC)
+- list(APPEND flags_to_test /MP)
++ list(APPEND flags_to_test /MP /GS /sdl)
+ else()
+ option(NATIVE "Build for native performance (march=native)")
+ list(INSERT flags_to_test 0 -Wall)
+@@ -119,8 +117,7 @@
+ endif()
+ endif()
+ set(release_flags_to_test
+- -O2
+- -O3)
++ -O2)
+ set(debug_flags_to_test
+ -O0)
+
diff --git a/svt-hevc.spec b/svt-hevc.spec
index 4dc384c..31483f6 100644
--- a/svt-hevc.spec
+++ b/svt-hevc.spec
@@ -2,21 +2,19 @@
Name: svt-hevc
Version: 1.5.0
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Scalable Video Technology for HEVC Encoder
License: BSD-2-Clause-Patent
URL: https://github.com/OpenVisualCloud/SVT-HEVC
Source0: %url/archive/v%{version}/SVT-HEVC-%{version}.tar.gz
-# Correct build flags and gstreamer plugin
-Patch0: svt-hevc-build.patch
+# Correct build flags
+Patch0: cmake.patch
BuildRequires: gcc
BuildRequires: cmake
BuildRequires: yasm
BuildRequires: meson
-BuildRequires: gstreamer1-devel
-BuildRequires: gstreamer1-plugins-base-devel
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
@@ -41,13 +39,6 @@ Requires: %{name}-libs%{?_isa} = %{version}-%{release}
%description devel
Include files and mandatory libraries for development svt-hevc.
-%package -n gstreamer1-%{name}
-Summary: GStreamer 1.0 %{name}-based plug-in
-Requires: gstreamer1-plugins-base%{?_isa}
-
-%description -n gstreamer1-%{name}
-This package provides %{name}-based GStreamer plug-in.
-
%prep
%autosetup -p1 -n SVT-HEVC-%{version}
@@ -60,18 +51,9 @@ This package provides %{name}-based GStreamer plug-in.
%ninja_build -C %{_target_platform}
-pushd gstreamer-plugin
- export LIBRARY_PATH="$PWD/../Bin/Release:$LIBRARY_PATH"
- %meson
- %meson_build
-popd
-
%install
%ninja_install -C %{_target_platform}
-pushd gstreamer-plugin
- %meson_install
-popd
%files
%{_bindir}/SvtHevcEncApp
@@ -86,10 +68,11 @@ popd
%{_libdir}/libSvtHevcEnc.so
%{_libdir}/pkgconfig/*.pc
-%files -n gstreamer1-%{name}
-%{_libdir}/gstreamer-1.0/libgstsvthevcenc.so
-
%changelog
+* Sun Feb 07 2021 Vasiliy Glazov <vascom2(a)gmail.com> - 1.5.0-4
+- Fix build for GCC 11
+- Remove gstreamer plugin
+
* Thu Feb 04 2021 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1.5.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
3 years, 9 months
[gstreamer1-plugins-bad-freeworld] Add Obsoletes gstreamer1-svt-hevc
by Leigh Scott
commit 878383ca7ba46179b3af3adc59a7652dffeba75d
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Feb 6 21:40:39 2021 +0000
Add Obsoletes gstreamer1-svt-hevc
gstreamer1-plugins-bad-freeworld.spec | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
---
diff --git a/gstreamer1-plugins-bad-freeworld.spec b/gstreamer1-plugins-bad-freeworld.spec
index 6d10f72..ab2c083 100644
--- a/gstreamer1-plugins-bad-freeworld.spec
+++ b/gstreamer1-plugins-bad-freeworld.spec
@@ -1,7 +1,7 @@
Summary: GStreamer 1.0 streaming media framework "bad" plug-ins
Name: gstreamer1-plugins-bad-freeworld
Version: 1.18.2
-Release: 2%{?dist}
+Release: 3%{?dist}
License: LGPLv2+
URL: https://gstreamer.freedesktop.org/
Source0: %{url}/src/gst-plugins-bad/gst-plugins-bad-%{version}.tar.xz
@@ -22,6 +22,9 @@ BuildRequires: mjpegtools-devel >= 2.0.0
BuildRequires: librtmp-devel
%ifarch x86_64
BuildRequires: svt-hevc-devel
+Provides: gstreamer1-svt-hevc = %{version}-%{release}
+Provides: gstreamer1-svt-hevc%{?_isa} = %{version}-%{release}
+Obsoletes: gstreamer1-svt-hevc < %{version}-%{release}
%endif
BuildRequires: vo-amrwbenc-devel
#BuildRequires: vo-aacenc-devel
@@ -29,6 +32,7 @@ BuildRequires: libusbx-devel
BuildRequires: x265-devel
BuildRequires: libde265-devel
+
%description
GStreamer is a streaming media framework, based on graphs of elements which
operate on media data.
@@ -92,6 +96,9 @@ rm -rf %{buildroot}%{_datadir}/gstreamer-1.0/encoding-profiles/
%changelog
+* Sat Feb 06 2021 Leigh Scott <leigh123linux(a)gmail.com> - 1.18.2-3
+- Add Obsoletes gstreamer1-svt-hevc
+
* Wed Feb 03 2021 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1.18.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
3 years, 9 months
[d1x] Upstream no longer does regular releases, instead they release weekly snapshots Update to 20210126 s
by jwrdegoede
commit 8b2bb773f7c54dc2c555e36023cda57f18bb2bdc
Author: Hans de Goede <hdegoede(a)redhat.com>
Date: Sat Feb 6 20:13:49 2021 +0100
Upstream no longer does regular releases, instead they release weekly snapshots
Update to 20210126 snapshot
Fix FTBFS
.gitignore | 1 +
d1x.rpmlintrc | 8 ++++++++
d1x.spec | 25 ++++++++++++++-----------
sources | 6 +++---
4 files changed, 26 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 15662a3..8382445 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ d1x-rebirth_v0.58.1-src.tar.gz
/d2shar10.tar.gz
/stable-0.60.x.zip
/dxx-rebirth-af25483.tar.gz
+/dxx-rebirth-1afd0ee.tar.gz
diff --git a/d1x.rpmlintrc b/d1x.rpmlintrc
new file mode 100644
index 0000000..56fa2cb
--- /dev/null
+++ b/d1x.rpmlintrc
@@ -0,0 +1,8 @@
+# /usr/dxx/full and hog file names are not a spelling errors
+addFilter("spelling-error %description .*")
+# This is why this is in rpmfusion nonfree
+addFilter("W: invalid-license non-commercial")
+# We don't have manpages for d1x
+addFilter("W: no-manual-page-for-binary .*")
+# We don't have an URL for this anymore
+addFilter("W: invalid-url Source3: d1swdf.tar.gz")
diff --git a/d1x.spec b/d1x.spec
index 83f240d..e63dc5e 100644
--- a/d1x.spec
+++ b/d1x.spec
@@ -1,14 +1,12 @@
-# Upstream is not really good in doing timely releases, so we use
-# a git snapshot of the dxx-rebirth stable-0.60.x branch
-%global rebirth_version 0.60
-%global snapshotdate 20181218
-%global commit af25483d01e444553b70cf70c2c7fb8403875f71
+# Upstream does not do releases, they rely on weekly git snapshot builds
+%global snapshotdate 20210126
+%global commit 1afd0eeae2819e641ecae6a974f74e41982ca13d
%global shortcommit %(c=%{commit}; echo ${c:0:7})
Summary: Descent 1 game and shareware data files (d1x-rebirth version)
Name: d1x
Version: 1.43
-Release: 27.rebirth_v%{rebirth_version}.%{snapshotdate}git%{shortcommit}%{?dist}
+Release: 28.rebirth.%{snapshotdate}git%{shortcommit}%{?dist}
License: non-commercial
Source0: https://github.com/dxx-rebirth/dxx-rebirth/archive/%{commit}/dxx-rebirth-...
Source1: d1x-rebirth.sh
@@ -20,7 +18,7 @@ Source6: d2x-rebirth.appdata.xml
Patch0: d1x-gcc10.patch
URL: https://www.dxx-rebirth.com/
BuildRequires: gcc gcc-c++ libpng-devel
-BuildRequires: SDL-devel SDL_mixer-devel mesa-libGL-devel mesa-libGLU-devel
+BuildRequires: SDL-devel SDL_mixer-devel SDL_image-devel mesa-libGL-devel mesa-libGLU-devel
BuildRequires: physfs-devel scons desktop-file-utils dos2unix
BuildRequires: ImageMagick libappstream-glib
Requires: opengl-games-utils >= 0.2
@@ -34,7 +32,7 @@ Obsoletes: %{name}-shareware < %{version}-%{release}
%description
D1X is a modification of the Descent 1 source that was released by
Parallax. It's mostly compatible with the Descent 1 v1.5, both in
-multiplayer and on the local machine.
+multi-player and on the local machine.
This package comes with the shareware version of the game. If you want to
play the full (registered/commercial) version of the game, place the
@@ -50,7 +48,7 @@ Requires: timidity++-patches
%description -n d2x
D2X is a modification of the Descent 2 source that was released by Parallax.
-It's mostly compatible with the original Descent 2, both in multiplayer and
+It's mostly compatible with the original Descent 2, both in multi-player and
on the local machine.
This package comes with the shareware version of the game. If you want to
@@ -134,7 +132,7 @@ appstream-util validate-relax --nonet \
%files
-%doc d1x-rebirth/README.txt d1x-rebirth/RELEASE-NOTES.txt
+%doc README.md d1x-rebirth/RELEASE-NOTES.txt
%license COPYING.txt GPL-3.txt descent1-shareware-readmes
%{_bindir}/d1x-rebirth*
%{_datadir}/d1x
@@ -143,7 +141,7 @@ appstream-util validate-relax --nonet \
%{_datadir}/icons/hicolor/128x128/apps/d1x-rebirth.png
%files -n d2x
-%doc d2x-rebirth/README.txt d2x-rebirth/RELEASE-NOTES.txt
+%doc README.md d2x-rebirth/RELEASE-NOTES.txt
%license COPYING.txt GPL-3.txt descent2-shareware-readmes
%{_bindir}/d2x-rebirth*
%{_datadir}/d2x
@@ -153,6 +151,11 @@ appstream-util validate-relax --nonet \
%changelog
+* Sat Feb 06 2021 Hans de Goede <j.w.r.degoede(a)gmail.com> - 1.43-28.rebirth.20210126git1afd0ee
+- Upstream no longer does regular releases, instead they release weekly snapshots
+- Update to 20210126 snapshot
+- Fix FTBFS
+
* Thu Feb 04 2021 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1.43-27.rebirth_v0.60.20181218gitaf25483
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
diff --git a/sources b/sources
index e6b950f..b2cd9f5 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-8112d6127a7a81a36735f5a9c3175ec2 d1swdf.tar.gz
-1b952cc4a4419e24d230589027d73490 d2shar10.tar.gz
-9baf66ac3dedfc234a77419d5dcfa253 dxx-rebirth-af25483.tar.gz
+SHA512 (dxx-rebirth-1afd0ee.tar.gz) = c12eae520fb4e29aaf1a2a2df1e500be048b150451cc164531f45a6800743d33b8a6a7ba72437d1177d20d1182b66e04dfc85943a4ebdf8eba104323601cfad8
+SHA512 (d1swdf.tar.gz) = fa494be02e629e6772d87851a9ebdd36a64b38f5706f8290abd354919bc1b498d5162b1d7e4720948c1698c343ef17c694ddfafa926e8dc28582a7d429b4360e
+SHA512 (d2shar10.tar.gz) = 8aeb7dbc5d98ae98caa22b0741309c7451d662f569a889dfaaca5c0333895144d962cbde6276a121103266f40ca73485872f9dbc2bd11405d71f2af58f553e9a
3 years, 9 months
[chromium-browser-privacy/f32: 4/4] Update ungoogled-chromium to 88.0.4324.146-1
by qvint
commit e26083e2a53a16d92a93b54cb35dd0098460526e
Author: qvint <dotqvint(a)gmail.com>
Date: Sat Feb 6 17:04:02 2021 +0300
Update ungoogled-chromium to 88.0.4324.146-1
chromium-browser-privacy.spec | 3 ++-
sources | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/chromium-browser-privacy.spec b/chromium-browser-privacy.spec
index 921799a..55509d8 100644
--- a/chromium-browser-privacy.spec
+++ b/chromium-browser-privacy.spec
@@ -55,7 +55,7 @@ Source0: chromium-%{version}-clean.tar.xz
Source1: https://github.com/stha09/chromium-patches/archive/%{patchset_revision}/c...
# ungoogled-chromium.
-%global ungoogled_chromium_revision 88.0.4324.104-1
+%global ungoogled_chromium_revision 88.0.4324.146-1
Source300: https://github.com/Eloston/ungoogled-chromium/archive/%{ungoogled_chromiu...
# The following two source files are copied and modified from the chromium source
@@ -709,6 +709,7 @@ appstream-util validate-relax --nonet "%{buildroot}%{_metainfodir}/%{name}.appda
%changelog
* Sat Feb 06 2021 qvint <dotqvint(a)gmail.com> - 88.0.4324.150-1
- Update Chromium to 88.0.4324.150
+- Update ungoogled-chromium to 88.0.4324.146-1
* Sat Jan 30 2021 qvint <dotqvint(a)gmail.com> - 88.0.4324.96-1
- Update Chromium to 88.0.4324.96
diff --git a/sources b/sources
index 8849f2d..78fb564 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
SHA512 (chromium-88.0.4324.150.tar.xz) = 5e0419ce26e58b6ba30586c806fa3001f6c3c094e09c82fb08ed828a199c582308ce9bc0ea445aa0214d29710a586bf5a972553fbef5eab574fb0dc3ebe6280b
SHA512 (chromium-patches-chromium-88-patchset-3.tar.gz) = ba3965e8b3c611490d47d909dd0478b381bec6ce1defe3dce9b09b33856afe321e951df42ab42533a3d6bf11c2213b4741834d617fe3c4827315859c25c0fad3
-SHA512 (ungoogled-chromium-88.0.4324.104-1.tar.gz) = de8062266d3c2539d71d3e816487e27d40206729748be72e0e9741e40b451d2ad8231f37fc05ab680822a8fc68071afd205d9a6f48e9aa232e45e2c165f09378
+SHA512 (ungoogled-chromium-88.0.4324.146-1.tar.gz) = b8c4ea1d26f092ba02ff099ddda5423215b4ebb607faebdbf195b1ff93dd72c41edb4bc46d90288f3fa84b4497faa976c5daef69f84b0381c8179475650b2336
3 years, 9 months
[chromium-browser-privacy/f32: 3/4] Sync spec and sources with free/chromium-freeworld
by qvint
commit a4e34a8710b8b5843f2f0a11d33c55a429c846a7
Merge: 86bf455 bd6e3dd
Author: qvint <dotqvint(a)gmail.com>
Date: Sat Feb 6 06:07:27 2021 +0300
Sync spec and sources with free/chromium-freeworld
chromium-browser-privacy.spec | 5 ++++-
chromium-names.patch | 2 +-
sources | 2 +-
3 files changed, 6 insertions(+), 3 deletions(-)
---
diff --cc chromium-browser-privacy.spec
index bd2aef9,4e665b2..921799a
--- a/chromium-browser-privacy.spec
+++ b/chromium-browser-privacy.spec
@@@ -25,12 -23,12 +25,12 @@@
%global system_minizip 1
%global system_re2 1
##############################Package Definitions######################################
-Name: chromium-freeworld
+Name: chromium-browser-privacy
- Version: 88.0.4324.96
+ Version: 88.0.4324.150
Release: 1%{?dist}
-Summary: Chromium built with all freeworld codecs and VA-API support
+Summary: Chromium, sans integration with Google
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)
-URL: https://www.chromium.org/Home
+URL: https://github.com/Eloston/ungoogled-chromium
%if %{freeworld}
Source0: https://commondatastorage.googleapis.com/chromium-browser-official/chromi...
@@@ -707,49 -662,108 +707,52 @@@ appstream-util validate-relax --nonet "
%{chromiumdir}/swiftshader/libGLESv2.so
#########################################changelogs#################################################
%changelog
-* Thu Feb 04 2021 qvint <dotqvint(a)gmail.com> - 88.0.4324.150-1
-- Update to 88.0.4324.150
-
-* Wed Jan 20 2021 qvint <dotqvint(a)gmail.com> - 88.0.4324.96-1
-- Update to 88.0.4324.96
-- Comply with new Google API key rules for derivatives
-- Fix Icon key in chrome-apps.directory (rfbz#5895)
-- Fix PulseAudio application name and icon
-- Don't depend on CHROME_DESKTOP env var
-- Sync shell wrapper with Fedora Chromium (rfbz#5859, rhbz#1902983)
-
-* Tue Dec 08 2020 qvint <dotqvint(a)gmail.com> - 87.0.4280.88-1
-- Update to 87.0.4280.88
-
-* Fri Nov 27 2020 qvint <dotqvint(a)gmail.com> - 87.0.4280.66-1
-- Update to 87.0.4280.66
-
-* Tue Oct 27 2020 qvint <dotqvint(a)gmail.com> - 86.0.4240.111-2
-- Fix invalid "end" iterator usage in CookieMonster
-- Only fall back to the i965 driver if we're on iHD
-- Check for enable-accelerated-video-decode
-- Fix mouse movements near window edges
-- Fix crash in UserInputMonitorLinuxCore (rfbz#5807)
-
-* Wed Oct 21 2020 qvint <dotqvint(a)gmail.com> - 86.0.4240.111-1
-- Update to 86.0.4240.111
-
-* Wed Sep 23 2020 qvint <dotqvint(a)gmail.com> - 85.0.4183.121-1
-- Update to 85.0.4183.121
-- Enable Hangout services extension (rfbz#5758)
-- Use MD5-based BuildID (rfbz#5743)
-- Use %%ninja_build macro
-- Remove debug_pkg toggle
-- Replace bconds with ordinary macros
-- Use system re2
-- Use system libicu (f33+)
-
-* Thu Sep 10 2020 qvint <dotqvint(a)gmail.com> - 85.0.4183.102-1
-- Update to 85.0.4183.102
-- Remove bundlepylibs and clang toggles
-
-* Mon Aug 31 2020 qvint <dotqvint(a)gmail.com> - 85.0.4183.83-2
-- Ship ANGLE libEGL.so and libGLESv2.so (rfbz#5738)
-
-* Wed Aug 26 2020 qvint <dotqvint(a)gmail.com> - 85.0.4183.83-1
-- Update to 85.0.4183.83
-- Use xcb-proto bundled in Chromium tarball
-- Drop Fedora 30 support
-- Fix XDG paths in manpage
++* Sat Feb 06 2021 qvint <dotqvint(a)gmail.com> - 88.0.4324.150-1
++- Update Chromium to 88.0.4324.150
++
+* Sat Jan 30 2021 qvint <dotqvint(a)gmail.com> - 88.0.4324.96-1
+- Update Chromium to 88.0.4324.96
+- Update ungoogled-chromium to 88.0.4324.104-1
+
+* Thu Dec 10 2020 qvint <dotqvint(a)gmail.com> - 87.0.4280.88-1
+- Update Chromium to 87.0.4280.88
+- Update ungoogled-chromium to 87.0.4280.88-1
+
+* Mon Sep 14 2020 qvint <dotqvint(a)gmail.com> - 85.0.4183.102-1
+- Update Chromium to 85.0.4183.102
+- Update ungoogled-chromium to 85.0.4183.102-1
+- Add domain_substitution switch
+- Fix manpage and desktop metadata files
- Update AppStream metadata
-- Fix name in .desktop file (rfbz#5717)
-- Fix name in GNOME default-apps XML
-- Add symbolic app icon
-* Tue Aug 11 2020 qvint <dotqvint(a)gmail.com> - 84.0.4147.125-1
-- Update to 84.0.4147.125
-- Stop using gold
-- Add 'ulimit -n 2048'
+* Thu Aug 13 2020 qvint <dotqvint(a)gmail.com> - 84.0.4147.125-1
+- Update Chromium to 84.0.4147.125
+- Update ungoogled-chromium to 84.0.4147.125-1
* Sat Jul 18 2020 qvint <dotqvint(a)gmail.com> - 84.0.4147.89-1
-- Update to 84.0.4147.89
-- Use patchset composed by Stephan Hartmann <stha09(a)googlemail.com>
-- Bundle xcb-proto
+- Update Chromium to 84.0.4147.89
+- Update ungoogled-chromium to 84.0.4147.89-1
-* Thu Jun 25 2020 qvint <dotqvint(a)gmail.com> - 83.0.4103.116-1
-- Update to 83.0.4103.116
-
-* Wed Jun 17 2020 qvint <dotqvint(a)gmail.com> - 83.0.4103.106-1
-- Update to 83.0.4103.106
-- Disable python byte compiling
-
-* Mon Jun 08 2020 qvint <dotqvint(a)gmail.com> - 83.0.4103.97-2
-- Fix crash in ServiceWorker (rfbz#5671)
-
-* Fri Jun 05 2020 qvint <dotqvint(a)gmail.com> - 83.0.4103.97-1
-- Update to 83.0.4103.97
+* Sat Jun 27 2020 qvint <dotqvint(a)gmail.com> - 83.0.4103.116-1
+- Update Chromium to 83.0.4103.116
+- Update ungoogled-chromium to 83.0.4103.116-1
+- Try alternative locations for the Widevine CDM library
* Wed May 06 2020 qvint <dotqvint(a)gmail.com> - 81.0.4044.138-1
-- Update to 81.0.4044.138
-- Fix touchpad scrolling under XWayland (rfbz#5621)
+- Update Chromium to 81.0.4044.138
+- Update ungoogled-chromium to 38e86b5
* Thu Apr 30 2020 qvint <dotqvint(a)gmail.com> - 81.0.4044.129-1
-- Update to 81.0.4044.129
-
-* Thu Apr 09 2020 qvint <dotqvint(a)gmail.com> - 81.0.4044.92-1
-- Update to 81.0.4044.92
+- Update Chromium to 81.0.4044.129
+- Update ungoogled-chromium to 81.0.4044.129-1
-* Sun Apr 05 2020 qvint <dotqvint(a)gmail.com> - 80.0.3987.163-1
-- Update to 80.0.3987.163
+* Fri Apr 10 2020 qvint <dotqvint(a)gmail.com> - 81.0.4044.92-1
+- Update Chromium to 81.0.4044.92
+- Update ungoogled-chromium to 209e24b
-* Thu Apr 02 2020 qvint <dotqvint(a)gmail.com> - 80.0.3987.162-1
-- Update to 80.0.3987.162
-
-* Wed Mar 18 2020 qvint <dotqvint(a)gmail.com> - 80.0.3987.149-1
-- Update to 80.0.3987.149
-- Fix rpmlint warnings and errors
-
-* Wed Mar 04 2020 qvint <dotqvint(a)gmail.com> - 80.0.3987.132-1
-- Update to 80.0.3987.132
-
-* Sun Mar 01 2020 qvint <dotqvint(a)gmail.com> - 80.0.3987.122-1
-- Update to 80.0.3987.122
+* Thu Feb 27 2020 qvint <dotqvint(a)gmail.com> - 80.0.3987.122-1
+- Update Chromium to 80.0.3987.122
+- Update ungoogled-chromium to 80.0.3987.122-1
* Tue Feb 04 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 79.0.3945.130-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
diff --cc sources
index 95dd663,33e20ba..8849f2d
--- a/sources
+++ b/sources
@@@ -1,3 -1,2 +1,3 @@@
- SHA512 (chromium-88.0.4324.96.tar.xz) = f51e6dbbd4ea2b6528a601c1bd7e76820a4b614f05366d2999b4a30d8e13581279f69a1a76d3f417ae1cea38f9f834d011f754d078784a70388e2cde0ccba6b6
+ SHA512 (chromium-88.0.4324.150.tar.xz) = 5e0419ce26e58b6ba30586c806fa3001f6c3c094e09c82fb08ed828a199c582308ce9bc0ea445aa0214d29710a586bf5a972553fbef5eab574fb0dc3ebe6280b
SHA512 (chromium-patches-chromium-88-patchset-3.tar.gz) = ba3965e8b3c611490d47d909dd0478b381bec6ce1defe3dce9b09b33856afe321e951df42ab42533a3d6bf11c2213b4741834d617fe3c4827315859c25c0fad3
+SHA512 (ungoogled-chromium-88.0.4324.104-1.tar.gz) = de8062266d3c2539d71d3e816487e27d40206729748be72e0e9741e40b451d2ad8231f37fc05ab680822a8fc68071afd205d9a6f48e9aa232e45e2c165f09378
3 years, 9 months
[chromium-browser-privacy/f32: 2/4] Update to 88.0.4324.150
by qvint
commit bd6e3dd044a3122f1a8bf636fc0520a9a6bfeb3c
Author: qvint <dotqvint(a)gmail.com>
Date: Fri Feb 5 23:32:04 2021 +0300
Update to 88.0.4324.150
chromium-freeworld.spec | 6 +++---
sources | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/chromium-freeworld.spec b/chromium-freeworld.spec
index c7d9a13..4e665b2 100644
--- a/chromium-freeworld.spec
+++ b/chromium-freeworld.spec
@@ -24,7 +24,7 @@
%global system_re2 1
##############################Package Definitions######################################
Name: chromium-freeworld
-Version: 88.0.4324.146
+Version: 88.0.4324.150
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)
@@ -662,8 +662,8 @@ appstream-util validate-relax --nonet "%{buildroot}%{_metainfodir}/%{name}.appda
%{chromiumdir}/swiftshader/libGLESv2.so
#########################################changelogs#################################################
%changelog
-* Wed Feb 03 2021 qvint <dotqvint(a)gmail.com> - 88.0.4324.146-1
-- Update to 88.0.4324.146
+* Thu Feb 04 2021 qvint <dotqvint(a)gmail.com> - 88.0.4324.150-1
+- Update to 88.0.4324.150
* Wed Jan 20 2021 qvint <dotqvint(a)gmail.com> - 88.0.4324.96-1
- Update to 88.0.4324.96
diff --git a/sources b/sources
index c7ed750..33e20ba 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (chromium-88.0.4324.146.tar.xz) = b3f78dde35e83f491a0f81b48e1c3534ee3be295dc4a6958129551983650eccaca3b46f45deec52ec9c8e7565eb6e6192e409acfa5c5110b45327ea915133adb
+SHA512 (chromium-88.0.4324.150.tar.xz) = 5e0419ce26e58b6ba30586c806fa3001f6c3c094e09c82fb08ed828a199c582308ce9bc0ea445aa0214d29710a586bf5a972553fbef5eab574fb0dc3ebe6280b
SHA512 (chromium-patches-chromium-88-patchset-3.tar.gz) = ba3965e8b3c611490d47d909dd0478b381bec6ce1defe3dce9b09b33856afe321e951df42ab42533a3d6bf11c2213b4741834d617fe3c4827315859c25c0fad3
3 years, 9 months
[chromium-browser-privacy/f32: 1/4] Update to 88.0.4324.146
by qvint
commit 39e82a7381ab58eeca80be85a204264ca653a997
Author: qvint <dotqvint(a)gmail.com>
Date: Thu Feb 4 00:31:00 2021 +0300
Update to 88.0.4324.146
chromium-freeworld.spec | 5 ++++-
chromium-names.patch | 2 +-
sources | 2 +-
3 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/chromium-freeworld.spec b/chromium-freeworld.spec
index 030f2ea..c7d9a13 100644
--- a/chromium-freeworld.spec
+++ b/chromium-freeworld.spec
@@ -24,7 +24,7 @@
%global system_re2 1
##############################Package Definitions######################################
Name: chromium-freeworld
-Version: 88.0.4324.96
+Version: 88.0.4324.146
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)
@@ -662,6 +662,9 @@ appstream-util validate-relax --nonet "%{buildroot}%{_metainfodir}/%{name}.appda
%{chromiumdir}/swiftshader/libGLESv2.so
#########################################changelogs#################################################
%changelog
+* Wed Feb 03 2021 qvint <dotqvint(a)gmail.com> - 88.0.4324.146-1
+- Update to 88.0.4324.146
+
* Wed Jan 20 2021 qvint <dotqvint(a)gmail.com> - 88.0.4324.96-1
- Update to 88.0.4324.96
- Comply with new Google API key rules for derivatives
diff --git a/chromium-names.patch b/chromium-names.patch
index 63d817a..0880ecb 100644
--- a/chromium-names.patch
+++ b/chromium-names.patch
@@ -11,7 +11,7 @@ Replace hard-coded "chromium-browser" with package name.
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
-@@ -4966,6 +4966,7 @@ static_library("browser") {
+@@ -4964,6 +4964,7 @@ static_library("browser") {
"upgrade_detector/directory_monitor.h",
"upgrade_detector/get_installed_version_linux.cc",
]
diff --git a/sources b/sources
index f66572c..c7ed750 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (chromium-88.0.4324.96.tar.xz) = f51e6dbbd4ea2b6528a601c1bd7e76820a4b614f05366d2999b4a30d8e13581279f69a1a76d3f417ae1cea38f9f834d011f754d078784a70388e2cde0ccba6b6
+SHA512 (chromium-88.0.4324.146.tar.xz) = b3f78dde35e83f491a0f81b48e1c3534ee3be295dc4a6958129551983650eccaca3b46f45deec52ec9c8e7565eb6e6192e409acfa5c5110b45327ea915133adb
SHA512 (chromium-patches-chromium-88-patchset-3.tar.gz) = ba3965e8b3c611490d47d909dd0478b381bec6ce1defe3dce9b09b33856afe321e951df42ab42533a3d6bf11c2213b4741834d617fe3c4827315859c25c0fad3
3 years, 9 months