[mpd/f29] (3 commits) ...Update to 0.21.16
by Leigh Scott
Summary of changes:
4bd7506... enable sidplay for el8 (*)
7021212... remove the ifdef completely (*)
bf30af4... Update to 0.21.16 (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 1 month
[mpd/f30] (3 commits) ...Update to 0.21.16
by Leigh Scott
Summary of changes:
4bd7506... enable sidplay for el8 (*)
7021212... remove the ifdef completely (*)
bf30af4... Update to 0.21.16 (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 1 month
[mpd/f31] (3 commits) ...Update to 0.21.16
by Leigh Scott
Summary of changes:
4bd7506... enable sidplay for el8 (*)
7021212... remove the ifdef completely (*)
bf30af4... Update to 0.21.16 (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 1 month
[mpd] Update to 0.21.16
by Leigh Scott
commit bf30af4e57e754dfb47236532c33ce90a78e1ae9
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Wed Oct 16 11:20:26 2019 +0100
Update to 0.21.16
mpd.spec | 5 ++++-
sources | 4 ++--
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/mpd.spec b/mpd.spec
index c876632..75e9017 100644
--- a/mpd.spec
+++ b/mpd.spec
@@ -16,7 +16,7 @@
Name: mpd
Epoch: 1
-Version: 0.21.15
+Version: 0.21.16
Release: 1%{?dist}
Summary: The Music Player Daemon
License: GPLv2+
@@ -228,6 +228,9 @@ fi
%changelog
+* Wed Oct 16 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 1:0.21.16-1
+- Update to 0.21.16
+
* Thu Sep 26 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 1:0.21.15-1
- Update to 0.21.15
diff --git a/sources b/sources
index e51183f..58830e9 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (mpd-0.21.15.tar.xz) = c67ebdb7609b36b4b8504ce0751ca2dcc38a2fba03a5b8419185e8be64bce7e19560347a600773b65f55ba0a3cedeff051117071db8e7fe0a90c9771de8bd37e
-SHA512 (mpd-0.21.15.tar.xz.sig) = a260aa5b3fd19626c58e65df5ce306291e10eb4e54573c1fa4b28501eb7f0fc62dd73943f10f2a5647e3be05d3bfcd5f27fbe545f55b3120287081719796c000
+SHA512 (mpd-0.21.16.tar.xz) = bb7587acd03d675ae3127ab4e196d549170551ac643e5134baa2bccaf8d7c9bba6c9a9edec9bcb61a2ec3a6ce26f4d77190323ef0329033d0cd8c1f8964be05c
+SHA512 (mpd-0.21.16.tar.xz.sig) = 42f1ec0459d11da8b65402a3e04da92b488975cd741d5d5427d42877672114a67523d39d5280d8ff91315a8b914a1fae68431cc3b156bf217bd5c81434de6227
5 years, 1 month
[chromium-browser-privacy: 100/103] Merge branch 'chromium-vaapi-f30' into chromium-browser-privacy-f30
by qvint
commit 54087a4b1d79329f3dd5ae4cd98f0cf204c83ee5
Merge: 532a378 8d976e2
Author: qvint <dotqvint(a)gmail.com>
Date: Mon Oct 14 08:01:44 2019 +0300
Merge branch 'chromium-vaapi-f30' into chromium-browser-privacy-f30
# Conflicts:
# chromium-browser-privacy.spec
# sources
chromium-browser-privacy.spec | 9 ++++++---
sources | 4 ++--
2 files changed, 8 insertions(+), 5 deletions(-)
---
diff --cc chromium-browser-privacy.spec
index bb7145d,32dd024..cc2ce0c
--- a/chromium-browser-privacy.spec
+++ b/chromium-browser-privacy.spec
@@@ -60,12 -60,12 +60,12 @@@
# Enable building with ozone support
%global ozone 0
##############################Package Definitions######################################
-Name: chromium-vaapi
+Name: chromium-browser-privacy
- Version: 77.0.3865.90
+ Version: 77.0.3865.120
Release: 1%{?dist}
-Summary: A Chromium web browser with video decoding acceleration
+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...
%else
@@@ -83,8 -83,6 +83,8 @@@
# ./chromium-latest.py --stable --ffmpegclean --ffmpegarm --deleteunrar
Source0: chromium-%{version}-clean.tar.xz
%endif
- %global ungoogled_chromium_revision 77.0.3865.90-1
++%global ungoogled_chromium_revision 99b98c530ff30c85434a5becc550bc1cfe255b63
+Source300: https://github.com/Eloston/ungoogled-chromium/archive/%{ungoogled_chromiu...
# The following two source files are copied and modified from the chromium source
Source10: %{name}.sh
#Add our own appdata file.
@@@ -747,9 -700,11 +746,13 @@@ appstream-util validate-relax --nonet "
%{chromiumdir}/swiftshader/libvulkan.so
#########################################changelogs#################################################
%changelog
-* Sun Oct 13 2019 Akarshan Biswas <akarshanbiswas(a)fedoraproject.org> - 77.0.3865.120-1
-- Update to 77.0.3865.120
++* Mon Oct 14 2019 qvint <dotqvint(a)gmail.com> - 77.0.3865.120-1
++- Update Chromium to 77.0.3865.120
++- Update ungoogled-chromium to 99b98c5
+
-* Sat Sep 21 2019 Akarshan Biswas <akarshanbiswas(a)fedoraproject.org> - 77.0.3865.90-1
-- Update to 77.0.3865.90
+* Wed Sep 25 2019 qvint <dotqvint(a)gmail.com> - 77.0.3865.90-1
+- Update Chromium to 77.0.3865.90
+- Update ungoogled-chromium to 77.0.3865.90-1
- Disabled Nvidia support
- Use the bundled python2 as python2 is going to be removed from Fedora
diff --cc sources
index 4970878,b5a9433..d8a44e3
--- a/sources
+++ b/sources
@@@ -1,2 -1,1 +1,2 @@@
- 8580912b6c254d8c422f514be178a0a5 chromium-77.0.3865.90.tar.xz
- 7f75f14b52782a8e5f5ccc3f25f0529b ungoogled-chromium-77.0.3865.90-1.tar.gz
+ SHA512 (chromium-77.0.3865.120.tar.xz) = 4c72c9e9cd9a5d7f89e33c52d117018418ce0f5d23a57341b26ce47c8f90fa55f52a0c976b6959026dc273d5b37aa57306253a9b533172cd133a815edc7bccb4
++SHA512 (ungoogled-chromium-99b98c530ff30c85434a5becc550bc1cfe255b63.tar.gz) = 06b2e700fee0f7e4d28ff3a1814fd8c6897bae4451fd45c9a779878893c6367fa16e6559d1a36378c1b3435b757eb9f2986345a5a076fc3afab50c3394615088
5 years, 1 month
[chromium-browser-privacy: 99/103] Merge branch 'f30'
by qvint
commit e01e3e3e28339efd563ba8cc38769357d1d93a36
Merge: d297586 8d976e2
Author: Akarshan Biswas <akarshanbiswas(a)fedoraproject.org>
Date: Sun Oct 13 19:45:27 2019 +0530
Merge branch 'f30'
chromium-vaapi.spec | 6 ++++--
sources | 2 +-
2 files changed, 5 insertions(+), 3 deletions(-)
---
5 years, 1 month
[chromium-browser-privacy: 98/103] Remove: blink symbol level gn flag, use the default option
by qvint
commit 8d976e2e1f6829c9ac82ef28e54f7a889cac59e9
Author: Akarshan Biswas <akarshanbiswas(a)fedoraproject.org>
Date: Sun Oct 13 19:44:33 2019 +0530
Remove: blink symbol level gn flag, use the default option
chromium-vaapi.spec | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/chromium-vaapi.spec b/chromium-vaapi.spec
index 0cc1d41..32dd024 100644
--- a/chromium-vaapi.spec
+++ b/chromium-vaapi.spec
@@ -553,7 +553,6 @@ gn_args=(
fatal_linker_warnings=false
treat_warnings_as_errors=false
linux_use_bundled_binutils=false
- blink_symbol_level = 0
fieldtrial_testing_like_official_build=true
'custom_toolchain="//build/toolchain/linux/unbundle:default"'
'host_toolchain="//build/toolchain/linux/unbundle:default"'
5 years, 1 month