rpms/openal/FC-3 openal-pkgconfig.patch, 1.2, 1.3 openal.spec, 1.9, 1.10

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Sun Feb 5 01:01:06 UTC 2006


Author: awjb

Update of /cvs/extras/rpms/openal/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27752/FC-3

Modified Files:
	openal-pkgconfig.patch openal.spec 
Log Message:
- new pkg-config patch


openal-pkgconfig.patch:

Index: openal-pkgconfig.patch
===================================================================
RCS file: /cvs/extras/rpms/openal/FC-3/openal-pkgconfig.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- openal-pkgconfig.patch	4 Feb 2006 13:00:52 -0000	1.2
+++ openal-pkgconfig.patch	5 Feb 2006 01:01:05 -0000	1.3
@@ -1,11 +1,13 @@
---- admin/pkgconfig/openal.pc.in.orig	2006-02-04 13:11:55.000000000 +0100
-+++ admin/pkgconfig/openal.pc.in	2006-02-04 13:12:14.000000000 +0100
-@@ -5,7 +5,7 @@
+--- admin/pkgconfig/openal.pc.in.orig	2006-02-05 01:54:57.000000000 +0100
++++ admin/pkgconfig/openal.pc.in	2006-02-05 01:55:18.000000000 +0100
+@@ -5,8 +5,8 @@
  
  Name: OpenAL
  Description:  OpenAL is a cross-platform 3D audio API.
 -Requires: @requirements@
 +Requires:
  Version: @PACKAGE_VERSION@
- Libs: -L${libdir} -lopenal
+-Libs: -L${libdir} -lopenal
++Libs: -L${libdir} -lopenal -lpthread
  Cflags: -I${includedir}
+ 


Index: openal.spec
===================================================================
RCS file: /cvs/extras/rpms/openal/FC-3/openal.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- openal.spec	4 Feb 2006 13:00:52 -0000	1.9
+++ openal.spec	5 Feb 2006 01:01:05 -0000	1.10
@@ -1,6 +1,6 @@
 Name:           openal
 Version:        0.0.9
-Release:        0.1.20060204%{?dist}
+Release:        0.2.20060204cvs%{?dist}
 Summary:        Open Audio Library
 
 Group:          System Environment/Libraries
@@ -98,6 +98,15 @@
 
 
 %changelog
+* Sun Feb 05 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+0.0.9-0.2.20060204
+- pkgconfig should include pthread
+
+* Sat Feb 04 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+0.0.9-0.1.20060204
+- switch to cvs again (suggested by upstream)
+
+
 * Thu Jan 19 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
 0.0.8-2
 - switch to non cvs sources




More information about the scm-commits mailing list