rpms/rtpproxy/F-8 rtpproxy-makeann_ppc_fix.diff, NONE, 1.1 .cvsignore, 1.2, 1.3 rtpproxy.spec, 1.1, 1.2 sources, 1.2, 1.3

Peter Lemenkov (peter) fedora-extras-commits at redhat.com
Mon Feb 4 20:15:19 UTC 2008


Author: peter

Update of /cvs/extras/rpms/rtpproxy/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5874/F-8

Modified Files:
	.cvsignore rtpproxy.spec sources 
Added Files:
	rtpproxy-makeann_ppc_fix.diff 
Log Message:
Ver. 1.0

rtpproxy-makeann_ppc_fix.diff:

--- NEW FILE rtpproxy-makeann_ppc_fix.diff ---
--- makeann.c	2007-11-17 05:39:57.000000000 +0300
+++ makeann.c	2008-02-04 22:43:41.000000000 +0300
@@ -56,7 +56,7 @@
 
 #if BYTE_ORDER == BIG_ENDIAN
 #define LE16_2_HOST(x) \
- ((((uint16_t)(x)) >> 8) & 0xff) | ((((uint16_t)(x)) & 0xff) << 8)) 
+ (((((uint16_t)(x)) >> 8) & 0xff) | ((((uint16_t)(x)) & 0xff) << 8)) 
 #else
 #define LE16_2_HOST(x) (x)
 #endif


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/rtpproxy/F-8/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	4 Dec 2006 01:44:09 -0000	1.2
+++ .cvsignore	4 Feb 2008 20:14:29 -0000	1.3
@@ -1 +1 @@
-rtpproxy-0.3.tar.gz
+rtpproxy-1.0.tar.gz


Index: rtpproxy.spec
===================================================================
RCS file: /cvs/extras/rpms/rtpproxy/F-8/rtpproxy.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rtpproxy.spec	4 Dec 2006 01:44:09 -0000	1.1
+++ rtpproxy.spec	4 Feb 2008 20:14:29 -0000	1.2
@@ -1,12 +1,13 @@
 Name:           rtpproxy
-Version:        0.3
+Version:        1.0
 Release:        1%{?dist}
 Summary:        A symmetric RTP proxy
 
 Group:          Applications/Internet
 License:        BSD
-URL:            http://ftp.iptel.org/pub/rtpproxy/
-Source0:        http://ftp.iptel.org/pub/rtpproxy/rtpproxy-0.3.tar.gz
+URL:            http://www.rtpproxy.org
+Source0:        http://b2bua.org/chrome/site/%{name}-%{version}.tar.gz
+Patch0:         rtpproxy-makeann_ppc_fix.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
@@ -16,6 +17,7 @@
 
 %prep
 %setup -q
+%patch0 
 
 %build
 %configure
@@ -34,8 +36,13 @@
 %doc AUTHORS COPYING README 
 
 %{_bindir}/rtpproxy
+%{_bindir}/makeann
 
 %changelog
+
+* Mon Feb  4 2008 Peter Lemenkov <lemenkov at gmail.com> - 1.0-1
+- Ver. 1.0
+
 * Wed Nov 22 2006 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.3-1
 - First version for Fedora Extras
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/rtpproxy/F-8/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	4 Dec 2006 01:44:09 -0000	1.2
+++ sources	4 Feb 2008 20:14:29 -0000	1.3
@@ -1 +1 @@
-2a316f4854da4e8c8d358c623e5ffdb6  rtpproxy-0.3.tar.gz
+ffbe44317c6f08cb80da7040fce3890f  rtpproxy-1.0.tar.gz




More information about the fedora-extras-commits mailing list