rpms/hal/F-9 hal.spec,1.160,1.161

Oliver Falk oliver at fedoraproject.org
Thu Feb 26 09:39:20 UTC 2009


Author: oliver

Update of /cvs/pkgs/rpms/hal/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28978

Modified Files:
	hal.spec 
Log Message:

* Mon Feb 16 2009 Oliver Falk <oliver at linux-kernel.at> - 0.5.11-4
- Fix cache alignement on 64-bit machines like Alpha. Credits to Jay Estabrook



Index: hal.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hal/F-9/hal.spec,v
retrieving revision 1.160
retrieving revision 1.161
diff -u -r1.160 -r1.161
--- hal.spec	9 Dec 2008 23:15:22 -0000	1.160
+++ hal.spec	26 Feb 2009 09:38:50 -0000	1.161
@@ -26,7 +26,7 @@
 Summary: Hardware Abstraction Layer
 Name: hal
 Version: 0.5.11
-Release: 3%{?dist}
+Release: 4%{?dist}
 URL: http://www.freedesktop.org/Software/hal
 Source0: http://hal.freedesktop.org/releases/%{name}-%{version}.tar.gz
 Patch1: hal-0.5.10-set-property-direct.patch
@@ -34,6 +34,7 @@
 Patch3: hal-cloexec.patch
 # # https://bugs.freedesktop.org/show_bug.cgi?id=18985
 Patch4: hal-dbus-1.2.8-introspection.patch
+Patch5: hal-cache-alignment.patch
 License: AFL or GPLv2
 Group: System Environment/Libraries
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
@@ -132,6 +133,13 @@
 %patch3 -p1 -b .selinux-leak
 %patch4 -p1 -b .introspection
 
+# On alpha we get UAAs without this.
+# It might be good for x86_64 and ia64 as well - please
+# consider for inclusion on other archs
+%ifarch alpha
+%patch5 -p1 -b .cache-alignment
+%endif
+
 %build
 autoreconf
 %configure                                  \
@@ -275,6 +283,9 @@
 %{_datadir}/gtk-doc/html/libhal-storage/*
 
 %changelog
+* Mon Feb 16 2009 Oliver Falk <oliver at linux-kernel.at> - 0.5.11-4
+- Fix cache alignement on 64-bit machines like Alpha. Credits to Jay Estabrook
+
 * Tue Dec 09 2008 Colin Walters <walters at verbum.org> - 0.5.11-3
 - Add patch to allow introspection
 




More information about the fedora-extras-commits mailing list