rpms/darcs/devel .cvsignore, 1.14, 1.15 darcs.spec, 1.43, 1.44 sources, 1.14, 1.15

Jens Petersen petersen at fedoraproject.org
Thu Feb 26 02:44:19 UTC 2009


Author: petersen

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

Modified Files:
	.cvsignore darcs.spec sources 
Log Message:
- update to 2.2.1
- own bash_completion.d (#487012)
- use ghc_archs
---------------------------------------------------------------



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/darcs/devel/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- .cvsignore	16 Jan 2009 02:52:19 -0000	1.14
+++ .cvsignore	26 Feb 2009 02:43:49 -0000	1.15
@@ -1 +1 @@
-darcs-2.2.0.tar.gz
+darcs-2.2.1.tar.gz


Index: darcs.spec
===================================================================
RCS file: /cvs/extras/rpms/darcs/devel/darcs.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- darcs.spec	24 Feb 2009 10:47:39 -0000	1.43
+++ darcs.spec	26 Feb 2009 02:43:49 -0000	1.44
@@ -1,8 +1,8 @@
 #%%define alphatag rc2
 
 Name:           darcs
-Version:        2.2.0
-Release:        2%{?alphatag:.%{alphatag}}%{?dist}
+Version:        2.2.1
+Release:        1%{?alphatag:.%{alphatag}}%{?dist}
 Summary:        David's advanced revision control system
 
 Group:          Development/Tools
@@ -19,7 +19,7 @@
 Requires(post): policycoreutils
 
 # we have only bootstrapped ghc on the following archs:
-ExclusiveArch:	i386 x86_64 ppc
+ExclusiveArch:	%{ghc_archs}
 
 %description
 Darcs is a revision control system, along the lines of CVS
@@ -106,7 +106,8 @@
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING ChangeLog tools/zsh_completion_*
+%doc AUTHORS COPYING tools/zsh_completion_*
+%dir %{_sysconfdir}/bash_completion.d
 %config(noreplace) %{_sysconfdir}/bash_completion.d/darcs
 %{_bindir}/darcs
 %{_mandir}/man1/*
@@ -119,13 +120,18 @@
 
 %files server
 %defattr(-,root,root,-)
-%doc COPYING AUTHORS ChangeLog
+%doc COPYING AUTHORS
 %{_localstatedir}/www/cgi-bin
 %config(noreplace) %{_sysconfdir}/darcs
 %{_datadir}/darcs
 
 
 %changelog
+* Tue Feb 24 2009 Jens Petersen <petersen at redhat.com> - 2.2.1-1
+- update to 2.2.1
+- own bash_completion.d (#487012)
+- use ghc_archs
+
 * Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.2.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/darcs/devel/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- sources	16 Jan 2009 02:52:19 -0000	1.14
+++ sources	26 Feb 2009 02:43:49 -0000	1.15
@@ -1 +1 @@
-8f0a5eba5971e7cf324c63664cde59e2  darcs-2.2.0.tar.gz
+b9255b501b8e71762f6a0c840594a546  darcs-2.2.1.tar.gz




More information about the scm-commits mailing list