Updated to 1.6.0

version 1.6.0 adds support for Qt 6 but we still build with Qt 5 for now
f38
Martin Kolman 2 years ago
parent 20b78bbe29
commit 495cb2b301

1
.gitignore vendored

@ -5,3 +5,4 @@
/pyotherside-1.5.4.tar.gz /pyotherside-1.5.4.tar.gz
/pyotherside-1.5.8.tar.gz /pyotherside-1.5.8.tar.gz
/pyotherside-1.5.9.tar.gz /pyotherside-1.5.9.tar.gz
/pyotherside-1.6.0.tar.gz

@ -1,7 +1,7 @@
Summary: Asynchronous Python 3 Bindings for Qt 5 Summary: Asynchronous Python 3 Bindings for Qt 5
Name: pyotherside Name: pyotherside
Version: 1.5.9 Version: 1.6.0
Release: 16%{?dist} Release: 1%{?dist}
Source0: http://thp.io/2011/pyotherside/%{name}-%{version}.tar.gz Source0: http://thp.io/2011/pyotherside/%{name}-%{version}.tar.gz
URL: http://thp.io/2011/pyotherside/ URL: http://thp.io/2011/pyotherside/
License: ISC License: ISC
@ -36,7 +36,7 @@ xvfb-run ./tests/tests
make INSTALL_ROOT=%{buildroot} install make INSTALL_ROOT=%{buildroot} install
%files %files
%doc README %doc README.md
%license LICENSE %license LICENSE
%dir %{_qt5_archdatadir}/qml/io/ %dir %{_qt5_archdatadir}/qml/io/
%dir %{_qt5_archdatadir}/qml/io/thp/ %dir %{_qt5_archdatadir}/qml/io/thp/
@ -44,6 +44,10 @@ make INSTALL_ROOT=%{buildroot} install
%exclude %{_qt5_prefix}/tests/qtquicktests %exclude %{_qt5_prefix}/tests/qtquicktests
%changelog %changelog
* Tue Aug 16 2022 Martin Kolman <mkolman@redhat.com> - 1.6.0-1
- Update to 1.6.0
- version 1.6.0 adds support for Qt 6 but we still build with Qt 5 for now
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.9-16 * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.9-16
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

@ -1 +1 @@
SHA512 (pyotherside-1.5.9.tar.gz) = 62c171b273b921d8e0220c7b73f0ff95a0a911eb3785cc37f3dab2ec624e54301ac5fbccfb57cac6a4bee967728624d4738b03aff0c5762452b99674cdff6ab2 SHA512 (pyotherside-1.6.0.tar.gz) = 57835db9d65fae10e6b3ec8ab37793e316324e7a819a1045436adf9eabdee11ccf3090a4db0302283b236e77e5e0bd14cf92ed1430835ccc324e50085a872787

Loading…
Cancel
Save