Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package tcllib for openSUSE:Factory checked in at 2023-01-09 17:24:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tcllib (Old) and /work/SRC/openSUSE:Factory/.tcllib.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tcllib" Mon Jan 9 17:24:02 2023 rev:23 rq:1057040 version:1.21 Changes: -------- --- /work/SRC/openSUSE:Factory/tcllib/tcllib.changes 2021-01-25 18:25:42.324610499 +0100 +++ /work/SRC/openSUSE:Factory/.tcllib.new.32243/tcllib.changes 2023-01-09 17:24:04.123248814 +0100 @@ -1,0 +2,6 @@ +Sun Dec 4 14:03:23 UTC 2022 - Dirk Müller <dmuel...@suse.com> + +- update to 1.21: + * https://core.tcl-lang.org/tcllib/doc/tcllib-1-21/support/releases/history/README-1.21.txt + +------------------------------------------------------------------- Old: ---- tcllib-1.20.tar.xz New: ---- tcllib-1.21.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tcllib.spec ++++++ --- /var/tmp/diff_new_pack.UPs41f/_old 2023-01-09 17:24:04.667251891 +0100 +++ /var/tmp/diff_new_pack.UPs41f/_new 2023-01-09 17:24:04.671251914 +0100 @@ -1,7 +1,7 @@ # # spec file for package tcllib # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,19 +17,18 @@ Name: tcllib -URL: http://tcllib.sf.net -BuildRequires: tcl -Version: 1.20 +Version: 1.21 Release: 0 -BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: Tcl Standard Library License: TCL Group: Development/Libraries/Tcl +URL: http://tcllib.sf.net +Source0: http://core.tcl.tk/tcllib/uv/tcllib-%{version}.tar.xz +Source1: %{name}-rpmlintrc BuildRequires: sed +BuildRequires: tcl Requires: /bin/sh BuildArch: noarch -Source0: http://core.tcl.tk/tcllib/uv/tcllib-%version.tar.xz -Source1: %name-rpmlintrc %description This package is intended to be a collection of Tcl packages that @@ -49,25 +48,25 @@ # do not use /usr/bin/env in shebang for script in $(find apps examples -type f -executable -print); do - sed -i 's:/usr/bin/env tclsh:/usr/bin/tclsh:' $script + sed -i 's:%{_bindir}/env tclsh:%{_bindir}/tclsh:' $script done %build %install tclsh ./installer.tcl -no-examples -no-html \ - -app-path %buildroot/%_bindir \ - -pkg-path %buildroot/%_datadir/tcl/%name%version \ - -nroff-path %buildroot%_mandir/mann \ + -app-path %{buildroot}/%{_bindir} \ + -pkg-path %{buildroot}/%{_datadir}/tcl/%{name}%{version} \ + -nroff-path %{buildroot}%{_mandir}/mann \ -no-wait -no-gui %files -%defattr(-,root,root) -%doc license.terms README.md ChangeLog +%license license.terms +%doc README.md ChangeLog %doc support/releases/history/README-* -%_datadir/tcl -%_bindir/* +%{_datadir}/tcl +%{_bindir}/* %doc examples -%doc %_mandir/mann/* +%{_mandir}/mann/* %changelog ++++++ tcllib-1.20.tar.xz -> tcllib-1.21.tar.xz ++++++ /work/SRC/openSUSE:Factory/tcllib/tcllib-1.20.tar.xz /work/SRC/openSUSE:Factory/.tcllib.new.32243/tcllib-1.21.tar.xz differ: char 25, line 1