[stella] Author ask to build this: https://github.com/stella-emu/stella/issues/117 should support ppc64 a
by Sérgio M. Basto
commit ace7c7b1502f070e4f33175f83352656a86422cb
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu May 4 00:15:25 2017 +0100
Author ask to build this: https://github.com/stella-emu/stella/issues/117
should support ppc64 and ppc64le arches.
Drop all patches, they are upstreamed.
.gitignore | 1 +
sources | 2 +-
stella.spec | 23 +++++++++++++----------
3 files changed, 15 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5a96a99..036999f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ stella-4.6.7-src.tar.gz
stella-4.7.1-src.tar.xz
stella-4.7.2-src.tar.xz
/stella-4.7.3-src.tar.xz
+/stella-5.0.0-pre7.tar.gz
diff --git a/sources b/sources
index ed98226..639dffe 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-898578ee405430815e12374f191e9b51 stella-4.7.3-src.tar.xz
+e6baf9448589373c155a264fe2907bd0 stella-5.0.0-pre7.tar.gz
diff --git a/stella.spec b/stella.spec
index 7f8f931..4b7739b 100644
--- a/stella.spec
+++ b/stella.spec
@@ -1,15 +1,15 @@
+%global prerel pre7
Name: stella
-Version: 4.7.3
-Release: 3%{?dist}
+Version: 5.0.0
+Release: 0.1%{?prerel:.%{prerel}}%{?dist}
License: GPLv2+
Summary: A multi-platform Atari 2600 Video Computer System emulator
Group: Applications/Emulators
URL: https://stella-emu.github.io/
-Source0: https://github.com/stella-emu/%{name}/releases/download/release-%{version...
-Patch0: %{name}-4.7.3-gcc7.patch
-Patch1: 1dd8c04f6813779e509fa7427b06bbc47d408329.patch
+#Source0: https://github.com/stella-emu/%{name}/releases/download/release-%{version...
+Source0: https://github.com/stella-emu/%{name}/archive/%{version}%{?prerel:-%{prer...
-ExcludeArch: ppc64 ppc64le
+#ExcludeArch: %{power64}
BuildRequires: libpng-devel zlib-devel bison SDL2-devel
BuildRequires: desktop-file-utils
@@ -32,10 +32,8 @@ Stella is now DonationWare. Please help to encourage further Stella development
by considering a contribution.
%prep
-%setup -q
-%patch0 -p1
-%patch1 -p1
-rm -rf src/zlib src/libpng
+%setup -q -n %{name}-%{version}%{?prerel:-%{prerel}}
+rm -r src/zlib src/libpng
sed -i "s/-c -s -m/-m/" Makefile
@@ -82,6 +80,11 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog
+* Wed May 03 2017 Sérgio Basto <sergio(a)serjux.com> - 5.0.0-0.1.pre7
+- Author ask to build this: https://github.com/stella-emu/stella/issues/117
+ should support ppc64 and ppc64le arches.
+- Drop all patches, they are upstreamed.
+
* Mon Apr 17 2017 Andrea Musuruane <musuruan(a)gmail.com> - 4.7.3-3
- Fix FTBFS with gcc7
- Updated URL and Source0
7 years, 7 months
[openmw/f26] (2 commits) ...Exclude ppc64
by Alexandre Moine
Summary of changes:
8b470d5... Rebuild for ffmpeg update (*)
4f638bd... Exclude ppc64 (*)
(*) This commit already existed in another branch; no separate mail sent
7 years, 7 months
[openmw] Exclude ppc64
by Alexandre Moine
commit 4f638bd89222816ed99d618225f8733c99db8536
Author: Alexandre Moine <nobrakal(a)gmail.com>
Date: Wed May 3 10:51:34 2017 +0200
Exclude ppc64
openmw.spec | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/openmw.spec b/openmw.spec
index fe76d11..e38576f 100644
--- a/openmw.spec
+++ b/openmw.spec
@@ -1,6 +1,6 @@
Name: openmw
Version: 0.41.0
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Unofficial open source engine re-implementation of the game Morrowind
License: GPLv3 and MIT and zlib
@@ -14,6 +14,9 @@ Patch0: %{name}.unbundle-dejavu-font.patch
# Unbundle tango icons
Patch1: %{name}.undundle-tango-icons.patch
+# Openmw has problems with big indian cpu
+ExcludeArch: ppc64
+
BuildRequires: cmake
BuildRequires: boost-devel
BuildRequires: bullet-devel
@@ -135,6 +138,9 @@ mkdir -p %{buildroot}/%{_datadir}/%{name}/data
%changelog
+* Tue May 02 2017 Alexandre Moine <nobrakal(a)gmail.com> 0.41.0-4
+- Exclude ppc64
+
* Sat Apr 29 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 0.41.0-3
- Rebuild for ffmpeg update
7 years, 7 months
[get_iplayer/f26] Remember to commit sources.
by mavit
commit 9df7bb8fff2c054f22b069590595a0761a9726d1
Author: Peter Oliver <git(a)mavit.org.uk>
Date: Mon May 1 20:21:32 2017 +0100
Remember to commit sources.
.gitignore | 1 +
sources | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/.gitignore b/.gitignore
index 649d276..93d8389 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ get_iplayer-2.94.tar.gz
/get_iplayer-2.97.tar.gz
/get_iplayer-2.98.tar.gz
/get_iplayer-2.99.tar.gz
+/get_iplayer-3.00.tar.gz
diff --git a/sources b/sources
index 315b630..bfa9f56 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b946f9279e8bae8842455f170af016be get_iplayer-2.99.tar.gz
+bda6e2e49f04e6eec50a46061a477729 get_iplayer-3.00.tar.gz
7 years, 7 months
[wl-kmod/f24] (10 commits) ...Merge branch 'f26' in order to be in sync with master again.
by Nicolas Viéville
Summary of changes:
6ecf276... Add patch to fix kernel warnings - thanks to Adrien Bustany (*)
573adaf... - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass (*)
55ac30b... Add patch for kernel >= 4.11 - remove last_rx reference in (*)
fda5796... Merge branch 'master' of ssh://pkgs.rpmfusion.org/nonfree/w (*)
43b389a... Add patch for kernel >= 4.11 - remove last_rx reference in (*)
4cc9d1f... Fix build Release tag (*)
cbba1b2... Fix build Release tag (*)
16da630... Add akmod-wl AkmodsBuildRequires and fix package BuildRequi (*)
37c0144... Add akmod-wl AkmodsBuildRequires and fix package BuildRequi (*)
a702359... Merge branch 'f26' in order to be in sync with master again (*)
(*) This commit already existed in another branch; no separate mail sent
7 years, 7 months
[wl-kmod/f25] (10 commits) ...Merge branch 'f26' in order to be in sync with master again.
by Nicolas Viéville
Summary of changes:
6ecf276... Add patch to fix kernel warnings - thanks to Adrien Bustany (*)
573adaf... - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass (*)
55ac30b... Add patch for kernel >= 4.11 - remove last_rx reference in (*)
fda5796... Merge branch 'master' of ssh://pkgs.rpmfusion.org/nonfree/w (*)
43b389a... Add patch for kernel >= 4.11 - remove last_rx reference in (*)
4cc9d1f... Fix build Release tag (*)
cbba1b2... Fix build Release tag (*)
16da630... Add akmod-wl AkmodsBuildRequires and fix package BuildRequi (*)
37c0144... Add akmod-wl AkmodsBuildRequires and fix package BuildRequi (*)
a702359... Merge branch 'f26' in order to be in sync with master again (*)
(*) This commit already existed in another branch; no separate mail sent
7 years, 7 months