rpms/hal/FC-4 hal-0.5.2-translate-to-utf8.patch, 1.1, 1.2 hal.spec, 1.56, 1.57

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Jan 20 16:27:43 UTC 2006


Author: rstrode

Update of /cvs/dist/rpms/hal/FC-4
In directory cvs.devel.redhat.com:/tmp/cvs-serv20396

Modified Files:
	hal-0.5.2-translate-to-utf8.patch hal.spec 
Log Message:
- attempt to address unicode encoding issues for floppy disks
  (bug 144551).


hal-0.5.2-translate-to-utf8.patch:
 10-storage-policy.fdi |    7 +++++++
 1 files changed, 7 insertions(+)

Index: hal-0.5.2-translate-to-utf8.patch
===================================================================
RCS file: /cvs/dist/rpms/hal/FC-4/hal-0.5.2-translate-to-utf8.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hal-0.5.2-translate-to-utf8.patch	19 Jan 2006 18:48:09 -0000	1.1
+++ hal-0.5.2-translate-to-utf8.patch	20 Jan 2006 16:27:41 -0000	1.2
@@ -1,5 +1,19 @@
 --- hal-0.5.2/fdi/policy/10osvendor/10-storage-policy.fdi.translate-to-utf8	2006-01-19 13:39:51.000000000 -0500
 +++ hal-0.5.2/fdi/policy/10osvendor/10-storage-policy.fdi	2006-01-19 13:44:06.000000000 -0500
+@@ -74,12 +74,13 @@
+       </match>
+ 
+       <!-- floppy drives -->
+       <match key="storage.drive_type" string="floppy">
+ 	<merge key="storage.policy.mount_filesystem" type="string">auto</merge>
+ 	<merge key="storage.policy.desired_mount_point" type="string">floppy</merge>
++	<merge key="storage.policy.mount_option.utf8" type="bool">true</merge>
+       </match>
+ 
+       <!-- zip drives -->
+       <match key="storage.drive_type" string="zip">
+ 	<merge key="storage.policy.mount_filesystem" type="string">auto</merge>
+ 	<merge key="storage.policy.desired_mount_point" type="string">zip</merge>
 @@ -130,6 +130,12 @@
  	      <merge key="volume.policy.should_mount" type="bool">false</merge>
  	    </match>


Index: hal.spec
===================================================================
RCS file: /cvs/dist/rpms/hal/FC-4/hal.spec,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- hal.spec	19 Jan 2006 18:48:09 -0000	1.56
+++ hal.spec	20 Jan 2006 16:27:41 -0000	1.57
@@ -17,7 +17,7 @@
 Summary: Hardware Abstraction Layer
 Name: hal
 Version: 0.5.2
-Release: 2.fc4
+Release: 2.fc4.1
 URL: http://www.freedesktop.org/Software/hal
 Source0: %{name}-%{version}.tar.gz
 License: AFL/GPL
@@ -173,6 +173,10 @@
 %{_bindir}/hal-device-manager
 
 %changelog
+* Thu Jan 19 2006 Ray Strode <rstrode at redhat.com> 0.5.2-2.fc4.1
+- attempt to address unicode encoding issues for floppy disks
+  (bug 144551).
+
 * Thu Jan 19 2006 Ray Strode <rstrode at redhat.com> 0.5.2-2.fc4
 - attempt to address unicode encoding issues for thumb drives 
   (bug 144551).




More information about the fedora-cvs-commits mailing list