From af0b60ab10a8b74d0dd15381ca51eabf5975a299 Mon Sep 17 00:00:00 2001 From: borgmanJeremy <46930769+borgmanJeremy@users.noreply.github.com> Date: Sat, 12 Jul 2025 20:00:50 -0500 Subject: [PATCH] Bumping package versions for v13 beta (#4072) --- CMakeLists.txt | 2 +- data/appdata/org.flameshot.Flameshot.metainfo.xml | 1 + packaging/debian/changelog | 6 +++--- packaging/rpm/fedora/flameshot.spec | 5 ++++- packaging/rpm/opensuse/flameshot.spec | 5 ++++- 5 files changed, 13 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8df544bc..2f8a39cd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.13) # cmake_policy(SET CMP0076 OLD) -set(FLAMESHOT_VERSION 12.1.0) +set(FLAMESHOT_VERSION 13.0.0) # Flameshot-org set(GIT_API_URL "https://api.github.com/repos/flameshot-org/flameshot/releases/latest") diff --git a/data/appdata/org.flameshot.Flameshot.metainfo.xml b/data/appdata/org.flameshot.Flameshot.metainfo.xml index 8ae279fa..f9927d44 100644 --- a/data/appdata/org.flameshot.Flameshot.metainfo.xml +++ b/data/appdata/org.flameshot.Flameshot.metainfo.xml @@ -93,6 +93,7 @@ SPDX-License-Identifier: CC0-1.0 + diff --git a/packaging/debian/changelog b/packaging/debian/changelog index 4b85a6ad..eaf0e1c8 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,5 +1,5 @@ -flameshot (12.1.0-1) unstable; urgency=medium +flameshot (13.0.0-1) unstable; urgency=medium - * New stable release. + * Release candidate for v13 - -- Jeremy Borgman Sun, 7 Jul 2022 18:24:29 -0600 + -- Jeremy Borgman Sat, 12 Jul 2025 18:24:29 -0600 diff --git a/packaging/rpm/fedora/flameshot.spec b/packaging/rpm/fedora/flameshot.spec index 8d3421bf..32a896df 100644 --- a/packaging/rpm/fedora/flameshot.spec +++ b/packaging/rpm/fedora/flameshot.spec @@ -2,7 +2,7 @@ # spec file for package flameshot on fedora, rehl # Name: flameshot -Version: 12.1.0 +Version: 13.0.rc1 Release: 1%{?dist} License: GPLv3+ and ASL 2.0 and GPLv2 and LGPLv3 and Free Art Summary: Powerful yet simple to use screenshot software @@ -97,6 +97,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop %{_mandir}/man1/%{name}.1* %changelog +* Sun Jul 12 2025 Jeremy Borgman - 13.0.rc1 +- Beta for 13 release. + * Sun Jul 03 2022 Jeremy Borgman - 12.1.0-1 - Update for 12.1 release. diff --git a/packaging/rpm/opensuse/flameshot.spec b/packaging/rpm/opensuse/flameshot.spec index f66b616d..41b6af93 100644 --- a/packaging/rpm/opensuse/flameshot.spec +++ b/packaging/rpm/opensuse/flameshot.spec @@ -2,7 +2,7 @@ # spec file for package flameshot on opensuse leap 15.x # Name: flameshot -Version: 12.1.0 +Version: 13.0.rc1 Release: 1 License: GPLv3+ and ASL 2.0 and GPLv2 and LGPLv3 and Free Art Summary: Powerful yet simple to use screenshot software @@ -95,6 +95,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop %{_mandir}/man1/%{name}.1* %changelog +* Sun Jul 12 2025 Jeremy Borgman - 13.0.rc1 +- Beta for 13 release. + * Sun Jul 03 2022 Jeremy Borgman - 12.1.0-1 - Update for 12.1 release.