[arduino: 3/3] Change the default preferences so that we don't notify the user that a new upstream version has been

mavit mavit at fedoraproject.org
Sat Jan 14 14:28:00 UTC 2012


commit b2fa277c1888da5ddfbe7c75d450b8a06b0aa8e8
Author: Peter Oliver <git at mavit.org.uk>
Date:   Sat Jan 14 14:27:17 2012 +0000

    Change the default preferences so that we don't notify the user that a new upstream version has been released (#773519).

 arduino.spec |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/arduino.spec b/arduino.spec
index 90d8a65..ba79404 100644
--- a/arduino.spec
+++ b/arduino.spec
@@ -84,6 +84,11 @@ chmod a+rx build/linux/%{name}-add-groups
 %patch3 -p1
 %patch7 -p1
 
+echo -e "\n# By default, don't notify the user of a new upstream version." \
+        "\n# https://bugzilla.redhat.com/show_bug.cgi?id=773519" \
+        "\nupdate.check=false" \
+    >> build/shared/lib/preferences.txt
+
 # "git apply" fails silently if pwd is git-controlled.
 pwd=`pwd`
 cd /
@@ -187,6 +192,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Jan 14 2012 Peter Oliver <rpm at mavit.org.uk> - 1:1.0-3
+- Change the default preferences so that we don't notify the user that a
+  new upstream version has been released (#773519).
+
 * Thu Jan 12 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:1.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list