rpms/openser/F-7 openser-1.3.0-perl510.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 openser.spec, 1.7, 1.8 sources, 1.2, 1.3 openser--config-fix.diff, 1.1, NONE openser--openserdbctl.diff, 1.2, NONE

Ján ONDREJ (ondrejj) fedora-extras-commits at redhat.com
Thu Mar 13 19:29:59 UTC 2008


Author: ondrejj

Update of /cvs/pkgs/rpms/openser/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18575/F-7

Modified Files:
	.cvsignore openser.spec sources 
Added Files:
	openser-1.3.0-perl510.patch 
Removed Files:
	openser--config-fix.diff openser--openserdbctl.diff 
Log Message:
update to upstream

openser-1.3.0-perl510.patch:

--- NEW FILE openser-1.3.0-perl510.patch ---
diff -up openser-1.3.0-tls/modules/perl/perl.c.BAD openser-1.3.0-tls/modules/perl/perl.c
--- openser-1.3.0-tls/modules/perl/perl.c.BAD	2008-03-07 13:28:51.000000000 -0500
+++ openser-1.3.0-tls/modules/perl/perl.c	2008-03-07 13:28:58.000000000 -0500
@@ -322,7 +322,7 @@ static int mod_init(void) {
 		return -1;
 	}
 
-	PERL_SYS_INIT3(NULL, NULL, &environ);
+	PERL_SYS_INIT3_BODY(NULL, NULL, &environ);
 
 	if ((my_perl = parser_init())) {
 		ret = 0;


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/openser/F-7/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	15 Dec 2007 06:58:18 -0000	1.2
+++ .cvsignore	13 Mar 2008 19:29:23 -0000	1.3
@@ -1 +1 @@
-openser-1.3.0-tls_src.tar.gz
+openser-1.3.1-tls_src.tar.gz


Index: openser.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openser/F-7/openser.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- openser.spec	9 Feb 2008 20:03:45 -0000	1.7
+++ openser.spec	13 Mar 2008 19:29:23 -0000	1.8
@@ -9,15 +9,14 @@
 
 Summary:	Open Source SIP Server
 Name:		openser
-Version:	1.3.0
-Release:	8.1%{?dist}
+Version:	1.3.1
+Release:	1%{?dist}
 License:	GPLv2+
 Group:		System Environment/Daemons
 Source0:	http://www.openser.org/pub/%{name}/%{version}/src/%{name}-%{version}-tls_src.tar.gz
 Patch1:		openser--acc_radius_enable.diff
 Patch3:		openser--openssl-paths.diff
-Patch4:		openser--openserdbctl.diff
-Patch5:		openser--config-fix.diff
+Patch6:		openser-1.3.0-perl510.patch
 URL:		http://www.openser.org/
 
 BuildRequires:	expat-devel
@@ -178,6 +177,7 @@
 Group:		System Environment/Daemons
 # require perl-devel for >F7 and perl for <=F6
 BuildRequires:	perl(ExtUtils::MakeMaker)
+BuildRequires:	perl(ExtUtils::Embed), perl-devel
 Requires:	%{name} = %{version}-%{release}
 Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
@@ -412,8 +412,7 @@
 cp -pRf modules/acc modules/acc_radius
 %patch1
 %patch3
-%patch4 -p1
-%patch5 -p1
+%patch6 -p1
 
 %build
 LOCALBASE=/usr CFLAGS="%{optflags}" %{__make} all %{?_smp_mflags} TLS=1 \
@@ -423,10 +422,12 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__make} install TLS=1 exclude_modules="%EXCLUDE_MODULES" \
+%{__make} install TLS=1 LIBDIR=%{_lib} \
+  exclude_modules="%EXCLUDE_MODULES" \
   basedir=%{buildroot} prefix=%{_prefix} \
   cfg-prefix=%{buildroot} \
-  modules-dir=%{_lib}/openser/modules
+  modules-dir=%{_lib}/openser/modules \
+  DBTEXTON=yes # fixed dbtext documentation installation
 cp -pf modules/acc_radius/acc.so \
   %{buildroot}/%{_libdir}/openser/modules/acc_radius.so
 chmod 0755 %{buildroot}/%{_libdir}/openser/modules/acc_radius.so
@@ -810,6 +811,21 @@
 %doc docdir/README.xmpp
 
 %changelog
+* Thu Mar 13 2008 Jan ONDREJ (SAL) <ondrejj(at)salstar.sk> - 1.3.1-1
+- update to upstream
+- removed obsolete patches
+
+* Fri Mar  7 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.3.0-12
+- patch perl code to use PERL_SYS_INIT3_BODY
+
+* Fri Mar  7 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.3.0-11
+- fix perl build requires
+
+* Thu Mar 06 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.3.0-10
+- Rebuild for new perl
+
+* Sat Feb 23 2008 Jan ONDREJ (SAL) <ondrejj(at)salstar.sk> 1.3.0-9
+- ia64 build fix
 
 * Sat Feb  9 2008 Peter Lemenkov <lemenkov at gmail.com> 1.3.0-8.1
 - typo fix


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/openser/F-7/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	15 Dec 2007 06:58:18 -0000	1.2
+++ sources	13 Mar 2008 19:29:23 -0000	1.3
@@ -1 +1 @@
-e380fa73095274162fac129e16d7c7d8  openser-1.3.0-tls_src.tar.gz
+51a8c28c606d1c4467edabf3cf92399b  openser-1.3.1-tls_src.tar.gz


--- openser--config-fix.diff DELETED ---


--- openser--openserdbctl.diff DELETED ---




More information about the fedora-extras-commits mailing list