[x264] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
by Leigh Scott
commit 4d3b11bdfcb67dd371083e88c568765d3548defd
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Fri Jul 27 16:13:38 2018 +0100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: leigh123linux <leigh123linux(a)googlemail.com>
x264.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/x264.spec b/x264.spec
index 638e0c7..b4d086e 100644
--- a/x264.spec
+++ b/x264.spec
@@ -31,7 +31,7 @@
Summary: H264/AVC video streams encoder
Name: x264
Version: 0.%{api}
-Release: 5%{?gver}%{?_with_bootstrap:_bootstrap}%{?dist}
+Release: 6%{?gver}%{?_with_bootstrap:_bootstrap}%{?dist}
License: GPLv2+
URL: https://www.videolan.org/developers/x264.html
Source0: %{name}-0.%{api}-%{snapshot}.tar.bz2
@@ -201,6 +201,9 @@ install -pm644 generic/{AUTHORS,COPYING} %{buildroot}%{_pkgdocdir}/
%endif
%changelog
+* Fri Jul 27 2018 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 0.152-6.20171224gite9a5903
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
+
* Thu Mar 08 2018 RPM Fusion Release Engineering <leigh123linux(a)googlemail.com> - 0.152-5.20171224gite9a5903
- Rebuilt for new ffmpeg snapshot
6 years, 4 months
[wxsvg] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
by Leigh Scott
commit 78d60d6ca32458efb6f2671154a401927b21a623
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Fri Jul 27 16:13:26 2018 +0100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: leigh123linux <leigh123linux(a)googlemail.com>
wxsvg.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/wxsvg.spec b/wxsvg.spec
index 41b999d..a6e7cd6 100644
--- a/wxsvg.spec
+++ b/wxsvg.spec
@@ -1,6 +1,6 @@
Name: wxsvg
Version: 1.5.12
-Release: 5%{?dist}
+Release: 6%{?dist}
Summary: C++ library to create, manipulate and render SVG files
Group: System Environment/Libraries
@@ -72,6 +72,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%{_libdir}/pkgconfig/lib%{name}.pc
%changelog
+* Fri Jul 27 2018 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1.5.12-6
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
+
* Thu Mar 08 2018 RPM Fusion Release Engineering <leigh123linux(a)googlemail.com> - 1.5.12-5
- Rebuilt for new ffmpeg snapshot
6 years, 4 months
[vokoscreen] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
by Leigh Scott
commit cb5370ee3e6f5ac3b704d6c41b845cf267468a05
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Fri Jul 27 16:13:06 2018 +0100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: leigh123linux <leigh123linux(a)googlemail.com>
vokoscreen.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/vokoscreen.spec b/vokoscreen.spec
index f1a77b5..3960f99 100644
--- a/vokoscreen.spec
+++ b/vokoscreen.spec
@@ -2,7 +2,7 @@
Name: vokoscreen
Version: 2.5.8
-Release: 1.beta%{?dist}
+Release: 2.beta%{?dist}
Summary: Screencast creator
License: GPLv2+ and BSD
Group: Applications/Multimedia
@@ -63,6 +63,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
%{_mandir}/man1/%{name}.1.*
%changelog
+* Fri Jul 27 2018 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 2.5.8-2.beta
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
+
* Mon Apr 30 2018 Sérgio Basto <sergio(a)serjux.com> - 2.5.8-1
- Update to 2.5.8 (Beta)
6 years, 4 months
[kodi] Ensure python2 is used for build and fix python macro
by Leigh Scott
commit 39ec068fc0cd4458805783210fe27bd756df1877
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Fri Jul 27 15:22:39 2018 +0100
Ensure python2 is used for build and fix python macro
kodi.spec | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/kodi.spec b/kodi.spec
index 9c8b6b7..a12edb4 100644
--- a/kodi.spec
+++ b/kodi.spec
@@ -300,7 +300,8 @@ This package contains FirewallD files for Kodi.
-DENABLE_INTERNAL_CROSSGUID=OFF \
-DLIRC_DEVICE=/var/run/lirc/lircd \
-DLIBDVDNAV_URL=%{SOURCE2} \
- -DLIBDVDREAD_URL=%{SOURCE3}
+ -DLIBDVDREAD_URL=%{SOURCE3} \
+ -DPYTHON_EXECUTABLE=%{__python2}
make %{?_smp_mflags} V=1
@@ -321,9 +322,9 @@ rm -f $RPM_BUILD_ROOT/%{_datadir}/xsessions/xbmc.desktop
# Normally we are expected to build these manually. But since we are using
# the system Python interpreter, we also want to use the system libraries
install -d $RPM_BUILD_ROOT%{_libdir}/kodi/addons/script.module.pil/lib
-ln -s %{python_sitearch}/PIL $RPM_BUILD_ROOT%{_libdir}/kodi/addons/script.module.pil/lib/PIL
+ln -s %{python2_sitearch}/PIL $RPM_BUILD_ROOT%{_libdir}/kodi/addons/script.module.pil/lib/PIL
#install -d $RPM_BUILD_ROOT%{_libdir}/xbmc/addons/script.module.pysqlite/lib
-#ln -s %{python_sitearch}/pysqlite2 $RPM_BUILD_ROOT%{_libdir}/xbmc/addons/script.module.pysqlite/lib/pysqlite2
+#ln -s %{python2_sitearch}/pysqlite2 $RPM_BUILD_ROOT%{_libdir}/xbmc/addons/script.module.pysqlite/lib/pysqlite2
# Use external font files instead of bundled ones
ln -sf %{_fontbasedir}/dejavu/DejaVuSans-Bold.ttf ${RPM_BUILD_ROOT}%{_datadir}/kodi/addons/skin.estouchy/fonts/
6 years, 4 months
[swftools] fix python macro
by Leigh Scott
commit 2ff60ca402babb1742bbdc213a5c701c987794f1
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Fri Jul 27 10:24:51 2018 +0100
fix python macro
swftools.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/swftools.spec b/swftools.spec
index 0c969a5..67b59e9 100644
--- a/swftools.spec
+++ b/swftools.spec
@@ -78,7 +78,7 @@ install -Dp lib/python/*.so $RPM_BUILD_ROOT%{python2_sitearch}/
%files -n python2-%{name}
-%{python_sitearch}/*.so
+%{python2_sitearch}/*.so
%changelog
6 years, 4 months
[ffmulticonverter] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
by Leigh Scott
commit 9aa27cbf1f53fbd92b74d521ef84a7eed630794d
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Fri Jul 27 10:02:27 2018 +0100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: leigh123linux <leigh123linux(a)googlemail.com>
ffmulticonverter.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/ffmulticonverter.spec b/ffmulticonverter.spec
index b0d09e7..b84628c 100644
--- a/ffmulticonverter.spec
+++ b/ffmulticonverter.spec
@@ -1,6 +1,6 @@
Name: ffmulticonverter
Version: 1.8.0
-Release: 8%{?dist}
+Release: 9%{?dist}
Summary: GUI File Format Converter
License: GPLv3+
@@ -59,6 +59,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
%{_mandir}/man1/%{name}.1.*
%changelog
+* Fri Jul 27 2018 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1.8.0-9
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
+
* Tue Jul 10 2018 Miro Hrončok <mhroncok(a)redhat.com> - 1.8.0-8
- Rebuilt for Python 3.7
6 years, 4 months