rpms/libprojectM/F-12 libprojectM-soname.patch, NONE, 1.1 import.log, 1.7, 1.8 libprojectM.spec, 1.8, 1.9

Jameson Pugh imntreal at fedoraproject.org
Sat Jan 16 22:57:39 UTC 2010


Author: imntreal

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

Modified Files:
	import.log libprojectM.spec 
Added Files:
	libprojectM-soname.patch 
Log Message:
SONAME bump


libprojectM-soname.patch:
 CMakeLists.txt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE libprojectM-soname.patch ---
diff -Naur libprojectM-2.0.1-orig/CMakeLists.txt libprojectM-2.0.1/CMakeLists.txt
--- libprojectM-2.0.1-orig/CMakeLists.txt	2010-01-16 17:23:11.000000000 -0500
+++ libprojectM-2.0.1/CMakeLists.txt	2010-01-16 17:23:40.000000000 -0500
@@ -110,7 +110,7 @@
 ADD_LIBRARY(projectM SHARED ${projectM_SOURCES})
 endif(BUILD_PROJECTM_STATIC)
 
-SET_TARGET_PROPERTIES(projectM PROPERTIES VERSION 2.00 SOVERSION 2)
+SET_TARGET_PROPERTIES(projectM PROPERTIES VERSION 2.0.1 SOVERSION 2.0.1)
 
 ADD_DEFINITIONS(-DUSE_THREADS)
 


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/libprojectM/F-12/import.log,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- import.log	14 Dec 2009 19:59:50 -0000	1.7
+++ import.log	16 Jan 2010 22:57:38 -0000	1.8
@@ -5,3 +5,4 @@ libprojectM-1_2_0-7_fc10:HEAD:libproject
 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-12:libprojectM-2.0.1-1.fc12.src.rpm:1260820774
+libprojectM-2_0_1-2_fc12:F-12:libprojectM-2.0.1-2.fc12.src.rpm:1263682481


Index: libprojectM.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libprojectM/F-12/libprojectM.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- libprojectM.spec	14 Dec 2009 19:59:50 -0000	1.8
+++ libprojectM.spec	16 Jan 2010 22:57:39 -0000	1.9
@@ -1,6 +1,6 @@
 Name:		libprojectM
 Version:	2.0.1
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	The libraries for the projectM music visualization plugin
 Group:		Applications/Multimedia
 License:	LGPLv2+
@@ -8,6 +8,8 @@ URL:		http://projectm.sourceforge.net/
 Source0:	http://downloads.sourceforge.net/projectm/%{name}-%{version}.tar.bz2
 #Remove fonts from package:
 Patch0:		libprojectM-fonts.patch
+#Bump soname
+Patch1:		libprojectM-soname.patch
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	ftgl-devel, cmake, glew-devel
@@ -32,6 +34,7 @@ developing applications that use %{name}
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 sed -i 's/\r//' ChangeLog
 
 %build
@@ -68,6 +71,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Sun Jan 10 2010 Jameson Pugh (imntreal at gmail.com) - 2.0.1-2
+- Made needed soname bump
+
 * Sun Dec 13 2009 Jameson Pugh (imntreal at gmail.com) - 2.0.1-1
 - New release
 



More information about the scm-commits mailing list