Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 910529 Details for
Bug 1106024
byzanz: FTBFS in rawhide
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch for rawhide
0001-Fix-FTBFS-on-armv7hl-1106024.patch (text/plain), 2.02 KB, created by
Yaakov Selkowitz
on 2014-06-19 20:49:52 UTC
(
hide
)
Description:
Patch for rawhide
Filename:
MIME Type:
Creator:
Yaakov Selkowitz
Created:
2014-06-19 20:49:52 UTC
Size:
2.02 KB
patch
obsolete
>From 19a633ce68e4f3cbe48763658d8a6abf8573e75d Mon Sep 17 00:00:00 2001 >From: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> >Date: Thu, 19 Jun 2014 15:49:05 -0500 >Subject: [PATCH] Fix FTBFS on armv7hl (#1106024) > >--- > byzanz.spec | 15 ++++++++------- > 1 file changed, 8 insertions(+), 7 deletions(-) > >diff --git a/byzanz.spec b/byzanz.spec >index dc0e835..497fa41 100644 >--- a/byzanz.spec >+++ b/byzanz.spec >@@ -2,14 +2,13 @@ > Summary: A desktop recorder > Name: byzanz > Version: 0.3 >-Release: 0.12%{?dist} >+Release: 0.13%{?dist} > License: GPLv3+ > Group: Applications/Multimedia > URL: http://git.gnome.org/browse/byzanz/ > #Source0: http://download.gnome.org/sources/%{name}/0.2/%{name}-%{version}.tar.bz2 > # git archive --format=tar --prefix=byzanz-%{git}/ %{git} | xz > byzanz-%{git} > Source0: byzanz-%{git}.tar.xz >-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > > BuildRequires: gnome-common > BuildRequires: cairo-devel >= 1.8.10 >@@ -40,18 +39,18 @@ A command-line recording tool is included. > %build > ./autogen.sh > CFLAGS="%optflags -Wno-deprecated-declarations" >+%ifarch armv7hl >+# http://rwmj.wordpress.com/2014/01/06/alignment-errors-on-fedora-arm/ >+CFLAGS="$CFLAGS -Wno-cast-align" >+%endif > %configure > make > > %install >-rm -rf %{buildroot} > export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 > make DESTDIR=%{buildroot} install > %find_lang byzanz > >-%clean >-rm -rf %{buildroot} >- > %post > /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : > >@@ -65,7 +64,6 @@ fi > /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : > > %files -f byzanz.lang >-%defattr(-,root,root,-) > %doc AUTHORS ChangeLog COPYING NEWS > %{_bindir}/byzanz-playback > %{_bindir}/byzanz-record >@@ -77,6 +75,9 @@ fi > %{_mandir}/man1/byzanz-record.1* > > %changelog >+* Thu Jun 19 2014 Yaakov Selkowitz <yselkowi@redhat.com> - 0.3-0.13 >+- Fix FTBFS on armv7hl (#1106024) >+ > * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3-0.12 > - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild > >-- >1.9.3 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1106024
:
903663
|
903664
|
903665
| 910529