[fedora-arm-installer] Temporary fix added to stop the script from crashing when in another country/language

Jon fossjon at fedoraproject.org
Wed Mar 13 20:55:26 UTC 2013


commit a6ca46b1938306e9b4c87cd274eefad63707a109
Author: Jon Chiappetta <jonc_mailbox at yahoo.ca>
Date:   Wed Mar 13 16:55:03 2013 -0400

    Temporary fix added to stop the script from crashing when in another country/language

 .gitignore                |    1 +
 fedora-arm-installer.spec |    7 +++++--
 sources                   |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 003a4a1..8a90419 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /fedora-arm-installer-1.0.2.tar.gz
+/fedora-arm-installer-1.0.3.tar.gz
diff --git a/fedora-arm-installer.spec b/fedora-arm-installer.spec
index 7d99966..b43c0f8 100644
--- a/fedora-arm-installer.spec
+++ b/fedora-arm-installer.spec
@@ -1,6 +1,6 @@
 Name:           fedora-arm-installer
-Version:        1.0.2
-Release:        6%{?dist}
+Version:        1.0.3
+Release:        7%{?dist}
 Summary:        Writes binary image files to any specified block device
 
 Group:          Applications/System
@@ -70,6 +70,9 @@ install -pm 0755 %{name} ${RPM_BUILD_ROOT}%{_sbindir}/
 
 
 %changelog
+* Wed Mar 13 2013 Jon Chiappetta <jonc_mailbox at yahoo.ca> - 1.0.3-7
+- Sent the choose source dialog return string through a conversion method
+
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.2-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index c542120..f537e35 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9c3f22fa072a658173b33301ec2cc5d9  fedora-arm-installer-1.0.2.tar.gz
+d263f1e072c2edddfc187e67421b3f22  fedora-arm-installer-1.0.3.tar.gz


More information about the scm-commits mailing list