Bump to 0.8.4
[nqaap] / support / build_nqaap.py
index 3645ef6..ac392d3 100755 (executable)
@@ -47,7 +47,7 @@ Homepage: http://nqaap.garage.maemo.org/"""
     p.depends += {\r
         "debian": ", python-gst0.10",\r
         "diablo": maemoSpecificDepends,\r
-        "fremantle": maemoSpecificDepends+", python-gst0.10",\r
+        "fremantle": maemoSpecificDepends + ", python-gst0.10",\r
     }[distribution]\r
     p.section = {\r
         "debian": "sound",\r
@@ -69,7 +69,7 @@ rm -f ~/.nqaap/nqaap.log
     #  chmod +x /usr/bin/mclock.py""" #Set here your pre install script\r
     #  p.preremove="""#!/bin/sh\r
     #  chmod +x /usr/bin/mclock.py""" #Set here your pre remove script\r
-    version = "0.8.2"           #Version of your software, e.g. "1.2.0" or "0.8.2"\r
+    version = "0.8.4"           #Version of your software, e.g. "1.2.0" or "0.8.2"\r
     build = "0" #Build number, e.g. "1" for the first build of this\r
                                 #version of your software. Increment\r
                                 #for later re-builds of the same\r
@@ -77,9 +77,9 @@ rm -f ~/.nqaap/nqaap.log
                                 #changelog information to be displayed\r
                                 #in the package "Details" tab of the\r
                                 #Maemo Application Manager\r
-    changeloginformation = """Playback during silent mode\r
-Fix for Post 118: Missing Cover art\r
-"""\r
+    changeloginformation = """\r
+Limiting FMRadio hack to only Maemo 5\r
+""".strip()\r
     dir_name = "src" #Name of the subfolder containing your package\r
                                 #source files\r
                                 #(e.g. usr\share\icons\hicolor\scalable\myappicon.svg,\r