diff --git a/gnome-shell-extension-openweather.spec b/gnome-shell-extension-openweather.spec index b7412b3..8c3a158 100644 --- a/gnome-shell-extension-openweather.spec +++ b/gnome-shell-extension-openweather.spec @@ -6,8 +6,7 @@ Name: gnome-shell-extension-openweather Version: 1 Release: 0.0.%(date +%Y%m%d).%{checkout}%{?dist} -Summary: An extension for displaying weather notifications from -http://openweathermap.org and http://forecast.io in GNOME Shell +Summary: An extension to display weather information from many locations in the world Group: User Interface/Desktops License: GPLv3+ diff --git a/update_revision.sh b/update_revision.sh index 3962297..8b1c156 100755 --- a/update_revision.sh +++ b/update_revision.sh @@ -42,7 +42,7 @@ mv ${SPEC_FILE} ${SPEC_FILE}.tmp sed "1 s/%global git .*/%global git $COMMIT/" < ${SPEC_FILE}.tmp > ${SPEC_FILE} rm -f ${SPEC_FILE}.tmp -rpmdev-bumpspec --comment="new git checkout" --userstring="Jens Lody " ${SPEC_FILE} +rpmdev-bumpspec --comment="Fresh git checkout." --userstring="Jens Lody " ${SPEC_FILE} cp ${SPEC_FILE} ${SPEC_PATH}${SPEC_FILE}