rpms/libosip2/FC-5 .cvsignore, 1.4, 1.5 libosip2.spec, 1.8, 1.9 sources, 1.4, 1.5 libosip2-2.2.2-x64.patch, 1.1, NONE

Jeffrey C. Ollie (jcollie) fedora-extras-commits at redhat.com
Wed Nov 15 17:31:21 UTC 2006


Author: jcollie

Update of /cvs/extras/rpms/libosip2/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3438

Modified Files:
	.cvsignore libosip2.spec sources 
Removed Files:
	libosip2-2.2.2-x64.patch 
Log Message:
Update to 3.0.1


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libosip2/FC-5/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	22 Dec 2005 23:59:46 -0000	1.4
+++ .cvsignore	15 Nov 2006 17:30:51 -0000	1.5
@@ -1 +1 @@
-libosip2-2.2.2.tar.gz
+libosip2-3.0.1.tar.gz


Index: libosip2.spec
===================================================================
RCS file: /cvs/extras/rpms/libosip2/FC-5/libosip2.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libosip2.spec	23 Feb 2006 19:11:03 -0000	1.8
+++ libosip2.spec	15 Nov 2006 17:30:51 -0000	1.9
@@ -1,6 +1,6 @@
 Name:           libosip2
-Version:        2.2.2
-Release:        3%{?dist}
+Version:        3.0.1
+Release:        1%{?dist}
 
 Summary:        oSIP is an implementation of SIP
 
@@ -8,7 +8,6 @@
 License:        LGPL
 URL:            http://www.gnu.org/software/osip/
 Source0:        http://ftp.gnu.org/gnu/osip/%{name}-%{version}.tar.gz
-Patch:          libosip2-2.2.2-x64.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
@@ -41,20 +40,19 @@
 
 %prep
 %setup -q
-%patch -p1 -b .x64
 
 %build
-%configure --disable-static
+%configure --disable-static --disable-rpath
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 %makeinstall
-find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
-mv $RPM_BUILD_ROOT%{_mandir}/man1/osip.1 $RPM_BUILD_ROOT%{_mandir}/man1/osip2.1
+find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'
+mv %{buildroot}%{_mandir}/man1/osip.1 %{buildroot}%{_mandir}/man1/osip2.1
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %post -p /sbin/ldconfig
 
@@ -74,6 +72,12 @@
 %{_mandir}/man1/*
 
 %changelog
+* Sat Nov 11 2006 Jeffrey C. Ollie <jeff at ocjtech.us> - 3.0.1-1
+- Update to 3.0.1 and remove unnecessary patch.
+
+* Wed Aug 30 2006 Jeffrey C. Ollie <jeff at ocjtech.us> - 2.2.2-4
+- Bump release and rebuild.
+
 * Thu Feb 23 2006 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 2.2.2-3
 - Fix for AMD64
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libosip2/FC-5/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	22 Dec 2005 23:59:46 -0000	1.4
+++ sources	15 Nov 2006 17:30:51 -0000	1.5
@@ -1 +1 @@
-40ee3ec89030f0d6dfdb2cf6100e6685  libosip2-2.2.2.tar.gz
+417833bb363ffd7c762ff17c931651df  libosip2-3.0.1.tar.gz


--- libosip2-2.2.2-x64.patch DELETED ---




More information about the scm-commits mailing list