forked from pool/breeze
- Add patch to fix the version number:
* 0001-Update-version-number-for-5.23.1.patch OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/breeze?expand=0&rev=350
This commit is contained in:
parent
8eb00378d4
commit
6289e788d2
24
0001-Update-version-number-for-5.23.1.patch
Normal file
24
0001-Update-version-number-for-5.23.1.patch
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
From 1674a2e0dbc430be6bc61c820bc7abdd7f112b92 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Nicolas Fella <nicolas.fella@gmx.de>
|
||||||
|
Date: Wed, 20 Oct 2021 18:55:49 +0200
|
||||||
|
Subject: [PATCH] Update version number for 5.23.1
|
||||||
|
|
||||||
|
---
|
||||||
|
CMakeLists.txt | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||||
|
index 88f41de0..fb2559ac 100644
|
||||||
|
--- a/CMakeLists.txt
|
||||||
|
+++ b/CMakeLists.txt
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
cmake_minimum_required(VERSION 3.16)
|
||||||
|
project(breeze)
|
||||||
|
-set(PROJECT_VERSION "5.23.0")
|
||||||
|
+set(PROJECT_VERSION "5.23.1")
|
||||||
|
set(PROJECT_VERSION_MAJOR 5)
|
||||||
|
|
||||||
|
set(KF5_MIN_VERSION "5.86")
|
||||||
|
--
|
||||||
|
2.33.0
|
||||||
|
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 20 17:37:32 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||||
|
|
||||||
|
- Add patch to fix the version number:
|
||||||
|
* 0001-Update-version-number-for-5.23.1.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 19 14:05:38 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
|
Tue Oct 19 14:05:38 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||||
|
|
||||||
|
@ -33,6 +33,8 @@ Source: breeze-%{version}.tar.xz
|
|||||||
Source1: breeze-%{version}.tar.xz.sig
|
Source1: breeze-%{version}.tar.xz.sig
|
||||||
Source2: plasma.keyring
|
Source2: plasma.keyring
|
||||||
%endif
|
%endif
|
||||||
|
# PATCH-FIX-UPSTREAM
|
||||||
|
Patch1: 0001-Update-version-number-for-5.23.1.patch
|
||||||
BuildRequires: cmake >= 3.16
|
BuildRequires: cmake >= 3.16
|
||||||
BuildRequires: extra-cmake-modules >= 0.0.13
|
BuildRequires: extra-cmake-modules >= 0.0.13
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
Loading…
Reference in New Issue
Block a user