rpms/libprojectM/F-11 .cvsignore, 1.2, 1.3 import.log, 1.6, 1.7 libprojectM-fonts.patch, 1.1, 1.2 libprojectM.spec, 1.5, 1.6 sources, 1.2, 1.3 libprojectM-pc-libsuffix.patch, 1.1, NONE libprojectM-stdio.patch, 1.1, NONE

Jameson Pugh imntreal at fedoraproject.org
Mon Dec 14 19:59:06 UTC 2009


Author: imntreal

Update of /cvs/pkgs/rpms/libprojectM/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25797/F-11

Modified Files:
	.cvsignore import.log libprojectM-fonts.patch libprojectM.spec 
	sources 
Removed Files:
	libprojectM-pc-libsuffix.patch libprojectM-stdio.patch 
Log Message:
New release



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libprojectM/F-11/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	7 Nov 2008 00:52:00 -0000	1.2
+++ .cvsignore	14 Dec 2009 19:59:06 -0000	1.3
@@ -1 +1 @@
-libprojectM-1.2.0.tar.bz2
+libprojectM-2.0.1.tar.bz2


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/libprojectM/F-11/import.log,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- import.log	26 Feb 2009 01:07:00 -0000	1.6
+++ import.log	14 Dec 2009 19:59:06 -0000	1.7
@@ -4,3 +4,4 @@ libprojectM-1_2_0-6_fc10:HEAD:libproject
 libprojectM-1_2_0-7_fc10:HEAD:libprojectM-1.2.0-7.fc10.src.rpm:1231557473
 libprojectM-1_2_0-8_fc10:HEAD:libprojectM-1.2.0-8.fc10.src.rpm:1235528442
 libprojectM-1_2_0-9_fc10:HEAD:libprojectM-1.2.0-9.fc10.src.rpm:1235610375
+libprojectM-2_0_1-1_fc12:F-11:libprojectM-2.0.1-1.fc12.src.rpm:1260820718

libprojectM-fonts.patch:
 CMakeLists.txt |    2 --
 1 file changed, 2 deletions(-)

Index: libprojectM-fonts.patch
===================================================================
RCS file: /cvs/pkgs/rpms/libprojectM/F-11/libprojectM-fonts.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- libprojectM-fonts.patch	7 Nov 2008 00:52:00 -0000	1.1
+++ libprojectM-fonts.patch	14 Dec 2009 19:59:06 -0000	1.2
@@ -1,24 +1,11 @@
-diff -Naur libprojectM-1.2.0-orig/CMakeLists.txt libprojectM-1.2.0/CMakeLists.txt
---- libprojectM-1.2.0-orig/CMakeLists.txt	2008-09-18 23:30:58.000000000 -0400
-+++ libprojectM-1.2.0/CMakeLists.txt	2008-09-18 23:31:14.000000000 -0400
-@@ -129,8 +129,6 @@
+--- libprojectM-1.2.0SVN12092008-orig/CMakeLists.txt	2008-12-09 00:39:53.000000000 -0500
++++ libprojectM-1.2.0SVN12092008/CMakeLists.txt	2008-12-09 00:40:13.000000000 -0500
+@@ -169,8 +169,6 @@
  
  FILE(GLOB presets "presets/*.milk" "presets/*.prjm" "presets/*.tga")
  INSTALL(FILES ${presets} DESTINATION ${CMAKE_INSTALL_PREFIX}/share/projectM/presets)
 -FILE(GLOB fonts "fonts/*.ttf")
 -INSTALL(FILES ${fonts} DESTINATION ${CMAKE_INSTALL_PREFIX}/share/projectM/fonts)
- INSTALL(FILES "${CMAKE_CURRENT_SOURCE_DIR}/libprojectM.pc" DESTINATION ${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}/pkgconfig)
+ INSTALL(FILES ${Renderer_SOURCE_DIR}/projectM.cg ${Renderer_SOURCE_DIR}/blur.cg DESTINATION ${CMAKE_INSTALL_PREFIX}/share/projectM/shaders)
+ INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/libprojectM.pc DESTINATION ${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}/pkgconfig)
  INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/config.inp DESTINATION ${CMAKE_INSTALL_PREFIX}/share/projectM)
