summaryrefslogtreecommitdiffstats
path: root/indicator-keylock.spec
diff options
context:
space:
mode:
Diffstat (limited to 'indicator-keylock.spec')
-rw-r--r--indicator-keylock.spec9
1 files changed, 7 insertions, 2 deletions
diff --git a/indicator-keylock.spec b/indicator-keylock.spec
index 1f1bbf4..25482f4 100644
--- a/indicator-keylock.spec
+++ b/indicator-keylock.spec
@@ -1,6 +1,6 @@
Name: indicator-keylock
Version: 3.1.0
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Lock Keys indicator applet
License: GPLv3
@@ -9,6 +9,8 @@ Source0: http://archive.ubuntu.com/ubuntu/pool/universe/i/%{name}/%{name}
Patch0: indicator-keylock-3.1.0-icons.patch
Patch1: indicator-keylock-3.1.0-ldflags.patch
Patch2: indicator-keylock-3.1.0-gcc10.patch
+Patch3: indicator-keylock-3.1.0-gtkapplication.patch
+Patch4: indicator-keylock-3.1.0-x11.patch
BuildRequires: desktop-file-utils
BuildRequires: gcc
@@ -18,7 +20,6 @@ BuildRequires: make
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(appindicator3-0.1)
-BuildRequires: pkgconfig(unique-3.0)
BuildRequires: pkgconfig(libnotify)
BuildRequires: pkgconfig(x11)
@@ -53,6 +54,10 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
%changelog
+* Thu Jan 06 2022 Yaakov Selkowitz <yselkowi@redhat.com> - 3.1.0-3
+- Use GtkApplication instead of libunique
+- Force X11 backend to avoid crash in Wayland sessions
+
* Tue Nov 30 2021 Yaakov Selkowitz <yselkowi@redhat.com> - 3.1.0-2
- rebuilt