[gauche] Update to 0.9.2

Michel Alexandre Salim salimma at fedoraproject.org
Tue Sep 13 22:16:27 UTC 2011


commit 055ac4c0c4cec41a4ae881ae0116584b354f1f66
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Wed Sep 14 00:15:51 2011 +0200

    Update to 0.9.2

 .gitignore  |    3 +--
 gauche.spec |   43 ++++++++++++++++++++++++++-----------------
 sources     |    2 +-
 3 files changed, 28 insertions(+), 20 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 321a7b4..f92d0a3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-Gauche-0.8.14.tgz
-/Gauche-0.9.1.tgz
+/Gauche-0.9.2.tgz
diff --git a/gauche.spec b/gauche.spec
index 4ced212..621ec83 100644
--- a/gauche.spec
+++ b/gauche.spec
@@ -1,16 +1,16 @@
-Name:		gauche
-Version:	0.9.1
-Release:	1%{?dist}
-Summary:	Scheme script interpreter with multibyte character handling
-
-Group:		Development/Languages
-License:	BSD
-URL:		http://www.shiro.dreamhost.com/scheme/gauche
-Source:		http://download.sourceforge.net/gauche/Gauche-%{version}.tgz
+Name:           gauche
+Version:        0.9.2
+Release:        1%{?dist}
+Summary:        Scheme script interpreter with multibyte character handling
+
+Group:          Development/Languages
+License:        BSD
+URL:            http://www.shiro.dreamhost.com/scheme/gauche
+Source:         http://download.sourceforge.net/gauche/Gauche-%{version}.tgz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:	gdbm-devel
-BuildRequires:	texinfo
-Requires(post):	/sbin/install-info, /sbin/ldconfig
+BuildRequires:  gdbm-devel
+BuildRequires:  texinfo
+Requires(post): /sbin/install-info, /sbin/ldconfig
 Requires(postun): /sbin/install-info, /sbin/ldconfig
 Requires:       slib
 ExcludeArch:    ppc64
@@ -25,9 +25,9 @@ multibyte character strings natively.
 
 
 %package devel
-Summary:	Development files for Gauche
-Group:		Development/Languages
-Requires:	%{name} = %{version}-%{release}
+Summary:        Development files for Gauche
+Group:          Development/Languages
+Requires:       %{name} = %{version}-%{release}
 
 %description devel
 Development files for Gauche.
@@ -59,7 +59,12 @@ chmod 0644 ext/template.*
 
 # for some reason the libraries are not correctly installed
 #mv src/libgauche.so* $RPM_BUILD_ROOT%{_libdir}
-(cd $RPM_BUILD_ROOT%{_libdir}; ln -sf libgauche-%{main_version}.so libgauche-%{main_version}.so.0.1)
+(
+ cd $RPM_BUILD_ROOT%{_libdir};
+ mv libgauche-%{main_version}.so{,.0.2};
+ ln -sf libgauche-%{main_version}.so.0{.2,};
+ ln -sf libgauche-%{main_version}.so{.0.2,};
+)
 
 # remove japanese doc
 rm -f $RPM_BUILD_ROOT%{_infodir}/gauche-refj.*
@@ -102,7 +107,7 @@ fi
 %{_bindir}/gauche-install
 %{_bindir}/gauche-package
 %{_bindir}/gosh
-%{_libdir}/libgauche-%{main_version}.so*
+%{_libdir}/libgauche-%{main_version}.so.*
 %{_libdir}/gauche-%{main_version}
 %{_infodir}/*
 %{_mandir}/man*/gosh.*
@@ -119,6 +124,7 @@ fi
 %files devel
 %defattr(-,root,root,-)
 %{_bindir}/gauche-config
+%{_libdir}/libgauche-%{main_version}.so
 %{_libdir}/gauche-%{main_version}/%{version}/include
 %{_datadir}/gauche-%{main_version}/%{version}/template*
 %{_datadir}/aclocal/gauche.m4
@@ -127,6 +133,9 @@ fi
 
 
 %changelog
+* Tue Sep 13 2011 Michel Salim <salimma at fedoraproject.org> - 0.9.2-1
+- Update to 0.9.2
+
 * Sun Feb  6 2011 Gérard Milmeister <gemi at bluewin.ch> - 0.9.1-1
 - new release 0.9.1
 
diff --git a/sources b/sources
index fd49f6d..395673c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6134e9c16aef2bc9fd3fa7e8fbebdd10  Gauche-0.9.1.tgz
+9979de5be0e35e57131508c4c606f5cb  Gauche-0.9.2.tgz


More information about the scm-commits mailing list