Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package susedialog for openSUSE:Factory checked in at 2026-05-04 12:50:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/susedialog (Old) and /work/SRC/openSUSE:Factory/.susedialog.new.30200 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "susedialog" Mon May 4 12:50:59 2026 rev:2 rq:1350353 version:20260501.3969402 Changes: -------- --- /work/SRC/openSUSE:Factory/susedialog/susedialog.changes 2026-04-28 12:01:20.897920953 +0200 +++ /work/SRC/openSUSE:Factory/.susedialog.new.30200/susedialog.changes 2026-05-04 12:53:35.573666694 +0200 @@ -1,0 +2,13 @@ +Fri May 01 10:26:10 UTC 2026 - [email protected] + +- Update to version 20260501.3969402: + * Add gettext support with initial set of 30 langs + * Improve gauge example which looked bit stuck + * Use examples.gif from the project + * Add examples of all features + * Add dialog-compatible gauge and radiolist support + * Same termination experience as with dialog + * Document user config and ctrl+t a11y toggle + * Add 'infobox' to widgets list in README + +------------------------------------------------------------------- Old: ---- susedialog-20260427.b33f52d.tar.xz New: ---- susedialog-20260501.3969402.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ susedialog.spec ++++++ --- /var/tmp/diff_new_pack.KEXcKk/_old 2026-05-04 12:53:36.781716414 +0200 +++ /var/tmp/diff_new_pack.KEXcKk/_new 2026-05-04 12:53:36.781716414 +0200 @@ -15,8 +15,9 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + Name: susedialog -Version: 20260427.b33f52d +Version: 20260501.3969402 Release: 0 Summary: Fancy dialog replacement for openSUSE License: MIT @@ -52,6 +53,11 @@ install -Dpm0644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1 install -Dpm0644 susedialog.config %{buildroot}%{_sysconfdir}/%{name}/config install -Dpm0644 completion/bash/%{name} %{buildroot}%{_datadir}/bash-completion/completions/%{name} +install -d %{buildroot}%{_datadir}/%{name}/po +for catalog in po/*.po po/*.pot; do + [ -f "$catalog" ] || continue + install -m0644 "$catalog" %{buildroot}%{_datadir}/%{name}/po/ +done %files %license LICENSE @@ -59,6 +65,10 @@ %{_bindir}/susedialog %{_mandir}/man1/susedialog.1%{?ext_man} %{_datadir}/bash-completion/completions/%{name} +%dir %{_datadir}/%{name} +%dir %{_datadir}/%{name}/po +%{_datadir}/%{name}/po/*.po +%{_datadir}/%{name}/po/*.pot %dir %{_sysconfdir}/susedialog %config(noreplace) %{_sysconfdir}/susedialog/config ++++++ _scmsync.obsinfo ++++++ --- /var/tmp/diff_new_pack.KEXcKk/_old 2026-05-04 12:53:36.833718554 +0200 +++ /var/tmp/diff_new_pack.KEXcKk/_new 2026-05-04 12:53:36.841718884 +0200 @@ -1,5 +1,5 @@ -mtime: 1777277965 -commit: 3b3aba214c4409b170c716ca15bf1dc5fda9cf43009fa242feb2b74d3e80ab7f +mtime: 1777631483 +commit: 7ca74d700693054391ca6d1a4e6cb43c1534d87c8de5bdfe88dbb6cf4866f35e url: https://src.opensuse.org/lkocman/susedialog.git revision: main ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.KEXcKk/_old 2026-05-04 12:53:36.945723164 +0200 +++ /var/tmp/diff_new_pack.KEXcKk/_new 2026-05-04 12:53:36.973724317 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/openSUSE/susedialog.git</param> - <param name="changesrevision">b33f52d72327ad5edb90f6b1327c221f79258388</param></service></servicedata> + <param name="changesrevision">396940203ea5eb1f2a4d0e4afe003786cc14745b</param></service></servicedata> (No newline at EOF) ++++++ build.specials.obscpio ++++++ --- old/.gitignore 2026-04-27 10:19:25.000000000 +0200 +++ new/.gitignore 2026-05-01 12:31:23.000000000 +0200 @@ -3,3 +3,5 @@ _build.* _service:* .pbuild +/susedialog +/susedialog/ ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2026-05-01 12:31:23.000000000 +0200 @@ -0,0 +1,7 @@ +*.obscpio +*.osc +_build.* +_service:* +.pbuild +/susedialog +/susedialog/ ++++++ susedialog-20260427.b33f52d.tar.xz -> susedialog-20260501.3969402.tar.xz ++++++ ++++ 5398 lines of diff (skipped) ++++++ susedialog.obsinfo ++++++ --- /var/tmp/diff_new_pack.KEXcKk/_old 2026-05-04 12:53:39.597832318 +0200 +++ /var/tmp/diff_new_pack.KEXcKk/_new 2026-05-04 12:53:39.629833635 +0200 @@ -1,5 +1,5 @@ name: susedialog -version: 20260427.b33f52d -mtime: 1777252301 -commit: b33f52d72327ad5edb90f6b1327c221f79258388 +version: 20260501.3969402 +mtime: 1777630985 +commit: 396940203ea5eb1f2a4d0e4afe003786cc14745b ++++++ vendor.tar.zst ++++++ ++++ 3982 lines of diff (skipped)
