File slib.changes of Package slib

-------------------------------------------------------------------
Sun Dec  4 12:13:54 UTC 2022 - Dirk Müller <dmueller@suse.com>

- update to 3b7:
  * iso8601.scm (iso-8601->time): Corrected scanf count
  * sort.scm (sorted?): Fixed bug on vectors.

-------------------------------------------------------------------
Thu Jan 28 23:39:47 UTC 2021 - Dirk Müller <dmueller@suse.com>

- update to 3b6:
  * comlist.scm (butnth): Added.
  * guile-2.init: patch from
  https://gist.github.com/alexgian/1fe75b0c3fc95cb46baae2f50ae9211c
  * grapheps.scm (set-font): Fixed pointsize dependent scaling.
  * Makefile (INSTALL_INFO): ginstall-info -> install-info.
  * iso8601.scm (iso-8601->time): Use gmktime rather than mktime.
  * mkclrnam.scm (load-rgb-txt): Make encoding case insensitive in
  method m5x (FED-STD-595C1).
  * Makefile, iso8601.scm, mklibcat.scm, slib.texi:
  Added feature iso-8601: ISO 8601 Representation of dates and times.

-------------------------------------------------------------------
Thu Jul 13 11:46:15 UTC 2017 - tchvatal@suse.com

- Reduce bit a guile code for older distros, we have 1.8.5 on
  sle11

-------------------------------------------------------------------
Wed Mar 25 11:27:10 UTC 2015 - p.drouand@gmail.com

- Update to version 3b5
  * rmdsff.scm (make-cell, integer->coordinates)
    (coordinates->integer): Don't depend on LETREC* behavior.
  * Makefile, mklibcat.scm, rmdsff.scm, slib.texi (space-filling):
    Added "rmdsff.scm" and documentation.
  * phil-spc.scm, schmooz.scm, slib.texi: Because TeXinfo-5 changed
    the rules, don't allow text between @defun and @defunx.
  * usercat: Use local copy of "schmooz.scm".
- Remove unzip build require; now use a regular tar.gz tarball
- Remove obsolete AUTHORS and %clean section
  
-------------------------------------------------------------------
Mon Sep  9 11:44:18 UTC 2013 - pgajdos@suse.com

- updated to 3b4:
  * wttree.scm: Fixed bug where tree balance was lost by deletions 
    http://hagi.is.s.u-tokyo.ac.jp/~yh/bst.pdf
  * slib.sh, gosh.init: Added support for (gosh) Gauche-0.9.
  * mitscheme.init: Removed support for defmacro when 
    (mit-scheme-release >= 9 0).
  * trsrch.scm (substring?, substring-ci?): Replaced the skip-vector 
    with an alist (to work with wide characters).
  * etc. see http://people.csail.mit.edu/jaffer/SLIB.html

-------------------------------------------------------------------
Wed Sep 26 21:03:01 UTC 2012 - dimstar@opensuse.org

- Fix %triggerpostun -- guile1 - scriptlet: the binary to check
  for is called guile1, and not anymore guile (due to parallel
  installation needs of guile1 and guile2) Fixes bnc#780827.
- Extend post-install script to always trigger when guile is
  already installed. This special casing with too old guile1
  should never affect us anymore. Only minimal changes to the
  scripts done, in order to have small change for a maintenance
  update.

-------------------------------------------------------------------
Wed May 30 12:35:08 UTC 2012 - pgajdos@suse.com

