rpms/libprojectM/devel import.log,1.3,1.4 libprojectM.spec,1.2,1.3

Jameson Pugh imntreal at fedoraproject.org
Sat Jan 10 03:19:15 UTC 2009


Author: imntreal

Update of /cvs/pkgs/rpms/libprojectM/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24939/devel

Modified Files:
	import.log libprojectM.spec 
Log Message:
Switched from bitstream to dejavu



Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/libprojectM/devel/import.log,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- import.log	23 Dec 2008 02:50:44 -0000	1.3
+++ import.log	10 Jan 2009 03:18:45 -0000	1.4
@@ -1,3 +1,4 @@
 libprojectM-1_2_0-5_fc9:HEAD:libprojectM-1.2.0-5.src.rpm:1226019019
 libprojectM-1_2_0-5_fc9:HEAD:libprojectM-1.2.0-5.fc9.src.rpm:1227569266
 libprojectM-1_2_0-6_fc10:HEAD:libprojectM-1.2.0-6.fc10.src.rpm:1230000584
+libprojectM-1_2_0-7_fc10:HEAD:libprojectM-1.2.0-7.fc10.src.rpm:1231557473


Index: libprojectM.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libprojectM/devel/libprojectM.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libprojectM.spec	23 Dec 2008 02:50:44 -0000	1.2
+++ libprojectM.spec	10 Jan 2009 03:18:45 -0000	1.3
@@ -1,6 +1,6 @@
 Name:		libprojectM
 Version:	1.2.0
-Release:	6%{?dist}
+Release:	7%{?dist}
 Summary:	The libraries for the projectM music visualization plugin
 Group:		Applications/Multimedia
 License:	LGPLv2+
@@ -13,7 +13,7 @@
 Patch1:		libprojectM-pc-libsuffix.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	ftgl-devel, cmake, glew-devel
-Requires:	bitstream-vera-fonts-sans-mono, bitstream-vera-fonts-sans
+Requires:	dejavu-fonts-sans, dejavu-fonts-sans-mono
 
 %description
 projectM is an awesome music visualizer. There is nothing better in the world
@@ -47,8 +47,8 @@
 make install DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 mkdir $RPM_BUILD_ROOT/%{_datadir}/projectM/fonts
-ln -s ../../fonts/bitstream-vera/Vera.ttf $RPM_BUILD_ROOT/%{_datadir}/projectM/fonts
-ln -s ../../fonts/bitstream-vera/VeraMono.ttf $RPM_BUILD_ROOT/%{_datadir}/projectM/fonts
+ln -s ../../fonts/dejavu/DejaVuSans.ttf $RPM_BUILD_ROOT/%{_datadir}/projectM/fonts/Vera.ttf
+ln -s ../../fonts/dejavu/DejaVuSansMono.ttf $RPM_BUILD_ROOT/%{_datadir}/projectM/fonts/VeraMono.ttf
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -71,6 +71,9 @@
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Fri Jan 01 2009 Jameson Pugh (imntreal at gmail.com) - 1.2.0-7
+- Per recommendation, switched font packages from bitstream to dejavu
+
 * Mon Dec 22 2008 Jameson Pugh (imntreal at gmail.com) - 1.2.0-6
 - Updated font package names
 




More information about the scm-commits mailing list