RPM Fusion update report 2019-11-03
by noreply@rpmfusion.org
RPM Fusion update report
------------------------
Section free:
-------------
Fedora 29
-------------
Pushed to testing:
gimp-heif-plugin-1.1.0-5.fc29
libheif-1.5.1-1.fc29
mixxx-2.2.2-2.fc29
smplayer-19.10.0-1.fc29
Pushed to stable:
Fedora 30
-------------
Pushed to testing:
VirtualBox-6.0.14-2.fc30
chromium-browser-privacy-78.0.3904.87-1.fc30
chromium-freeworld-78.0.3904.87-1.fc30
gimp-heif-plugin-1.1.0-5.fc30
kdenlive-19.08.2-1.fc30
libheif-1.5.1-1.fc30
mixxx-2.2.2-2.fc30
ppsspp-1.9.4-1.fc30
smplayer-19.10.0-1.fc30
smtube-19.6.0-1.fc30
Pushed to stable:
Fedora 31
-------------
Pushed to testing:
VirtualBox-6.0.14-2.fc31
chromium-browser-privacy-78.0.3904.87-1.fc31
chromium-freeworld-78.0.3904.87-1.fc31
gimp-heif-plugin-1.1.0-5.fc31
kdenlive-19.08.2-1.fc31
libheif-1.5.1-1.fc31
mixxx-2.2.2-2.fc31
ppsspp-1.9.4-1.fc31
smplayer-19.10.0-1.fc31
smtube-19.6.0-1.fc31
Pushed to stable:
rpmfusion-free-release-31-1
EL 6
-------------
Pushed to testing:
Pushed to stable:
EL 7
-------------
Pushed to testing:
ppsspp-1.9.4-1.el7
smplayer-19.10.0-1.el7
smtube-19.6.0-1.el7
Pushed to stable:
EL 8
-------------
Pushed to testing:
gimp-heif-plugin-1.1.0-5.el8
libheif-1.5.1-1.el8
smplayer-19.10.0-1.el8
smtube-19.6.0-1.el8
Pushed to stable:
Section nonfree:
-------------
Fedora 29
-------------
Pushed to testing:
steam-1.0.0.61-5.fc29
Pushed to stable:
Fedora 30
-------------
Pushed to testing:
steam-1.0.0.61-5.fc30
Pushed to stable:
Fedora 31
-------------
Pushed to testing:
intel-media-driver-19.3.1-1.fc31
steam-1.0.0.61-5.fc31
Pushed to stable:
rpmfusion-nonfree-release-31-1
EL 6
-------------
Pushed to testing:
Pushed to stable:
EL 7
-------------
Pushed to testing:
steam-1.0.0.61-5.el7
Pushed to stable:
EL 8
-------------
Pushed to testing:
Pushed to stable:
Theses packages will be available in main mirror in few hours. Wait for local mirrors to sync
Please report any issue to https://bugzilla.rpmfusion.org
1 year, 2 months
Re: [chromium-libs-media-freeworld] FIX: Merge from Fedora; add
missing changes
by Nicolas Chauvet
> Le ven. 1 nov. 2019 à 08:11, hellbanger <hellbanger(a)rpmfusion.org> a écrit :
>
> commit 7a6afff4ffd3a8481655175e8fd3e702998419b6
> Author: Akarshan Biswas <akarshanbiswas(a)fedoraproject.org>
> Date: Fri Nov 1 12:41:22 2019 +0530
>
> FIX: Merge from Fedora; add missing changes
>
> chromium-libs-media-freeworld.spec | 18 ++++++++++++++++--
> 1 file changed, 16 insertions(+), 2 deletions(-)
> ---
> diff --git a/chromium-libs-media-freeworld.spec b/chromium-libs-media-freeworld.spec
> index 7e755ff..6811c7b 100644
> --- a/chromium-libs-media-freeworld.spec
> +++ b/chromium-libs-media-freeworld.spec
> @@ -665,13 +665,27 @@ Requires(preun): %{_sbindir}/update-alternatives
> %description libs
> Shared libraries used by chromium (and chrome-remote-desktop).
>
> -%if ! %{freeworld}
> +%if %{freeworld}
> +%package -n chromium-libs-media-freeworld
> +Summary: Chromium media libraries built with all possible codecs
> +Provides: chromium-libs-media = %{version}-%{release}
> +Provides: chromium-libs-media%{_isa} = %{version}-%{release}
> +Requires: chromium-libs%{_isa} = %{version}
> +Requires(post): %{_sbindir}/update-alternatives
> +Requires(preun): %{_sbindir}/update-alternatives
> +
> +%description -n chromium-libs-media-freeworld
> +Chromium media libraries built with all possible codecs. Chromium is an
> +open-source web browser, powered by WebKit (Blink). This package replaces
> +the default chromium-libs-media package, which is limited in what it
> +can include.
> +%else
> %package libs-media
> Summary: Shared libraries used by the chromium media subsystem
> Requires: chromium-libs%{_isa} = %{version}
> Requires(post): %{_sbindir}/update-alternatives
> Requires(preun): %{_sbindir}/update-alternatives
> -
> +
> %description libs-media
> Shared libraries used by the chromium media subsystem.
> %endif
This is a wrong change if we are freeworld the base package name is
already chromium-libs-media-freeworld
I've tried to merge this change into the pagure PR on fp side, but no luck.
The consequence is that it should be a "downstream patch" so it
cleaner like that.
--
-
Nicolas (kwizart)
1 year, 2 months