diff --git a/0001-update-version-number-as-well.patch b/0001-update-version-number-as-well.patch new file mode 100644 index 0000000..1c157ab --- /dev/null +++ b/0001-update-version-number-as-well.patch @@ -0,0 +1,23 @@ +From 9eedf1b50d93748dba126701ac11ffeabd2c00df Mon Sep 17 00:00:00 2001 +From: Wim Taymans +Date: Thu, 16 Sep 2021 17:57:47 +0200 +Subject: [PATCH] update version number as well + +--- + meson.build | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/meson.build b/meson.build +index c9b98c8ba..ea35ac674 100644 +--- a/meson.build ++++ b/meson.build +@@ -1,5 +1,5 @@ + project('pipewire', ['c' ], +- version : '0.3.35', ++ version : '0.3.36', + license : [ 'MIT', 'LGPL-2.1-or-later', 'GPL-2.0-only' ], + meson_version : '>= 0.54.0', + default_options : [ 'warning_level=3', +-- +2.31.1 + diff --git a/pipewire.spec b/pipewire.spec index 908a46f..f726e71 100644 --- a/pipewire.spec +++ b/pipewire.spec @@ -8,7 +8,7 @@ %global libversion %{soversion}.%(bash -c '((intversion = (%{minorversion} * 100) + %{microversion})); echo ${intversion}').0 # For rpmdev-bumpspec and releng automation -%global baserelease 1 +%global baserelease 2 #global snapdate 20210107 #global gitcommit b17db2cebc1a5ab2c01851d29c05f79cd2f262bb @@ -54,6 +54,8 @@ Source0: https://gitlab.freedesktop.org/pipewire/pipewire/-/archive/%{ver %endif ## upstream patches +Patch0001: 0001-update-version-number-as-well.patch + ## upstreamable patches @@ -529,6 +531,9 @@ systemctl --no-reload preset --global pipewire.socket >/dev/null 2>&1 || : %endif %changelog +* Thu Sep 16 2021 Wim Taymans - 0.3.36-2 +- Update version to 0.3.36 + * Thu Sep 16 2021 Wim Taymans - 0.3.36-1 - Update to 0.3.36 - Do systemd post install of pipewire-media-session.service