diff options
author | Rael Gugelmin Cunha <rael.gc@gmail.com> | 2015-09-28 08:00:28 -0300 |
---|---|---|
committer | Rael Gugelmin Cunha <rael.gc@gmail.com> | 2015-09-28 08:00:28 -0300 |
commit | 5254043fe8d717f5a154689281cef17b5cdc6d1b (patch) | |
tree | a20f79b67c930e149152c2dd96f1c59dd356114a | |
parent | ee56f02e21f5ab50fa9d6c0ce21aa741d9b31a4a (diff) | |
parent | 6de6ea9989d9444f3e08b68c1b3d804aa9562d25 (diff) | |
download | scudcloud-5254043fe8d717f5a154689281cef17b5cdc6d1b.zip scudcloud-5254043fe8d717f5a154689281cef17b5cdc6d1b.tar.gz scudcloud-5254043fe8d717f5a154689281cef17b5cdc6d1b.tar.bz2 |
Merge pull request #240 from mbajor/master
New dependencies in spec file: libqt4-webkit-qupzillaplugins and python3-hunspell
-rw-r--r-- | scudcloud-1.0/scudcloud.spec | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scudcloud-1.0/scudcloud.spec b/scudcloud-1.0/scudcloud.spec index 9042a36..a7a5f1f 100644 --- a/scudcloud-1.0/scudcloud.spec +++ b/scudcloud-1.0/scudcloud.spec @@ -48,6 +48,8 @@ Requires: google-lato-fonts %else Requires: lato-fonts %endif +Requires: libqt4-webkit-qupzillaplugins +Requires: python3-hunspell BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch @@ -147,6 +149,8 @@ fi %{_bindir}/scudcloud %changelog +* Sat Sep 26 2015 Marcin Bajor <marcin.bajor@gmail.com> +- Added dependencies: libqt4-webkit-qupzillaplugins and python3-hunspell * Mon Sep 21 2015 Marcin Trendota <moonwolf@poczta.onet.pl> - Add lato-fonts dependency * Mon Aug 10 2015 Marcin Bajor <marcin.bajor@gmail.com> |