rpms/xsp/devel .cvsignore, 1.22, 1.23 import.log, 1.19, 1.20 sources, 1.27, 1.28 xsp.spec, 1.46, 1.47

Paul F. Johnson pfj at fedoraproject.org
Wed Jul 14 21:52:40 UTC 2010


Author: pfj

Update of /cvs/pkgs/rpms/xsp/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv15122/devel

Modified Files:
	.cvsignore import.log sources xsp.spec 
Log Message:

Bump to 2.6.7 pre-release
Alter BR to use mono-2.6.7 



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xsp/devel/.cvsignore,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -p -r1.22 -r1.23
--- .cvsignore	27 Apr 2010 18:17:28 -0000	1.22
+++ .cvsignore	14 Jul 2010 21:52:39 -0000	1.23
@@ -1 +1 @@
-xsp-2.6.4.tar.bz2
+xsp-2.6.5.tar.bz2


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/xsp/devel/import.log,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- import.log	27 Apr 2010 18:17:29 -0000	1.19
+++ import.log	14 Jul 2010 21:52:40 -0000	1.20
@@ -17,3 +17,4 @@ xsp-2_6-1_fc12:HEAD:xsp-2.6-1.fc12.src.r
 xsp-2_6-2_fc13:HEAD:xsp-2.6-2.fc13.src.rpm:1261529167
 xsp-2_6_3-1_fc14:HEAD:xsp-2.6.3-1.fc14.src.rpm:1269037382
 xsp-2_6_4-1_fc14:HEAD:xsp-2.6.4-1.fc14.src.rpm:1272392209
+xsp-2_6_5-1_fc14:HEAD:xsp-2.6.5-1.fc14.src.rpm:1279144299


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xsp/devel/sources,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -p -r1.27 -r1.28
--- sources	27 Apr 2010 18:17:29 -0000	1.27
+++ sources	14 Jul 2010 21:52:40 -0000	1.28
@@ -1 +1 @@
-271886aa22cae93fd9cb75c9fe832391  xsp-2.6.4.tar.bz2
+46a4d05b10bd942245c7ba426a36841a  xsp-2.6.5.tar.bz2


Index: xsp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xsp/devel/xsp.spec,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -p -r1.46 -r1.47
--- xsp.spec	21 Jun 2010 20:25:13 -0000	1.46
+++ xsp.spec	14 Jul 2010 21:52:40 -0000	1.47
@@ -1,13 +1,13 @@
-Name:		xsp
-Version:	2.6.4
-Release:	2%{?dist}
+Name:     	xsp
+Version: 	2.6.5
+Release:	1%{?dist}
 License:	MIT
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-URL:		http://www.mono-project.com/Main_Page
-Source0:	http://ftp.novell.com/pub/mono/sources/%{name}/%{name}-%{version}.tar.bz2
-BuildRequires:	mono-web-devel, mono-data, mono-devel >= 2.6.4, pkgconfig, autoconf automake mono-data-sqlite mono-nunit-devel
+URL:            http://www.mono-project.com/Main_Page
+Source0:        http://ftp.novell.com/pub/mono/sources/%{name}/%{name}-%{version}.tar.bz2
+BuildRequires:	mono-web-devel, mono-data, mono-devel >= 2.6.7, pkgconfig, autoconf automake mono-data-sqlite mono-nunit-devel
 BuildRequires:	mono-jscript, mono-data-oracle
-Requires:	mono-core >= 2.6.4
+Requires:	mono-core >= 2.6.7
 Summary:	A small web server that hosts ASP.NET
 Group:		System Environment/Daemons
 ExclusiveArch: %ix86 x86_64 ppc ppc64 ia64 armv4l sparc alpha
@@ -41,13 +41,13 @@ Files for testing the xsp server
 find . -name Makefile.in -or -name Makefile.am -or -name \*.pc.in \
        -or -name \*.make -or -name \*.in \
        | while read f ;
-	do
-		sed -i -e 's!@prefix@/lib!%{_libdir}!' "$f"
-		sed -i -e 's!$(prefix)/lib!%{_libdir}!' "$f" 
-		sed -i -e 's!$prefix/lib!%{_libdir}!' "$f"
-		sed -i -e 's!${exec_prefix}/lib!%{_libdir}!' "$f" 
-		sed -i -e 's!$libdir!%{_libdir}!' "$f" ;
-	done
+         do
+	   sed -i -e 's!@prefix@/lib!%{_libdir}!' "$f"
+           sed -i -e 's!$(prefix)/lib!%{_libdir}!' "$f" 
+	   sed -i -e 's!$prefix/lib!%{_libdir}!' "$f"
+           sed -i -e 's!${exec_prefix}/lib!%{_libdir}!' "$f" 
+	   sed -i -e 's!$libdir!%{_libdir}!' "$f" ;
+         done
 
 autoreconf
 
@@ -63,7 +63,7 @@ make DESTDIR=%{buildroot} install
 rm -rf %{buildroot}
 
 %files
-%defattr(-,root,root,-)
+%defattr(-, root, root,-)
 %doc NEWS README COPYING
 %{_bindir}/asp*
 %{_bindir}/dbsessmgr*
@@ -87,16 +87,20 @@ rm -rf %{buildroot}
 %{_mandir}/man1/fastcgi-mono-server*
 
 %files devel
-%defattr(-,root,root,-)
+%defattr(-, root, root,-)
 %{_libdir}/pkgconfig/xsp*
 
 %files tests
-%defattr(-,root,root,-)
+%defattr(-, root, root,-)
 %{_libdir}/xsp/1.0
 %{_libdir}/xsp/2.0
 %{_libdir}/xsp/test
 
 %changelog
+* Wed Jul 14 2010 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.6.5-1
+- Bump to 2.6.7 pre-release
+- Alter BR to require mono-2.6.7
+
 * Mon Jun 21 2010 Christian Krause <chkr at fedoraproject.org> - 2.6.4-2
 - Spec file fixes
 



More information about the scm-commits mailing list