Hello community, here is the log from the commit of package discord for openSUSE:Leap:15.2:NonFree checked in at 2020-05-23 16:59:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2:NonFree/discord (Old) and /work/SRC/openSUSE:Leap:15.2:NonFree/.discord.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "discord" Sat May 23 16:59:38 2020 rev:13 rq:808032 version:0.0.10 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2:NonFree/discord/discord.changes 2020-01-16 12:03:34.176669604 +0100 +++ /work/SRC/openSUSE:Leap:15.2:NonFree/.discord.new.2738/discord.changes 2020-05-23 16:59:40.559747343 +0200 @@ -1,0 +2,33 @@ +Thu Mar 26 21:34:39 UTC 2020 - Stasiek Michalski <[email protected]> + +- Install symbolic icon for GNOME + +------------------------------------------------------------------- +Fri Mar 6 11:48:43 UTC 2020 - Maurizio Galli <[email protected]> + +- Use ffmpeg as bcond since it already exists in Packman + +------------------------------------------------------------------- +Wed Feb 26 00:53:06 UTC 2020 - Jimmy Berry <[email protected]> + +- Update to version 0.0.10 + * No upstream release notes. +- Remove installation of libVkICD_mock_icd.so which was removed +- Install chrome-sandbox which was added +- Correct indentation in spec and changes files. + +------------------------------------------------------------------- +Mon Feb 24 12:04:06 UTC 2020 - Maurizio Galli <[email protected]> + +- Added bcond to allow building with embedded libffmpeg.so. This + will allow building the package with patent encoumbered codecs + in Packman. + +------------------------------------------------------------------- +Thu Oct 17 11:47:14 UTC 2019 - Jan Engelhardt <[email protected]> + +- Utilize the new proposed tag scheme for the Group line, + selecting a more appropriate categorization than "game". + (Discord, while being related to gaming, is not a game per se.) + +------------------------------------------------------------------- Old: ---- discord-0.0.9.tar.gz New: ---- discord-0.0.10.tar.gz discord-symbolic.svg ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ discord.spec ++++++ --- /var/tmp/diff_new_pack.yODyHX/_old 2020-05-23 16:59:41.171748656 +0200 +++ /var/tmp/diff_new_pack.yODyHX/_new 2020-05-23 16:59:41.175748664 +0200 @@ -20,15 +20,18 @@ %global _buildshell /bin/bash %global __requires_exclude ^(libffmpeg|libnode).* %global __provides_exclude ^(libffmpeg|libnode).* +# This is to enable build with patent encoumbered codecs. Not allowed in OBS +%bcond_with ffmpeg Name: discord -Version: 0.0.9 +Version: 0.0.10 Release: 0 Summary: Voice and Text Chat for Gamers License: SUSE-NonFree -Group: Amusements/Games/Other -Url: https://discordapp.com/ +Group: chat voice-chat +URL: https://discordapp.com/ Source0: https://dl.discordapp.net/apps/linux/%{version}/%{name}-%{version}.tar.gz #Source0: https://discordapp.com/api/download?platform=linux&format=tar.gz +Source2: discord-symbolic.svg Source99: PERMISSION ExclusiveArch: x86_64 BuildRequires: desktop-file-utils @@ -59,8 +62,13 @@ %setup -T -a 1 -c -n ffmpeg %build +%if %{with ffmpeg} +# nothing to do +: +%else rm %{_builddir}/Discord/libffmpeg.so cp %{_builddir}/ffmpeg/libffmpeg.so %{_builddir}/Discord/ +%endif %install cd %{_builddir}/Discord @@ -71,10 +79,11 @@ --set-value=%{_bindir}/%{name} \ %{name}.desktop +install -Dm755 chrome-sandbox %{buildroot}%{_libdir}/%{name}/chrome-sandbox install -Dm755 libffmpeg.so %{buildroot}%{_libdir}/%{name}/libffmpeg.so install -Dm755 libEGL.so %{buildroot}%{_libdir}/%{name}/libEGL.so install -Dm755 libGLESv2.so %{buildroot}%{_libdir}/%{name}/libGLESv2.so -install -Dm755 libVkICD_mock_icd.so %{buildroot}%{_libdir}/%{name}/libVkICD_mock_icd.so +install -Dm755 %SOURCE1 %{buildroot}%{_datadir}/icons/hicolor/symbolic/apps/%{name}-symbolic.svg # install share mkdir -p %{buildroot}%{_libdir}/%{name} @@ -106,6 +115,7 @@ %{_bindir}/%{name} %{_datadir}/applications/%{name}.desktop %{_datadir}/icons/hicolor/256x256/apps/%{name}.png +%{_datadir}/icons/hicolor/symbolic/apps/%{name}-symbolic.svg %{_libdir}/%{name} %changelog ++++++ discord-0.0.9.tar.gz -> discord-0.0.10.tar.gz ++++++ /work/SRC/openSUSE:Leap:15.2:NonFree/discord/discord-0.0.9.tar.gz /work/SRC/openSUSE:Leap:15.2:NonFree/.discord.new.2738/discord-0.0.10.tar.gz differ: char 5, line 1
