[pulsecaster] Fix missing BR: gettext

Paul W. Frields pfrields at fedoraproject.org
Fri Dec 14 15:20:47 UTC 2012


commit 47b3595a804eaa914ab7d2f0f276c0b8c38e26e4
Author: Paul W. Frields <stickster at gmail.com>
Date:   Fri Dec 14 10:16:40 2012 -0500

    Fix missing BR: gettext

 pulsecaster.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/pulsecaster.spec b/pulsecaster.spec
index 094badc..abc676a 100644
--- a/pulsecaster.spec
+++ b/pulsecaster.spec
@@ -2,7 +2,7 @@
 
 Name:           pulsecaster
 Version:        0.1.9
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A PulseAudio-based podcast recorder
 
 Group:          Development/Languages
@@ -13,7 +13,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
 BuildRequires:  python-devel, python-setuptools
-BuildRequires:  desktop-file-utils
+BuildRequires:  desktop-file-utils, gettext
 
 Requires:       pulseaudio-libs >= 0.9.15
 Requires:       pygobject3
@@ -82,6 +82,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Fri Dec 14 2012 Paul W. Frields <stickster at gmail.com> - 0.1.9-2
+- Fix missing BR: gettext
+
 * Thu Dec 13 2012 Paul W. Frields <stickster at gmail.com> - 0.1.9-1
 - Update to upstream 0.1.9
 


More information about the scm-commits mailing list