- B.02.14

- Drop gcc43 patch now upstream
This commit is contained in:
terjeros 2009-03-01 09:52:43 +00:00
parent 044175eed0
commit 041f2e2855
4 changed files with 9 additions and 18 deletions

View File

@ -1 +1 @@
lshw-B.02.13.tar.gz lshw-B.02.14.tar.gz

View File

@ -1,11 +0,0 @@
diff -uNr -x '*~' lshw-B.02.13.orig/src/core/abi.cc lshw-B.02.13/src/core/abi.cc
--- lshw-B.02.13.orig/src/core/abi.cc 2008-05-09 22:32:50.000000000 +0200
+++ lshw-B.02.13/src/core/abi.cc 2008-08-13 14:15:41.000000000 +0200
@@ -7,6 +7,7 @@
#include "version.h"
#include "abi.h"
#include "osutils.h"
+#include <cstdlib>
#include <unistd.h>
#include <dirent.h>

View File

@ -1,7 +1,7 @@
Summary: Hardware lister Summary: Hardware lister
Name: lshw Name: lshw
Version: B.02.13 Version: B.02.14
Release: 4%{?dist} Release: 1%{?dist}
License: GPLv2 License: GPLv2
Group: Applications/System Group: Applications/System
URL: http://ezix.org/project/wiki/HardwareLiSter URL: http://ezix.org/project/wiki/HardwareLiSter
@ -9,7 +9,6 @@ Source0: http://www.ezix.org/software/files/%{name}-%{version}.tar.gz
Source1: lshw.desktop Source1: lshw.desktop
Source2: lshw.consolehelper Source2: lshw.consolehelper
Source3: lshw.pam Source3: lshw.pam
Patch0: lshw-B.02.13-gcc43.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%description %description
@ -36,7 +35,6 @@ plain, XML or HTML format.
%prep %prep
%setup -q -n %{name}-%{version} %setup -q -n %{name}-%{version}
%patch0 -p1
%{__sed} -i 's|-g -Wall -g|%{optflags}|' src/Makefile %{__sed} -i 's|-g -Wall -g|%{optflags}|' src/Makefile
%{__sed} -i 's|-g -Wall -Os|%{optflags}|' src/core/Makefile %{__sed} -i 's|-g -Wall -Os|%{optflags}|' src/core/Makefile
@ -108,8 +106,12 @@ desktop-file-install --vendor fedora \
%{_datadir}/applications/fedora-%{name}.desktop %{_datadir}/applications/fedora-%{name}.desktop
%changelog %changelog
* Sun Mar 1 2009 Terje Rosten <terjeros@phys.ntnu.no> - B.02.14-1
- B.02.14
- Drop gcc43 patch now upstream
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - B.02.13-4 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - B.02.13-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Wed Aug 13 2008 Terje Rosten <terjeros@phys.ntnu.no> - B.02.13-3 * Wed Aug 13 2008 Terje Rosten <terjeros@phys.ntnu.no> - B.02.13-3
- rebuild - rebuild

View File

@ -1 +1 @@
e94c728ed037ca706436b5ef71aa392d lshw-B.02.13.tar.gz 8bed55768c5cb2ceff062b882a687e9b lshw-B.02.14.tar.gz