[freshplayerplugin] Update to 0.3.10.
by Vasiliy Glazov
commit 88cd309f1910dfd631b8306e13202eb119ff379b
Author: Vasiliy Glazov <vascom2(a)gmail.com>
Date: Mon Mar 18 11:25:34 2019 +0300
Update to 0.3.10.
.gitignore | 1 +
ffmpeg35_buildfix.patch | 74 -------------------------------------------------
freshplayerplugin.spec | 8 ++++--
sources | 2 +-
4 files changed, 7 insertions(+), 78 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6fd706c..2091ba7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
/freshplayerplugin-0.3.6.tar.gz
/freshplayerplugin-0.3.7.tar.gz
/freshplayerplugin-0.3.9.tar.gz
+/freshplayerplugin-0.3.10.tar.gz
diff --git a/freshplayerplugin.spec b/freshplayerplugin.spec
index 1a564fc..7039784 100644
--- a/freshplayerplugin.spec
+++ b/freshplayerplugin.spec
@@ -1,12 +1,11 @@
Name: freshplayerplugin
-Version: 0.3.9
-Release: 5%{?dist}
+Version: 0.3.10
+Release: 1%{?dist}
Summary: PPAPI-host NPAPI-plugin adapter
Group: Applications/Internet
License: MIT
URL: https://github.com/i-rinat/%{name}
Source0: %url/archive/v%{version}/%{name}-%{version}.tar.gz
-Patch0: %url/commit/934aa9c24d34f8203744b56e4ac6e8599446ca02.patch#/ffmpeg35_buildfix.patch
BuildRequires: gcc-c++
BuildRequires: cmake3
@@ -91,6 +90,9 @@ install -Dm 0644 data/freshwrapper.conf.example %{buildroot}/etc/freshwrapper.co
%config(noreplace) %{_sysconfdir}/freshwrapper.conf
%changelog
+* Mon Mar 18 2019 Vasiliy N. Glazov <vascom2(a)gmail.com> - 0.3.10-1
+- Update to 0.3.10
+
* Mon Mar 04 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 0.3.9-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
diff --git a/sources b/sources
index 8b72dba..526a8b6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a6ccf674b64e250b334ffcb748dd2317 freshplayerplugin-0.3.9.tar.gz
+dbfb04a6ac241e262136961ca75b6caf freshplayerplugin-0.3.10.tar.gz
5 years, 8 months
[mpd] Update to 0.21.6
by Leigh Scott
commit 9b9dadbf018c14b887ff34a1ca6e867bc99721b6
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Mon Mar 18 06:56:07 2019 +0000
Update to 0.21.6
mpd.spec | 9 ++++++---
sources | 4 ++--
2 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/mpd.spec b/mpd.spec
index a8b3ded..231d8ed 100644
--- a/mpd.spec
+++ b/mpd.spec
@@ -16,8 +16,8 @@
Name: mpd
Epoch: 1
-Version: 0.21.5
-Release: 3%{?dist}
+Version: 0.21.6
+Release: 1%{?dist}
Summary: The Music Player Daemon
License: GPLv2+
URL: https://www.musicpd.org
@@ -116,7 +116,7 @@ This package contains FirewallD file for MPD.
%prep
-%setup -q -n %{name}-%{version}
+%setup -q
%patch0 -p0
%patch1 -p1
# Force python3-sphinx
@@ -224,6 +224,9 @@ fi
%changelog
+* Mon Mar 18 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 1:0.21.6-1
+- Update to 0.21.6
+
* Mon Mar 04 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1:0.21.5-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
diff --git a/sources b/sources
index f5d63c4..3e79403 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-3d4f88936b0f33736f56df58c3a91aef mpd-0.21.5.tar.xz
-469fb54ad21315bccafeecd0245140c3 mpd-0.21.5.tar.xz.sig
+d2a09528dae356b7f5f6755bfdba3a12 mpd-0.21.6.tar.xz
+f3a6a7c4e34b33b03213402d7dd4c55d mpd-0.21.6.tar.xz.sig
5 years, 8 months
[chromium-freeworld] try disabling jumbo for aarch64
by Akarshan Biswas
commit 84c756b68aa4829d03b78abef16571cf8cf987a3
Author: Tom Callaway <spot(a)fedoraproject.org>
Date: Sun Mar 17 19:00:54 2019 -0400
try disabling jumbo for aarch64
Signed-off-by: Akarshan Biswas <akarshan.biswas(a)gmail.com>
chromium-freeworld.spec | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/chromium-freeworld.spec b/chromium-freeworld.spec
index badebb6..568e50b 100644
--- a/chromium-freeworld.spec
+++ b/chromium-freeworld.spec
@@ -3,7 +3,11 @@
%global _python_bytecompile_extra 1
# This is faster when it works, but it doesn't always.
+%ifarch aarch64
+%global use_jumbo 0
+%else
%global use_jumbo 1
+%endif
# We usually want this.
%global build_headless 1
5 years, 8 months
[chromium-freeworld] add aarch64 crashpad compile fix
by Akarshan Biswas
commit bbfeb7f64261bba17bef368bcb6821c779e54c9c
Author: Tom Callaway <spot(a)fedoraproject.org>
Date: Fri Mar 15 12:11:37 2019 -0400
add aarch64 crashpad compile fix
Signed-off-by: Akarshan Biswas <akarshan.biswas(a)gmail.com>
chromium-73.0.3683.75-aarch64-crashpad-limits.patch | 11 +++++++++++
chromium-freeworld.spec | 3 +++
2 files changed, 14 insertions(+)
---
diff --git a/chromium-73.0.3683.75-aarch64-crashpad-limits.patch b/chromium-73.0.3683.75-aarch64-crashpad-limits.patch
new file mode 100644
index 0000000..4eb9529
--- /dev/null
+++ b/chromium-73.0.3683.75-aarch64-crashpad-limits.patch
@@ -0,0 +1,11 @@
+diff -up chromium-73.0.3683.75/third_party/crashpad/crashpad/snapshot/linux/cpu_context_linux.cc.aarch64-limits chromium-73.0.3683.75/third_party/crashpad/crashpad/snapshot/linux/cpu_context_linux.cc
+--- chromium-73.0.3683.75/third_party/crashpad/crashpad/snapshot/linux/cpu_context_linux.cc.aarch64-limits 2019-03-15 12:08:21.208676651 -0400
++++ chromium-73.0.3683.75/third_party/crashpad/crashpad/snapshot/linux/cpu_context_linux.cc 2019-03-15 12:08:40.934251685 -0400
+@@ -16,6 +16,7 @@
+
+ #include <stddef.h>
+ #include <string.h>
++#include <limits>
+
+ #include "base/logging.h"
+
diff --git a/chromium-freeworld.spec b/chromium-freeworld.spec
index e83fa5d..badebb6 100644
--- a/chromium-freeworld.spec
+++ b/chromium-freeworld.spec
@@ -318,6 +318,8 @@ Patch135: chromium-73.0.3683.75-disable-fno-delete-null-pointer-checks.patch
Patch136: chromium-73.0.3683.75-pipewire-cstring-fix.patch
# Conditionalize header-hygiene flags for clang
Patch137: chromium-73.0.3683.75-no-header-hygiene.patch
+# Add missing #include <limits> needed to build crashpad for aarch64
+Patch138: chromium-73.0.3683.75-aarch64-crashpad-limits.patch
# Use chromium-latest.py to generate clean tarball from released build tarballs, found here:
# http://build.chromium.org/buildbot/official/
@@ -889,6 +891,7 @@ udev.
%patch135 -p1 -b .disable-ndnpc
%patch136 -p1 -b .cstring-fix
%patch137 -p1 -b .nohh
+%patch138 -p1 -b .aarch64-limits
# Change shebang in all relevant files in this directory and all subdirectories
# See `man find` for how the `-exec command {} +` syntax works
5 years, 8 months
[gstreamer1-plugins-bad-nonfree] Update to 1.15.2
by Sérgio M. Basto
commit 073bfc250f24a63a2e1cab3fef3a5622bc47ac7f
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Mon Mar 18 03:45:22 2019 +0000
Update to 1.15.2
gstreamer1-plugins-bad-nonfree.spec | 7 +++++--
sources | 2 +-
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/gstreamer1-plugins-bad-nonfree.spec b/gstreamer1-plugins-bad-nonfree.spec
index 5ac1a14..9ce04a1 100644
--- a/gstreamer1-plugins-bad-nonfree.spec
+++ b/gstreamer1-plugins-bad-nonfree.spec
@@ -3,8 +3,8 @@
Summary: GStreamer 1.0 streaming media framework "bad" non-free plug-ins
Name: gstreamer1-plugins-bad-nonfree
-Version: 1.15.1
-Release: 2%{?dist}
+Version: 1.15.2
+Release: 1%{?dist}
License: LGPLv2+
URL: http://gstreamer.freedesktop.org/
Source0: %url/src/gst-plugins-bad/gst-plugins-bad-%{version}.tar.xz
@@ -69,6 +69,9 @@ rm -fv %{buildroot}%{_libdir}/gstreamer-1.0/*.la
%{_libdir}/gstreamer-1.0/libgstfdkaac.so
%changelog
+* Mon Mar 18 2019 Sérgio Basto <sergio(a)serjux.com> - 1.15.2-1
+- Update to 1.15.2
+
* Tue Mar 05 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1.15.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
diff --git a/sources b/sources
index 1cd0c57..168d7df 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2de0825f304eeddd96eb50b53c89c28a gst-plugins-bad-1.15.1.tar.xz
+936bce71f84f7acae8af4a992a695672 gst-plugins-bad-1.15.2.tar.xz
5 years, 8 months
[gstreamer1-plugins-bad-freeworld] Update to 1.15.2
by Sérgio M. Basto
commit 086b07b10ae6d5e9d9e5b84e95b1ed026417c206
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Mon Mar 18 03:20:51 2019 +0000
Update to 1.15.2
gstreamer1-plugins-bad-freeworld.spec | 7 +++++--
sources | 2 +-
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/gstreamer1-plugins-bad-freeworld.spec b/gstreamer1-plugins-bad-freeworld.spec
index a5f800d..841912d 100644
--- a/gstreamer1-plugins-bad-freeworld.spec
+++ b/gstreamer1-plugins-bad-freeworld.spec
@@ -4,8 +4,8 @@
Summary: GStreamer 1.0 streaming media framework "bad" plug-ins
Name: gstreamer1-plugins-bad-freeworld
-Version: 1.15.1
-Release: 3%{?dist}
+Version: 1.15.2
+Release: 1%{?dist}
License: LGPLv2+
URL: http://gstreamer.freedesktop.org/
Source0: %url/src/gst-plugins-bad/gst-plugins-bad-%{version}.tar.xz
@@ -100,6 +100,9 @@ rm -fv %{buildroot}%{_libdir}/gstreamer-1.0/*.la
%changelog
+* Mon Mar 18 2019 Sérgio Basto <sergio(a)serjux.com> - 1.15.2-1
+- Update to 1.15.2
+
* Mon Mar 04 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1.15.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
diff --git a/sources b/sources
index 1cd0c57..168d7df 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2de0825f304eeddd96eb50b53c89c28a gst-plugins-bad-1.15.1.tar.xz
+936bce71f84f7acae8af4a992a695672 gst-plugins-bad-1.15.2.tar.xz
5 years, 8 months
[gstreamer1-plugins-ugly] Update to 1.15.2
by Sérgio M. Basto
commit 0474af6326af8a91438a6f5dcc8b4348c1807183
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Mon Mar 18 03:16:58 2019 +0000
Update to 1.15.2
gstreamer1-plugins-ugly.spec | 7 +++++--
sources | 2 +-
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/gstreamer1-plugins-ugly.spec b/gstreamer1-plugins-ugly.spec
index d2e1c94..a06d47f 100644
--- a/gstreamer1-plugins-ugly.spec
+++ b/gstreamer1-plugins-ugly.spec
@@ -2,8 +2,8 @@
Summary: GStreamer 1.0 streaming media framework "ugly" plug-ins
Name: gstreamer1-plugins-ugly
-Version: 1.15.1
-Release: 3%{?dist}
+Version: 1.15.2
+Release: 1%{?dist}
License: LGPLv2+
URL: https://gstreamer.freedesktop.org/
Source0: %{url}/src/%{src_name}/%{src_name}-%{version}.tar.xz
@@ -82,6 +82,9 @@ rm -fv %{buildroot}%{_datadir}/gtk-doc/html/%{src_name}-plugins-1.0/*
%changelog
+* Mon Mar 18 2019 Sérgio Basto <sergio(a)serjux.com> - 1.15.2-1
+- Update to 1.15.2
+
* Tue Mar 12 2019 Sérgio Basto <sergio(a)serjux.com> - 1.15.1-3
- Mass rebuild for x264
diff --git a/sources b/sources
index 01e2f21..e8608ec 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-142530d07aae02f326c1a0af85fe8941 gst-plugins-ugly-1.15.1.tar.xz
+20750a9c79ec0f63a23271c02dfd1cea gst-plugins-ugly-1.15.2.tar.xz
5 years, 8 months