rpms/xsp/devel .cvsignore, 1.11, 1.12 sources, 1.11, 1.12 xsp-test-makefile.patch, 1.1, 1.2 xsp.spec, 1.20, 1.21

Paul F. Johnson (pfj) fedora-extras-commits at redhat.com
Wed Apr 30 10:02:44 UTC 2008


Author: pfj

Update of /cvs/pkgs/rpms/xsp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29006/devel

Modified Files:
	.cvsignore sources xsp-test-makefile.patch xsp.spec 
Log Message:

Bump to newer version 



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xsp/devel/.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	30 Apr 2008 10:02:05 -0000	1.12
@@ -1 +1 @@
-xsp-1.9.tar.bz2
+xsp-1.9.1.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xsp/devel/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	30 Apr 2008 10:02:05 -0000	1.12
@@ -1 +1 @@
-dc51150013ba9805f2518096f5c0785b  xsp-1.9.tar.bz2
+f53f440714a8126d7221212c6d79ea11  xsp-1.9.1.tar.bz2

xsp-test-makefile.patch:

Index: xsp-test-makefile.patch
===================================================================
RCS file: /cvs/pkgs/rpms/xsp/devel/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	30 Apr 2008 10:02:05 -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/devel/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	30 Apr 2008 10:02:05 -0000	1.21
@@ -1,6 +1,6 @@
 Name:     	xsp
-Version: 	1.9
-Release:	2%{?dist}
+Version: 	1.9.1
+Release:	1%{?dist}
 License:	BSD
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 URL:		http://www.mono-project.com/ASP.NET
@@ -46,7 +46,7 @@
 autoreconf
 
 %build
-%configure
+%configure --disable-test
 make
 
 %install
@@ -89,6 +89,9 @@
 %{_libdir}/xsp/test
 
 %changelog
+* 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
 




More information about the fedora-extras-commits mailing list