[terminatorX] Add BuildRequires: gcc-c++
by Leigh Scott
commit 7017d7d7defa6ac9d93155262605179179102316
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Mon Mar 4 23:12:08 2019 +0000
Add BuildRequires: gcc-c++
terminatorX.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/terminatorX.spec b/terminatorX.spec
index 37f4580..7249753 100644
--- a/terminatorX.spec
+++ b/terminatorX.spec
@@ -11,7 +11,7 @@ BuildRequires: alsa-lib-devel
BuildRequires: audiofile-devel
BuildRequires: desktop-file-utils
BuildRequires: libappstream-glib
-BuildRequires: gcc
+BuildRequires: gcc-c++
BuildRequires: gtk3-devel
BuildRequires: jack-audio-connection-kit-devel
BuildRequires: ladspa-devel
5 years, 8 months
[kodi-inputstream-adaptive] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
by Leigh Scott
commit df2bce66b854892fc7437fee177494ae3dacd0e9
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Mon Mar 4 12:37:28 2019 +0000
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Leigh Scott <leigh123linux(a)googlemail.com>
kodi-inputstream-adaptive.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/kodi-inputstream-adaptive.spec b/kodi-inputstream-adaptive.spec
index 1a04dd5..2ab4e67 100644
--- a/kodi-inputstream-adaptive.spec
+++ b/kodi-inputstream-adaptive.spec
@@ -4,7 +4,7 @@
Name: kodi-inputstream-adaptive
Version: 2.2.25
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Adaptive file addon for Kodi's InputStream interface
Group: Applications/Multimedia
@@ -49,6 +49,9 @@ chmod 0755 $RPM_BUILD_ROOT%{_libdir}/kodi/addons/%{aname}/*.so
%{_datadir}/kodi/addons/%{aname}/
%changelog
+* Mon Mar 04 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 2.2.25-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
+
* Mon Oct 15 2018 Mohamed El Morabity <melmorabity(a)fedoraproject.org> - 2.2.25-2
- Enable arm build
5 years, 8 months
[xine-plugin] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
by Leigh Scott
commit 45c7ef810674ea1fb6b853e0f8c102cdc7815b09
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Tue Mar 5 00:44:59 2019 +0000
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Leigh Scott <leigh123linux(a)googlemail.com>
xine-plugin.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/xine-plugin.spec b/xine-plugin.spec
index de6dcf0..75d75ff 100644
--- a/xine-plugin.spec
+++ b/xine-plugin.spec
@@ -1,6 +1,6 @@
Name: xine-plugin
Version: 1.0.2
-Release: 17%{?dist}
+Release: 18%{?dist}
Summary: Mozilla/Netscape compatible media plugin
License: GPLv2+
@@ -57,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT/%{_libdir}/mozilla/plugins/*.la
%changelog
+* Tue Mar 05 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1.0.2-18
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
+
* Sun Aug 19 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 1.0.2-17
- Rebuilt for Fedora 29 Mass Rebuild binutils issue
5 years, 8 months
[simplescreenrecorder] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
by Leigh Scott
commit 2be9875ed22344415348550277756870fe2e7189
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Mon Mar 4 22:01:27 2019 +0000
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Leigh Scott <leigh123linux(a)googlemail.com>
simplescreenrecorder.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/simplescreenrecorder.spec b/simplescreenrecorder.spec
index cdf83e4..d74cc09 100644
--- a/simplescreenrecorder.spec
+++ b/simplescreenrecorder.spec
@@ -1,7 +1,7 @@
%define shortname ssr
Name: simplescreenrecorder
Version: 0.3.11
-Release: 6%{?dist}
+Release: 7%{?dist}
Summary: Simple Screen Recorder is a screen recorder for Linux
License: GPLv3
@@ -101,6 +101,9 @@ fi
%{_datadir}/appdata/%{name}.appdata.xml
%changelog
+* Mon Mar 04 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 0.3.11-7
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
+
* Thu Feb 21 2019 Vasiliy N. Glazov <vascom2(a)gmail.com> - 0.3.11-6
- Enable translations
5 years, 8 months
[vdr-mpv] Switch to BuildRequires: mpv-libs-devel
by Leigh Scott
commit af5196a0b0fff6f20cbfa2bd3ef05e27c7e35ed7
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Tue Mar 5 00:16:32 2019 +0000
Switch to BuildRequires: mpv-libs-devel
vdr-mpv.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/vdr-mpv.spec b/vdr-mpv.spec
index ea7af18..124d5b1 100644
--- a/vdr-mpv.spec
+++ b/vdr-mpv.spec
@@ -10,7 +10,7 @@ Source0: http://projects.vdr-developer.org/git/vdr-plugin-mpv.git/snapsho
BuildRequires: gcc-c++
BuildRequires: vdr-devel >= 2.0.0
-BuildRequires: libmpv-devel >= 0.9.2
+BuildRequires: mpv-libs-devel
BuildRequires: libxcb-devel
BuildRequires: xcb-util-image-devel
BuildRequires: xcb-util-keysyms-devel
5 years, 8 months
[kodi-platform] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
by Leigh Scott
commit 2c681a67ad7946eb51aa548269258ad848ea27e8
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Mon Mar 4 12:37:39 2019 +0000
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Leigh Scott <leigh123linux(a)googlemail.com>
kodi-platform.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/kodi-platform.spec b/kodi-platform.spec
index 38777cb..76a28d0 100644
--- a/kodi-platform.spec
+++ b/kodi-platform.spec
@@ -8,7 +8,7 @@
Name: kodi-platform
Version: 18.0
-Release: 0.4.%{commitdate}git%{shortcommit}%{?dist}
+Release: 0.5.%{commitdate}git%{shortcommit}%{?dist}
Summary: Kodi platform support library
License: GPLv2+
@@ -69,6 +69,9 @@ developing applications that use %{name}.
%changelog
+* Mon Mar 04 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 18.0-0.5.20180302gite8574b8
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
+
* Mon Oct 15 2018 Mohamed El Morabity <melmorabity(a)fedoraproject.org> - 18.0-0.4.20180302gite8574b8
- Enable arm build
5 years, 8 months
[rtmpdump] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
by Leigh Scott
commit 26a30590e4fbbf9b646fc35f7a9308d16796c5db
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Mon Mar 4 22:00:52 2019 +0000
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Leigh Scott <leigh123linux(a)googlemail.com>
rtmpdump.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/rtmpdump.spec b/rtmpdump.spec
index 04b5a3e..f9746f3 100644
--- a/rtmpdump.spec
+++ b/rtmpdump.spec
@@ -4,7 +4,7 @@
Name: rtmpdump
Version: 2.4
-Release: 12.%{gitdate}.git%{shortcommit}%{?dist}
+Release: 13.%{gitdate}.git%{shortcommit}%{?dist}
Summary: Toolkit for RTMP streams
Group: Applications/Internet
@@ -79,6 +79,9 @@ rm -f %{buildroot}%{_libdir}/librtmp.a
%{_mandir}/man3/librtmp.3*
%changelog
+* Mon Mar 04 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 2.4-13.20160224.gitfa8646d
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
+
* Sun Aug 19 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 2.4-12.20160224.gitfa8646d
- Rebuilt for Fedora 29 Mass Rebuild binutils issue
5 years, 8 months