From 806c0d52a97df647f93d1573ebab38f3c03d41f4e7ede23d6b1fb613a3cea9b4 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 14 Dec 2017 11:21:33 +0000 Subject: [PATCH 1/4] - Add missing python BuildRequire (for mkicon.py) OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/putty?expand=0&rev=41 --- putty.changes | 5 +++++ putty.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/putty.changes b/putty.changes index 28102b2..19e7cbc 100644 --- a/putty.changes +++ b/putty.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 14 11:21:17 UTC 2017 - jengelh@inai.de + +- Add missing python BuildRequire (for mkicon.py) + ------------------------------------------------------------------- Tue Jul 11 22:22:08 UTC 2017 - jengelh@inai.de diff --git a/putty.spec b/putty.spec index d452cbc..04c45cd 100644 --- a/putty.spec +++ b/putty.spec @@ -35,6 +35,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: ImageMagick BuildRequires: gtk3-devel BuildRequires: krb5-devel +BuildRequires: python BuildRequires: update-desktop-files Conflicts: pssh From 9297077c90148d8060ec67bef113135f4e22b28a31ac3a3d2478781cd5e00444 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 14 Dec 2017 18:24:54 +0000 Subject: [PATCH 2/4] OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/putty?expand=0&rev=42 --- putty.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/putty.spec b/putty.spec index 04c45cd..c2cb8ed 100644 --- a/putty.spec +++ b/putty.spec @@ -35,7 +35,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: ImageMagick BuildRequires: gtk3-devel BuildRequires: krb5-devel -BuildRequires: python +BuildRequires: python3-base BuildRequires: update-desktop-files Conflicts: pssh From 0dd0236bf4e371a927f22c26b04c99abcba2043821be3a76325cccac1ed4c965 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 14 Dec 2017 18:32:05 +0000 Subject: [PATCH 3/4] OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/putty?expand=0&rev=43 --- putty.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/putty.changes b/putty.changes index 19e7cbc..3107853 100644 --- a/putty.changes +++ b/putty.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 14 18:31:53 UTC 2017 - jengelh@inai.de + +- Update python BuildRequire to python3-base + ------------------------------------------------------------------- Thu Dec 14 11:21:17 UTC 2017 - jengelh@inai.de From 8d2ead90cefddf1359bcb8d055fa76aef531d9f8c08573b0ae11c6b91d266039 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 14 Dec 2017 19:59:13 +0000 Subject: [PATCH 4/4] - Update python BuildRequire to python-base OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/putty?expand=0&rev=44 --- putty.changes | 2 +- putty.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/putty.changes b/putty.changes index 3107853..55d69d0 100644 --- a/putty.changes +++ b/putty.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Thu Dec 14 18:31:53 UTC 2017 - jengelh@inai.de -- Update python BuildRequire to python3-base +- Update python BuildRequire to python-base ------------------------------------------------------------------- Thu Dec 14 11:21:17 UTC 2017 - jengelh@inai.de diff --git a/putty.spec b/putty.spec index c2cb8ed..dcccb51 100644 --- a/putty.spec +++ b/putty.spec @@ -35,7 +35,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: ImageMagick BuildRequires: gtk3-devel BuildRequires: krb5-devel -BuildRequires: python3-base +BuildRequires: python-base BuildRequires: update-desktop-files Conflicts: pssh