From bbb5886ad4dde717a57d7b62ec975e26df7e0d91 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sun, 12 Jan 2025 17:06:31 +0100 Subject: [PATCH] automatic version update by autodist [release 24.12.1-1mamba;Fri Jan 10 2025] --- README.md | 1 + massif-visualizer.spec | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7fe7052..0505b02 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,4 @@ Massif Visualizer is a tool that visualizes massif data. You run your application in Valgrind with ``--tool=massif`` and then open the generated ``massif.out.%pid`` in the visualizer. Gzip or Bzip2 compressed massif files can also be opened transparently. + diff --git a/massif-visualizer.spec b/massif-visualizer.spec index a2b6931..e204f77 100644 --- a/massif-visualizer.spec +++ b/massif-visualizer.spec @@ -1,7 +1,7 @@ %define majver %(echo %version | cut -d. -f1-2) Name: massif-visualizer -Version: 24.12.0 +Version: 24.12.1 Release: 1mamba Summary: Visualizer for Valgrind Massif data files Group: Graphical Desktop/Applications/Utilities @@ -44,7 +44,6 @@ BuildRequires: extra-cmake-modules %description Massif Visualizer is a tool that visualizes massif data. You run your application in Valgrind with ``--tool=massif`` and then open the generated ``massif.out.%pid`` in the visualizer. Gzip or Bzip2 compressed massif files can also be opened transparently. -%debug_package %prep %setup -q @@ -74,5 +73,8 @@ Massif Visualizer is a tool that visualizes massif data. You run your applicatio %doc AUTHORS COPYING %changelog +* Fri Jan 10 2025 Automatic Build System 24.12.1-1mamba +- automatic version update by autodist + * Fri Dec 13 2024 Silvan Calarco 24.12.0-1mamba - package created using the webbuild interface