Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package winetricks for openSUSE:Factory checked in at 2024-10-17 18:41:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/winetricks (Old) and /work/SRC/openSUSE:Factory/.winetricks.new.19354 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "winetricks" Thu Oct 17 18:41:06 2024 rev:18 rq:1208672 version:20240105 Changes: -------- --- /work/SRC/openSUSE:Factory/winetricks/winetricks.changes 2024-01-10 21:53:23.250563606 +0100 +++ /work/SRC/openSUSE:Factory/.winetricks.new.19354/winetricks.changes 2024-10-17 18:41:52.404618381 +0200 @@ -1,0 +2,8 @@ +Tue Oct 15 21:40:23 UTC 2024 - Richard Rahl <rra...@opensuse.org> + +- add option for kdialog +- seperate out bash-completion +- switch over to noarch, as the software is only shell +- don't try to build the software, as nothing is getting built + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ winetricks.spec ++++++ --- /var/tmp/diff_new_pack.i0l0d0/_old 2024-10-17 18:41:52.848636905 +0200 +++ /var/tmp/diff_new_pack.i0l0d0/_new 2024-10-17 18:41:52.848636905 +0200 @@ -21,14 +21,16 @@ Release: 0 Summary: A way to work around problems in WINE License: LGPL-2.1-or-later -Group: System/Emulators/PC URL: https://github.com/Winetricks/winetricks -Source0: https://github.com/Winetricks/%{name}/archive/%{version}.tar.gz##/%{name}-%{version}.tar.gz +Source0: %{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz +BuildRequires: bash-completion +BuildRequires: hicolor-icon-theme BuildRequires: update-desktop-files Requires: cabextract Requires: unzip Requires: wine -Recommends: zenity +Recommends: (zenity or kdialog) +BuildArch: noarch %description Winetricks is a way to work around problems in Wine. @@ -37,30 +39,32 @@ workarounds automatically. It also allows the installation of missing DLLs and tweaking of various WINE settings. +%package bash-completion +Summary: Bash Completions for %{name} +BuildArch: noarch + +%description bash-completion +%{summary}. + %prep %autosetup -p1 %build -%make_build +#nothing to do %install %make_install - -%suse_update_desktop_file -G Winetricks -r %{name} System Emulator +%suse_update_desktop_file %{name} %files %license COPYING %doc README.md %{_bindir}/%{name} %{_datadir}/applications/%{name}.desktop -%dir %{_datadir}/bash-completion -%dir %{_datadir}/bash-completion/completions -%{_datadir}/bash-completion/completions/%{name} -%{_datadir}/icons/hicolor -%{_datadir}/icons/hicolor/scalable -%{_datadir}/icons/hicolor/scalable/apps %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg -%dir %{_datadir}/metainfo %{_datadir}/metainfo/%{name}.appdata.xml -%{_mandir}/man1/%{name}.1%{?ext_man} +%{_mandir}/man?/%{name}.?%{?ext_man} + +%files bash-completion +%{_datadir}/bash-completion/completions/%{name}