Hello community, here is the log from the commit of package slib for openSUSE:Factory checked in at 2015-03-27 09:40:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/slib (Old) and /work/SRC/openSUSE:Factory/.slib.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "slib" Changes: -------- --- /work/SRC/openSUSE:Factory/slib/slib.changes 2013-09-09 19:51:31.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.slib.new/slib.changes 2015-03-27 09:40:51.000000000 +0100 @@ -1,0 +2,14 @@ +Wed Mar 25 11:27:10 UTC 2015 - [email protected] + +- 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 + +------------------------------------------------------------------- Old: ---- slib-3b4.zip New: ---- slib-3b5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ slib.spec ++++++ --- /var/tmp/diff_new_pack.ojdcCt/_old 2015-03-27 09:40:52.000000000 +0100 +++ /var/tmp/diff_new_pack.ojdcCt/_new 2015-03-27 09:40:52.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package slib # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,16 +20,15 @@ Provides: scheme:/usr/lib/scheme/slib/umbscheme.init PreReq: %install_info_prereq PreReq: guile1 coreutils -Version: 3b4 +Version: 3b5 Release: 0 Summary: Portable Scheme Library License: SUSE-SLIB Group: Development/Languages/Scheme Url: http://swissnet.ai.mit.edu/~jaffer/SLIB.html -Source: http://groups.csail.mit.edu/mac/ftpdir/scm/slib-%{version}.zip +Source: http://groups.csail.mit.edu/mac/ftpdir/scm/slib-%{version}.tar.gz # this is not upstreamable (bnc#754532): Patch0: remove-resene-colors.diff -BuildRequires: unzip BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch @@ -37,14 +36,8 @@ SLIB is a portable Scheme library providing compatibility and utility functions for all standard Scheme implementations. - - -Authors: --------- - William R. Campbell <[email protected]> - %prep -%setup -q -n slib +%setup -q %patch0 -p1 %build @@ -55,9 +48,6 @@ install -m 644 *.scm *.init $RPM_BUILD_ROOT/usr/share/slib/ install -m 644 slib.info* $RPM_BUILD_ROOT%{_infodir}/ -%clean -rm -rf $RPM_BUILD_ROOT - %triggerin -- guile1 # install guile library # We need new guile for registration, see "Incompatible change in guile 1.8.2". @@ -122,7 +112,7 @@ %files %defattr(-,root,root) %doc ANNOUNCE COPYING ChangeLog FAQ README -%doc %{_infodir}/* +%{_infodir}/* %{_datadir}/slib %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
