Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package scsh for openSUSE:Factory checked in 
at 2021-04-01 14:17:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/scsh (Old)
 and      /work/SRC/openSUSE:Factory/.scsh.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "scsh"

Thu Apr  1 14:17:18 2021 rev:3 rq:882117 
version:0.7+git114432435e4eadd54334df6b37fcae505079b49f

Changes:
--------
--- /work/SRC/openSUSE:Factory/scsh/scsh.changes        2019-04-09 
20:19:11.821884230 +0200
+++ /work/SRC/openSUSE:Factory/.scsh.new.2401/scsh.changes      2021-04-01 
14:18:35.076098901 +0200
@@ -1,0 +2,10 @@
+Tue Mar 30 07:52:02 UTC 2021 - Dr. Werner Fink <wer...@suse.de>
+
+- Make it build again 
+
+-------------------------------------------------------------------
+Mon Oct 19 16:16:05 UTC 2020 - Ludwig Nussel <lnus...@suse.de>
+
+- prepare usrmerge (boo#1029961)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ scsh.spec ++++++
--- /var/tmp/diff_new_pack.BzDlQf/_old  2021-04-01 14:18:35.540099622 +0200
+++ /var/tmp/diff_new_pack.BzDlQf/_new  2021-04-01 14:18:35.544099629 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package scsh
+# spec file for package scsh%{base}
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -38,7 +38,7 @@
 Summary:        A Unix shell embedded within Scheme
 License:        BSD-3-Clause
 Group:          System/Shells
-Url:            https://scsh.net
+URL:            https://scsh.net
 Source0:        
https://github.com/scheme/scsh/archive/%{scshcommit}/scsh-%{scshshort}.tar.gz 
 Source1:        
https://github.com/scheme/rx/archive/%{rxcommit}/rx-%{rxshort}.tar.gz 
 Source2:        scsh-install-lib-1.3.0.tar.gz
@@ -66,6 +66,7 @@
 BuildRequires:  tex(t1ptm.fd)
 BuildRequires:  tex(textcomp.sty)
 BuildRequires:  tex(tocstyle.sty)
+BuildRequires:  tex(txfonts.sty)
 BuildRequires:  tex(wasyb10.tfm)
 BuildRequires:  tex(wasysym.sty)
 Requires:       scsh-base = %version
@@ -121,8 +122,10 @@
 rm -rf %{buildroot}%{_bindir}
 %else
 make DESTDIR=%{buildroot} SCHEME48VM=%{_libdir}/scheme48-%{scheme}/scheme48vm 
install
+%if !0%{?usrmerged}
 mkdir -p %{buildroot}/bin
 ln -sf %{_bindir}/scsh %{buildroot}/bin/scsh
+%endif
 rm -rf %{buildroot}%{_libdir}/scsh-%{scshver}/*.so
 rm -rf %{buildroot}%{_datadir}/scsh-%{scshver}
 %endif
@@ -137,7 +140,9 @@
 %else
 %license COPYING
 %doc README README.rx doc/scsh.pdf
+%if !0%{?usrmerged}
 /bin/scsh
+%endif
 %{_bindir}/scsh
 %{_libdir}/scsh-%{scshver}/*.image
 %endif

Reply via email to