- INSTALL(FILES projectM.hpp event.h dlldefs.h fatal.h PresetFrameIO.hpp PCM.hpp  DESTINATION include/libprojectM)
-#diff -Naur libprojectM-1.2.0-orig/config.inp.in libprojectM-1.2.0/config.inp.in
-#--- libprojectM-1.2.0-orig/config.inp.in	2008-09-18 23:30:58.000000000 -0400
-#+++ libprojectM-1.2.0/config.inp.in	2008-09-18 23:33:38.000000000 -0400
-#@@ -17,6 +17,6 @@
-# Aspect Correction = true	# Custom Shape Aspect Correction
-# 
-# Preset Path = @CMAKE_INSTALL_PREFIX@/@RESOURCE_PREFIX@/presets # preset location
-#-Title Font = @CMAKE_INSTALL_PREFIX@/@RESOURCE_PREFIX@/fonts/Vera.ttf
-#-Menu Font = @CMAKE_INSTALL_PREFIX@/@RESOURCE_PREFIX@/fonts/VeraMono.ttf
-#+Title Font = @CMAKE_INSTALL_PREFIX@/share/fonts/bitstream-vera/Vera.ttf
-#+Menu Font = @CMAKE_INSTALL_PREFIX@/share/fonts/bitstream-vera/VeraMono.ttf
-#  


Index: libprojectM.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libprojectM/F-11/libprojectM.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- libprojectM.spec	26 Feb 2009 01:07:00 -0000	1.5
+++ libprojectM.spec	14 Dec 2009 19:59:06 -0000	1.6
@@ -1,6 +1,6 @@
 Name:		libprojectM
-Version:	1.2.0
-Release:	9%{?dist}
+Version:	2.0.1
+Release:	1%{?dist}
 Summary:	The libraries for the projectM music visualization plugin
 Group:		Applications/Multimedia
 License:	LGPLv2+
@@ -9,11 +9,6 @@ Source0:	http://downloads.sourceforge.ne
 #Remove fonts from package:
 Patch0:		libprojectM-fonts.patch
 
-#Add LIB_SUFFIX to libprojectM.pc.in
-Patch1:		libprojectM-pc-libsuffix.patch
-
-#Add include stdio.h in BuiltinParams.cpp to fix compile error
-Patch2:		libprojectM-stdio.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	ftgl-devel, cmake, glew-devel
 Requires:	dejavu-sans-mono-fonts, dejavu-sans-fonts
@@ -37,8 +32,6 @@ developing applications that use %{name}
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
-%patch2 -p1
 sed -i 's/\r//' ChangeLog
 
 %build
@@ -75,6 +68,12 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Sun Dec 13 2009 Jameson Pugh (imntreal at gmail.com) - 2.0.1-1
+- New release
+
+* Mon Oct 12 2009 Jameson Pugh (imntreal at gmail.com) - 1.2.0r1300-1
+- SVN Release to prepare for v2
+
 * Wed Feb 25 2009 Jameson Pugh (imntreal at gmail.com) - 1.2.0-9
 - Aparently stdio.h didn't need to be included in BuiltinParams.cpp before, but is now
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libprojectM/F-11/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	7 Nov 2008 00:52:00 -0000	1.2
+++ sources	14 Dec 2009 19:59:06 -0000	1.3
@@ -1 +1 @@
-3bb7abb0f2d929780851bad1ca4fd045  libprojectM-1.2.0.tar.bz2
+30065f98c336a342c76ee448a513a718  libprojectM-2.0.1.tar.bz2


--- libprojectM-pc-libsuffix.patch DELETED ---


--- libprojectM-stdio.patch DELETED ---




More information about the fedora-extras-commits mailing list