[xfdashboard] Update to 0.3.4

nonamedotc nonamedotc at fedoraproject.org
Thu Nov 27 16:57:05 UTC 2014


commit 85ce606337d32622b38e8df1a663f61e8ed8cde9
Author: nonamedotc <nonamedotc at fedoraproject.org>
Date:   Thu Nov 27 10:57:03 2014 -0600

    Update to 0.3.4
    
    - Move additional themes provided to -themes subpackage

 .gitignore       |    1 +
 sources          |    2 +-
 xfdashboard.spec |   16 +++++++++++++++-
 3 files changed, 17 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fa9addd..d055030 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@
 /0.3.1.tar.gz
 /0.3.2.tar.gz
 /0.3.3.tar.gz
+/0.3.4.tar.gz
diff --git a/sources b/sources
index 931b222..c727e96 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7cff2b2cad65d7e3148960f99aba2b9f  0.3.3.tar.gz
+276afaa850d6178a7d1f2ed6a746db1a  0.3.4.tar.gz
diff --git a/xfdashboard.spec b/xfdashboard.spec
index 19080f9..a0ff918 100644
--- a/xfdashboard.spec
+++ b/xfdashboard.spec
@@ -1,5 +1,5 @@
 Name:		xfdashboard
-Version:	0.3.3
+Version:	0.3.4
 Release:	1%{?dist}
 Summary:	GNOME shell like dashboard for Xfce
 
@@ -23,6 +23,13 @@ provides an overview of applications currently open enabling the user to switch
 between different applications. The search feature works like Xfce's app finder
 which makes it convenient to search for and start applications.
 
+%package themes
+Summary:	Themes for Xfdashboard
+Requires:	%{name}
+
+%description themes
+Additional themes for use with Xfdashboard
+
 %prep
 %setup -q
 
@@ -59,7 +66,14 @@ fi
 %{_datadir}/icons/hicolor/*/*/%{name}.png
 %{_datadir}/themes/%{name}/*
 
+%files themes
+%{_datadir}/themes/%{name}-*
+
 %changelog
+* Thu Nov 27 2014 Mukundan Ragavan <nonamedotc at fedoraproject.org> - 0.3.4-1
+- Update to 0.3.4
+- Move additional themes provided to -themes subpackage
+
 * Mon Oct 20 2014 Kevin Fenzi <kevin at scrye.com> 0.3.3-1
 - Update to 0.3.3
 


More information about the scm-commits mailing list