Compare commits
3 Commits
7e080ffc7f
...
d165407bdd
| Author | SHA1 | Date | |
|---|---|---|---|
| d165407bdd | |||
| 93df196455 | |||
| 14c117c271 |
@@ -1,8 +1,8 @@
|
|||||||
%global hyprland_commit 9d1813ad2941f468ccaeabaa4110107f517b2ba0
|
%global hyprland_commit 55ce25bd67ab6f2ae7d60883f6c626be7d2ee12f
|
||||||
%global hyprland_shortcommit %(c=%{hyprland_commit}; echo ${c:0:7})
|
%global hyprland_shortcommit %(c=%{hyprland_commit}; echo ${c:0:7})
|
||||||
%global bumpver 5
|
%global bumpver 6
|
||||||
%global commits_count 7603
|
%global commits_count 7618
|
||||||
%global commit_date Thu Jul 16 09:44:34 2026
|
%global commit_date Fri Jul 17 19:24:42 2026
|
||||||
|
|
||||||
%global udis86_commit 5336633af70f3917760a6d441ff02d93477b0c86
|
%global udis86_commit 5336633af70f3917760a6d441ff02d93477b0c86
|
||||||
%global udis86_shortcommit %(c=%{udis86_commit}; echo ${c:0:7})
|
%global udis86_shortcommit %(c=%{udis86_commit}; echo ${c:0:7})
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
Name: hyprtoolkit
|
Name: hyprtoolkit
|
||||||
Version: 0.5.4
|
Version: 0.5.4
|
||||||
Release: %autorelease -b 3
|
Release: %autorelease -b 4
|
||||||
Summary: A modern C++ Wayland-native GUI toolkit
|
Summary: A modern C++ Wayland-native GUI toolkit
|
||||||
|
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
|||||||
@@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
Name: xdg-desktop-portal-hyprland
|
Name: xdg-desktop-portal-hyprland
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 1.3.12
|
Version: 1.4.0
|
||||||
Release: %autorelease -b 3
|
Release: %autorelease -b 1
|
||||||
Summary: xdg-desktop-portal backend for hyprland
|
Summary: xdg-desktop-portal backend for hyprland
|
||||||
|
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@@ -28,6 +28,7 @@ BuildRequires: pkgconfig(systemd)
|
|||||||
BuildRequires: pkgconfig(wayland-client)
|
BuildRequires: pkgconfig(wayland-client)
|
||||||
BuildRequires: pkgconfig(wayland-protocols)
|
BuildRequires: pkgconfig(wayland-protocols)
|
||||||
BuildRequires: pkgconfig(wayland-scanner)
|
BuildRequires: pkgconfig(wayland-scanner)
|
||||||
|
BuildRequires: pkgconfig(uuid)
|
||||||
|
|
||||||
Requires: dbus
|
Requires: dbus
|
||||||
# required for Screenshot portal implementation
|
# required for Screenshot portal implementation
|
||||||
|
|||||||
Reference in New Issue
Block a user