[python-vlc] Rebuilt for Python 3.7
by Miro Hrončok
commit 8491ac1c29d137fcb7e801e792399bf702bb10a3
Author: Miro Hrončok <miro(a)hroncok.cz>
Date: Tue Jul 10 11:28:26 2018 +0200
Rebuilt for Python 3.7
python-vlc.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/python-vlc.spec b/python-vlc.spec
index b8b8bdd..61dacdd 100644
--- a/python-vlc.spec
+++ b/python-vlc.spec
@@ -8,7 +8,7 @@
Name: python-%{srcname}
Version: 1.1.2
-Release: 6.%{gitdate}%{?dist}
+Release: 7.%{gitdate}%{?dist}
Summary: VLC Media Player binding for Python
Group: Applications/Multimedia
License: GPLv2+
@@ -81,6 +81,9 @@ chmod +x %{buildroot}%{python3_sitelib}/*py
%changelog
+* Tue Jul 10 2018 Miro Hrončok <mhroncok(a)redhat.com> - 1.1.2-7.20161001git5d389c7
+- Rebuilt for Python 3.7
+
* Thu Mar 01 2018 RPM Fusion Release Engineering <leigh123linux(a)googlemail.com> - 1.1.2-6.20161001git5d389c7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
6 years, 4 months
[fs-uae-launcher] Rebuilt for Python 3.7
by Miro Hrončok
commit 76e0c663eacc173b683e2621498ca147b7216522
Author: Miro Hrončok <miro(a)hroncok.cz>
Date: Tue Jul 10 11:28:26 2018 +0200
Rebuilt for Python 3.7
fs-uae-launcher.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/fs-uae-launcher.spec b/fs-uae-launcher.spec
index a72d227..2343537 100644
--- a/fs-uae-launcher.spec
+++ b/fs-uae-launcher.spec
@@ -2,7 +2,7 @@
Name: fs-uae-launcher
Version: 2.8.3
-Release: 6%{?dist}
+Release: 7%{?dist}
Summary: Graphical configuration frontend and launcher for FS-UAE
# The entire source code is GPLv2+ except oyoyo which is MIT
@@ -100,6 +100,9 @@ ln -s %{_datadir}/fonts/liberation/LiberationSans-Bold.ttf \
%changelog
+* Tue Jul 10 2018 Miro Hrončok <mhroncok(a)redhat.com> - 2.8.3-7
+- Rebuilt for Python 3.7
+
* Sun May 20 2018 Andrea Musuruane <musuruan(a)gmail.com> - 2.8.3-6
- Fixed AppData file (BZ #4845)
- Used new AppData directory
6 years, 4 months
[nvidia-kmod/f27] (4 commits) ...Merge branch 'master' into f28
by Leigh Scott
Summary of changes:
8254920... Update to 396.24 release (*)
60bb4da... Drop other arch (*)
59f19b9... Revert "Update to 390.59 release" (*)
24f6667... Merge branch 'master' into f28 (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 4 months
[nvidia-kmod/f28: 4/4] Merge branch 'master' into f28
by Leigh Scott
commit 24f6667cfff7899d39383af526406fa6f8f019ae
Merge: 59f19b9 60bb4da
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Tue Jul 10 01:57:51 2018 +0100
Merge branch 'master' into f28
kernel_4.16.patch | 21 ---------------------
nv-linux-arm.patch | 13 -------------
nv-linux-arm2.patch | 12 ------------
nvidia-kmod.spec | 13 +++++--------
4 files changed, 5 insertions(+), 54 deletions(-)
---
6 years, 4 months
[nvidia-kmod/f28: 3/4] Revert "Update to 390.59 release"
by Leigh Scott
commit 59f19b9a3e1adf9169e5c5c3784e83c2a8b32b84
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Tue Jul 10 01:57:40 2018 +0100
Revert "Update to 390.59 release"
This reverts commit 32347fddd777d7b8f96ecafd2247f0e0719e377f.
nvidia-kmod.spec | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/nvidia-kmod.spec b/nvidia-kmod.spec
index e0ddb48..4c7c341 100644
--- a/nvidia-kmod.spec
+++ b/nvidia-kmod.spec
@@ -8,7 +8,7 @@
Name: nvidia-kmod
Epoch: 3
-Version: 390.59
+Version: 390.48
# Taken over by kmodtool
Release: 1%{?dist}
Summary: NVIDIA display driver kernel module
@@ -19,6 +19,7 @@ URL: http://www.nvidia.com/
Source11: nvidia-kmodtool-excludekernel-filterfile
Patch0: nv-linux-arm.patch
Patch1: nv-linux-arm2.patch
+Patch2: kernel_4.16.patch
# needed for plague to make sure it builds for i586 and i686
ExclusiveArch: i686 x86_64 armv7hl
@@ -44,6 +45,7 @@ tar --use-compress-program xz -xf %{_datadir}/%{name}-%{version}/%{name}-%{versi
# patch loop
%patch0 -p1
%patch1 -p1
+%patch2 -p1
for kernel_version in %{?kernel_versions} ; do
cp -a kernel _kmod_build_${kernel_version%%___*}
@@ -71,9 +73,6 @@ done
%changelog
-* Wed May 16 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 3:390.59-1
-- Update to 390.59 release
-
* Thu Mar 29 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 3:390.48-1
- Update to 390.48 release
6 years, 4 months
[nvidia-kmod/f28] (4 commits) ...Merge branch 'master' into f28
by Leigh Scott
Summary of changes:
8254920... Update to 396.24 release (*)
60bb4da... Drop other arch (*)
59f19b9... Revert "Update to 390.59 release"
24f6667... Merge branch 'master' into f28
(*) This commit already existed in another branch; no separate mail sent
6 years, 4 months
[nvidia-settings/f27: 2/2] Merge branch 'master' into f27
by Leigh Scott
commit 59668414e174af285a3a22039fa3e4abca48a858
Merge: 6388cb2 163d4c1
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Tue Jul 10 01:56:22 2018 +0100
Merge branch 'master' into f27
nvidia-settings.spec | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
---
6 years, 4 months
[nvidia-settings/f28: 2/2] Merge branch 'master' into f28
by Leigh Scott
commit 1efdb913a2903fb0719519e16d7722ee78392306
Merge: 6388cb2 163d4c1
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Tue Jul 10 01:56:03 2018 +0100
Merge branch 'master' into f28
nvidia-settings.spec | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
---
6 years, 4 months