[libprojectM/f14/master] Typo in requires

Jameson Pugh imntreal at fedoraproject.org
Wed Mar 23 19:58:13 UTC 2011


commit dd2c950dcee8b253665e1bae89d532e8ef2c6c26
Author: imntreal <imntreal at gmail.com>
Date:   Wed Mar 23 15:58:01 2011 -0400

    Typo in requires

 libprojectM.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/libprojectM.spec b/libprojectM.spec
index d929996..3a85cb0 100644
--- a/libprojectM.spec
+++ b/libprojectM.spec
@@ -1,6 +1,6 @@
 Name:		libprojectM
 Version:	2.0.1
-Release:	8%{?dist}
+Release:	9%{?dist}
 Summary:	The libraries for the projectM music visualization plugin
 Group:		Applications/Multimedia
 License:	LGPLv2+
@@ -19,7 +19,7 @@ Patch4:		04-change-preset-duration.patch
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	ftgl-devel, cmake, glew-devel
-Requires:	dejavu-sans-mono-fonts, dejavu-vera-sans-fonts
+Requires:	dejavu-sans-mono-fonts, dejavu-sans-fonts
 
 %description
 projectM is an awesome music visualizer. There is nothing better in the world
@@ -78,7 +78,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
-* Tue Mar 15 2011 Jameson Pugh (imntreal at gmail.com) - 2.0.1-8
+* Wed Mar 23 2011 Jameson Pugh <imntreal at gmail.com> - 2.0.1-9
+- Correct typo in requirements
+
+* Tue Mar 15 2011 Jameson Pugh <imntreal at gmail.com> - 2.0.1-8
 - Replace obsolete bitstream-vera font requirements with dejavu
 
 * Sat Jul 17 2010 Jameson Pugh (imntreal at gmail.com) - 2.0.1-7


More information about the scm-commits mailing list