From a1eb13af559720751c3a922f60272514064712fe Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Sep 01 2020 02:04:59 +0000 Subject: Update to 0.6.2 --- diff --git a/.gitignore b/.gitignore index 85f6c04..b2724fa 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ xfce4-notifyd-0.1.0.tar.bz2 /xfce4-notifyd-0.4.4.tar.bz2 /xfce4-notifyd-0.6.0.tar.bz2 /xfce4-notifyd-0.6.1.tar.bz2 +/xfce4-notifyd-0.6.2.tar.bz2 diff --git a/sources b/sources index 968afac..642e5db 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xfce4-notifyd-0.6.1.tar.bz2) = d48752cd4e02e515e4c5d147b7bce678a56f47f0bd336e3b9db4e14fc2b0355e0582816957fc43c313a5779b5495c836ee5da4f0cb83616a0164d692a169415f +SHA512 (xfce4-notifyd-0.6.2.tar.bz2) = 13fdbcd5031ad44a89327eb65356a4d2c45315e0c8c507e457eee4cc95898794679163de9603a2059d9aaf20d62df317f8a09e0353f6adb526970a21d580b325 diff --git a/xfce4-notifyd.spec b/xfce4-notifyd.spec index 5355963..31bcbe6 100644 --- a/xfce4-notifyd.spec +++ b/xfce4-notifyd.spec @@ -4,8 +4,8 @@ %global xfceversion 4.14 Name: xfce4-notifyd -Version: 0.6.1 -Release: 2%{?dist} +Version: 0.6.2 +Release: 1%{?dist} Summary: Simple notification daemon for Xfce License: GPLv2 @@ -57,9 +57,8 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}-config.deskto %find_lang %{name} # remove libtool archives -find $RPM_BUILD_ROOT -name \*.la -exec rm {} \; +find %{buildroot} -name \*.la -exec rm {} \; -%ldconfig_scriptlets %files -f %{name}.lang %license COPYING @@ -68,8 +67,6 @@ find $RPM_BUILD_ROOT -name \*.la -exec rm {} \; %{_libdir}/xfce4/notifyd/ %{_libdir}/xfce4/panel/plugins/libnotification-plugin.so %{_datadir}/applications/xfce4-notifyd-config.desktop -%{_datadir}/dbus-1/services/org.xfce.xfce4-notifyd.Notifications.service -%{_datadir}/icons/hicolor/48x48/apps/xfce4-notifyd.png %{_datadir}/themes/Default/xfce-notify-4.0/ %{_datadir}/themes/Smoke/ %{_datadir}/themes/ZOMG-PONIES!/ @@ -78,9 +75,12 @@ find $RPM_BUILD_ROOT -name \*.la -exec rm {} \; %{_datadir}/icons/hicolor/*/*/* %{_datadir}/xfce4/panel/plugins/notification-plugin.desktop %{_mandir}/man1/xfce4-notifyd-config.1.* -%{_userunitdir}/xfce4-notifyd.service +%{_sysconfdir}/xdg/autostart/%{name}.desktop %changelog +* Mon Aug 31 2020 Mukundan Ragavan - 0.6.2-1 +- Update to 0.6.2 + * Wed Jul 29 2020 Fedora Release Engineering - 0.6.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild