rpms/xsp/F-9 import.log, NONE, 1.1 xsp-2.0-configure.patch, NONE, 1.1 .cvsignore, 1.11, 1.12 sources, 1.11, 1.12 xsp-test-makefile.patch, 1.1, 1.2 xsp.spec, 1.20, 1.21 xsp.patch, 1.2, NONE

Paul F. Johnson pfj at fedoraproject.org
Sun Nov 2 21:59:09 UTC 2008


Author: pfj

Update of /cvs/pkgs/rpms/xsp/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10353/F-9

Modified Files:
	.cvsignore sources xsp-test-makefile.patch xsp.spec 
Added Files:
	import.log xsp-2.0-configure.patch 
Removed Files:
	xsp.patch 
Log Message:

Update to 2.0 



--- NEW FILE import.log ---
xsp-2_0-4_fc10:F-9:xsp-2.0-4.fc10.src.rpm:1225663090

xsp-2.0-configure.patch:

--- NEW FILE xsp-2.0-configure.patch ---
--- xsp-2.0/configure.in	2008-08-05 17:30:13.000000000 +0100
+++ xsp-2.0/configure-new.in	2008-08-05 17:32:19.000000000 +0100
@@ -73,7 +73,7 @@
 echo "$CS compiler: $MCS"
 test x$GMCS = xno || echo "$CS 2.0 compiler: $GMCS"
 
-GACUTIL_FLAGS='-root $(DESTDIR)$(prefix)/lib'
+GACUTIL_FLAGS='-root $(DESTDIR)$(libdir)'
 
 # Put the version in the new required format (for svn revisions)
 export VERSION


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xsp/F-9/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- .cvsignore	21 Feb 2008 14:42:30 -0000	1.11
+++ .cvsignore	2 Nov 2008 21:58:39 -0000	1.12
@@ -1 +1 @@
-xsp-1.9.tar.bz2
+xsp-2.0.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xsp/F-9/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sources	21 Feb 2008 14:42:30 -0000	1.11
+++ sources	2 Nov 2008 21:58:39 -0000	1.12
@@ -1 +1 @@
-dc51150013ba9805f2518096f5c0785b  xsp-1.9.tar.bz2
+098037c10354174c4d4bab5f1a0fd7f6  xsp-2.0.tar.bz2

xsp-test-makefile.patch:

Index: xsp-test-makefile.patch
===================================================================
RCS file: /cvs/pkgs/rpms/xsp/F-9/xsp-test-makefile.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xsp-test-makefile.patch	21 Feb 2008 15:38:15 -0000	1.1
+++ xsp-test-makefile.patch	2 Nov 2008 21:58:39 -0000	1.2
@@ -1,8 +1,8 @@
---- xsp-1.9/test/Makefile.am	2008-01-29 22:53:32.000000000 +0000
-+++ xsp-1.9/test/Makefile-new.am	2008-02-21 15:34:55.000000000 +0000
+--- xsp-1.9.1/test/Makefile.am	2008-01-29 22:53:32.000000000 +0000
++++ xsp-1.9.1/test/Makefile.am-new	2008-04-21 13:44:50.000000000 +0100
 @@ -34,4 +34,4 @@
  EXTRA_DIST = $(testfiles) $(sitemapreader_build)
  
  SiteMapReader_1.1.dll: $(sitemapreader_build)
 -	$(MCS) -pkg:dotnet -r:System.Xml.dll -target:library -out:$@ $^
-+	$(MCS) -r:System.Xml.dll -target:library -out:$@ $^
++	$(MCS) -r:System.Web.dll -r:System.Xml.dll -target:library -out:$@ $^


Index: xsp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xsp/F-9/xsp.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- xsp.spec	21 Feb 2008 15:38:15 -0000	1.20
+++ xsp.spec	2 Nov 2008 21:58:39 -0000	1.21
@@ -1,18 +1,18 @@
 Name:     	xsp
-Version: 	1.9
-Release:	2%{?dist}
-License:	BSD
+Version: 	2.0
+Release:	4%{?dist}
+License:	MIT
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 URL:		http://www.mono-project.com/ASP.NET
 Source0:	http://www.go-mono.com/sources/%{name}/%{name}-%{version}.tar.bz2
-Patch0: xsp.patch
+Patch0: xsp-2.0-configure.patch
 Patch1: xsp-makes.patch
 Patch2: xsp-test-makefile.patch
-BuildRequires:	mono-web, mono-data, mono-core, pkgconfig, autoconf automake mono-data-sqlite
-Requires:	mono-core
+BuildRequires:	mono-web, mono-data, mono-devel >= 2.0, pkgconfig, autoconf automake mono-data-sqlite mono-nunit-devel
+Requires:	mono-core >= 2.0
 Summary:	A small web server that hosts ASP.NET
 Group:		System Environment/Daemons
-ExcludeArch:	ppc64
+ExclusiveArch: %ix86 x86_64 ppc ia64 armv4l sparc alpha
 
 %define debug_package %{nil}
 
@@ -40,9 +40,9 @@
 
 %prep
 %setup -q
-%patch0 -p1 -b .orig
-%patch1 -p1 -b .orig
-%patch2 -p1 -b .orig
+%patch0 -p1 -b .config
+%patch1 -p1 -b .makes
+%patch2 -p1 -b .test-make
 autoreconf
 
 %build
@@ -89,6 +89,22 @@
 %{_libdir}/xsp/test
 
 %changelog
+* Fri Oct 03 2008 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.0-4
+- bump to RC 4
+
+* Mon Sep 29 2008 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.0-3
+- bump to RC 3
+
+* Tue Sep 09 2008 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.0-2
+- bump to 2.0 RC 1
+
+* Sun Aug 03 2008 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.0-1
+- bump to 2.0 preview 1
+- spec file fixes
+
+* Mon Apr 21 2008 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.9.1-1
+- bump
+
 * Thu Feb 21 2008 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.9-2
 - fix for problem with the test makefile
 


--- xsp.patch DELETED ---




More information about the scm-commits mailing list