rpms/plt-scheme/F-10 plt-lib64.patch, NONE, 1.1 .cvsignore, 1.14, 1.15 plt-scheme.spec, 1.39, 1.40 sources, 1.15, 1.16 plt-x86_64-lib.patch, 1.1, NONE

Gérard Milmeister gemi at fedoraproject.org
Sun Nov 9 18:35:45 UTC 2008


Author: gemi

Update of /cvs/pkgs/rpms/plt-scheme/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14700/F-10

Modified Files:
	.cvsignore plt-scheme.spec sources 
Added Files:
	plt-lib64.patch 
Removed Files:
	plt-x86_64-lib.patch 
Log Message:
new release 4.1.2

plt-lib64.patch:

--- NEW FILE plt-lib64.patch ---
diff -up plt-4.1.2/collects/make/setup-extension.ss.lib64 plt-4.1.2/collects/make/setup-extension.ss
--- plt-4.1.2/collects/make/setup-extension.ss.lib64	2008-11-09 12:38:57.000000000 +0100
+++ plt-4.1.2/collects/make/setup-extension.ss	2008-11-09 12:39:29.000000000 +0100
@@ -142,7 +142,7 @@
                               (ormap (lambda (suffix)
                                        (file-exists? 
                                         (build-path x 
-                                                    "lib"
+                                                    "lib64"
                                                     (format "~a~a.~a" 
                                                             (if is-win? 
                                                               ""


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/plt-scheme/F-10/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- .cvsignore	16 Sep 2008 20:09:26 -0000	1.14
+++ .cvsignore	9 Nov 2008 18:35:14 -0000	1.15
@@ -1 +1 @@
-plt-4.1-src-unix.tgz
+plt-4.1.2-src-unix.tgz


Index: plt-scheme.spec
===================================================================
RCS file: /cvs/pkgs/rpms/plt-scheme/F-10/plt-scheme.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- plt-scheme.spec	16 Sep 2008 20:09:26 -0000	1.39
+++ plt-scheme.spec	9 Nov 2008 18:35:14 -0000	1.40
@@ -1,5 +1,5 @@
 Name:           plt-scheme
-Version:        4.1
+Version:        4.1.2
 Release:        1%{?dist}
 Epoch:          1
 Summary:        Graphical environment for developing programs using Scheme
@@ -9,7 +9,7 @@
 URL:            http://www.drscheme.org
 Source:		http://download.plt-scheme.org/bundles/%{version}/plt/plt-%{version}-src-unix.tgz
 Source1:	drscheme.png
-Patch0:		plt-x86_64-lib.patch
+Patch0:		plt-lib64.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  openssl-devel
 BuildRequires:  zlib-devel
@@ -63,18 +63,13 @@
 
 %prep
 %setup -q -n plt-%{version}
-%ifarch x86_64
+%ifarch x86_64 ppc64
 %patch0 -p1
 %endif
 
 
 %build
 cd src
-%ifarch x86_64
-%define plt_opt_flags `echo $RPM_OPT_FLAGS | sed 's/-O2/-O1/g'`
-%configure --enable-gl --enable-xrender --enable-xft CFLAGS="%plt_opt_flags" CXXFLAGS="%plt_opt_flags"
-%endif
-
 %ifarch ppc
 echo 'ac_cv_lib_Xaw_vendorShellClassRec=yes' > config.cache
 %configure -C --enable-gl --enable-xrender --enable-xft
@@ -84,7 +79,7 @@
 %configure --enable-gl --enable-xrender --enable-xft --enable-cgcdefault
 %endif
 
-%ifnarch x86_64 ppc ppc64
+%ifnarch ppc ppc64
 %configure --enable-gl --enable-xrender --enable-xft
 %endif
 
@@ -142,6 +137,9 @@
 
 
 %changelog
+* Sun Nov  9 2008 Gerard Milmeister <gemi at bluewin.ch> - 1:4.1.2-1
+- new release 4.1.2
+
 * Mon Sep 15 2008 Gerard Milmeister <gemi at bluewin.ch> - 1:4.1-1
 - new release 4.1
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/plt-scheme/F-10/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- sources	16 Sep 2008 20:09:26 -0000	1.15
+++ sources	9 Nov 2008 18:35:14 -0000	1.16
@@ -1 +1 @@
-d94e1b4be6650d3576725add851c751a  plt-4.1-src-unix.tgz
+a38a3d4725fa2691f8175cb38dd9d04a  plt-4.1.2-src-unix.tgz


--- plt-x86_64-lib.patch DELETED ---




More information about the fedora-extras-commits mailing list