- remove Resene color names due license doubt [bnc#754532]
  * remove-resene-colors.diff

-------------------------------------------------------------------
Wed May 16 07:18:39 UTC 2012 - cfarrell@suse.com

- license update: SUSE-SLIB
  This license was added to the spreadsheet linked from
  license.opensuse.org specifically to handle the non standard SLIB
  license

-------------------------------------------------------------------
Tue Jan 10 14:21:45 UTC 2012 - pgajdos@suse.com

- using guile1 [bnc#724917]

-------------------------------------------------------------------
Mon Aug 30 14:44:26 CEST 2010 - pgajdos@suse.cz

- updated to version 3b3:
  * Supports GNU configure.
  * Makefile: Reorganized per <http://www.gnu.org/prep/standards/>.
  * (Guile 1.8.6, 1.8.7, 1.9.7, and 2?): Supported.
  * s7.init: Added init file for S7, part of the Snd sound-editor.
  * Makefile (allfiles): Added "version.txi".
  * Corrected several color problems.
  * qp.scm (qp): Don't truncate symbols when printing.
  * transact.scm (word:lock!): Truncate email components so MS-Word
    style ~$ckfile fits in 162.B.
  * dirs.scm (directory*-for-each): Added.
  * srfi-39.scm (make-parameter, parameterize): Added.
  * grapheps.ps (bargraph, impulse): Fixed for ranges not containing 0.

-------------------------------------------------------------------
Thu Jan 28 14:18:42 CET 2010 - pgajdos@suse.cz

- better guile version checking

-------------------------------------------------------------------
Tue Nov 24 17:51:06 CET 2009 - pgajdos@suse.cz

- updated to 3b2 (see ANNOUNCE)

-------------------------------------------------------------------
Thu Nov 13 14:43:59 CET 2008 - ro@suse.de

- make sure trigger scripts do not fail 

-------------------------------------------------------------------
Tue Nov  4 16:29:12 CET 2008 - pgajdos@suse.cz

- added coreutils and guile to PreReq [bnc#440993]

-------------------------------------------------------------------
Thu Jul 31 16:27:46 CEST 2008 - pgajdos@suse.cz

- updated to 3b1:
  o Larceny (Scheme) is supported.
  o scheme48.init (slib:os-strings): Fixed init for 1.7 (and 1.3).
    (defmacro:eval, defmacro:load): Fixed.
  o guile.init (implementation-vicinity): Just (%site-dir).
    (file-position, gentemp): module-replace!
    (library-vicinity): Try (%search-load-path "slib/guile.init"). 

-------------------------------------------------------------------
Mon Feb  4 11:40:47 CET 2008 - pgajdos@suse.cz

- added test for version of guile to the %post and %triggerin
  (guile >= 1.8.2 is needed for slib registration)

-------------------------------------------------------------------
Wed Dec 19 11:25:54 CET 2007 - pgajdos@suse.cz

- updated to 3a5:
    * Draft SRFI-96 "SRFI Prerequisites" specifies the interface 
      between implementations and the SLIB library system.
    * Added support for Kawa and SISC.
    * SSAX (xml-parse) module ported from SSAX 5.1.
    * Sort package compatibly upgraded to SRFI-95.
    * Added features SRFI-11 (let-values) and SRFI-28 (format).
    * Updated "guile.init" for Guile 1.8.
    * Updated "mitscheme.init" for versions after 7.7.1.
    * Rewrote scheme48(.init) delete-file using Posix unlink.
    * Fixed problem with macros-that-work.  

-------------------------------------------------------------------
Mon Apr  2 18:03:53 CEST 2007 - sbrabec@suse.cz

- Fixed %triggerin symlink target (#258261).

-------------------------------------------------------------------
Fri Mar  9 17:34:37 CET 2007 - sbrabec@suse.cz

- Fixed scriptlet symlink target.

-------------------------------------------------------------------
Mon Mar  5 18:18:14 CET 2007 - sbrabec@suse.cz

- Slib guile library installation moved from guile to slib.

-------------------------------------------------------------------
Fri Sep  8 11:56:12 CEST 2006 - anicka@suse.cz

- remove manually generated slibcat, fixed in guile 

-------------------------------------------------------------------
Thu May  4 17:58:32 CEST 2006 - sbrabec@suse.cz

- Build as noarch.

-------------------------------------------------------------------
Fri Feb 10 16:53:48 CET 2006 - anicka@suse.cz

- install slibcat (fixes #147520), has to be regenerated with every
  update 

-------------------------------------------------------------------
Wed Jan 25 21:41:40 CET 2006 - mls@suse.de

- converted neededforbuild to BuildRequires

-------------------------------------------------------------------
Fri Sep  9 10:40:38 CEST 2005 - anicka@suse.cz

- switch back to 3a1 (#112942) 

-------------------------------------------------------------------
Thu Jun 30 15:58:53 CEST 2005 - anicka@suse.cz

- update to 3a2 
 
-------------------------------------------------------------------
Tue Dec 16 15:57:28 CET 2003 - mcihar@suse.cz

- updated to 3a1
- no root for build

-------------------------------------------------------------------
Thu Apr 24 12:20:23 CEST 2003 - ro@suse.de

- fix install_info --delete call and move from preun to postun

-------------------------------------------------------------------
Mon Feb 10 13:13:11 CET 2003 - mcihar@suse.cz

- used %install_info macro (fixes bug #23457)
- updated to version 2d5

-------------------------------------------------------------------
Tue Aug  6 14:51:43 MEST 2002 - mcihar@suse.cz

- updated to version 2d4

-------------------------------------------------------------------
Thu Dec  6 12:39:22 CET 2001 - pmladek@suse.cz

- package splited from the package scheme
- updated to version 2d2

openSUSE Build Service is sponsored by