From d43414083f60d2568696d3895bf7e6e38119bb5a Mon Sep 17 00:00:00 2001 From: "Tru Huynh (pasteur.fr)" Date: Fri, 9 Mar 2018 13:18:57 +0100 Subject: [PATCH] fix 2.0.0-RC2 in spec file --- barrier.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/barrier.spec b/barrier.spec index 6c502422..d152eb50 100644 --- a/barrier.spec +++ b/barrier.spec @@ -1,10 +1,10 @@ Name: barrier -Version: 1.9.0 -#Version: 1.9.0-snapshot ###FIXME can't have a dash - in the version string +Version: 2.0.0 +#Version: 2.0.0-RC2 ###FIXME can't have a dash - in the version string Summary: Keyboard and mouse sharing solution Group: Applications/Productivity URL: https://github.com/debauchee/barrier/ -Source: https://github.com/debauchee/barrier/archive/v1.9.0-snapshot.tar.gz +Source: https://github.com/debauchee/barrier/archive/v2.0.0-RC2.tar.gz # workaround the git versionning and set to Release instead of the default Debug #Source1: build_env.sh Vendor: Debauchee ### FIXME ### @@ -31,7 +31,7 @@ Barrier allows you to share one mouse and keyboard between multiple computers. Work seamlessly across Windows, macOS and Linux. %prep -%setup -n %{name}-1.9.0-snapshot +%setup -n %{name}-2.0.0-RC2 %build cp dist/rpm/build_env.sh .