[gsview] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
by Leigh Scott
commit 1f37ac7fe8e1e51d27d9fb45f975fa25f7206167
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Tue Mar 5 06:50:46 2019 +0000
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Leigh Scott <leigh123linux(a)googlemail.com>
gsview.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/gsview.spec b/gsview.spec
index 183421b..779cd8c 100644
--- a/gsview.spec
+++ b/gsview.spec
@@ -2,7 +2,7 @@
Summary: PostScript and PDF previewer
Name: gsview
Version: 4.9
-Release: 11%{?dist}
+Release: 12%{?dist}
License: AFPL
Group: Applications/Publishing
@@ -100,6 +100,9 @@ desktop-file-install \
%{_datadir}/icons/hicolor/*/*/*
%changelog
+* Tue Mar 05 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 4.9-12
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
+
* Sun Aug 19 2018 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 4.9-11
- Rebuilt for Fedora 29 Mass Rebuild binutils issue
5 years, 8 months
[vdr-plex] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
by Leigh Scott
commit e59cd4bff05592f8c7ba8095bca70bb11de12d71
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Tue Mar 5 00:07:36 2019 +0000
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Leigh Scott <leigh123linux(a)googlemail.com>
vdr-plex.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/vdr-plex.spec b/vdr-plex.spec
index 50b943f..de8235c 100644
--- a/vdr-plex.spec
+++ b/vdr-plex.spec
@@ -1,6 +1,6 @@
Name: vdr-plex
Version: 0.4.0
-Release: 9%{?dist}
+Release: 10%{?dist}
Summary: A Plex Client for the VDR
Group: Applications/Multimedia
@@ -43,6 +43,9 @@ make CFLAGS="%{optflags} -fPIC" CXXFLAGS="%{optflags} -fPIC" %{?_smp_mflags} all
%{vdr_plugindir}/libvdr-*.so.%{vdr_apiversion}
%changelog
+* Tue Mar 05 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 0.4.0-10
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
+
* Thu Oct 11 2018 Martin Gansser <martinkg(a)fedoraproject.org> - 0.4.0-9
- Add BR gcc-c++
5 years, 8 months
[chromium-freeworld/f29] drop rsp clobber, which breaks gcc9 (thanks to Jeff Law)
by Akarshan Biswas
commit af8a989dbe800ccb968cdbc15e019639d493c348
Author: Tom Callaway <spot(a)fedoraproject.org>
Date: Tue Jan 8 13:31:12 2019 -0500
drop rsp clobber, which breaks gcc9 (thanks to Jeff Law)
Signed-off-by: Akarshan Biswas <akarshan.biswas(a)gmail.com>
chromium-71.0.3578.98-gcc9-drop-rsp-clobber.patch | 12 ++++++++++++
chromium-freeworld.spec | 8 +++++++-
2 files changed, 19 insertions(+), 1 deletion(-)
---
diff --git a/chromium-71.0.3578.98-gcc9-drop-rsp-clobber.patch b/chromium-71.0.3578.98-gcc9-drop-rsp-clobber.patch
new file mode 100644
index 0000000..d071e81
--- /dev/null
+++ b/chromium-71.0.3578.98-gcc9-drop-rsp-clobber.patch
@@ -0,0 +1,12 @@
+diff -up chromium-71.0.3578.98/third_party/tcmalloc/gperftools-2.0/chromium/src/base/linux_syscall_support.h.gcc9 chromium-71.0.3578.98/third_party/tcmalloc/gperftools-2.0/chromium/src/base/linux_syscall_support.h
+--- chromium-71.0.3578.98/third_party/tcmalloc/gperftools-2.0/chromium/src/base/linux_syscall_support.h.gcc9 2019-01-08 13:27:25.193614727 -0500
++++ chromium-71.0.3578.98/third_party/tcmalloc/gperftools-2.0/chromium/src/base/linux_syscall_support.h 2019-01-08 13:27:35.161392234 -0500
+@@ -1231,7 +1231,7 @@ typedef unsigned long int ulong;
+ "d"(LSS_SYSCALL_ARG(parent_tidptr)),
+ "r"(LSS_SYSCALL_ARG(newtls)),
+ "r"(LSS_SYSCALL_ARG(child_tidptr))
+- : "rsp", "memory", "r8", "r10", "r11", "rcx");
++ : "memory", "r8", "r10", "r11", "rcx");
+ }
+ LSS_RETURN(int, __res);
+ }
diff --git a/chromium-freeworld.spec b/chromium-freeworld.spec
index 3378c6d..5f35274 100644
--- a/chromium-freeworld.spec
+++ b/chromium-freeworld.spec
@@ -150,7 +150,7 @@ Name: chromium%{chromium_channel}%{?freeworld:-freeworld}
Name: chromium%{chromium_channel}
%endif
Version: %{majorversion}.0.3578.98
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A WebKit (Blink) powered web browser
Url: http://www.chromium.org/Home
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)
@@ -307,6 +307,8 @@ Patch123: relax-libva-version.patch
Patch124: chromium-71.0.3578.98-vaapi-libva1-compatibility.patch
# From gentoo
Patch125: https://gitweb.gentoo.org/repo/gentoo.git/plain/www-client/chromium/files...
+# drop rsp clobber, which breaks gcc9 (thanks to Jeff Law)
+Patch126: chromium-71.0.3578.98-gcc9-drop-rsp-clobber.patch
# Use chromium-latest.py to generate clean tarball from released build tarballs, found here:
@@ -862,6 +864,7 @@ udev.
%patch123 -p1 -b .relaxva
%patch124 -p1 -b .va1compat
%patch125 -p1 -b .gcc-overloaded
+%patch126 -p1 -b .gcc9
# Change shebang in all relevant files in this directory and all subdirectories
# See `man find` for how the `-exec command {} +` syntax works
@@ -1831,6 +1834,9 @@ getent group chrome-remote-desktop >/dev/null || groupadd -r chrome-remote-deskt
%changelog
+* Tue Jan 8 2019 Tom Callaway <spot(a)fedoraproject.org> - 71.0.3578.98-2
+- drop rsp clobber, which breaks gcc9 (thanks to Jeff Law)
+
* Fri Dec 14 2018 Tom Callaway <spot(a)fedoraproject.org> - 71.0.3578.98-1
- update to 71.0.3578.98
5 years, 8 months
[scottfree] Add BuildRequires: gcc
by Leigh Scott
commit ec13c6aa11d90662f436a51081d1a4bd56f943d1
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Mon Mar 4 22:19:57 2019 +0000
Add BuildRequires: gcc
scottfree.spec | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/scottfree.spec b/scottfree.spec
index 2e98e19..bdcc060 100644
--- a/scottfree.spec
+++ b/scottfree.spec
@@ -11,7 +11,8 @@ Source1: %{name}.6
Patch0: %{name}-1.14-Makefile.patch
Patch1: %{name}-1.14-includes.patch
-BuildRequires: ncurses-devel
+BuildRequires: ncurses-devel
+BuildRequires: gcc
%description
5 years, 8 months
[mlt-freeworld] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
by Leigh Scott
commit da8f87b484c7c4fbcad77e13825a686309e81fd6
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Mon Mar 4 15:58:56 2019 +0000
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Leigh Scott <leigh123linux(a)googlemail.com>
mlt-freeworld.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/mlt-freeworld.spec b/mlt-freeworld.spec
index c40bf54..a75f897 100644
--- a/mlt-freeworld.spec
+++ b/mlt-freeworld.spec
@@ -8,7 +8,7 @@
Name: mlt-freeworld
Version: 6.12.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Toolkit for broadcasters, video editors, media players, transcoders
# mlt/src/win32/fnmatch.{c,h} are BSD-licensed.
@@ -110,6 +110,9 @@ find %{buildroot} -type d -empty -delete
%{_datadir}/mlt/
%changelog
+* Mon Mar 04 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 6.12.0-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
+
* Thu Nov 29 2018 Martin Gansser <martinkg(a)fedoraproject.org> - 6.12.0-1
- Update to 6.12.0
5 years, 8 months
[vdr-mp3] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
by Leigh Scott
commit b055e9619f98545fe31ea1fcee3275ac245f4203
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Mon Mar 4 23:49:40 2019 +0000
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Leigh Scott <leigh123linux(a)googlemail.com>
vdr-mp3.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/vdr-mp3.spec b/vdr-mp3.spec
index bb9e99d..d3c2f60 100644
--- a/vdr-mp3.spec
+++ b/vdr-mp3.spec
@@ -5,7 +5,7 @@
Name: vdr-mp3
Version: 0.10.2
-Release: 18%{?dist}
+Release: 19%{?dist}
Summary: Sound playback plugin for VDR
Group: Applications/Multimedia
@@ -179,6 +179,9 @@ fi
%changelog
+* Mon Mar 04 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 0.10.2-19
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
+
* Thu Oct 11 2018 Martin Gansser <martinkg(a)fedoraproject.org> - 0.10.2-18
- Add BR gcc-c++
5 years, 8 months
[nvidia-video-codec-sdk] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
by Leigh Scott
commit 61d61a9fa0bd4a010325eb25e3ee57d16808400b
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Mon Mar 4 17:31:25 2019 +0000
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Leigh Scott <leigh123linux(a)googlemail.com>
nvidia-video-codec-sdk.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/nvidia-video-codec-sdk.spec b/nvidia-video-codec-sdk.spec
index 24c2be9..c0beecf 100644
--- a/nvidia-video-codec-sdk.spec
+++ b/nvidia-video-codec-sdk.spec
@@ -2,7 +2,7 @@
Name: nvidia-video-codec-sdk
Version: 8.2.16
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Hardware accelerated video encode and decode
License: Redistributable, no modification permitted
@@ -50,6 +50,9 @@ install -m 644 -p -D Samples/NvCodec/NvEncoder/nvEncodeAPI.h \
%changelog
+* Mon Mar 04 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 8.2.16-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
+
* Wed Sep 05 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 8.2.16-1
- Update to 8.2.16
5 years, 8 months
[scottfree] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
by Leigh Scott
commit 960fb78876d00b86c8381dc80a9e6e1aaa17057f
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Mon Mar 4 22:00:57 2019 +0000
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Leigh Scott <leigh123linux(a)googlemail.com>
scottfree.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/scottfree.spec b/scottfree.spec
index 25727d3..2e98e19 100644
--- a/scottfree.spec
+++ b/scottfree.spec
@@ -1,6 +1,6 @@
Name: scottfree
Version: 1.14
-Release: 15%{?dist}
+Release: 16%{?dist}
Summary: Interpreter for Scott Adams format text adventure games
License: GPLv2+
@@ -50,6 +50,9 @@ install -p -m 644 %{SOURCE1} %{buildroot}%{_mandir}/man6/
%changelog
+* Mon Mar 04 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1.14-16
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
+
* Sun Aug 19 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 1.14-15
- Rebuilt for Fedora 29 Mass Rebuild binutils issue
5 years, 8 months
[smplayer] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
by Leigh Scott
commit 628ad8ffd04421645568b31b80035d921900bcfc
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Mon Mar 4 22:51:22 2019 +0000
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Leigh Scott <leigh123linux(a)googlemail.com>
smplayer.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/smplayer.spec b/smplayer.spec
index 52e88c3..159fd2f 100644
--- a/smplayer.spec
+++ b/smplayer.spec
@@ -3,7 +3,7 @@ Version: 19.1.0
%global smtube_ver 18.11.0
%global smplayer_themes_ver 18.6.0
%global smplayer_skins_ver 15.2.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A graphical frontend for mplayer and mpv
Group: Applications/Multimedia
@@ -211,6 +211,9 @@ fi
%{_datadir}/smplayer/themes/
%changelog
+* Mon Mar 04 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 19.1.0-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
+
* Mon Jan 28 2019 Sérgio Basto <sergio(a)serjux.com> - 19.1.0-1
- Update smplayer to 19.1.0
5 years, 8 months