rpms/xsp/devel import.log, NONE, 1.1 xsp-2.0-configure.patch, NONE, 1.1 .cvsignore, 1.12, 1.13 sources, 1.12, 1.13 xsp.spec, 1.22, 1.23 xsp.patch, 1.2, NONE

Paul F. Johnson pfj at fedoraproject.org
Tue Aug 26 17:44:30 UTC 2008


Author: pfj

Update of /cvs/pkgs/rpms/xsp/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27155/devel

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

Bump to 2.0 preview 1 release 



--- NEW FILE import.log ---
xsp-2_0-1_fc10:HEAD:xsp-2.0-1.fc10.src.rpm:1219772599

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/devel/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- .cvsignore	30 Apr 2008 10:02:05 -0000	1.12
+++ .cvsignore	26 Aug 2008 17:44:00 -0000	1.13
@@ -1 +1 @@
-xsp-1.9.1.tar.bz2
+xsp-2.0.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xsp/devel/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- sources	30 Apr 2008 10:02:05 -0000	1.12
+++ sources	26 Aug 2008 17:44:00 -0000	1.13
@@ -1 +1 @@
-f53f440714a8126d7221212c6d79ea11  xsp-1.9.1.tar.bz2
+f3b05b8c1a896e8166e862d0ac57dd4b  xsp-2.0.tar.bz2


Index: xsp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xsp/devel/xsp.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- xsp.spec	30 Apr 2008 11:30:39 -0000	1.22
+++ xsp.spec	26 Aug 2008 17:44:00 -0000	1.23
@@ -1,18 +1,18 @@
 Name:     	xsp
-Version: 	1.9.1
-Release:	2%{?dist}
-License:	BSD
+Version: 	2.0
+Release:	1%{?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 mono-nunit-devel
-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,10 @@
 %{_libdir}/xsp/test
 
 %changelog
+* 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
 


--- xsp.patch DELETED ---




More information about the scm-commits mailing list