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 716011 Details for
Bug 924968
acpitool: Does not support aarch64 in f19 and 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]
Proposed fix
acpitool-add-aarch64-support.patch (text/plain), 3.26 KB, created by
Jaroslav Škarvada
on 2013-03-25 13:10:57 UTC
(
hide
)
Description:
Proposed fix
Filename:
MIME Type:
Creator:
Jaroslav Škarvada
Created:
2013-03-25 13:10:57 UTC
Size:
3.26 KB
patch
obsolete
>diff --git a/acpitool-0.5-gcc43.patch b/acpitool-0.5-gcc43.patch >deleted file mode 100644 >index 0a0ccd1..0000000 >--- a/acpitool-0.5-gcc43.patch >+++ /dev/null >@@ -1,34 +0,0 @@ >-diff -up acpitool-0.5/src/cpu.cpp.gcc43 acpitool-0.5/src/cpu.cpp >---- acpitool-0.5/src/cpu.cpp.gcc43 2008-09-18 16:48:49.000000000 +0200 >-+++ acpitool-0.5/src/cpu.cpp 2008-09-18 16:49:22.000000000 +0200 >-@@ -69,7 +69,7 @@ int Show_CPU_Info() >- Show_Freq_Info(); // show freq scaling info if we have it // >- else >- { >-- bzero(temp, 130); >-+ memset(temp, '\0', 130); >- sscanf(str, "%*[^:] %*s %s",temp); // ignore all up till :, then ignore the :, then use what's left // >- printf(" CPU speed : %s MHz \n", temp); >- } >-diff -up acpitool-0.5/src/freq.cpp.gcc43 acpitool-0.5/src/freq.cpp >---- acpitool-0.5/src/freq.cpp.gcc43 2008-07-21 00:47:55.000000000 +0200 >-+++ acpitool-0.5/src/freq.cpp 2008-09-18 16:46:54.000000000 +0200 >-@@ -28,6 +28,7 @@ >- #endif >- >- #include <cstdlib> >-+#include <cstring> >- #include <iostream> >- #include <iomanip> >- #include <fstream> >-diff -up acpitool-0.5/src/toshiba.cpp.gcc43 acpitool-0.5/src/toshiba.cpp >---- acpitool-0.5/src/toshiba.cpp.gcc43 2007-11-06 22:19:59.000000000 +0100 >-+++ acpitool-0.5/src/toshiba.cpp 2008-09-18 16:46:54.000000000 +0200 >-@@ -29,6 +29,7 @@ >- #endif >- >- #include <cstdlib> >-+#include <cstring> >- #include <iostream> >- #include <iomanip> >- #include <fstream> >diff --git a/acpitool.spec b/acpitool.spec >index d6a46c9..a546d7f 100644 >--- a/acpitool.spec >+++ b/acpitool.spec >@@ -1,29 +1,29 @@ > Summary: Command line ACPI client > Name: acpitool > Version: 0.5.1 >-Release: 6%{?dist} >+Release: 7%{?dist} > License: GPLv2+ > Group: Applications/System > URL: http://freeunix.dyndns.org:8000/site2/acpitool.shtml > > Source0: http://freeunix.dyndns.org:8088/ftp_site/pub/unix/acpitool/acpitool-%{version}.tar.bz2 >-#Patch0: acpitool-0.5-gcc43.patch > BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) >+BuildRequires: autoconf, automake > > %description >-AcpiTool is a Linux ACPI client. It's a small command line application, >-intended to be a replacement for the apm tool. Besides "basic" ACPI >+AcpiTool is a Linux ACPI client. It's a small command line application, >+intended to be a replacement for the apm tool. Besides "basic" ACPI > information like battery status, AC presence, putting the laptop to >-sleep, Acpitool also supports various extensions for Toshiba, Asus and >-IBM Thinkpad laptops, allowing you to change the LCD brightness level, >-toggle fan on/off, and more. >+sleep, Acpitool also supports various extensions for Toshiba, Asus and >+IBM Thinkpad laptops, allowing you to change the LCD brightness level, >+toggle fan on/off, and more. > > > %prep > %setup -q >-#patch0 -p1 -b .gcc43 > > %build >+autoreconf -i > %configure > make %{?_smp_mflags} > >@@ -41,6 +41,12 @@ rm -fr $RPM_BUILD_ROOT > %{_mandir}/man1/acpitool* > > %changelog >+* Mon Mar 25 2013 Jaroslav Å karvada <jskarvad@redhat.com> - 0.5.1-7 >+- Dropped gcc43 patch >+- Removed extra spaces from description >+- Added support for aarch64 >+ Resolves: rhbz#924968 >+ > * Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.1-6 > - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild >
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 924968
: 716011