diff --git a/dist/deb/gnome/debian.changelog b/dist/deb/gnome/debian.changelog index bbe041e..734f9f5 100644 --- a/dist/deb/gnome/debian.changelog +++ b/dist/deb/gnome/debian.changelog @@ -1,4 +1,4 @@ -systray-x-gnome (0.9.8-0) unstable; urgency=low +systray-x-gnome (0.9.8-1) unstable; urgency=low * Update to 0.9.8 diff --git a/dist/deb/gnome/systray-x-gnome.dsc b/dist/deb/gnome/systray-x-gnome.dsc index be2642e..9a21e41 100644 --- a/dist/deb/gnome/systray-x-gnome.dsc +++ b/dist/deb/gnome/systray-x-gnome.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: systray-x-gnome -Version: 0-0 +Version: 0.9.8-1 Binary: systray-x-gnome Maintainer: Maxime Rijnders Architecture: any diff --git a/dist/deb/kde/debian.changelog b/dist/deb/kde/debian.changelog index 7649218..c870a3a 100644 --- a/dist/deb/kde/debian.changelog +++ b/dist/deb/kde/debian.changelog @@ -1,4 +1,4 @@ -systray-x (0.9.8-0) unstable; urgency=low +systray-x (0.9.8-1) unstable; urgency=low * Update to 0.9.8 diff --git a/dist/deb/kde/systray-x.dsc b/dist/deb/kde/systray-x.dsc index 820f28a..a33498e 100644 --- a/dist/deb/kde/systray-x.dsc +++ b/dist/deb/kde/systray-x.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: systray-x -Version: 0-0 +Version: 0.9.8-1 Binary: SysTray-X Maintainer: Maxime Rijnders Architecture: any diff --git a/dist/deb/minimal/debian.changelog b/dist/deb/minimal/debian.changelog index 45d72af..26261f1 100644 --- a/dist/deb/minimal/debian.changelog +++ b/dist/deb/minimal/debian.changelog @@ -1,4 +1,4 @@ -systray-x-minimal (0.9.8-0) unstable; urgency=low +systray-x-minimal (0.9.8-1) unstable; urgency=low * Update to 0.9.8 diff --git a/dist/deb/minimal/systray-x-minimal.dsc b/dist/deb/minimal/systray-x-minimal.dsc index a4f58c8..efe1c10 100644 --- a/dist/deb/minimal/systray-x-minimal.dsc +++ b/dist/deb/minimal/systray-x-minimal.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: systray-x-minimal -Version: 0-0 +Version: 0.9.8-1 Binary: systray-x-minimal Maintainer: Maxime Rijnders Architecture: any diff --git a/dist/rpm/gnome/_service b/dist/rpm/gnome/_service index 97d9845..16cffd9 100644 --- a/dist/rpm/gnome/_service +++ b/dist/rpm/gnome/_service @@ -23,7 +23,6 @@ xz - systray-x-gnome.dsc systray-x-gnome.spec diff --git a/dist/rpm/kde/_service b/dist/rpm/kde/_service index a68c895..98f3604 100644 --- a/dist/rpm/kde/_service +++ b/dist/rpm/kde/_service @@ -20,7 +20,6 @@ xz - systray-x.dsc systray-x.spec diff --git a/dist/rpm/minimal/_service b/dist/rpm/minimal/_service index 1fb9b19..7f26468 100644 --- a/dist/rpm/minimal/_service +++ b/dist/rpm/minimal/_service @@ -22,7 +22,6 @@ xz - systray-x-minimal.dsc systray-x-minimal.spec diff --git a/update_version.sh b/update_version.sh index e8498e1..cd4145d 100755 --- a/update_version.sh +++ b/update_version.sh @@ -20,6 +20,22 @@ sed -i -e "s?\(^.*\"revision\">\).*\(\)?\1$VERSION\2?" $SERVICE_FILE sed -i -e "s?\(^.*\"versionformat\">\).*\(\)?\1$VERSION\2?" $SERVICE_FILE +SERVICE_FILE="./dist/deb/kde/debian.changelog" +sed -i -e "0,/systray-x/{s?\(^systray-x \).*\( unstable.*\)?\1($VERSION-1)\2?}" $SERVICE_FILE +SERVICE_FILE="./dist/deb/kde/systray-x.dsc" +sed -i -e "s?\(^Version: \).*?\1$VERSION-1?" $SERVICE_FILE + +SERVICE_FILE="./dist/deb/gnome/debian.changelog" +sed -i -e "0,/systray-x/{s?\(^systray-x-gnome \).*\( unstable.*\)?\1($VERSION-1)\2?}" $SERVICE_FILE +SERVICE_FILE="./dist/deb/gnome/systray-x-gnome.dsc" +sed -i -e "s?\(^Version: \).*?\1$VERSION-1?" $SERVICE_FILE + +SERVICE_FILE="./dist/deb/minimal/debian.changelog" +sed -i -e "0,/systray-x/{s?\(^systray-x-minimal \).*\( unstable.*\)?\1($VERSION-1)\2?}" $SERVICE_FILE +SERVICE_FILE="./dist/deb/minimal/systray-x-minimal.dsc" +sed -i -e "s?\(^Version: \).*?\1$VERSION-1?" $SERVICE_FILE + + SERVICE_FILE="./dist/arch/kde/PKGBUILD" sed -i -e "s?\(^pkgver=\).*?\1$VERSION?" $SERVICE_FILE