diff --git a/.gitignore b/.gitignore index 1c9a5a6..38258ae 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ xfce4-notifyd-0.1.0.tar.bz2 /xfce4-notifyd-0.2.4.tar.bz2 /xfce4-notifyd-0.3.0.tar.bz2 /xfce4-notifyd-0.3.1.tar.bz2 +/xfce4-notifyd-0.3.2.tar.bz2 diff --git a/sources b/sources index 89a3319..7f0ba8f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dddf3c9f24b4a165df7110c613ab0854 xfce4-notifyd-0.3.1.tar.bz2 +9ee9bd823710c8753cb99f5a8028d528 xfce4-notifyd-0.3.2.tar.bz2 diff --git a/xfce4-notifyd.spec b/xfce4-notifyd.spec index f0758d0..054352d 100644 --- a/xfce4-notifyd.spec +++ b/xfce4-notifyd.spec @@ -3,7 +3,7 @@ %global minorversion 0.3 Name: xfce4-notifyd -Version: 0.3.1 +Version: 0.3.2 Release: 1%{?dist} Summary: Simple notification daemon for Xfce @@ -87,10 +87,15 @@ rm -rf %{buildroot} %{_datadir}/themes/Default/xfce-notify-4.0/ %{_datadir}/themes/Smoke/ %{_datadir}/themes/ZOMG-PONIES!/ +%{_datadir}/themes/Bright/ +%{_datadir}/themes/Retro/ %{_mandir}/man1/xfce4-notifyd-config.1.* %{_userunitdir}/xfce4-notifyd.service %changelog +* Sat Sep 10 2016 Kevin Fenzi - 0.3.2-1 +- Update to 0.3.2. bugfix release + * Tue Sep 06 2016 Mukundan Ragavan - 0.3.1-1 - Update to 0.3.1. bugfix release