Compare commits

...
Sign in to create a new pull request.

8 commits

Author SHA1 Message Date
Ernestas Kulik
d98fba2560 Add changelog entry
Signed-off-by: Ernestas Kulik <ekulik@redhat.com>
2019-09-13 12:19:05 +02:00
Ernestas Kulik
9d0b99c340 Update to 20190912
Signed-off-by: Ernestas Kulik <ekulik@redhat.com>
2019-09-13 12:15:48 +02:00
Ernestas Kulik
2f31f44321 Update to 20190615
Signed-off-by: Ernestas Kulik <ekulik@redhat.com>
2019-07-03 11:00:19 +02:00
Ernestas Kulik
25db268fd8 Update to 20190310
Signed-off-by: Ernestas Kulik <ekulik@redhat.com>
2019-03-12 14:59:01 +01:00
Ernestas Kulik
fb25178d18 Update files 2019-01-20 12:06:39 +01:00
Ernestas Kulik
176478c358 Update sources 2019-01-20 11:41:03 +01:00
Ernestas Kulik
c44dc097c1 Update to 20181203 2019-01-20 11:33:16 +01:00
Ernestas Kulik
436a8e94d6 Add conditional dependency on kdialog or zenity 2019-01-20 11:33:07 +01:00
3 changed files with 29 additions and 6 deletions

4
.gitignore vendored
View file

@ -11,3 +11,7 @@
/winetricks-20171222.tar.gz
/winetricks-20180217.tar.gz
/winetricks-20180603.tar.gz
/winetricks-20181203.tar.gz
/winetricks-20190310.tar.gz
/winetricks-20190615.tar.gz
/winetricks-20190912.tar.gz

View file

@ -1 +1 @@
SHA512 (winetricks-20180603.tar.gz) = e88b0d4375331c94d3e2d995985b6c28fd208f1e32b1e4d84f33997a8a69fc9f8a4173325a571f5d10f233bcf40fe4cde644401c1563c8cfe7915748448a08cd
SHA512 (winetricks-20190912.tar.gz) = a0017cc08c56a511e523116daf2024b1462460d00b3d07de87720c7912dccab3d953db3653d7d611c5ae3b457a45de8d36688ee703e805c1e1f5be5c0fa7739f

View file

@ -3,8 +3,8 @@
%global commit0 43314ed7895396bfd625824d88b5e19c25f46cac
Name: winetricks
Version: 20180603
Release: 3%{?dist}
Version: 20190912
Release: 1%{?dist}
Summary: Work around common problems in Wine
@ -27,10 +27,10 @@ ExcludeArch: ppc64 ppc64le
BuildRequires: wine-common
BuildRequires: desktop-file-utils
# runtime dependencies
Requires: wine-common
Requires: cabextract gzip unzip wget which
Requires: hicolor-icon-theme
Requires: (kdialog if kdialog else zenity)
%description
Winetricks is an easy way to work around common problems in Wine.
@ -66,13 +66,32 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
%doc README.md
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
%{_datadir}/applications/%{name}.desktop
%{_datadir}/bash-completion/completions/%{name}
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
%{_datadir}/metainfo/%{name}.appdata.xml
%exclude %{_datadir}/appdata/%{name}.appdata.xml
%changelog
* Fri Sep 13 2019 - Ernestas Kulik <ekulik@redhat.com> - 20190912-1
- Update to 20190912
* Wed Jul 03 2019 - Ernestas Kulik <ekulik@redhat.com> - 20190615-1
- Update to 20190615
* Tue Mar 12 2019 Ernestas Kulik <ekulik@redhat.com> - 20190310-1
- Update to 20190310
* Sun Jan 20 2019 Ernestas Kulik <ekulik@redhat.com> - 20181203-2
- Drop old path appdata exclude
- Add bash completions
* Sun Jan 20 2019 Ernestas Kulik <ekulik@redhat.com> - 20181203-1
- Update to 20181203
* Sun Jan 20 2019 Ernestas Kulik <ekulik@redhat.com> - 20180603-4
- Add dependency on zenity or kdialog for GUI
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 20180603-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild