From 6fe1aabac502f29a1e121164b7d5b04cb7260f9d Mon Sep 17 00:00:00 2001 From: Jens Lody Date: Tue, 4 Oct 2016 01:00:53 +0200 Subject: [PATCH] Sync spec-file with Fedora. --- gnome-shell-extension-panel-osd.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/gnome-shell-extension-panel-osd.spec b/gnome-shell-extension-panel-osd.spec index 82834f3..0eb3347 100644 --- a/gnome-shell-extension-panel-osd.spec +++ b/gnome-shell-extension-panel-osd.spec @@ -1,12 +1,12 @@ -%global git db008b8 +%global git 42eeb7e %global uuid panel-osd@berend.de.schouwer.gmail.com %global github jenslody-gnome-shell-extension-panel-osd %global checkout git%{git} -%global checkout_date 20160730 +%global checkout_date 20160914 Name: gnome-shell-extension-panel-osd Version: 1 -Release: 0.18.%{checkout_date}%{checkout}%{?dist} +Release: 0.19.%{checkout_date}%{checkout}%{?dist} Summary: Configure the place where notifications are shown Group: User Interface/Desktops @@ -66,6 +66,11 @@ fi %{_datadir}/gnome-shell/extensions/%{uuid} %changelog +* Wed Sep 14 2016 Jens Lody - 1-0.19.20160914git42eeb7e +- Support newest version of gnome-shell. +- Fix a error, that only occurs, when the extension gets disabled while a + notification is shown. + * Sat Jul 30 2016 Jens Lody - 1-0.18.20160730gitdb008b8 - Fix issue with x-position of notification in some multimonitor setups.