[smplayer] Update sources file
by Sérgio M. Basto
commit bdeb87bbeb13dfa822a343690b0af98f6eeeb6e0
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Tue Oct 29 11:15:53 2019 +0000
Update sources file
.gitignore | 1 +
sources | 7 +++----
update_smplayer.sh | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1490814..eb34e8e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -52,3 +52,4 @@ smtube-16.3.0.tar.bz2
/smplayer-19.1.0.tar.bz2
/smplayer-19.5.0.tar.bz2
/smtube-19.6.0.tar.bz2
+/smplayer-19.10.0.tar.bz2
diff --git a/sources b/sources
index f15acf8..541d0fb 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,3 @@
-d948ade6a19dffcb56a0de445df0ddb6 smplayer-19.5.0.tar.bz2
-355dec97781b6973af3e244099b7e541 smtube-19.6.0.tar.bz2
-8fe83cd59189291ca0d3beea1991e50b smplayer-themes-18.6.0.tar.bz2
-57e165cf9a95808fafd179e5322b7f15 smplayer-skins-15.2.0.tar.bz2
+SHA512 (smplayer-19.10.0.tar.bz2) = d41394ad61d23af96f94510f9162d9a3b2c88b66cc2bcc17b2210072ad53c322369eda149edccc4ec459b8d65b7ea80a5e1ce3cdbd1ec266b2cf6b4f189dc9c3
+SHA512 (smplayer-themes-18.6.0.tar.bz2) = e16f2dc50015b0034134a096ca99603167309c31bb50a44679c343b5f9c0ea786a17a0fb64eb1d71c61dacbd2a295adc0a82d23bd0837adf96664120f33adda6
+SHA512 (smplayer-skins-15.2.0.tar.bz2) = 58d1dcc9caf5d93b7f0692ffa7ff4875eb8dd83db78293aee25a713a1f6007c83af556215cd1f7666dec98bc323b074c6b1fdb66eb9560176db842669c206a83
diff --git a/update_smplayer.sh b/update_smplayer.sh
index 8b31584..8d28f72 100755
--- a/update_smplayer.sh
+++ b/update_smplayer.sh
@@ -31,7 +31,7 @@ rpmdev-bumpspec -c "$MSG" smplayer.spec
fi
spectool -g smplayer.spec
-rfpkg new-sources ./smplayer-$version.tar.bz2 ./smtube-$stube_ver.tar.bz2 ./smplayer-themes-$themes_ver.tar.bz2 ./smplayer-skins-$skins_ver.tar.bz2
+rfpkg new-sources ./smplayer-$version.tar.bz2 ./smplayer-themes-$themes_ver.tar.bz2 ./smplayer-skins-$skins_ver.tar.bz2
rfpkg ci -c && git show
fi
if test $stage -le 1
5 years
[smplayer] Update smplayer to 19.10.0 (with fix for new mpv)
by Sérgio M. Basto
commit 7f49d4c329e67f7d0386c9bec8ed341e8fa7c5d4
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Tue Oct 29 11:03:51 2019 +0000
Update smplayer to 19.10.0 (with fix for new mpv)
Fix_control_problem_with_mpv-0.30.patch | 36 ---------------------------------
smplayer.spec | 9 +++++----
update_smplayer.sh | 2 +-
3 files changed, 6 insertions(+), 41 deletions(-)
---
diff --git a/smplayer.spec b/smplayer.spec
index 6a76b54..6c3cc36 100644
--- a/smplayer.spec
+++ b/smplayer.spec
@@ -1,8 +1,8 @@
Name: smplayer
-Version: 19.5.0
+Version: 19.10.0
%global smplayer_themes_ver 18.6.0
%global smplayer_skins_ver 15.2.0
-Release: 5%{?dist}
+Release: 1%{?dist}
Summary: A graphical frontend for mplayer and mpv
License: GPLv2+
@@ -13,7 +13,6 @@ Source4: http://downloads.sourceforge.net/smplayer/smplayer-skins-%{smpla
# Fix regression in Thunar (TODO: re-check in upcoming versions!)
# https://bugzilla.rpmfusion.org/show_bug.cgi?id=1217
Patch0: smplayer-0.8.3-desktop-files.patch
-Patch1: Fix_control_problem_with_mpv-0.30.patch
Patch2: smplayer-14.9.0.6966-system-qtsingleapplication.patch
Patch4: smplayer-19.5.0-webserver.patch
@@ -79,7 +78,6 @@ rm -rf src/qtsingleapplication/
#rm -rf src/findsubtitles/libmaia
%patch0 -p1 -b .desktop-files
-%patch1 -p0 -b .new-mpv
%patch2 -p1 -b .qtsingleapplication
%patch4 -p1 -b .webserver
@@ -172,6 +170,9 @@ fi
%{_datadir}/smplayer/themes/
%changelog
+* Tue Oct 29 2019 Sérgio Basto <sergio(a)serjux.com> - 19.10.0-1
+- Update smplayer to 19.10.0 (with fix for new mpv)
+
* Sun Oct 27 2019 Sérgio Basto <sergio(a)serjux.com> - 19.5.0-5
- Remove smtube sub-package it is available in separated package
- Announce bundle of libmaia
diff --git a/update_smplayer.sh b/update_smplayer.sh
index 0e437c6..8b31584 100755
--- a/update_smplayer.sh
+++ b/update_smplayer.sh
@@ -1,4 +1,4 @@
-version=19.5.0
+version=19.10.0
#stube_ver=19.6.0
themes_ver=18.6.0
skins_ver=15.2.0
5 years
[VirtualBox] Add appstream file (copied from openSUSE)
by Sérgio M. Basto
commit 8be43f5ecc5ff1e547124a7c4f37d7f703d0f0a2
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Tue Oct 29 02:26:48 2019 +0000
Add appstream file (copied from openSUSE)
VirtualBox.appdata.xml | 21 +++++++++++++++++++++
VirtualBox.spec | 13 +++++++++++--
2 files changed, 32 insertions(+), 2 deletions(-)
---
diff --git a/VirtualBox.appdata.xml b/VirtualBox.appdata.xml
new file mode 100644
index 0000000..12b650f
--- /dev/null
+++ b/VirtualBox.appdata.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="desktop">
+ <id>virtualbox.desktop</id>
+ <metadata_license>CC0-1.0</metadata_license>
+ <project_license>GPL-2.0-or-later</project_license>
+ <name>VirtualBox</name>
+ <summary>Virtual Machine client</summary>
+ <description>
+ <p>
+ VirtualBox is a powerful x86 and AMD64/Intel64 virtualization product for enterprise as well as home use.
+ </p>
+ </description>
+ <url type="homepage">https://www.virtualbox.org/</url>
+ <url type="bugtracker">https://www.virtualbox.org/wiki/Bugtracker</url>
+ <url type="help">https://www.virtualbox.org/manual</url>
+ <screenshots>
+ <screenshot type="default">
+ <image>https://www.virtualbox.org/attachment/wiki/Screenshots/OpenSuse13.2_on_Wi...</image>
+ </screenshot>
+ </screenshots>
+</component>
diff --git a/VirtualBox.spec b/VirtualBox.spec
index a636872..2a02509 100644
--- a/VirtualBox.spec
+++ b/VirtualBox.spec
@@ -38,7 +38,7 @@
%bcond_without python2
%endif
-%if 0%{?fedora} > 31
+%if 0%{?fedora} < 16
%bcond_with python3
%else
%bcond_without python3
@@ -46,7 +46,7 @@
Name: VirtualBox
Version: 6.0.14
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A general-purpose full virtualizer for PC hardware
License: GPLv2 or (GPLv2 and CDDL)
@@ -60,6 +60,7 @@ Obsoletes: %{name}-qt < 5.1.8
Source0: https://download.virtualbox.org/virtualbox/%{version}%{?prereltag}/Virtua...
Source1: https://download.virtualbox.org/virtualbox/%{version}%{?prereltag}/UserMa...
+Source2: VirtualBox.appdata.xml
Source3: VirtualBox-60-vboxdrv.rules
Source4: VirtualBox.modules
Source5: VirtualBox-60-vboxguest.rules
@@ -159,6 +160,7 @@ BuildRequires: pixman-devel
BuildRequires: xorg-x11-proto-devel
BuildRequires: libXcomposite-devel
BuildRequires: libXcursor-devel
+BuildRequires: libXdamage-devel
BuildRequires: libXinerama-devel
BuildRequires: libXmu-devel
BuildRequires: libXrandr-devel
@@ -420,6 +422,7 @@ install -d %{buildroot}%{_libdir}/virtualbox/nls
install -d %{buildroot}%{_libdir}/virtualbox/ExtensionPacks
install -d %{buildroot}%{_libdir}/virtualbox/sdk
install -d %{buildroot}%{_datadir}/pixmaps
+install -d %{buildroot}%{_metainfodir}
install -d %{buildroot}%{_datadir}/mime/packages
install -d %{buildroot}%{_datadir}/icons
install -d %{buildroot}%{_prefix}/src/%{name}-kmod-%{version}
@@ -622,6 +625,8 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications \
--remove-key=Encoding obj/bin/virtualbox.desktop
desktop-file-validate %{buildroot}%{_datadir}/applications/virtualbox.desktop
+install -P -m 0644 -D %{SOURCE2} %{buildroot}%{_metainfodir}/%{name}.appdata.xml
+
# --remove-key=DocPath
# to review:
#if [ -d ExtensionPacks/VNC ]; then
@@ -804,6 +809,7 @@ getent passwd vboxadd >/dev/null || \
%{_libdir}/virtualbox/nls
%{_datadir}/pixmaps/*.png
%{_datadir}/applications/*.desktop
+%{_metainfodir}/%{name}.appdata.xml
%if %{with webservice}
%files webservice
@@ -856,6 +862,9 @@ getent passwd vboxadd >/dev/null || \
%{_datadir}/%{name}-kmod-%{version}
%changelog
+* Tue Oct 29 2019 Sérgio Basto <sergio(a)serjux.com> - 6.0.14-2
+- Add appstream file (copied from openSUSE)
+
* Thu Oct 17 2019 Sérgio Basto <sergio(a)serjux.com> - 6.0.14-1
- Update VBox to 6.0.14
5 years
[chromium-vaapi] Add noexcept patch from gentoo to fix build on GCC
by hellbanger
commit e94ee3ab51a8a8b9004fed2d49fb1ea4fe920ad8
Author: Akarshan Biswas <akarshanbiswas(a)fedoraproject.org>
Date: Mon Oct 28 23:41:46 2019 +0530
Add noexcept patch from gentoo to fix build on GCC
chromium-gcc9-dns_util-ambiguous-ctor.patch | 20 ++++++++++++++++++++
chromium-vaapi.spec | 1 +
2 files changed, 21 insertions(+)
---
diff --git a/chromium-gcc9-dns_util-ambiguous-ctor.patch b/chromium-gcc9-dns_util-ambiguous-ctor.patch
new file mode 100644
index 0000000..16bb7b7
--- /dev/null
+++ b/chromium-gcc9-dns_util-ambiguous-ctor.patch
@@ -0,0 +1,20 @@
+--- chromium-78.0.3904.70/net/dns/dns_util.cc.orig
++++ chromium-78.0.3904.70/net/dns/dns_util.cc
+@@ -144,7 +144,7 @@
+ // DohProviderId histogram suffix list in
+ // tools/metrics/histograms/histograms.xml.
+ static const base::NoDestructor<std::vector<DohUpgradeEntry>>
+- upgradable_servers({
++ upgradable_servers(std::vector<DohUpgradeEntry>({
+ DohUpgradeEntry(
+ "CleanBrowsingAdult",
+ {"185.228.168.10", "185.228.169.11", "2a0d:2a00:1::1",
+@@ -215,7 +215,7 @@
+ {"9.9.9.9", "149.112.112.112", "2620:fe::fe", "2620:fe::9"},
+ {"dns.quad9.net", "dns9.quad9.net"} /* DoT hostname */,
+ {"https://dns.quad9.net/dns-query", true /* use_post */}),
+- });
++ }));
+ return *upgradable_servers;
+ }
+
diff --git a/chromium-vaapi.spec b/chromium-vaapi.spec
index b9e1d61..cc106e8 100644
--- a/chromium-vaapi.spec
+++ b/chromium-vaapi.spec
@@ -229,6 +229,7 @@ Patch74: chromium-gcc9-r694853.patch
Patch75: chromium-gcc9-r696834.patch
Patch76: chromium-gcc9-r706467.patch
Patch77: chromium-v8-gcc9.patch
+Patch78: chromium-gcc9-dns_util-ambiguous-ctor.patch
%description
%{name} is an open-source web browser, powered by WebKit (Blink)
5 years
[xpra-codecs-freeworld/f30] Release 3.0.1
by Antonio
commit 475e6db3f37f20345036060d259054db0468ec4c
Author: sagitter <sagitter(a)fedoraproject.org>
Date: Mon Oct 28 18:37:39 2019 +0100
Release 3.0.1
.gitignore | 1 +
sources | 2 +-
xpra-codecs-freeworld.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b45f091..34cbacf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,3 +31,4 @@ xpra-0.16.3.tar.xz
/xpra-2.5.2.tar.xz
/xpra-2.5.3.tar.xz
/xpra-3.0.tar.xz
+/xpra-3.0.1.tar.xz
diff --git a/sources b/sources
index abe2452..3f908e1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fb5057cfc42308092126be3c19c55cd6 xpra-3.0.tar.xz
+SHA512 (xpra-3.0.1.tar.xz) = 2fd04afe416c9b26c5404f0114c8abbe8367a6cb3e745ffaecedcbb864b1ada4575f7289807a152f6d01834e1f1fc4d6ac780335537f69ec393ef3d16928f4e2
diff --git a/xpra-codecs-freeworld.spec b/xpra-codecs-freeworld.spec
index 3934449..9246d34 100644
--- a/xpra-codecs-freeworld.spec
+++ b/xpra-codecs-freeworld.spec
@@ -25,7 +25,7 @@
%endif
Name: xpra-codecs-freeworld
-Version: 3.0
+Version: 3.0.1
Release: 1%{?dist}
Summary: Additional codecs for xpra using x264 and ffmpeg
License: GPLv2+
@@ -122,6 +122,9 @@ find %{buildroot}%{python3_sitearch}/xpra -name '*.so' \
%license COPYING
%changelog
+* Mon Oct 28 2019 Antonio Trande <sagitter(a)fedoraproject.org> - 3.0.1-1
+- Release 3.0.1
+
* Wed Oct 02 2019 Antonio Trande <sagitter(a)fedoraproject.org> - 3.0-1
- Release 3.0
5 years
[chromium-vaapi] Re bundle libvpx and ffmpeg (again!)
by hellbanger
commit a75e59bd1aeffb207cbdfd05442399138d143f91
Author: Akarshan Biswas <akarshanbiswas(a)fedoraproject.org>
Date: Mon Oct 28 17:03:09 2019 +0530
Re bundle libvpx and ffmpeg (again!)
chromium-vaapi.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/chromium-vaapi.spec b/chromium-vaapi.spec
index c2ce01f..b9e1d61 100644
--- a/chromium-vaapi.spec
+++ b/chromium-vaapi.spec
@@ -41,9 +41,9 @@
%bcond_with system_libicu
%if 0%{?fedora} >= 30
# Allow testing whether libvpx can be unbundled
-%bcond_without system_libvpx
+%bcond_with system_libvpx
# Allow testing whether ffmpeg can be unbundled
-%bcond_without system_ffmpeg
+%bcond_with system_ffmpeg
#Allow minizip to be unbundled
#mini-compat is going to be removed from fedora 30!
%bcond_without system_minizip
5 years
[vlc-bittorrent] Rebuild for libtorrent SONAME bump
by Leigh Scott
commit a430364279369d70710ead86faeab0ceab2cda03
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Mon Oct 28 10:30:51 2019 +0000
Rebuild for libtorrent SONAME bump
vlc-bittorrent.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/vlc-bittorrent.spec b/vlc-bittorrent.spec
index 96f1d7e..f8e5174 100644
--- a/vlc-bittorrent.spec
+++ b/vlc-bittorrent.spec
@@ -1,6 +1,6 @@
Name: vlc-bittorrent
Version: 2.7
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Bittorrent plugin for VLC
License: GPLv3+
@@ -66,6 +66,9 @@ fi || :
%changelog
+* Mon Oct 28 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 2.7-2
+- Rebuild for libtorrent SONAME bump
+
* Wed Aug 21 2019 Nicolas Chauvet <kwizart(a)gmail.com> - 2.7-1
- Update to 2.7
5 years