[qarte] Remove RR qt5-qtmultimedia, depends on python3-qt5 Re-add RR python3-qt5
by Martin Gansser
commit ae98e70884eb719ba2821450220d6cc6ad719d01
Author: martinkg <martinkg(a)fedoraproject.org>
Date: Sat Mar 10 12:57:13 2018 +0100
Remove RR qt5-qtmultimedia, depends on python3-qt5
Re-add RR python3-qt5
qarte.spec | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/qarte.spec b/qarte.spec
index 346c2b4..48b462b 100644
--- a/qarte.spec
+++ b/qarte.spec
@@ -3,7 +3,7 @@
Name: qarte
Version: 4.0.0
-Release: 2%{dist}
+Release: 3%{dist}
License: GPLv3+
URL: https://launchpad.net/qarte
Source0: http://oqapy.eu/releases/%{name}-%{version}.tar.gz
@@ -13,7 +13,7 @@ BuildRequires: desktop-file-utils
BuildRequires: gettext
BuildRequires: python3-devel
Requires: rtmpdump
-Requires: qt5-qtmultimedia
+Requires: python3-qt5
BuildArch: noarch
%description
@@ -48,6 +48,10 @@ cp -pR locale %{buildroot}%{_datadir}
%{_datadir}/icons/hicolor/96x96/apps/%{name}.png
%changelog
+* Sat Mar 10 2018 Martin Gansser <martinkg(a)fedoraproject.org> - 4.0.0-3
+- Remove RR qt5-qtmultimedia, depends on python3-qt5
+- Re-add RR python3-qt5
+
* Sat Mar 10 2018 Martin Gansser <martinkg(a)fedoraproject.org> - 4.0.0-2
- Add RR qt5-qtmultimedia
6 years, 7 months
[qarte] Add RR qt5-qtmultimedia
by Martin Gansser
commit 27efc3da73b0ff520b947d011bcd67e5f4a75111
Author: martinkg <martinkg(a)fedoraproject.org>
Date: Sat Mar 10 12:16:23 2018 +0100
Add RR qt5-qtmultimedia
qarte.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/qarte.spec b/qarte.spec
index 01442c8..346c2b4 100644
--- a/qarte.spec
+++ b/qarte.spec
@@ -3,17 +3,17 @@
Name: qarte
Version: 4.0.0
-Release: 1%{dist}
+Release: 2%{dist}
License: GPLv3+
URL: https://launchpad.net/qarte
Source0: http://oqapy.eu/releases/%{name}-%{version}.tar.gz
-Group: Applications/Multimedia
Summary: A browser for arte.tv web site
BuildRequires: desktop-file-utils
BuildRequires: gettext
BuildRequires: python3-devel
Requires: rtmpdump
+Requires: qt5-qtmultimedia
BuildArch: noarch
%description
@@ -48,6 +48,9 @@ cp -pR locale %{buildroot}%{_datadir}
%{_datadir}/icons/hicolor/96x96/apps/%{name}.png
%changelog
+* Sat Mar 10 2018 Martin Gansser <martinkg(a)fedoraproject.org> - 4.0.0-2
+- Add RR qt5-qtmultimedia
+
* Sat Mar 10 2018 Martin Gansser <martinkg(a)fedoraproject.org> - 4.0.0-1
- Update to 4.0.0
- Add BR python3-devel
6 years, 7 months
[qarte] Update to 4.0.0 Add BR python3-devel Add bytecompile with Python 3 %global __python %{__python3} Rem
by Martin Gansser
commit e19014c54087dd3aa027965f26a2da1213495858
Author: martinkg <martinkg(a)fedoraproject.org>
Date: Sat Mar 10 10:56:57 2018 +0100
Update to 4.0.0
Add BR python3-devel
Add bytecompile with Python 3 %global __python %{__python3}
Remove RR python3-qt5
Remove scriptlets
.gitignore | 1 +
qarte.spec | 29 ++++++++++++++---------------
sources | 2 +-
3 files changed, 16 insertions(+), 16 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6ff0378..8be9c47 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
qarte-2.6.0.tar.gz
qarte-2.8.0.tar.gz
/qarte-3.2.0.tar.gz
+/qarte-4.0.0.tar.gz
diff --git a/qarte.spec b/qarte.spec
index b66a782..01442c8 100644
--- a/qarte.spec
+++ b/qarte.spec
@@ -1,14 +1,18 @@
+# bytecompile with Python 3
+%global __python %{__python3}
+
Name: qarte
-Version: 3.2.0
-Release: 4%{dist}
+Version: 4.0.0
+Release: 1%{dist}
License: GPLv3+
URL: https://launchpad.net/qarte
Source0: http://oqapy.eu/releases/%{name}-%{version}.tar.gz
Group: Applications/Multimedia
Summary: A browser for arte.tv web site
+
BuildRequires: desktop-file-utils
BuildRequires: gettext
-Requires: python3-qt5
+BuildRequires: python3-devel
Requires: rtmpdump
BuildArch: noarch
@@ -43,19 +47,14 @@ cp -pR locale %{buildroot}%{_datadir}
%{_datadir}/%{name}
%{_datadir}/icons/hicolor/96x96/apps/%{name}.png
-%post
-/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
-
-%postun
-if [ $1 -eq 0 ] ; then
- /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
- /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
-fi
-
-%posttrans
-/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
-
%changelog
+* Sat Mar 10 2018 Martin Gansser <martinkg(a)fedoraproject.org> - 4.0.0-1
+- Update to 4.0.0
+- Add BR python3-devel
+- Add bytecompile with Python 3 %%global __python %%{__python3}
+- Remove RR python3-qt5
+- Remove scriptlets
+
* Thu Mar 01 2018 RPM Fusion Release Engineering <leigh123linux(a)googlemail.com> - 3.2.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
diff --git a/sources b/sources
index 0e76d40..62b40c3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-31a4435eab2ad33421ffecb57d93f481 qarte-3.2.0.tar.gz
+4b91e30a279ed651c2cae934a8919caf qarte-4.0.0.tar.gz
6 years, 7 months
[VirtualBox-kmod] All fedora kernels have vboxvideo.ko
by Sérgio M. Basto
commit 2cf04055dbd9070c1f0b86bbfe8a418802f31269
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Mar 10 04:23:51 2018 +0000
All fedora kernels have vboxvideo.ko
VirtualBox-kmod.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/VirtualBox-kmod.spec b/VirtualBox-kmod.spec
index ecd87c8..fb3010f 100644
--- a/VirtualBox-kmod.spec
+++ b/VirtualBox-kmod.spec
@@ -1,4 +1,4 @@
-%if 0%{?fedora} > 27
+%if 0%{?fedora}
%bcond_with vboxvideo
%else
%bcond_without vboxvideo
@@ -36,7 +36,7 @@
Name: VirtualBox-kmod
Version: 5.2.8
#Release: 1%%{?prerel:.%%{prerel}}%%{?dist}
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Kernel module for VirtualBox
Group: System Environment/Kernel
@@ -123,6 +123,9 @@ DIRS=$(ls %{name}-%{version} |wc -l)
%changelog
+* Sat Mar 10 2018 Sérgio Basto <sergio(a)serjux.com> - 5.2.8-3
+- All fedora kernels have vboxvideo.ko
+
* Wed Mar 07 2018 Sérgio Basto <sergio(a)serjux.com> - 5.2.8-2
- Fix minor spelling mistakes
6 years, 7 months
[pipelight] Remove -mabi=aapcs-linux from gcc flags on arm
by Sérgio M. Basto
commit b3618c2ed7e7f617899a523f7cd9192020c794f7
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Mar 10 02:26:21 2018 +0000
Remove -mabi=aapcs-linux from gcc flags on arm
pipelight.spec | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/pipelight.spec b/pipelight.spec
index 1d07e44..56abe6b 100644
--- a/pipelight.spec
+++ b/pipelight.spec
@@ -144,6 +144,7 @@ cat %{SOURCE2} > share/install-dependency
%global optflags %(echo %{optflags} | sed 's/ -mcet//; s/ -fstack-clash-protection//; s/ -fcf-protection//')
#global optflags %(echo %{optflags} | sed 's/ -fasynchronous-unwind-tables//; s/ -Wp,-D_GLIBCXX_ASSERTIONS//')
%global optflags %(echo %{optflags} | sed 's| -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1||')
+%global optflags %(echo %{optflags} | sed 's| -mabi=aapcs-linux||')
%configure \
--with-win64 --wine-path=%{_bindir}/wine \
6 years, 7 months
[pipelight] Remove some new gcc flags that breaks the build
by Sérgio M. Basto
commit 312b55eedbe14775b9e6cfe4800384cafc87e4e9
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Mar 10 02:08:43 2018 +0000
Remove some new gcc flags that breaks the build
pipelight.spec | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/pipelight.spec b/pipelight.spec
index ebceff2..1d07e44 100644
--- a/pipelight.spec
+++ b/pipelight.spec
@@ -140,11 +140,16 @@ cat %{SOURCE2} > share/install-dependency
%build
+# the problem is in the new gcc flags
+%global optflags %(echo %{optflags} | sed 's/ -mcet//; s/ -fstack-clash-protection//; s/ -fcf-protection//')
+#global optflags %(echo %{optflags} | sed 's/ -fasynchronous-unwind-tables//; s/ -Wp,-D_GLIBCXX_ASSERTIONS//')
+%global optflags %(echo %{optflags} | sed 's| -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1||')
+
%configure \
--with-win64 --wine-path=%{_bindir}/wine \
--so-mode=0755 --gpg-exec=%{__gpg}
-%{__make} %{?_smp_mflags}
+%make_build
pushd pipelight-selinux-0.3.1
for _selinuxvariant in %{selinux_variants}
do
@@ -251,6 +256,7 @@ fi
%changelog
* Fri Mar 02 2018 RPM Fusion Release Engineering <leigh123linux(a)googlemail.com> - 0.2.8.2-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
+- Remove some new gcc flags that breaks the build
* Thu Aug 31 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 0.2.8.2-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
6 years, 7 months