rpms/ortp/devel ortp.spec,1.20,1.21

Tom Callaway (spot) fedora-extras-commits at redhat.com
Mon Aug 11 21:11:20 UTC 2008


Author: spot

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

Modified Files:
	ortp.spec 
Log Message:
fix license tag


Index: ortp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ortp/devel/ortp.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ortp.spec	14 Feb 2008 17:48:20 -0000	1.20
+++ ortp.spec	11 Aug 2008 21:10:49 -0000	1.21
@@ -2,11 +2,12 @@
 
 Name:           ortp
 Version:        0.14.2
-Release:        0.%{cvs}.2%{?dist}
+Release:        0.3.%{cvs}%{?dist}
 Summary:        A C library implementing the RTP protocol (RFC3550)
+Epoch:          1
 
 Group:          System Environment/Libraries
-License:        LGPL
+License:        LGPLv2+ and VSL
 URL:            http://www.linphone.org/index.php/code_review/ortp
 #Source0:        http://download.savannah.nongnu.org/releases/linphone/ortp/sources/ortp-%{version}.tar.gz
 
@@ -32,7 +33,7 @@
 %package        devel
 Summary:        Development libraries for ortp
 Group:          Development/Libraries
-Requires:       %{name} = %{version}-%{release}
+Requires:       %{name} = %{epoch}:%{version}-%{release}
 Requires:       pkgconfig
 
 %description    devel
@@ -79,6 +80,10 @@
 %{_libdir}/pkgconfig/ortp.pc
 
 %changelog
+* Mon Aug 11 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1:0.14.2-0.3.20080211
+- fix license tag
+- epoch bump to fix pre-release versioning
+
 * Thu Feb 14 2008 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.14.2-0.20080211.2%{?dist}
 - Update to 0.14.2 snapshot
 




More information about the fedora-extras-commits mailing list