[common-lisp-controller] Upgrade

green green at fedoraproject.org
Tue Nov 9 17:17:41 UTC 2010


commit 90a7cde965e17913df33756024d3adfdf5da1128
Author: Anthony Green <green at moxielogic.com>
Date:   Tue Nov 9 12:17:33 2010 -0500

    Upgrade

 common-lisp-controller-fedora.patch |   15 ++++++++++++---
 common-lisp-controller.spec         |   17 ++++++++---------
 2 files changed, 20 insertions(+), 12 deletions(-)
---
diff --git a/common-lisp-controller-fedora.patch b/common-lisp-controller-fedora.patch
index f196c88..34a4e1f 100644
--- a/common-lisp-controller-fedora.patch
+++ b/common-lisp-controller-fedora.patch
@@ -1,6 +1,6 @@
---- 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 @@
+--- common-lisp-controller.lisp~	2010-07-30 20:29:24.000000000 -0400
++++ common-lisp-controller.lisp	2010-11-04 17:51:35.604803920 -0400
+@@ -46,7 +46,7 @@
    (setf *implementation-name* implementation-name)
    
    (pushnew :common-lisp-controller *features*)
@@ -9,3 +9,12 @@
  
  (defun compile-common-lisp-controller-v5 (implementation-name)
    "Compiles the clc files. Returns a list of fasls
+@@ -54,7 +54,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
diff --git a/common-lisp-controller.spec b/common-lisp-controller.spec
index 800658b..ed4593b 100644
--- a/common-lisp-controller.spec
+++ b/common-lisp-controller.spec
@@ -1,12 +1,10 @@
 Summary:      Common Lisp source and compiler manager
 Name:         common-lisp-controller
-Version:      6.20
-Release:      2%{?dist}
+Version:      7.4
+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
-Patch1:       common-lisp-controller-special-chars.patch
-Patch2:       common-lisp-controller-sbcl.patch	
 License:      LLGPL
 Group:        Development/Libraries
 BuildArch:    noarch
@@ -20,10 +18,8 @@ or an implementation is upgraded, all compiled objects in the cache
 are flushed. It also provides tools to recompile all libraries.
 
 %prep 
-%setup -q -n common-lisp-controller
+%setup -q
 %patch0 -p0 
-%patch1 -p0 
-%patch2 -p1 -b .sbcl
 
 %build
 # Do nothing.
@@ -53,7 +49,8 @@ for f in register-common-lisp-source unregister-common-lisp-source \
         install -m 755 $f $RPM_BUILD_ROOT%{_sbindir};
 done;
 
-for f in clc-register-user-package clc-unregister-user-package; do
+for f in clc-register-user-package clc-unregister-user-package \
+         clc-clbuild clc-lisp clc-slime; do
         install -m 755 $f $RPM_BUILD_ROOT%{_bindir};
 done;
 
@@ -66,7 +63,6 @@ install -m 644 lisp-config.lisp -p -D $RPM_BUILD_ROOT%{_sysconfdir}/lisp-config.
 gzip man/*
 install -m 644 man/register-common-lisp-implementation.8.gz $RPM_BUILD_ROOT/%{_mandir}/man8
 install -m 644 man/clc-register-user-package.1.gz $RPM_BUILD_ROOT/%{_mandir}/man1
-install -m 644 man/common-lisp-controller.3.gz $RPM_BUILD_ROOT/%{_mandir}/man3
 
 cd man
 ln -s register-common-lisp-implementation.8.gz $RPM_BUILD_ROOT/%{_mandir}/man8/unregister-common-lisp-implementation.8.gz
@@ -101,6 +97,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man8/*
 
 %changelog
+* Thu Nov  4 2010 Anthony Green <green at redhat.com> 7.4-1
+- Upgrade.
+
 * Thu Feb 18 2010 Rex Dieter <rdieter at fedoraproject.org>  6.20-2
 - common-lisp-controller script problems (#499182)
 


More information about the scm-commits mailing list