rpms/darcs/devel .cvsignore, 1.11, 1.12 darcs.spec, 1.39, 1.40 sources, 1.11, 1.12

Jens Petersen petersen at fedoraproject.org
Tue Nov 11 07:44:38 UTC 2008


Author: petersen

Update of /cvs/extras/rpms/darcs/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18608

Modified Files:
	.cvsignore darcs.spec sources 
Log Message:
- update to 2.1.1rc2 which builds with ghc-6.10.1
- try to run all tests again




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/darcs/devel/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- .cvsignore	29 Jun 2008 07:05:22 -0000	1.11
+++ .cvsignore	11 Nov 2008 07:44:07 -0000	1.12
@@ -1 +1 @@
-darcs-2.0.2.tar.gz
+darcs-2.1.1rc2.tar.gz


Index: darcs.spec
===================================================================
RCS file: /cvs/extras/rpms/darcs/devel/darcs.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- darcs.spec	22 Sep 2008 07:06:01 -0000	1.39
+++ darcs.spec	11 Nov 2008 07:44:08 -0000	1.40
@@ -1,12 +1,14 @@
+%define alphatag rc2
+
 Name:           darcs
-Version:        2.0.2
-Release:        3%{?dist}
+Version:        2.1.1
+Release:        0.1.%{alphatag}%{?dist}
 Summary:        David's advanced revision control system
 
 Group:          Development/Tools
 License:        GPLv2+
 URL:            http://www.darcs.net/
-Source0:        http://www.darcs.net/%{name}-%{version}.tar.gz
+Source0:        http://www.darcs.net/%{name}-%{version}%{?alphatag}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  autoconf, ghc, %{_sbindir}/sendmail, curl-devel, ncurses-devel, zlib-devel
@@ -14,12 +16,10 @@
 BuildRequires:  which
 # for building the manual
 BuildRequires: latex2html
-# need chcon
 Requires(post): policycoreutils
 
-# see http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=246051
-# see http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=396501
-ExcludeArch:    alpha ppc64 
+# we have only bootstrapped ghc on the following archs:
+ExclusiveArch:	i386 x86_64 ppc
 
 %description
 Darcs is a revision control system, along the lines of CVS
@@ -70,7 +70,7 @@
 
 
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q -n %{name}-%{version}%{?alphatag}
 
 
 %build
@@ -80,14 +80,7 @@
 
 
 %check
-# 'make test' runs bugs too which are known to fail, just run 
-# make the tests
-make test_shell
-make test_shell_format2
-make test_shell_hashed
-make test_perl
-make test_perl_format2
-make test_perl_hashed
+make test
 
 
 %install
@@ -102,14 +95,13 @@
 make DESTDIR=$RPM_BUILD_ROOT installbin installserver installdocs
 
 
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 
 %post
-semanage fcontext -a -t unconfined_execmem_exec_t %{_bindir}/darcs >/dev/null 2>&1 || :
-restorecon -v %{_bindir}/darcs
+semanage fcontext -a -t unconfined_execmem_exec_t %{_bindir}/%{name} >/dev/null 2>&1
+restorecon %{_bindir}/%{name}
 
 
 %files
@@ -135,6 +127,10 @@
 
 
 %changelog
+* Tue Nov 11 2008 Jens Petersen <petersen at redhat.com> - 2.1.1-0.1.rc2
+- update to 2.1.1rc2 which builds with ghc-6.10.1
+- try to run all tests again
+
 * Mon Sep 22 2008 Jens Petersen <petersen at redhat.com> - 2.0.2-3
 - revert last change and require policycoreutils for post (mtasaka, #462221)
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/darcs/devel/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sources	29 Jun 2008 07:05:22 -0000	1.11
+++ sources	11 Nov 2008 07:44:08 -0000	1.12
@@ -1 +1 @@
-f216b019dc9fc83cf920f715b1da375c  darcs-2.0.2.tar.gz
+4473d3ad4a89772f767772dd9b73803c  darcs-2.1.1rc2.tar.gz




More information about the fedora-extras-commits mailing list