Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package tut for openSUSE:Factory checked in at 2023-04-14 17:34:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tut (Old) and /work/SRC/openSUSE:Factory/.tut.new.19717 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tut" Fri Apr 14 17:34:29 2023 rev:5 rq:1079475 version:2.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/tut/tut.changes 2022-11-30 15:01:02.797733194 +0100 +++ /work/SRC/openSUSE:Factory/.tut.new.19717/tut.changes 2023-04-14 17:34:30.478364045 +0200 @@ -1,0 +2,20 @@ +Fri Apr 14 14:56:54 UTC 2023 - Stefan Weiberg <sweib...@suse.com> + +- add man pages + +------------------------------------------------------------------- +Fri Apr 14 14:44:27 UTC 2023 - sweib...@suse.com + +- Update to version 2.0.1: + * 2.0.1 (#256) + * Create FUNDING.yml + * 2.0.0 (#253) + * 1.0.34 (#243) + * update man for 1.0.33 + * 1.0.33 (#242) + * 1.0.32 (#240) + * 1.0.31 (#238) + * fix man + * Fix documentation + +------------------------------------------------------------------- Old: ---- tut-1.0.24.tar.gz New: ---- tut-2.0.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tut.spec ++++++ --- /var/tmp/diff_new_pack.DzoDxv/_old 2023-04-14 17:34:33.118379381 +0200 +++ /var/tmp/diff_new_pack.DzoDxv/_new 2023-04-14 17:34:33.122379403 +0200 @@ -1,7 +1,7 @@ # # spec file for package tut # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: tut -Version: 1.0.24 +Version: 2.0.1 Release: 0 Summary: A TUI for Mastodon with vim inspired keys License: MIT @@ -50,10 +50,16 @@ %install # Install the binary. install -D -m 0755 %{name} "%{buildroot}/%{_bindir}/%{name}" +install -D -m 0644 docs/man/%{name}.1 "%{buildroot}/%{_mandir}/man1/%{name}.1" +install -D -m 0644 docs/man/%{name}.5 "%{buildroot}/%{_mandir}/man5/%{name}.5" +install -D -m 0644 docs/man/%{name}.7 "%{buildroot}/%{_mandir}/man7/%{name}.7" %files %{_bindir}/%{name} %license LICENSE %doc README.md +%{_mandir}/man1/%{name}.1%{?ext_man} +%{_mandir}/man5/%{name}.5%{?ext_man} +%{_mandir}/man7/%{name}.7%{?ext_man} %changelog ++++++ _service ++++++ --- /var/tmp/diff_new_pack.DzoDxv/_old 2023-04-14 17:34:33.302380449 +0200 +++ /var/tmp/diff_new_pack.DzoDxv/_new 2023-04-14 17:34:33.306380473 +0200 @@ -2,7 +2,7 @@ <service mode="disabled" name="obs_scm"> <param name="url">https://github.com/RasmusLindroth/tut.git</param> <param name="scm">git</param> - <param name="revision">refs/tags/1.0.24</param> + <param name="revision">refs/tags/2.0.1</param> <param name="versionformat">@PARENT_TAG@</param> <param name="changesgenerate">enable</param> </service> ++++++ tut-1.0.24.tar.gz -> tut-2.0.1.tar.gz ++++++ ++++ 17109 lines of diff (skipped) ++++++ vendor.tar.gz ++++++ ++++ 25181 lines of diff (skipped)