From ba08a0ae54561da34b1c7976966afe1edc7221e6 Mon Sep 17 00:00:00 2001 From: Adel Noureddine Date: Thu, 4 Jul 2024 13:29:54 +0200 Subject: [PATCH] Prepare version 1.0.1 --- alire.toml | 2 +- installer/aur/PKGBUILD | 2 +- installer/powerjoular.spec | 4 +++- release-version.sh | 2 +- src/help_info.adb | 2 +- 5 files changed, 7 insertions(+), 5 deletions(-) diff --git a/alire.toml b/alire.toml index bd64e81..957cbad 100644 --- a/alire.toml +++ b/alire.toml @@ -1,6 +1,6 @@ name = "powerjoular" description = "Monitoring the power consumption of multiple platforms and processes" -version = "1.0.0" +version = "1.0.1" authors = ["Adel Noureddine"] maintainers = ["Adel Noureddine "] diff --git a/installer/aur/PKGBUILD b/installer/aur/PKGBUILD index c138898..fb80bd2 100644 --- a/installer/aur/PKGBUILD +++ b/installer/aur/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Adel Noureddine pkgname=powerjoular -pkgver=1.0.0 +pkgver=1.0.1 pkgrel=1 pkgdesc="PowerJoular allows monitoring power consumption of multiple platforms and processes." arch=('x86_64' 'aarch64' 'armv7h') diff --git a/installer/powerjoular.spec b/installer/powerjoular.spec index 7a77dac..b65faec 100644 --- a/installer/powerjoular.spec +++ b/installer/powerjoular.spec @@ -1,5 +1,5 @@ Name: powerjoular -Version: 1.0.0 +Version: 1.0.1 Release: 1%{?dist} Summary: PowerJoular allows monitoring power consumption of multiple platforms and processes. @@ -22,6 +22,8 @@ install -m 644 %{SOURCE1} $RPM_BUILD_ROOT/%{_sysconfdir}/systemd/system/%{name}. %{_sysconfdir}/systemd/system/%{name}.service %changelog +* Thu Jul 04 2024 Adel Noureddine - 1.0.1-1 +- Fix RPi 5 detection * Thu Jun 20 2024 Adel Noureddine - 1.0.0-1 - Version 1.0.0 * Thu Jun 06 2024 Adel Noureddine - 0.7.3-1 diff --git a/release-version.sh b/release-version.sh index cbf4eed..35a712a 100644 --- a/release-version.sh +++ b/release-version.sh @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=1.0.0 +VERSION=1.0.1 # First cross compiler diff --git a/src/help_info.adb b/src/help_info.adb index b4101a8..28cb0e1 100644 --- a/src/help_info.adb +++ b/src/help_info.adb @@ -14,7 +14,7 @@ with Ada.Characters.Latin_1; use Ada.Characters.Latin_1; package body Help_Info is - Version_Number : constant String := "1.0.0"; + Version_Number : constant String := "1.0.1"; procedure Show_Help is begin