rpms/libpri/devel libpri.spec,1.8,1.9

Jeffrey C. Ollie (jcollie) fedora-extras-commits at redhat.com
Wed Aug 29 05:15:41 UTC 2007


Author: jcollie

Update of /cvs/pkgs/rpms/libpri/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18592

Modified Files:
	libpri.spec 
Log Message:
Add patch to define size_t


Index: libpri.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libpri/devel/libpri.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libpri.spec	29 Aug 2007 04:44:08 -0000	1.8
+++ libpri.spec	29 Aug 2007 05:15:08 -0000	1.9
@@ -1,12 +1,13 @@
 Summary: An implementation of Primary Rate ISDN
 Name: libpri
 Version: 1.4.1
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPLv2+
 Group: System Environment/Libraries
 URL: http://www.asterisk.org/
 Source0: http://downloads.digium.com/pub/telephony/libpri/releases//libpri-%{version}.tar.gz
 Patch0: libpri-optflags.patch
+Patch1: libpri-1.4.1-sizet.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n)
 
@@ -28,6 +29,7 @@
 %prep
 %setup0 -q -n %{name}-%{version}
 %patch0 -p0
+%patch1 -p1
 %{__perl} -pi -e 's|\$\(INSTALL_BASE\)/lib|%{_libdir}|g' Makefile
 
 %build
@@ -56,6 +58,9 @@
 %{_libdir}/libpri.so
 
 %changelog
+* Wed Aug 29 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.4.1-4
+- Add patch to define size_t
+
 * Tue Aug 29 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.4.1-3
 - Update license tag.
 - Update URL.




More information about the fedora-extras-commits mailing list