rpms/common-lisp-controller/devel .cvsignore, 1.2, 1.3 common-lisp-controller-fedora.patch, 1.1, 1.2 common-lisp-controller.spec, 1.7, 1.8 sources, 1.2, 1.3

green green at fedoraproject.org
Mon Dec 28 06:55:29 UTC 2009


Author: green

Update of /cvs/pkgs/rpms/common-lisp-controller/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28047

Modified Files:
	.cvsignore common-lisp-controller-fedora.patch 
	common-lisp-controller.spec sources 
Log Message:
Upgrade to version 6.20.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/common-lisp-controller/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	31 Aug 2008 19:08:28 -0000	1.2
+++ .cvsignore	28 Dec 2009 06:55:28 -0000	1.3
@@ -1 +1 @@
-common-lisp-controller_6.15.tar.gz
+common-lisp-controller_6.20.tar.gz

common-lisp-controller-fedora.patch:
 common-lisp-controller.lisp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: common-lisp-controller-fedora.patch
===================================================================
RCS file: /cvs/pkgs/rpms/common-lisp-controller/devel/common-lisp-controller-fedora.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- common-lisp-controller-fedora.patch	31 Aug 2008 19:08:28 -0000	1.1
+++ common-lisp-controller-fedora.patch	28 Dec 2009 06:55:29 -0000	1.2
@@ -1,20 +1,11 @@
---- common-lisp-controller.lisp~	2008-01-03 09:46:44.000000000 -0800
-+++ common-lisp-controller.lisp	2008-01-03 09:47:07.000000000 -0800
+--- common-lisp-controller.lisp~	2009-12-28 01:30:11.803241497 -0500
++++ common-lisp-controller.lisp	2009-12-28 01:31:07.264978418 -0500
 @@ -60,7 +60,7 @@
    (setf *implementation-name* implementation-name)
    
    (pushnew :common-lisp-controller *features*)
--  (pushnew :clc-os-debian *features*)
-+  (pushnew :clc-os-fedora *features*)
+-  (pushnew :clc-os-debian *features*))
++  (pushnew :clc-os-fedora *features*))
  
-   ;; put the central registry at the *end*
-   ;; of the search list
-@@ -83,7 +83,7 @@
-   (setf *implementation-name* implementation-name)
- 
-   (pushnew :common-lisp-controller *features*)
--  (pushnew :clc-os-debian *features*)
-+  (pushnew :clc-os-fedora *features*)
- 
-   (let* ((fasl-root (merge-pathnames
- 		     (make-pathname
+ (defun compile-common-lisp-controller-v5 (implementation-name)
+   "Compiles the clc files. Returns a list of fasls


Index: common-lisp-controller.spec
===================================================================
RCS file: /cvs/pkgs/rpms/common-lisp-controller/devel/common-lisp-controller.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- common-lisp-controller.spec	24 Jul 2009 19:16:13 -0000	1.7
+++ common-lisp-controller.spec	28 Dec 2009 06:55:29 -0000	1.8
@@ -1,7 +1,7 @@
 Summary:      Common Lisp source and compiler manager
 Name:         common-lisp-controller
-Version:      6.15
-Release:      8%{?dist}
+Version:      6.20
+Release:      1%{?dist}
 URL:          https://alioth.debian.org/projects/clc
 Source0:      http://ftp.de.debian.org/debian/pool/main/c/common-lisp-controller/common-lisp-controller_%{version}.tar.gz
 Patch0:       common-lisp-controller-fedora.patch
@@ -18,8 +18,8 @@ It creates a user-specific cache of comp
 or an implementation is upgraded, all compiled objects in the cache
 are flushed. It also provides tools to recompile all libraries.
 
-%prep
-%setup -q
+%prep 
+%setup -q -n common-lisp-controller
 %patch0 -p0 
 %patch1 -p0 
 
@@ -92,6 +92,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man8/*
 
 %changelog
+* Sun Dec 27 2009 Anthony Green <green at redhat.com> 6.20-1
+- Upgrade.
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 6.15-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/common-lisp-controller/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	31 Aug 2008 19:08:28 -0000	1.2
+++ sources	28 Dec 2009 06:55:29 -0000	1.3
@@ -1 +1 @@
-1bf40df058333e43021db47ad2f8a332  common-lisp-controller_6.15.tar.gz
+6fec77978ae23c7e62bda973b3e78590  common-lisp-controller_6.20.tar.gz




More information about the fedora-extras-commits mailing list