From dbfc973723e48a07da8d67832a5bfae489e705dc Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 10 Apr 2015 11:49:00 +0000 Subject: [PATCH 01/66] Initial setup of the repo --- .gitignore | 0 sources | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 .gitignore create mode 100644 sources diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/sources b/sources new file mode 100644 index 0000000..e69de29 From 644ce230b767c49614497fbbdb631a26cc2b41d0 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Fri, 10 Apr 2015 14:12:39 +0200 Subject: [PATCH 04/66] Initial build, try nr. 2 --- .gitignore | 1 + pyotherside.spec | 58 ++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 60 insertions(+) create mode 100644 pyotherside.spec diff --git a/.gitignore b/.gitignore index e69de29..0e5160b 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/pyotherside-1.4.0.tar.gz diff --git a/pyotherside.spec b/pyotherside.spec new file mode 100644 index 0000000..c5574d6 --- /dev/null +++ b/pyotherside.spec @@ -0,0 +1,58 @@ +Summary: Asynchronous Python 3 Bindings for Qt 5 +Name: pyotherside +Version: 1.4.0 +Release: 3%{?dist} +Source0: http://thp.io/2011/pyotherside/%{name}-%{version}.tar.gz +URL: http://thp.io/2011/pyotherside/ +License: ISC +Group: Development/Libraries +BuildRequires: python3-devel +BuildRequires: qt5-qtbase-devel +BuildRequires: pkgconfig(Qt5Gui) +BuildRequires: pkgconfig(Qt5Qml) +BuildRequires: pkgconfig(Qt5Quick) +BuildRequires: pkgconfig(Qt5Test) +BuildRequires: xorg-x11-server-Xvfb +Requires: python3 + +%description +A QML Plugin that provides access to a Python 3 interpreter from QML. + +%prep +%setup -q + +%build +%{_qt5_qmake} +make %{?_smp_mflags} + +%check +xvfb-run ./tests/tests + +%install +make INSTALL_ROOT=%{buildroot} install + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + +%files +%defattr(-,root,root) +%doc README LICENSE +%dir %{_libdir}/qt5/qml/io/ +%dir %{_libdir}/qt5/qml/io/thp/ +%{_libdir}/qt5/qml/io/thp/pyotherside + +%changelog +* Fri Apr 10 2015 Martin Kolman - 1.4.0-3 +- fix QML plugin directory ownership + +* Thu Apr 02 2015 Martin Kolman - 1.4.0-2 +- add a changelog +- call ldconfig correctly +- run the test suite in check + +* Thu Apr 02 2015 Martin Kolman - 1.4.0-1 +- update to upstream release 1.4.0 + +* Wed Dec 10 2014 Martin Kolman - 1.3.0-1 +- Initial package diff --git a/sources b/sources index e69de29..9df5cf7 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +3445be9b4cea3b63cfee56b64a40fc83 pyotherside-1.4.0.tar.gz From c2da3654f5439b7d2961d96addb85939ae8b8476 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 10 Apr 2015 08:06:30 -0500 Subject: [PATCH 05/66] drop needless ldconfig scriptlets - drop deprecated .spec tags - use %qmake_qt5 macro --- pyotherside.spec | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/pyotherside.spec b/pyotherside.spec index c5574d6..be2d150 100644 --- a/pyotherside.spec +++ b/pyotherside.spec @@ -1,11 +1,10 @@ Summary: Asynchronous Python 3 Bindings for Qt 5 Name: pyotherside Version: 1.4.0 -Release: 3%{?dist} +Release: 4%{?dist} Source0: http://thp.io/2011/pyotherside/%{name}-%{version}.tar.gz URL: http://thp.io/2011/pyotherside/ License: ISC -Group: Development/Libraries BuildRequires: python3-devel BuildRequires: qt5-qtbase-devel BuildRequires: pkgconfig(Qt5Gui) @@ -22,7 +21,7 @@ A QML Plugin that provides access to a Python 3 interpreter from QML. %setup -q %build -%{_qt5_qmake} +%{qmake_qt5} make %{?_smp_mflags} %check @@ -31,18 +30,18 @@ xvfb-run ./tests/tests %install make INSTALL_ROOT=%{buildroot} install -%post -p /sbin/ldconfig - -%postun -p /sbin/ldconfig - %files -%defattr(-,root,root) %doc README LICENSE %dir %{_libdir}/qt5/qml/io/ %dir %{_libdir}/qt5/qml/io/thp/ %{_libdir}/qt5/qml/io/thp/pyotherside %changelog +* Fri Apr 10 2015 Rex Dieter 1.4.0-4 +- drop needless ldconfig scriptlets +- drop deprecated .spec tags +- use %%qmake_qt5 macro + * Fri Apr 10 2015 Martin Kolman - 1.4.0-3 - fix QML plugin directory ownership From 115d3508871e093af5b26f7664c38105d067d522 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 10 Apr 2015 08:12:52 -0500 Subject: [PATCH 06/66] use %%{_qt5_archdatadir} macro too --- pyotherside.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyotherside.spec b/pyotherside.spec index be2d150..f02f6d1 100644 --- a/pyotherside.spec +++ b/pyotherside.spec @@ -32,15 +32,15 @@ make INSTALL_ROOT=%{buildroot} install %files %doc README LICENSE -%dir %{_libdir}/qt5/qml/io/ -%dir %{_libdir}/qt5/qml/io/thp/ -%{_libdir}/qt5/qml/io/thp/pyotherside +%dir %{_qt5_archdatadir}/qml/io/ +%dir %{_qt5_archdatadir}/qml/io/thp/ +%{_qt5_archdatadir}/qml/io/thp/pyotherside %changelog * Fri Apr 10 2015 Rex Dieter 1.4.0-4 - drop needless ldconfig scriptlets - drop deprecated .spec tags -- use %%qmake_qt5 macro +- use %%qmake_qt5, %%{_qt5_archdatadir} macros * Fri Apr 10 2015 Martin Kolman - 1.4.0-3 - fix QML plugin directory ownership From 1717da9bdd2d05e6eef8343d16354367bbd2826c Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 18 Jun 2015 18:14:21 +0000 Subject: [PATCH 07/66] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- pyotherside.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyotherside.spec b/pyotherside.spec index f02f6d1..dee2bd5 100644 --- a/pyotherside.spec +++ b/pyotherside.spec @@ -1,7 +1,7 @@ Summary: Asynchronous Python 3 Bindings for Qt 5 Name: pyotherside Version: 1.4.0 -Release: 4%{?dist} +Release: 5%{?dist} Source0: http://thp.io/2011/pyotherside/%{name}-%{version}.tar.gz URL: http://thp.io/2011/pyotherside/ License: ISC @@ -37,6 +37,9 @@ make INSTALL_ROOT=%{buildroot} install %{_qt5_archdatadir}/qml/io/thp/pyotherside %changelog +* Thu Jun 18 2015 Fedora Release Engineering - 1.4.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Fri Apr 10 2015 Rex Dieter 1.4.0-4 - drop needless ldconfig scriptlets - drop deprecated .spec tags From 4f6de442e7f2c83d1e69a26b0a08e14ebb0ae670 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Tue, 10 Nov 2015 14:59:26 +0000 Subject: [PATCH 08/66] - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 --- pyotherside.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyotherside.spec b/pyotherside.spec index dee2bd5..fa8a581 100644 --- a/pyotherside.spec +++ b/pyotherside.spec @@ -1,7 +1,7 @@ Summary: Asynchronous Python 3 Bindings for Qt 5 Name: pyotherside Version: 1.4.0 -Release: 5%{?dist} +Release: 6%{?dist} Source0: http://thp.io/2011/pyotherside/%{name}-%{version}.tar.gz URL: http://thp.io/2011/pyotherside/ License: ISC @@ -37,6 +37,9 @@ make INSTALL_ROOT=%{buildroot} install %{_qt5_archdatadir}/qml/io/thp/pyotherside %changelog +* Tue Nov 10 2015 Fedora Release Engineering - 1.4.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 + * Thu Jun 18 2015 Fedora Release Engineering - 1.4.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild From 3df37c09edc0795fe2b2abd8be3e1dca7a9b0b9d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 4 Feb 2016 18:46:34 +0000 Subject: [PATCH 09/66] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- pyotherside.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyotherside.spec b/pyotherside.spec index fa8a581..131fd0a 100644 --- a/pyotherside.spec +++ b/pyotherside.spec @@ -1,7 +1,7 @@ Summary: Asynchronous Python 3 Bindings for Qt 5 Name: pyotherside Version: 1.4.0 -Release: 6%{?dist} +Release: 7%{?dist} Source0: http://thp.io/2011/pyotherside/%{name}-%{version}.tar.gz URL: http://thp.io/2011/pyotherside/ License: ISC @@ -37,6 +37,9 @@ make INSTALL_ROOT=%{buildroot} install %{_qt5_archdatadir}/qml/io/thp/pyotherside %changelog +* Thu Feb 04 2016 Fedora Release Engineering - 1.4.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Tue Nov 10 2015 Fedora Release Engineering - 1.4.0-6 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 From a6ae4eb2effd9498ac871de5965bf46bb32f325f Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Wed, 15 Jun 2016 15:45:57 +0200 Subject: [PATCH 10/66] Updated to 1.5.0 --- .gitignore | 1 + pyotherside.spec | 7 +++++-- sources | 1 + 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0e5160b..855c01d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /pyotherside-1.4.0.tar.gz +/pyotherside-1.5.0.tar.gz diff --git a/pyotherside.spec b/pyotherside.spec index 131fd0a..559d4bd 100644 --- a/pyotherside.spec +++ b/pyotherside.spec @@ -1,7 +1,7 @@ Summary: Asynchronous Python 3 Bindings for Qt 5 Name: pyotherside -Version: 1.4.0 -Release: 7%{?dist} +Version: 1.5.0 +Release: 1%{?dist} Source0: http://thp.io/2011/pyotherside/%{name}-%{version}.tar.gz URL: http://thp.io/2011/pyotherside/ License: ISC @@ -37,6 +37,9 @@ make INSTALL_ROOT=%{buildroot} install %{_qt5_archdatadir}/qml/io/thp/pyotherside %changelog +* Wed Jun 15 2016 Martin Kolman - 1.5.0-1 +- updated to 1.5.0 + * Thu Feb 04 2016 Fedora Release Engineering - 1.4.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 9df5cf7..2a5cbd9 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ 3445be9b4cea3b63cfee56b64a40fc83 pyotherside-1.4.0.tar.gz +d7b15307e31e417764eb6ce1beea0f2c pyotherside-1.5.0.tar.gz From 0b66d9bd6ec10c53d6fad05a175ec02820beeff3 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Wed, 15 Jun 2016 16:07:23 +0200 Subject: [PATCH 11/66] Add missing pkgconfig(Qt5Svg) dependency --- pyotherside.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pyotherside.spec b/pyotherside.spec index 559d4bd..5b165af 100644 --- a/pyotherside.spec +++ b/pyotherside.spec @@ -1,7 +1,7 @@ Summary: Asynchronous Python 3 Bindings for Qt 5 Name: pyotherside Version: 1.5.0 -Release: 1%{?dist} +Release: 2%{?dist} Source0: http://thp.io/2011/pyotherside/%{name}-%{version}.tar.gz URL: http://thp.io/2011/pyotherside/ License: ISC @@ -11,6 +11,7 @@ BuildRequires: pkgconfig(Qt5Gui) BuildRequires: pkgconfig(Qt5Qml) BuildRequires: pkgconfig(Qt5Quick) BuildRequires: pkgconfig(Qt5Test) +BuildRequires: pkgconfig(Qt5Svg) BuildRequires: xorg-x11-server-Xvfb Requires: python3 @@ -37,6 +38,9 @@ make INSTALL_ROOT=%{buildroot} install %{_qt5_archdatadir}/qml/io/thp/pyotherside %changelog +* Wed Jun 15 2016 Martin Kolman - 1.5.0-2 +- add missing pkgconfig(Qt5Svg) dependency + * Wed Jun 15 2016 Martin Kolman - 1.5.0-1 - updated to 1.5.0 From 2363bee100a835147cdab48da4f57652b8a08157 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 19 Dec 2016 18:20:36 +0100 Subject: [PATCH 12/66] Rebuild for Python 3.6 --- pyotherside.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyotherside.spec b/pyotherside.spec index 5b165af..630e2ae 100644 --- a/pyotherside.spec +++ b/pyotherside.spec @@ -1,7 +1,7 @@ Summary: Asynchronous Python 3 Bindings for Qt 5 Name: pyotherside Version: 1.5.0 -Release: 2%{?dist} +Release: 3%{?dist} Source0: http://thp.io/2011/pyotherside/%{name}-%{version}.tar.gz URL: http://thp.io/2011/pyotherside/ License: ISC @@ -38,6 +38,9 @@ make INSTALL_ROOT=%{buildroot} install %{_qt5_archdatadir}/qml/io/thp/pyotherside %changelog +* Mon Dec 19 2016 Miro Hrončok - 1.5.0-3 +- Rebuild for Python 3.6 + * Wed Jun 15 2016 Martin Kolman - 1.5.0-2 - add missing pkgconfig(Qt5Svg) dependency From 93beb18a16f690848d32ca89da1595d590a3760c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 11 Feb 2017 08:08:12 +0000 Subject: [PATCH 13/66] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild --- pyotherside.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyotherside.spec b/pyotherside.spec index 630e2ae..ea9463c 100644 --- a/pyotherside.spec +++ b/pyotherside.spec @@ -1,7 +1,7 @@ Summary: Asynchronous Python 3 Bindings for Qt 5 Name: pyotherside Version: 1.5.0 -Release: 3%{?dist} +Release: 4%{?dist} Source0: http://thp.io/2011/pyotherside/%{name}-%{version}.tar.gz URL: http://thp.io/2011/pyotherside/ License: ISC @@ -38,6 +38,9 @@ make INSTALL_ROOT=%{buildroot} install %{_qt5_archdatadir}/qml/io/thp/pyotherside %changelog +* Sat Feb 11 2017 Fedora Release Engineering - 1.5.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Mon Dec 19 2016 Miro Hrončok - 1.5.0-3 - Rebuild for Python 3.6 From cc356f28d699a232655850262bf9fc62da219132 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Mon, 20 Mar 2017 14:41:29 +0100 Subject: [PATCH 14/66] Updated to 1.5.1 --- .gitignore | 1 + pyotherside.spec | 7 +++++-- sources | 3 +-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 855c01d..b4a2602 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /pyotherside-1.4.0.tar.gz /pyotherside-1.5.0.tar.gz +/pyotherside-1.5.1.tar.gz diff --git a/pyotherside.spec b/pyotherside.spec index ea9463c..e529dbf 100644 --- a/pyotherside.spec +++ b/pyotherside.spec @@ -1,7 +1,7 @@ Summary: Asynchronous Python 3 Bindings for Qt 5 Name: pyotherside -Version: 1.5.0 -Release: 4%{?dist} +Version: 1.5.1 +Release: 1%{?dist} Source0: http://thp.io/2011/pyotherside/%{name}-%{version}.tar.gz URL: http://thp.io/2011/pyotherside/ License: ISC @@ -38,6 +38,9 @@ make INSTALL_ROOT=%{buildroot} install %{_qt5_archdatadir}/qml/io/thp/pyotherside %changelog +* Mon Mar 20 2017 Martin Kolman - 1.5.1-1 +- updated to 1.5.1 + * Sat Feb 11 2017 Fedora Release Engineering - 1.5.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild diff --git a/sources b/sources index 2a5cbd9..a94021e 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -3445be9b4cea3b63cfee56b64a40fc83 pyotherside-1.4.0.tar.gz -d7b15307e31e417764eb6ce1beea0f2c pyotherside-1.5.0.tar.gz +SHA512 (pyotherside-1.5.1.tar.gz) = 6f916ce44615c98aa7dffaee073fcb6d7f117996c008c0e3c0e7a8aaedd03f9ba853cc66850112dfc9529d698bd2faeb498a87a0d47c3776ab52b90f83b7067a From a220ff1e78596dafbfd5ffe3f6d34350e8f64afa Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Mon, 20 Mar 2017 16:22:03 +0100 Subject: [PATCH 15/66] Exclude a test related executable --- pyotherside.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pyotherside.spec b/pyotherside.spec index e529dbf..e930dcd 100644 --- a/pyotherside.spec +++ b/pyotherside.spec @@ -1,7 +1,7 @@ Summary: Asynchronous Python 3 Bindings for Qt 5 Name: pyotherside Version: 1.5.1 -Release: 1%{?dist} +Release: 2%{?dist} Source0: http://thp.io/2011/pyotherside/%{name}-%{version}.tar.gz URL: http://thp.io/2011/pyotherside/ License: ISC @@ -36,8 +36,12 @@ make INSTALL_ROOT=%{buildroot} install %dir %{_qt5_archdatadir}/qml/io/ %dir %{_qt5_archdatadir}/qml/io/thp/ %{_qt5_archdatadir}/qml/io/thp/pyotherside +%exclude %{_libdir}/qt5/tests/qtquicktests/qtquicktests %changelog +* Mon Mar 20 2017 Martin Kolman - 1.5.1-2 +- exclude a test related executable + * Mon Mar 20 2017 Martin Kolman - 1.5.1-1 - updated to 1.5.1 From c7be0d36fa47b1d921f08329af6791a02d6ea424 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 27 Jul 2017 09:22:10 +0000 Subject: [PATCH 16/66] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- pyotherside.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyotherside.spec b/pyotherside.spec index e930dcd..8f70dc8 100644 --- a/pyotherside.spec +++ b/pyotherside.spec @@ -1,7 +1,7 @@ Summary: Asynchronous Python 3 Bindings for Qt 5 Name: pyotherside Version: 1.5.1 -Release: 2%{?dist} +Release: 3%{?dist} Source0: http://thp.io/2011/pyotherside/%{name}-%{version}.tar.gz URL: http://thp.io/2011/pyotherside/ License: ISC @@ -39,6 +39,9 @@ make INSTALL_ROOT=%{buildroot} install %exclude %{_libdir}/qt5/tests/qtquicktests/qtquicktests %changelog +* Thu Jul 27 2017 Fedora Release Engineering - 1.5.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Mon Mar 20 2017 Martin Kolman - 1.5.1-2 - exclude a test related executable From cc373635b56139bc8448631370fbe00beb36546b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 3 Aug 2017 06:34:57 +0000 Subject: [PATCH 17/66] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild --- pyotherside.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyotherside.spec b/pyotherside.spec index 8f70dc8..3ba9a9b 100644 --- a/pyotherside.spec +++ b/pyotherside.spec @@ -1,7 +1,7 @@ Summary: Asynchronous Python 3 Bindings for Qt 5 Name: pyotherside Version: 1.5.1 -Release: 3%{?dist} +Release: 4%{?dist} Source0: http://thp.io/2011/pyotherside/%{name}-%{version}.tar.gz URL: http://thp.io/2011/pyotherside/ License: ISC @@ -39,6 +39,9 @@ make INSTALL_ROOT=%{buildroot} install %exclude %{_libdir}/qt5/tests/qtquicktests/qtquicktests %changelog +* Thu Aug 03 2017 Fedora Release Engineering - 1.5.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + * Thu Jul 27 2017 Fedora Release Engineering - 1.5.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From 06e5db1b75b4f869805e249727918dea362aa244 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 11 Oct 2017 16:52:17 -0500 Subject: [PATCH 18/66] BuildRequires: qt5-qtbase-private-devel --- pyotherside.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pyotherside.spec b/pyotherside.spec index 3ba9a9b..790523c 100644 --- a/pyotherside.spec +++ b/pyotherside.spec @@ -1,18 +1,21 @@ Summary: Asynchronous Python 3 Bindings for Qt 5 Name: pyotherside Version: 1.5.1 -Release: 4%{?dist} +Release: 5%{?dist} Source0: http://thp.io/2011/pyotherside/%{name}-%{version}.tar.gz URL: http://thp.io/2011/pyotherside/ License: ISC BuildRequires: python3-devel BuildRequires: qt5-qtbase-devel +BuildRequires: qt5-qtbase-private-devel +%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}} BuildRequires: pkgconfig(Qt5Gui) BuildRequires: pkgconfig(Qt5Qml) BuildRequires: pkgconfig(Qt5Quick) BuildRequires: pkgconfig(Qt5Test) BuildRequires: pkgconfig(Qt5Svg) BuildRequires: xorg-x11-server-Xvfb + Requires: python3 %description @@ -39,6 +42,9 @@ make INSTALL_ROOT=%{buildroot} install %exclude %{_libdir}/qt5/tests/qtquicktests/qtquicktests %changelog +* Wed Oct 11 2017 Rex Dieter - 1.5.1-5 +- BuildRequires: qt5-qtbase-private-devel + * Thu Aug 03 2017 Fedora Release Engineering - 1.5.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild From 02fb0f5b758a75a3240f837cb7e09d6bd82c1e9d Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Mon, 16 Oct 2017 13:51:35 +0200 Subject: [PATCH 19/66] Updated to 1.5.3 --- .gitignore | 1 + pyotherside.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b4a2602..62b5073 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /pyotherside-1.4.0.tar.gz /pyotherside-1.5.0.tar.gz /pyotherside-1.5.1.tar.gz +/pyotherside-1.5.3.tar.gz diff --git a/pyotherside.spec b/pyotherside.spec index 790523c..6dde6ba 100644 --- a/pyotherside.spec +++ b/pyotherside.spec @@ -1,7 +1,7 @@ Summary: Asynchronous Python 3 Bindings for Qt 5 Name: pyotherside -Version: 1.5.1 -Release: 5%{?dist} +Version: 1.5.3 +Release: 1%{?dist} Source0: http://thp.io/2011/pyotherside/%{name}-%{version}.tar.gz URL: http://thp.io/2011/pyotherside/ License: ISC @@ -42,6 +42,9 @@ make INSTALL_ROOT=%{buildroot} install %exclude %{_libdir}/qt5/tests/qtquicktests/qtquicktests %changelog +* Mon Oct 16 2017 Martin Kolman - 1.5.3-1 +- Updated to 1.5.3 + * Wed Oct 11 2017 Rex Dieter - 1.5.1-5 - BuildRequires: qt5-qtbase-private-devel diff --git a/sources b/sources index a94021e..f039fca 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (pyotherside-1.5.1.tar.gz) = 6f916ce44615c98aa7dffaee073fcb6d7f117996c008c0e3c0e7a8aaedd03f9ba853cc66850112dfc9529d698bd2faeb498a87a0d47c3776ab52b90f83b7067a +SHA512 (pyotherside-1.5.3.tar.gz) = ff6aa43e72f5492b18403559514e6fdf0d2cee0965556fcafe5fe394b654a7dd2fc3a7d64d4b8f9c0ebf95485821b77022407772b2414539f2ab287e1fb01e93 From 13bf79d7494e33e07621c24f888c322a763dc3d7 Mon Sep 17 00:00:00 2001 From: Christian Dersch Date: Thu, 16 Nov 2017 08:36:18 +0100 Subject: [PATCH 20/66] rebuilt (Qt 5.9.2) --- pyotherside.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyotherside.spec b/pyotherside.spec index 6dde6ba..ae5943a 100644 --- a/pyotherside.spec +++ b/pyotherside.spec @@ -1,7 +1,7 @@ Summary: Asynchronous Python 3 Bindings for Qt 5 Name: pyotherside Version: 1.5.3 -Release: 1%{?dist} +Release: 2%{?dist} Source0: http://thp.io/2011/pyotherside/%{name}-%{version}.tar.gz URL: http://thp.io/2011/pyotherside/ License: ISC @@ -42,6 +42,9 @@ make INSTALL_ROOT=%{buildroot} install %exclude %{_libdir}/qt5/tests/qtquicktests/qtquicktests %changelog +* Thu Nov 16 2017 Christian Dersch - 1.5.3-2 +- rebuilt (Qt 5.9.2) + * Mon Oct 16 2017 Martin Kolman - 1.5.3-1 - Updated to 1.5.3 From b58c2e3491be42e43c7b0f051bdb5385b7976aa5 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 26 Nov 2017 19:22:58 -0600 Subject: [PATCH 21/66] rebuild (qt5) --- pyotherside.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyotherside.spec b/pyotherside.spec index ae5943a..2a9f3b9 100644 --- a/pyotherside.spec +++ b/pyotherside.spec @@ -1,7 +1,7 @@ Summary: Asynchronous Python 3 Bindings for Qt 5 Name: pyotherside Version: 1.5.3 -Release: 2%{?dist} +Release: 3%{?dist} Source0: http://thp.io/2011/pyotherside/%{name}-%{version}.tar.gz URL: http://thp.io/2011/pyotherside/ License: ISC @@ -42,6 +42,9 @@ make INSTALL_ROOT=%{buildroot} install %exclude %{_libdir}/qt5/tests/qtquicktests/qtquicktests %changelog +* Mon Nov 27 2017 Rex Dieter - 1.5.3-3 +- rebuild (qt5) + * Thu Nov 16 2017 Christian Dersch - 1.5.3-2 - rebuilt (Qt 5.9.2) From 1b9cc9231cb2393884af0e1ac52ccdf9cc480547 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 1 Jan 2018 08:39:22 -0600 Subject: [PATCH 22/66] rebuild (qt5) --- pyotherside.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyotherside.spec b/pyotherside.spec index 2a9f3b9..49c9365 100644 --- a/pyotherside.spec +++ b/pyotherside.spec @@ -1,7 +1,7 @@ Summary: Asynchronous Python 3 Bindings for Qt 5 Name: pyotherside Version: 1.5.3 -Release: 3%{?dist} +Release: 4%{?dist} Source0: http://thp.io/2011/pyotherside/%{name}-%{version}.tar.gz URL: http://thp.io/2011/pyotherside/ License: ISC @@ -42,6 +42,9 @@ make INSTALL_ROOT=%{buildroot} install %exclude %{_libdir}/qt5/tests/qtquicktests/qtquicktests %changelog +* Mon Jan 01 2018 Rex Dieter - 1.5.3-4 +- rebuild (qt5) + * Mon Nov 27 2017 Rex Dieter - 1.5.3-3 - rebuild (qt5) From ce1dffd49914d31d9007f1a337e577fcc5d75278 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 9 Feb 2018 06:15:46 +0000 Subject: [PATCH 23/66] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- pyotherside.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyotherside.spec b/pyotherside.spec index 49c9365..96b5168 100644 --- a/pyotherside.spec +++ b/pyotherside.spec @@ -1,7 +1,7 @@ Summary: Asynchronous Python 3 Bindings for Qt 5 Name: pyotherside Version: 1.5.3 -Release: 4%{?dist} +Release: 5%{?dist} Source0: http://thp.io/2011/pyotherside/%{name}-%{version}.tar.gz URL: http://thp.io/2011/pyotherside/ License: ISC @@ -42,6 +42,9 @@ make INSTALL_ROOT=%{buildroot} install %exclude %{_libdir}/qt5/tests/qtquicktests/qtquicktests %changelog +* Fri Feb 09 2018 Fedora Release Engineering - 1.5.3-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Mon Jan 01 2018 Rex Dieter - 1.5.3-4 - rebuild (qt5) From 7cf6adebf5d1fcc17bf537429b42a55b722183cf Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Wed, 14 Feb 2018 10:50:57 +0100 Subject: [PATCH 24/66] rebuild (qt5) --- pyotherside.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyotherside.spec b/pyotherside.spec index 96b5168..2de1731 100644 --- a/pyotherside.spec +++ b/pyotherside.spec @@ -1,7 +1,7 @@ Summary: Asynchronous Python 3 Bindings for Qt 5 Name: pyotherside Version: 1.5.3 -Release: 5%{?dist} +Release: 6%{?dist} Source0: http://thp.io/2011/pyotherside/%{name}-%{version}.tar.gz URL: http://thp.io/2011/pyotherside/ License: ISC @@ -42,6 +42,9 @@ make INSTALL_ROOT=%{buildroot} install %exclude %{_libdir}/qt5/tests/qtquicktests/qtquicktests %changelog +* Wed Feb 14 2018 Jan Grulich - 1.5.3-6 +- rebuild (qt5) + * Fri Feb 09 2018 Fedora Release Engineering - 1.5.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From 1c571e48212fab8419b91a64ff367a17fe8921cc Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 27 May 2018 16:38:30 -0500 Subject: [PATCH 25/66] rebuild (qt) use %make_build %license --- pyotherside.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/pyotherside.spec b/pyotherside.spec index 2de1731..5b86fbf 100644 --- a/pyotherside.spec +++ b/pyotherside.spec @@ -1,7 +1,7 @@ Summary: Asynchronous Python 3 Bindings for Qt 5 Name: pyotherside Version: 1.5.3 -Release: 6%{?dist} +Release: 7%{?dist} Source0: http://thp.io/2011/pyotherside/%{name}-%{version}.tar.gz URL: http://thp.io/2011/pyotherside/ License: ISC @@ -26,7 +26,7 @@ A QML Plugin that provides access to a Python 3 interpreter from QML. %build %{qmake_qt5} -make %{?_smp_mflags} +%make_build %check xvfb-run ./tests/tests @@ -35,13 +35,18 @@ xvfb-run ./tests/tests make INSTALL_ROOT=%{buildroot} install %files -%doc README LICENSE +%doc README +%license LICENSE %dir %{_qt5_archdatadir}/qml/io/ %dir %{_qt5_archdatadir}/qml/io/thp/ %{_qt5_archdatadir}/qml/io/thp/pyotherside %exclude %{_libdir}/qt5/tests/qtquicktests/qtquicktests %changelog +* Sun May 27 2018 Rex Dieter - 1.5.3-7 +- rebuild (qt) +- use %%make_build %%license + * Wed Feb 14 2018 Jan Grulich - 1.5.3-6 - rebuild (qt5) From 26f5550d36a927a27dbdbec3e4c0adedc5303a23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 19 Jun 2018 10:51:07 +0200 Subject: [PATCH 26/66] Rebuilt for Python 3.7 --- pyotherside.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyotherside.spec b/pyotherside.spec index 5b86fbf..ffd0ab4 100644 --- a/pyotherside.spec +++ b/pyotherside.spec @@ -1,7 +1,7 @@ Summary: Asynchronous Python 3 Bindings for Qt 5 Name: pyotherside Version: 1.5.3 -Release: 7%{?dist} +Release: 8%{?dist} Source0: http://thp.io/2011/pyotherside/%{name}-%{version}.tar.gz URL: http://thp.io/2011/pyotherside/ License: ISC @@ -43,6 +43,9 @@ make INSTALL_ROOT=%{buildroot} install %exclude %{_libdir}/qt5/tests/qtquicktests/qtquicktests %changelog +* Tue Jun 19 2018 Miro Hrončok - 1.5.3-8 +- Rebuilt for Python 3.7 + * Sun May 27 2018 Rex Dieter - 1.5.3-7 - rebuild (qt) - use %%make_build %%license From 60daeaaf1362ed340dee6b73e3ecad15fc304c75 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 21 Jun 2018 07:56:47 -0500 Subject: [PATCH 27/66] rebuild (qt5) --- pyotherside.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyotherside.spec b/pyotherside.spec index ffd0ab4..5be29bb 100644 --- a/pyotherside.spec +++ b/pyotherside.spec @@ -1,7 +1,7 @@ Summary: Asynchronous Python 3 Bindings for Qt 5 Name: pyotherside Version: 1.5.3 -Release: 8%{?dist} +Release: 9%{?dist} Source0: http://thp.io/2011/pyotherside/%{name}-%{version}.tar.gz URL: http://thp.io/2011/pyotherside/ License: ISC @@ -43,6 +43,9 @@ make INSTALL_ROOT=%{buildroot} install %exclude %{_libdir}/qt5/tests/qtquicktests/qtquicktests %changelog +* Thu Jun 21 2018 Rex Dieter - 1.5.3-9 +- rebuild (qt5) + * Tue Jun 19 2018 Miro Hrončok - 1.5.3-8 - Rebuilt for Python 3.7 From 930d5180a2b2115bf6823e6d03f7157aed9ff31d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 2 Jul 2018 18:22:56 +0200 Subject: [PATCH 28/66] Rebuilt for Python 3.7 --- pyotherside.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyotherside.spec b/pyotherside.spec index 5be29bb..c404388 100644 --- a/pyotherside.spec +++ b/pyotherside.spec @@ -1,7 +1,7 @@ Summary: Asynchronous Python 3 Bindings for Qt 5 Name: pyotherside Version: 1.5.3 -Release: 9%{?dist} +Release: 10%{?dist} Source0: http://thp.io/2011/pyotherside/%{name}-%{version}.tar.gz URL: http://thp.io/2011/pyotherside/ License: ISC @@ -43,6 +43,9 @@ make INSTALL_ROOT=%{buildroot} install %exclude %{_libdir}/qt5/tests/qtquicktests/qtquicktests %changelog +* Mon Jul 02 2018 Miro Hrončok - 1.5.3-10 +- Rebuilt for Python 3.7 + * Thu Jun 21 2018 Rex Dieter - 1.5.3-9 - rebuild (qt5) From bb9f478c5d92cde8e9f6e1d9820eb6bd5a3efe56 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 13 Jul 2018 23:11:25 +0000 Subject: [PATCH 29/66] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- pyotherside.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyotherside.spec b/pyotherside.spec index c404388..560b68b 100644 --- a/pyotherside.spec +++ b/pyotherside.spec @@ -1,7 +1,7 @@ Summary: Asynchronous Python 3 Bindings for Qt 5 Name: pyotherside Version: 1.5.3 -Release: 10%{?dist} +Release: 11%{?dist} Source0: http://thp.io/2011/pyotherside/%{name}-%{version}.tar.gz URL: http://thp.io/2011/pyotherside/ License: ISC @@ -43,6 +43,9 @@ make INSTALL_ROOT=%{buildroot} install %exclude %{_libdir}/qt5/tests/qtquicktests/qtquicktests %changelog +* Fri Jul 13 2018 Fedora Release Engineering - 1.5.3-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Mon Jul 02 2018 Miro Hrončok - 1.5.3-10 - Rebuilt for Python 3.7 From 9f52796c5851dfccba7ac2c28b4e7a695a15fc5f Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Tue, 17 Jul 2018 19:48:29 +0200 Subject: [PATCH 30/66] Fix qtquicktests exclude --- pyotherside.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pyotherside.spec b/pyotherside.spec index 560b68b..3265f6a 100644 --- a/pyotherside.spec +++ b/pyotherside.spec @@ -1,7 +1,7 @@ Summary: Asynchronous Python 3 Bindings for Qt 5 Name: pyotherside Version: 1.5.3 -Release: 11%{?dist} +Release: 12%{?dist} Source0: http://thp.io/2011/pyotherside/%{name}-%{version}.tar.gz URL: http://thp.io/2011/pyotherside/ License: ISC @@ -40,9 +40,12 @@ make INSTALL_ROOT=%{buildroot} install %dir %{_qt5_archdatadir}/qml/io/ %dir %{_qt5_archdatadir}/qml/io/thp/ %{_qt5_archdatadir}/qml/io/thp/pyotherside -%exclude %{_libdir}/qt5/tests/qtquicktests/qtquicktests +%exclude %{_usr}/tests/qtquicktests %changelog +* Tue Jul 17 2018 Martin Kolman - 1.5.3-12 +- fix exlude for qtquicktests + * Fri Jul 13 2018 Fedora Release Engineering - 1.5.3-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From 11bf6f4585a2fdcee4eaa1e792651ca25eeafb1e Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 22 Aug 2018 10:25:22 -0500 Subject: [PATCH 31/66] better exclude fix --- pyotherside.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/pyotherside.spec b/pyotherside.spec index 3265f6a..4094fa7 100644 --- a/pyotherside.spec +++ b/pyotherside.spec @@ -1,7 +1,7 @@ Summary: Asynchronous Python 3 Bindings for Qt 5 Name: pyotherside Version: 1.5.3 -Release: 12%{?dist} +Release: 13%{?dist} Source0: http://thp.io/2011/pyotherside/%{name}-%{version}.tar.gz URL: http://thp.io/2011/pyotherside/ License: ISC @@ -40,11 +40,14 @@ make INSTALL_ROOT=%{buildroot} install %dir %{_qt5_archdatadir}/qml/io/ %dir %{_qt5_archdatadir}/qml/io/thp/ %{_qt5_archdatadir}/qml/io/thp/pyotherside -%exclude %{_usr}/tests/qtquicktests +%exclude %{_qt5_prefix}/tests/qtquicktests %changelog +* Wed Aug 22 2018 Rex Dieter - 1.5.3-13 +- better exclude fix + * Tue Jul 17 2018 Martin Kolman - 1.5.3-12 -- fix exlude for qtquicktests +- fix exclude for qtquicktests * Fri Jul 13 2018 Fedora Release Engineering - 1.5.3-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From 11e49ca584ca740eba20b55c543ff09689cc630c Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Fri, 21 Sep 2018 20:58:23 +0200 Subject: [PATCH 32/66] rebuild (qt5) --- pyotherside.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyotherside.spec b/pyotherside.spec index 4094fa7..5638420 100644 --- a/pyotherside.spec +++ b/pyotherside.spec @@ -1,7 +1,7 @@ Summary: Asynchronous Python 3 Bindings for Qt 5 Name: pyotherside Version: 1.5.3 -Release: 13%{?dist} +Release: 14%{?dist} Source0: http://thp.io/2011/pyotherside/%{name}-%{version}.tar.gz URL: http://thp.io/2011/pyotherside/ License: ISC @@ -43,6 +43,9 @@ make INSTALL_ROOT=%{buildroot} install %exclude %{_qt5_prefix}/tests/qtquicktests %changelog +* Fri Sep 21 2018 Jan Grulich - 1.5.3-14 +- rebuild (qt5) + * Wed Aug 22 2018 Rex Dieter - 1.5.3-13 - better exclude fix From 36570d25b23dba43a8902f6f11e852f1e4db0ec6 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 13 Dec 2018 10:03:00 -0600 Subject: [PATCH 33/66] rebuild (qt5) --- pyotherside.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyotherside.spec b/pyotherside.spec index 5638420..c76ee6e 100644 --- a/pyotherside.spec +++ b/pyotherside.spec @@ -1,7 +1,7 @@ Summary: Asynchronous Python 3 Bindings for Qt 5 Name: pyotherside Version: 1.5.3 -Release: 14%{?dist} +Release: 15%{?dist} Source0: http://thp.io/2011/pyotherside/%{name}-%{version}.tar.gz URL: http://thp.io/2011/pyotherside/ License: ISC @@ -43,6 +43,9 @@ make INSTALL_ROOT=%{buildroot} install %exclude %{_qt5_prefix}/tests/qtquicktests %changelog +* Thu Dec 13 2018 Rex Dieter - 1.5.3-15 +- rebuild (qt5) + * Fri Sep 21 2018 Jan Grulich - 1.5.3-14 - rebuild (qt5) From 97cfc0bb68f932cbe1fd82b50cf398618e5b46bf Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Mon, 28 Jan 2019 17:23:02 +0100 Subject: [PATCH 34/66] Updated to 1.5.4 --- .gitignore | 1 + pyotherside.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 62b5073..c1ff0a6 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /pyotherside-1.5.0.tar.gz /pyotherside-1.5.1.tar.gz /pyotherside-1.5.3.tar.gz +/pyotherside-1.5.4.tar.gz diff --git a/pyotherside.spec b/pyotherside.spec index c76ee6e..8b30d45 100644 --- a/pyotherside.spec +++ b/pyotherside.spec @@ -1,7 +1,7 @@ Summary: Asynchronous Python 3 Bindings for Qt 5 Name: pyotherside -Version: 1.5.3 -Release: 15%{?dist} +Version: 1.5.4 +Release: 1%{?dist} Source0: http://thp.io/2011/pyotherside/%{name}-%{version}.tar.gz URL: http://thp.io/2011/pyotherside/ License: ISC @@ -43,6 +43,10 @@ make INSTALL_ROOT=%{buildroot} install %exclude %{_qt5_prefix}/tests/qtquicktests %changelog + +* Mon Jan 28 2019 Martin Kolman - 1.5.4-1 +- Updated to 1.5.4 + * Thu Dec 13 2018 Rex Dieter - 1.5.3-15 - rebuild (qt5) diff --git a/sources b/sources index f039fca..9b1a58e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (pyotherside-1.5.3.tar.gz) = ff6aa43e72f5492b18403559514e6fdf0d2cee0965556fcafe5fe394b654a7dd2fc3a7d64d4b8f9c0ebf95485821b77022407772b2414539f2ab287e1fb01e93 +SHA512 (pyotherside-1.5.4.tar.gz) = feaf95e0c981a8fb8b3a57926f48f803584a371752e7f1d2f3c739ee220960df33ad4ca2a38322f3e56d4f8fde193bd7342105303d847b2f532937e8bf2c3b65 From 90e0ef146db365fbf35ca47fb652444e16d9ae1f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 2 Feb 2019 05:15:25 +0000 Subject: [PATCH 35/66] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- pyotherside.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyotherside.spec b/pyotherside.spec index 8b30d45..5e8317f 100644 --- a/pyotherside.spec +++ b/pyotherside.spec @@ -1,7 +1,7 @@ Summary: Asynchronous Python 3 Bindings for Qt 5 Name: pyotherside Version: 1.5.4 -Release: 1%{?dist} +Release: 2%{?dist} Source0: http://thp.io/2011/pyotherside/%{name}-%{version}.tar.gz URL: http://thp.io/2011/pyotherside/ License: ISC @@ -43,6 +43,9 @@ make INSTALL_ROOT=%{buildroot} install %exclude %{_qt5_prefix}/tests/qtquicktests %changelog +* Sat Feb 02 2019 Fedora Release Engineering - 1.5.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Mon Jan 28 2019 Martin Kolman - 1.5.4-1 - Updated to 1.5.4 From 3402239e8d352a0e54d9b249930a9db4f477320a Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Tue, 12 Feb 2019 01:26:38 +0100 Subject: [PATCH 36/66] Rebuilt to prove last build failure was just mass rebuild related breakage --- pyotherside.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pyotherside.spec b/pyotherside.spec index 5e8317f..10ad850 100644 --- a/pyotherside.spec +++ b/pyotherside.spec @@ -1,7 +1,7 @@ Summary: Asynchronous Python 3 Bindings for Qt 5 Name: pyotherside Version: 1.5.4 -Release: 2%{?dist} +Release: 3%{?dist} Source0: http://thp.io/2011/pyotherside/%{name}-%{version}.tar.gz URL: http://thp.io/2011/pyotherside/ License: ISC @@ -43,10 +43,12 @@ make INSTALL_ROOT=%{buildroot} install %exclude %{_qt5_prefix}/tests/qtquicktests %changelog +* Tue Feb 12 2019 Martin Kolman - 1.5.4-3 +- Rebuilt to prove last build failure was just mass rebuild related breakage + * Sat Feb 02 2019 Fedora Release Engineering - 1.5.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - * Mon Jan 28 2019 Martin Kolman - 1.5.4-1 - Updated to 1.5.4 From 415dd1d65db3017692cc376fdac379f6fb62a714 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 13 Mar 2019 10:18:17 -0500 Subject: [PATCH 37/66] rebuild (qt5) --- pyotherside.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyotherside.spec b/pyotherside.spec index 10ad850..daa72f8 100644 --- a/pyotherside.spec +++ b/pyotherside.spec @@ -1,7 +1,7 @@ Summary: Asynchronous Python 3 Bindings for Qt 5 Name: pyotherside Version: 1.5.4 -Release: 3%{?dist} +Release: 4%{?dist} Source0: http://thp.io/2011/pyotherside/%{name}-%{version}.tar.gz URL: http://thp.io/2011/pyotherside/ License: ISC @@ -43,6 +43,9 @@ make INSTALL_ROOT=%{buildroot} install %exclude %{_qt5_prefix}/tests/qtquicktests %changelog +* Wed Mar 13 2019 Rex Dieter - 1.5.4-4 +- rebuild (qt5) + * Tue Feb 12 2019 Martin Kolman - 1.5.4-3 - Rebuilt to prove last build failure was just mass rebuild related breakage From 4b69d28ef5bb1d0f983b7ae1035665f859c8fa5a Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Wed, 5 Jun 2019 11:53:05 +0200 Subject: [PATCH 38/66] Rebuild (qt5) --- pyotherside.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyotherside.spec b/pyotherside.spec index daa72f8..b637948 100644 --- a/pyotherside.spec +++ b/pyotherside.spec @@ -1,7 +1,7 @@ Summary: Asynchronous Python 3 Bindings for Qt 5 Name: pyotherside Version: 1.5.4 -Release: 4%{?dist} +Release: 5%{?dist} Source0: http://thp.io/2011/pyotherside/%{name}-%{version}.tar.gz URL: http://thp.io/2011/pyotherside/ License: ISC @@ -43,6 +43,9 @@ make INSTALL_ROOT=%{buildroot} install %exclude %{_qt5_prefix}/tests/qtquicktests %changelog +* Wed Jun 05 2019 Jan Grulich - 1.5.4-5 +- rebuild (qt5) + * Wed Mar 13 2019 Rex Dieter - 1.5.4-4 - rebuild (qt5) From c80a63abc89b995ba596ca32942b34d324f77470 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Mon, 17 Jun 2019 08:50:31 +0200 Subject: [PATCH 39/66] rebuild (qt5) --- pyotherside.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyotherside.spec b/pyotherside.spec index b637948..a819161 100644 --- a/pyotherside.spec +++ b/pyotherside.spec @@ -1,7 +1,7 @@ Summary: Asynchronous Python 3 Bindings for Qt 5 Name: pyotherside Version: 1.5.4 -Release: 5%{?dist} +Release: 6%{?dist} Source0: http://thp.io/2011/pyotherside/%{name}-%{version}.tar.gz URL: http://thp.io/2011/pyotherside/ License: ISC @@ -43,6 +43,9 @@ make INSTALL_ROOT=%{buildroot} install %exclude %{_qt5_prefix}/tests/qtquicktests %changelog +* Mon Jun 17 2019 Jan Grulich - 1.5.4-6 +- rebuild (qt5) + * Wed Jun 05 2019 Jan Grulich - 1.5.4-5 - rebuild (qt5) From 72bffacd5c364447adb00631842c8557ebc47f59 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Wed, 19 Jun 2019 15:03:59 +0200 Subject: [PATCH 40/66] Updated to 1.5.8 This version of PyOtherSide should be compatible with Python 3.8, while keeping compatibility with older Python 3 versions in place. --- pyotherside.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pyotherside.spec b/pyotherside.spec index a819161..f25e886 100644 --- a/pyotherside.spec +++ b/pyotherside.spec @@ -1,7 +1,7 @@ Summary: Asynchronous Python 3 Bindings for Qt 5 Name: pyotherside -Version: 1.5.4 -Release: 6%{?dist} +Version: 1.5.8 +Release: 1%{?dist} Source0: http://thp.io/2011/pyotherside/%{name}-%{version}.tar.gz URL: http://thp.io/2011/pyotherside/ License: ISC @@ -43,6 +43,10 @@ make INSTALL_ROOT=%{buildroot} install %exclude %{_qt5_prefix}/tests/qtquicktests %changelog +* Wed Jun 19 2019 Martin Kolman - 1.5.8-1 +- Update to 1.5.8 +- this should fix build issues with Python 3.8 + * Mon Jun 17 2019 Jan Grulich - 1.5.4-6 - rebuild (qt5) From 8fcc8125e3b25d48a6b6d593cf3fae1fce5ae9e1 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Wed, 19 Jun 2019 15:16:09 +0200 Subject: [PATCH 41/66] Add a new source tarball --- .gitignore | 1 + sources | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c1ff0a6..bf8e9a9 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /pyotherside-1.5.1.tar.gz /pyotherside-1.5.3.tar.gz /pyotherside-1.5.4.tar.gz +/pyotherside-1.5.8.tar.gz diff --git a/sources b/sources index 9b1a58e..5213ddb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (pyotherside-1.5.4.tar.gz) = feaf95e0c981a8fb8b3a57926f48f803584a371752e7f1d2f3c739ee220960df33ad4ca2a38322f3e56d4f8fde193bd7342105303d847b2f532937e8bf2c3b65 +SHA512 (pyotherside-1.5.8.tar.gz) = ff82bf693a239560001baa622c3854dbc920310573f4e565f247ac79a8ed717446231bc9a9d4990e9b8cb4032ca05d0c5ec9a1c87341be09238a62d005e6ac0f From 514b58abc8fcc0f3a91f2e366507a5f57d172b86 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 25 Jun 2019 15:12:36 -0500 Subject: [PATCH 42/66] rebuild (qt5) --- pyotherside.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyotherside.spec b/pyotherside.spec index f25e886..cf0b7d5 100644 --- a/pyotherside.spec +++ b/pyotherside.spec @@ -1,7 +1,7 @@ Summary: Asynchronous Python 3 Bindings for Qt 5 Name: pyotherside Version: 1.5.8 -Release: 1%{?dist} +Release: 2%{?dist} Source0: http://thp.io/2011/pyotherside/%{name}-%{version}.tar.gz URL: http://thp.io/2011/pyotherside/ License: ISC @@ -43,6 +43,9 @@ make INSTALL_ROOT=%{buildroot} install %exclude %{_qt5_prefix}/tests/qtquicktests %changelog +* Tue Jun 25 2019 Rex Dieter - 1.5.8-2 +- rebuild (qt5) + * Wed Jun 19 2019 Martin Kolman - 1.5.8-1 - Update to 1.5.8 - this should fix build issues with Python 3.8 From 93dd382234349734bcc7d53d9a63a22fefd85227 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 26 Jul 2019 11:45:31 +0000 Subject: [PATCH 43/66] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- pyotherside.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyotherside.spec b/pyotherside.spec index cf0b7d5..180b915 100644 --- a/pyotherside.spec +++ b/pyotherside.spec @@ -1,7 +1,7 @@ Summary: Asynchronous Python 3 Bindings for Qt 5 Name: pyotherside Version: 1.5.8 -Release: 2%{?dist} +Release: 3%{?dist} Source0: http://thp.io/2011/pyotherside/%{name}-%{version}.tar.gz URL: http://thp.io/2011/pyotherside/ License: ISC @@ -43,6 +43,9 @@ make INSTALL_ROOT=%{buildroot} install %exclude %{_qt5_prefix}/tests/qtquicktests %changelog +* Fri Jul 26 2019 Fedora Release Engineering - 1.5.8-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Tue Jun 25 2019 Rex Dieter - 1.5.8-2 - rebuild (qt5) From f33bdc4a468ef46866a7962488dd4f7fda5ab72f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 19 Aug 2019 10:24:16 +0200 Subject: [PATCH 44/66] Rebuilt for Python 3.8 --- pyotherside.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyotherside.spec b/pyotherside.spec index 180b915..f163ea1 100644 --- a/pyotherside.spec +++ b/pyotherside.spec @@ -1,7 +1,7 @@ Summary: Asynchronous Python 3 Bindings for Qt 5 Name: pyotherside Version: 1.5.8 -Release: 3%{?dist} +Release: 4%{?dist} Source0: http://thp.io/2011/pyotherside/%{name}-%{version}.tar.gz URL: http://thp.io/2011/pyotherside/ License: ISC @@ -43,6 +43,9 @@ make INSTALL_ROOT=%{buildroot} install %exclude %{_qt5_prefix}/tests/qtquicktests %changelog +* Mon Aug 19 2019 Miro Hrončok - 1.5.8-4 +- Rebuilt for Python 3.8 + * Fri Jul 26 2019 Fedora Release Engineering - 1.5.8-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From 703bed40b94e5de68bab9cc549e62bdc0feba63f Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Wed, 25 Sep 2019 12:12:56 +0200 Subject: [PATCH 45/66] rebuild (qt5) --- pyotherside.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyotherside.spec b/pyotherside.spec index f163ea1..c8173e5 100644 --- a/pyotherside.spec +++ b/pyotherside.spec @@ -1,7 +1,7 @@ Summary: Asynchronous Python 3 Bindings for Qt 5 Name: pyotherside Version: 1.5.8 -Release: 4%{?dist} +Release: 5%{?dist} Source0: http://thp.io/2011/pyotherside/%{name}-%{version}.tar.gz URL: http://thp.io/2011/pyotherside/ License: ISC @@ -43,6 +43,9 @@ make INSTALL_ROOT=%{buildroot} install %exclude %{_qt5_prefix}/tests/qtquicktests %changelog +* Wed Sep 25 2019 Jan Grulich - 1.5.8-5 +- rebuild (qt5) + * Mon Aug 19 2019 Miro Hrončok - 1.5.8-4 - Rebuilt for Python 3.8 From ead5604d430a8a4ffe5fc9bfa259df57b6059024 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Mon, 9 Dec 2019 21:20:28 +0100 Subject: [PATCH 46/66] rebuild (qt5) --- pyotherside.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyotherside.spec b/pyotherside.spec index c8173e5..2a11889 100644 --- a/pyotherside.spec +++ b/pyotherside.spec @@ -1,7 +1,7 @@ Summary: Asynchronous Python 3 Bindings for Qt 5 Name: pyotherside Version: 1.5.8 -Release: 5%{?dist} +Release: 6%{?dist} Source0: http://thp.io/2011/pyotherside/%{name}-%{version}.tar.gz URL: http://thp.io/2011/pyotherside/ License: ISC @@ -43,6 +43,9 @@ make INSTALL_ROOT=%{buildroot} install %exclude %{_qt5_prefix}/tests/qtquicktests %changelog +* Mon Dec 09 2019 Jan Grulich - 1.5.8-6 +- rebuild (qt5) + * Wed Sep 25 2019 Jan Grulich - 1.5.8-5 - rebuild (qt5) From a6c1848f7b56448f3d00e953a05bd65de156378a Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Mon, 20 Jan 2020 14:08:19 +0100 Subject: [PATCH 47/66] Updated to 1.5.9 This version of PyOtherSide should be compatible with Python 3.9, while keeping compatibility with older Python 3 versions in place. --- .gitignore | 1 + pyotherside.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index bf8e9a9..70ed8f4 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /pyotherside-1.5.3.tar.gz /pyotherside-1.5.4.tar.gz /pyotherside-1.5.8.tar.gz +/pyotherside-1.5.9.tar.gz diff --git a/pyotherside.spec b/pyotherside.spec index 2a11889..f3f065e 100644 --- a/pyotherside.spec +++ b/pyotherside.spec @@ -1,7 +1,7 @@ Summary: Asynchronous Python 3 Bindings for Qt 5 Name: pyotherside -Version: 1.5.8 -Release: 6%{?dist} +Version: 1.5.9 +Release: 1%{?dist} Source0: http://thp.io/2011/pyotherside/%{name}-%{version}.tar.gz URL: http://thp.io/2011/pyotherside/ License: ISC @@ -43,6 +43,10 @@ make INSTALL_ROOT=%{buildroot} install %exclude %{_qt5_prefix}/tests/qtquicktests %changelog +* Mon Jan 20 2020 Martin Kolman - 1.5.9-1 +- Update to 1.5.9 +- this should fix build issues with Python 3.9 + * Mon Dec 09 2019 Jan Grulich - 1.5.8-6 - rebuild (qt5) diff --git a/sources b/sources index 5213ddb..840f0b0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (pyotherside-1.5.8.tar.gz) = ff82bf693a239560001baa622c3854dbc920310573f4e565f247ac79a8ed717446231bc9a9d4990e9b8cb4032ca05d0c5ec9a1c87341be09238a62d005e6ac0f +SHA512 (pyotherside-1.5.9.tar.gz) = 62c171b273b921d8e0220c7b73f0ff95a0a911eb3785cc37f3dab2ec624e54301ac5fbccfb57cac6a4bee967728624d4738b03aff0c5762452b99674cdff6ab2 From aec2884b5bc5f9b69a7ab1f484ff740e5ef5f002 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 30 Jan 2020 10:13:24 +0000 Subject: [PATCH 48/66] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- pyotherside.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyotherside.spec b/pyotherside.spec index f3f065e..0f5a121 100644 --- a/pyotherside.spec +++ b/pyotherside.spec @@ -1,7 +1,7 @@ Summary: Asynchronous Python 3 Bindings for Qt 5 Name: pyotherside Version: 1.5.9 -Release: 1%{?dist} +Release: 2%{?dist} Source0: http://thp.io/2011/pyotherside/%{name}-%{version}.tar.gz URL: http://thp.io/2011/pyotherside/ License: ISC @@ -43,6 +43,9 @@ make INSTALL_ROOT=%{buildroot} install %exclude %{_qt5_prefix}/tests/qtquicktests %changelog +* Thu Jan 30 2020 Fedora Release Engineering - 1.5.9-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Mon Jan 20 2020 Martin Kolman - 1.5.9-1 - Update to 1.5.9 - this should fix build issues with Python 3.9 From 71d4cf44080543883df1d3a3a23aa262f5ed73a9 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 6 Apr 2020 09:18:22 -0500 Subject: [PATCH 49/66] rebuild (qt5) --- pyotherside.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyotherside.spec b/pyotherside.spec index 0f5a121..c614326 100644 --- a/pyotherside.spec +++ b/pyotherside.spec @@ -1,7 +1,7 @@ Summary: Asynchronous Python 3 Bindings for Qt 5 Name: pyotherside Version: 1.5.9 -Release: 2%{?dist} +Release: 3%{?dist} Source0: http://thp.io/2011/pyotherside/%{name}-%{version}.tar.gz URL: http://thp.io/2011/pyotherside/ License: ISC @@ -43,6 +43,9 @@ make INSTALL_ROOT=%{buildroot} install %exclude %{_qt5_prefix}/tests/qtquicktests %changelog +* Mon Apr 06 2020 Rex Dieter - 1.5.9-3 +- rebuild (qt5) + * Thu Jan 30 2020 Fedora Release Engineering - 1.5.9-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From b9e20ece0fa4891a6ecc184f7019403c92ea6e03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 26 May 2020 02:58:20 +0200 Subject: [PATCH 50/66] Rebuilt for Python 3.9 --- pyotherside.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyotherside.spec b/pyotherside.spec index c614326..f33be08 100644 --- a/pyotherside.spec +++ b/pyotherside.spec @@ -1,7 +1,7 @@ Summary: Asynchronous Python 3 Bindings for Qt 5 Name: pyotherside Version: 1.5.9 -Release: 3%{?dist} +Release: 4%{?dist} Source0: http://thp.io/2011/pyotherside/%{name}-%{version}.tar.gz URL: http://thp.io/2011/pyotherside/ License: ISC @@ -43,6 +43,9 @@ make INSTALL_ROOT=%{buildroot} install %exclude %{_qt5_prefix}/tests/qtquicktests %changelog +* Tue May 26 2020 Miro Hrončok - 1.5.9-4 +- Rebuilt for Python 3.9 + * Mon Apr 06 2020 Rex Dieter - 1.5.9-3 - rebuild (qt5) From 1dd9e08c9e0c6cd88e4eed29ca9b714155665c33 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 28 Jul 2020 23:21:27 +0000 Subject: [PATCH 51/66] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- pyotherside.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyotherside.spec b/pyotherside.spec index f33be08..da7b420 100644 --- a/pyotherside.spec +++ b/pyotherside.spec @@ -1,7 +1,7 @@ Summary: Asynchronous Python 3 Bindings for Qt 5 Name: pyotherside Version: 1.5.9 -Release: 4%{?dist} +Release: 5%{?dist} Source0: http://thp.io/2011/pyotherside/%{name}-%{version}.tar.gz URL: http://thp.io/2011/pyotherside/ License: ISC @@ -43,6 +43,9 @@ make INSTALL_ROOT=%{buildroot} install %exclude %{_qt5_prefix}/tests/qtquicktests %changelog +* Tue Jul 28 2020 Fedora Release Engineering - 1.5.9-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Tue May 26 2020 Miro Hrončok - 1.5.9-4 - Rebuilt for Python 3.9 From f92ca70ba045044020e2492541a5909abdc78fe5 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Fri, 11 Sep 2020 11:29:46 +0200 Subject: [PATCH 52/66] rebuild (qt5) --- pyotherside.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyotherside.spec b/pyotherside.spec index da7b420..3ab3937 100644 --- a/pyotherside.spec +++ b/pyotherside.spec @@ -1,7 +1,7 @@ Summary: Asynchronous Python 3 Bindings for Qt 5 Name: pyotherside Version: 1.5.9 -Release: 5%{?dist} +Release: 6%{?dist} Source0: http://thp.io/2011/pyotherside/%{name}-%{version}.tar.gz URL: http://thp.io/2011/pyotherside/ License: ISC @@ -43,6 +43,9 @@ make INSTALL_ROOT=%{buildroot} install %exclude %{_qt5_prefix}/tests/qtquicktests %changelog +* Fri Sep 11 2020 Jan Grulich - 1.5.9-6 +- rebuild (qt5) + * Tue Jul 28 2020 Fedora Release Engineering - 1.5.9-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From e8e750073b462128446b642c5863e895cbc50795 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Mon, 23 Nov 2020 07:54:15 +0100 Subject: [PATCH 53/66] rebuild (qt5) --- pyotherside.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyotherside.spec b/pyotherside.spec index 3ab3937..0ac23d8 100644 --- a/pyotherside.spec +++ b/pyotherside.spec @@ -1,7 +1,7 @@ Summary: Asynchronous Python 3 Bindings for Qt 5 Name: pyotherside Version: 1.5.9 -Release: 6%{?dist} +Release: 7%{?dist} Source0: http://thp.io/2011/pyotherside/%{name}-%{version}.tar.gz URL: http://thp.io/2011/pyotherside/ License: ISC @@ -43,6 +43,9 @@ make INSTALL_ROOT=%{buildroot} install %exclude %{_qt5_prefix}/tests/qtquicktests %changelog +* Mon Nov 23 07:54:15 CET 2020 Jan Grulich - 1.5.9-7 +- rebuild (qt5) + * Fri Sep 11 2020 Jan Grulich - 1.5.9-6 - rebuild (qt5) From a76b48c2d16168e45beeec88252e192b708775f5 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Fri, 8 Jan 2021 19:41:46 +0000 Subject: [PATCH 54/66] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- pyotherside.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/pyotherside.spec b/pyotherside.spec index 0ac23d8..4268b0f 100644 --- a/pyotherside.spec +++ b/pyotherside.spec @@ -5,6 +5,7 @@ Release: 7%{?dist} Source0: http://thp.io/2011/pyotherside/%{name}-%{version}.tar.gz URL: http://thp.io/2011/pyotherside/ License: ISC +BuildRequires: make BuildRequires: python3-devel BuildRequires: qt5-qtbase-devel BuildRequires: qt5-qtbase-private-devel From 493e80ba3d34bd7b75c40799b2d0825eea7f68d0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 27 Jan 2021 08:55:35 +0000 Subject: [PATCH 55/66] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- pyotherside.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyotherside.spec b/pyotherside.spec index 4268b0f..dd01e98 100644 --- a/pyotherside.spec +++ b/pyotherside.spec @@ -1,7 +1,7 @@ Summary: Asynchronous Python 3 Bindings for Qt 5 Name: pyotherside Version: 1.5.9 -Release: 7%{?dist} +Release: 8%{?dist} Source0: http://thp.io/2011/pyotherside/%{name}-%{version}.tar.gz URL: http://thp.io/2011/pyotherside/ License: ISC @@ -44,6 +44,9 @@ make INSTALL_ROOT=%{buildroot} install %exclude %{_qt5_prefix}/tests/qtquicktests %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 1.5.9-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Mon Nov 23 07:54:15 CET 2020 Jan Grulich - 1.5.9-7 - rebuild (qt5) From 6c5780a9c2f52714afa747bf0adb01789399e6c7 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 4 Jun 2021 20:17:17 +0200 Subject: [PATCH 56/66] Rebuilt for Python 3.10 --- pyotherside.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyotherside.spec b/pyotherside.spec index dd01e98..8edc619 100644 --- a/pyotherside.spec +++ b/pyotherside.spec @@ -1,7 +1,7 @@ Summary: Asynchronous Python 3 Bindings for Qt 5 Name: pyotherside Version: 1.5.9 -Release: 8%{?dist} +Release: 9%{?dist} Source0: http://thp.io/2011/pyotherside/%{name}-%{version}.tar.gz URL: http://thp.io/2011/pyotherside/ License: ISC @@ -44,6 +44,9 @@ make INSTALL_ROOT=%{buildroot} install %exclude %{_qt5_prefix}/tests/qtquicktests %changelog +* Fri Jun 04 2021 Python Maint - 1.5.9-9 +- Rebuilt for Python 3.10 + * Wed Jan 27 2021 Fedora Release Engineering - 1.5.9-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From d80483b723ecd3e1a0320af88a01cb8851acf036 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 04:28:34 +0000 Subject: [PATCH 57/66] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- pyotherside.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyotherside.spec b/pyotherside.spec index 8edc619..9d26ce5 100644 --- a/pyotherside.spec +++ b/pyotherside.spec @@ -1,7 +1,7 @@ Summary: Asynchronous Python 3 Bindings for Qt 5 Name: pyotherside Version: 1.5.9 -Release: 9%{?dist} +Release: 10%{?dist} Source0: http://thp.io/2011/pyotherside/%{name}-%{version}.tar.gz URL: http://thp.io/2011/pyotherside/ License: ISC @@ -44,6 +44,9 @@ make INSTALL_ROOT=%{buildroot} install %exclude %{_qt5_prefix}/tests/qtquicktests %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 1.5.9-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Fri Jun 04 2021 Python Maint - 1.5.9-9 - Rebuilt for Python 3.10 From 76da30a4e2c32e52dc744f55d32e6eab6ffceff1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 21 Jan 2022 09:51:12 +0000 Subject: [PATCH 58/66] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- pyotherside.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyotherside.spec b/pyotherside.spec index 9d26ce5..ae21bed 100644 --- a/pyotherside.spec +++ b/pyotherside.spec @@ -1,7 +1,7 @@ Summary: Asynchronous Python 3 Bindings for Qt 5 Name: pyotherside Version: 1.5.9 -Release: 10%{?dist} +Release: 11%{?dist} Source0: http://thp.io/2011/pyotherside/%{name}-%{version}.tar.gz URL: http://thp.io/2011/pyotherside/ License: ISC @@ -44,6 +44,9 @@ make INSTALL_ROOT=%{buildroot} install %exclude %{_qt5_prefix}/tests/qtquicktests %changelog +* Fri Jan 21 2022 Fedora Release Engineering - 1.5.9-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Jul 23 2021 Fedora Release Engineering - 1.5.9-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From 4391802a07b58258b75f2903bb1e9cebf0694dad Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Tue, 8 Mar 2022 08:55:04 +0100 Subject: [PATCH 59/66] Rebuild (qt5) --- pyotherside.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyotherside.spec b/pyotherside.spec index ae21bed..fa46a82 100644 --- a/pyotherside.spec +++ b/pyotherside.spec @@ -1,7 +1,7 @@ Summary: Asynchronous Python 3 Bindings for Qt 5 Name: pyotherside Version: 1.5.9 -Release: 11%{?dist} +Release: 12%{?dist} Source0: http://thp.io/2011/pyotherside/%{name}-%{version}.tar.gz URL: http://thp.io/2011/pyotherside/ License: ISC @@ -44,6 +44,9 @@ make INSTALL_ROOT=%{buildroot} install %exclude %{_qt5_prefix}/tests/qtquicktests %changelog +* Tue Mar 08 2022 Jan Grulich - 1.5.9-12 +- Rebuild (qt5) + * Fri Jan 21 2022 Fedora Release Engineering - 1.5.9-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From fcbe05502c54f4994f3095402f6b152810f3cd4b Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Tue, 17 May 2022 13:06:23 +0200 Subject: [PATCH 60/66] Rebuild (qt5) --- pyotherside.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyotherside.spec b/pyotherside.spec index fa46a82..edea3c7 100644 --- a/pyotherside.spec +++ b/pyotherside.spec @@ -1,7 +1,7 @@ Summary: Asynchronous Python 3 Bindings for Qt 5 Name: pyotherside Version: 1.5.9 -Release: 12%{?dist} +Release: 13%{?dist} Source0: http://thp.io/2011/pyotherside/%{name}-%{version}.tar.gz URL: http://thp.io/2011/pyotherside/ License: ISC @@ -44,6 +44,9 @@ make INSTALL_ROOT=%{buildroot} install %exclude %{_qt5_prefix}/tests/qtquicktests %changelog +* Tue May 17 2022 Jan Grulich - 1.5.9-13 +- Rebuild (qt5) + * Tue Mar 08 2022 Jan Grulich - 1.5.9-12 - Rebuild (qt5) From 7dac1f3ea1ce4cae1428b9c60c1f1b53d2464818 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 17:08:26 +0200 Subject: [PATCH 61/66] Rebuilt for Python 3.11 --- pyotherside.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyotherside.spec b/pyotherside.spec index edea3c7..c7694ee 100644 --- a/pyotherside.spec +++ b/pyotherside.spec @@ -1,7 +1,7 @@ Summary: Asynchronous Python 3 Bindings for Qt 5 Name: pyotherside Version: 1.5.9 -Release: 13%{?dist} +Release: 14%{?dist} Source0: http://thp.io/2011/pyotherside/%{name}-%{version}.tar.gz URL: http://thp.io/2011/pyotherside/ License: ISC @@ -44,6 +44,9 @@ make INSTALL_ROOT=%{buildroot} install %exclude %{_qt5_prefix}/tests/qtquicktests %changelog +* Mon Jun 13 2022 Python Maint - 1.5.9-14 +- Rebuilt for Python 3.11 + * Tue May 17 2022 Jan Grulich - 1.5.9-13 - Rebuild (qt5) From c653fb7f80dc268bc723f6dda5a6247bfe6593c6 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Thu, 14 Jul 2022 15:03:24 +0200 Subject: [PATCH 62/66] Rebuild (qt5) --- pyotherside.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pyotherside.spec b/pyotherside.spec index c7694ee..f1238c6 100644 --- a/pyotherside.spec +++ b/pyotherside.spec @@ -1,7 +1,7 @@ Summary: Asynchronous Python 3 Bindings for Qt 5 Name: pyotherside Version: 1.5.9 -Release: 14%{?dist} +Release: 15%{?dist} Source0: http://thp.io/2011/pyotherside/%{name}-%{version}.tar.gz URL: http://thp.io/2011/pyotherside/ License: ISC @@ -9,7 +9,7 @@ BuildRequires: make BuildRequires: python3-devel BuildRequires: qt5-qtbase-devel BuildRequires: qt5-qtbase-private-devel -%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}} + BuildRequires: pkgconfig(Qt5Gui) BuildRequires: pkgconfig(Qt5Qml) BuildRequires: pkgconfig(Qt5Quick) @@ -44,6 +44,9 @@ make INSTALL_ROOT=%{buildroot} install %exclude %{_qt5_prefix}/tests/qtquicktests %changelog +* Thu Jul 14 2022 Jan Grulich - 1.5.9-15 +- Rebuild (qt5) + * Mon Jun 13 2022 Python Maint - 1.5.9-14 - Rebuilt for Python 3.11 From 20b78bbe293e31d710c97cdce3a5bf0223a82546 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 22 Jul 2022 15:49:45 +0000 Subject: [PATCH 63/66] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- pyotherside.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyotherside.spec b/pyotherside.spec index f1238c6..5848b12 100644 --- a/pyotherside.spec +++ b/pyotherside.spec @@ -1,7 +1,7 @@ Summary: Asynchronous Python 3 Bindings for Qt 5 Name: pyotherside Version: 1.5.9 -Release: 15%{?dist} +Release: 16%{?dist} Source0: http://thp.io/2011/pyotherside/%{name}-%{version}.tar.gz URL: http://thp.io/2011/pyotherside/ License: ISC @@ -44,6 +44,9 @@ make INSTALL_ROOT=%{buildroot} install %exclude %{_qt5_prefix}/tests/qtquicktests %changelog +* Fri Jul 22 2022 Fedora Release Engineering - 1.5.9-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Thu Jul 14 2022 Jan Grulich - 1.5.9-15 - Rebuild (qt5) From 495cb2b3011bfd46b6318611559aa1205879b220 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Tue, 16 Aug 2022 15:20:07 +0200 Subject: [PATCH 64/66] Updated to 1.6.0 version 1.6.0 adds support for Qt 6 but we still build with Qt 5 for now --- .gitignore | 1 + pyotherside.spec | 10 +++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 70ed8f4..ecde957 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /pyotherside-1.5.4.tar.gz /pyotherside-1.5.8.tar.gz /pyotherside-1.5.9.tar.gz +/pyotherside-1.6.0.tar.gz diff --git a/pyotherside.spec b/pyotherside.spec index 5848b12..261d23b 100644 --- a/pyotherside.spec +++ b/pyotherside.spec @@ -1,7 +1,7 @@ Summary: Asynchronous Python 3 Bindings for Qt 5 Name: pyotherside -Version: 1.5.9 -Release: 16%{?dist} +Version: 1.6.0 +Release: 1%{?dist} Source0: http://thp.io/2011/pyotherside/%{name}-%{version}.tar.gz URL: http://thp.io/2011/pyotherside/ License: ISC @@ -36,7 +36,7 @@ xvfb-run ./tests/tests make INSTALL_ROOT=%{buildroot} install %files -%doc README +%doc README.md %license LICENSE %dir %{_qt5_archdatadir}/qml/io/ %dir %{_qt5_archdatadir}/qml/io/thp/ @@ -44,6 +44,10 @@ make INSTALL_ROOT=%{buildroot} install %exclude %{_qt5_prefix}/tests/qtquicktests %changelog +* Tue Aug 16 2022 Martin Kolman - 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 - 1.5.9-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild diff --git a/sources b/sources index 840f0b0..471e768 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (pyotherside-1.5.9.tar.gz) = 62c171b273b921d8e0220c7b73f0ff95a0a911eb3785cc37f3dab2ec624e54301ac5fbccfb57cac6a4bee967728624d4738b03aff0c5762452b99674cdff6ab2 +SHA512 (pyotherside-1.6.0.tar.gz) = 57835db9d65fae10e6b3ec8ab37793e316324e7a819a1045436adf9eabdee11ccf3090a4db0302283b236e77e5e0bd14cf92ed1430835ccc324e50085a872787 From 3da1745d026bf0e53f00ea54433a96207f282338 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 20 Jan 2023 10:41:34 +0000 Subject: [PATCH 65/66] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- pyotherside.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyotherside.spec b/pyotherside.spec index 261d23b..2cc38a9 100644 --- a/pyotherside.spec +++ b/pyotherside.spec @@ -1,7 +1,7 @@ Summary: Asynchronous Python 3 Bindings for Qt 5 Name: pyotherside Version: 1.6.0 -Release: 1%{?dist} +Release: 2%{?dist} Source0: http://thp.io/2011/pyotherside/%{name}-%{version}.tar.gz URL: http://thp.io/2011/pyotherside/ License: ISC @@ -44,6 +44,9 @@ make INSTALL_ROOT=%{buildroot} install %exclude %{_qt5_prefix}/tests/qtquicktests %changelog +* Fri Jan 20 2023 Fedora Release Engineering - 1.6.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Tue Aug 16 2022 Martin Kolman - 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 From bfa3ec398aec2ca737ebed7b41eea1c4e7bc1273 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Mon, 30 Oct 2023 23:48:19 +0300 Subject: [PATCH 66/66] Remove unnecessary files --- sources | 1 - 1 file changed, 1 deletion(-) delete mode 100644 sources diff --git a/sources b/sources deleted file mode 100644 index 471e768..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (pyotherside-1.6.0.tar.gz) = 57835db9d65fae10e6b3ec8ab37793e316324e7a819a1045436adf9eabdee11ccf3090a4db0302283b236e77e5e0bd14cf92ed1430835ccc324e50085a872787