$ git show --format=fuller --patch-with-stat --summary a441cac188ce3e0f66bde0744d805b56ab4fcdc5
commit a441cac188ce3e0f66bde0744d805b56ab4fcdc5
Author: Virtuti Militari <angrypenguinpoland@gmail.com>
AuthorDate: Tue Aug 13 15:54:03 2024 +0200
Commit: GitHub <noreply@github.com>
CommitDate: Tue Aug 13 15:54:03 2024 +0200
0.601.0
---
wrapland.spec | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/wrapland.spec b/wrapland.spec
index 045fa1b..2f6456f 100644
--- a/wrapland.spec
+++ b/wrapland.spec
@@ -1,14 +1,15 @@
%define major 0
-%define commit da46a25440ac4615daf7d7816f51b18cd65909df
+#define commit da46a25440ac4615daf7d7816f51b18cd65909df
Name: wrapland
-Version: 0.527.80
+Version: 0.601.0
Release: 1
Summary: C++ wrapper for the libwayland client and server API
License: LGPL-2.1-or-later
Group: Development/Libraries/KDE
-URL: https://gitlab.com/kwinft/%{name}
-Source: %{url}/-/archive/%{commit}/%{name}-%{commit}.tar.bz2
+URL: https://github.com/winft/wrapland/
+Source0: https://github.com/winft/wrapland/archive/refs/tags/v%{version}/%{name}-%{version}.tar.gz
+#Source: %{url}/-/archive/%{commit}/%{name}-%{commit}.tar.bz2
Patch1: EPROTO.patch
BuildRequires: cmake(Qt6)
@@ -44,7 +45,7 @@ Requires: cmake(Microsoft.GSL)
Client and Server library wrapper for the Wayland libraries.
%prep
-%autosetup -p1 -n %{name}-%{commit}
+%autosetup -p1 -n %{name}-%{version}
%build
%cmake