Hello community,

here is the log from the commit of package slib for openSUSE:12.1:Update:Test 
checked in at 2012-02-07 17:40:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.1:Update:Test/slib (Old)
 and      /work/SRC/openSUSE:12.1:Update:Test/.slib.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "slib", Maintainer is "pgaj...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:12.1:Update:Test/slib/slib.changes       2012-02-07 
17:40:44.000000000 +0100
+++ /work/SRC/openSUSE:12.1:Update:Test/.slib.new/slib.changes  2012-02-07 
17:40:44.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Jan 10 14:21:45 UTC 2012 - pgaj...@suse.com
+
+- using guile1 [bnc#724917]
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ slib.spec ++++++
--- /var/tmp/diff_new_pack.oJdK27/_old  2012-02-07 17:40:44.000000000 +0100
+++ /var/tmp/diff_new_pack.oJdK27/_new  2012-02-07 17:40:44.000000000 +0100
@@ -23,7 +23,7 @@
 Group:          Development/Languages/Scheme
 Provides:       scheme:/usr/lib/scheme/slib/umbscheme.init
 PreReq:         %install_info_prereq
-PreReq:         guile coreutils
+PreReq:         guile1 coreutils
 AutoReqProv:    on
 Version:        3b3
 Release:        1
@@ -57,13 +57,13 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%triggerin -- guile
+%triggerin -- guile1
 # install guile library
 # We need new guile for registration, see "Incompatible change in guile 1.8.2".
 # During update must be slib-3a5 installed first (See Conflits: slib < 3a5 in 
guile.spec)
 # because of %triggerin in slib, 3a1 for example, though.
 if [ -d usr/share/guile/site ] ; then
-  GUILE_VERSION=`guile -c "(display (version))" | sed "s:\.::g"`
+  GUILE_VERSION=`guile1 -c "(display (version))" | sed "s:\.::g"`
   # guile is instaled
   if [ $GUILE_VERSION -ge 182 ]; then
     # we have guile >= 1.8.2
@@ -71,12 +71,12 @@
       # link slib library into guile
       ln -sf ../../slib usr/share/guile/site/slib
     fi
-    usr/bin/guile -c "(use-modules (ice-9 slib)) (require 'new-catalog)"
+    usr/bin/guile1 -c "(use-modules (ice-9 slib)) (require 'new-catalog)"
   fi
 fi
 exit 0
 
-%triggerpostun -- guile
+%triggerpostun -- guile1
 # Delete slib library files, only if guile was uninstalled.
 if ! test -e usr/bin/guile ; then
     rm -f usr/share/guile/site/slib
@@ -93,7 +93,7 @@
 # During update must be slib-3a5 installed first (See Conflits: slib < 3a5 in 
guile.spec)
 # because of %triggerin in slib, 3a1 for example, though.
 if [ -d usr/share/guile/site ] ; then
-  GUILE_VERSION=`guile -c "(display (version))" | sed "s:\.::g"`
+  GUILE_VERSION=`guile1 -c "(display (version))" | sed "s:\.::g"`
   # guile is instaled
   if [ $GUILE_VERSION -ge 182 ]; then
   # we have guile >= 1.8.2
@@ -101,7 +101,7 @@
       # link slib library into guile
       ln -sf ../../slib usr/share/guile/site/slib
     fi
-    usr/bin/guile -c "(use-modules (ice-9 slib)) (require 'new-catalog)"
+    usr/bin/guile1 -c "(use-modules (ice-9 slib)) (require 'new-catalog)"
   fi
 fi
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to