1
0

7 Commits

Author SHA256 Message Date
f6381e117d Accepting request 1276827 from devel:languages:misc
OBS-URL: https://build.opensuse.org/request/show/1276827
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qore-ssh2-module?expand=0&rev=12
2025-05-12 14:50:10 +00:00
Sarah Kriesch
ccea4e3f18 - Add BuildRequire for qore-stdlib >= 2.0 with new qore package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/qore-ssh2-module?expand=0&rev=56
2025-05-12 12:09:34 +00:00
Sarah Kriesch
f3cd031748 OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/qore-ssh2-module?expand=0&rev=55 2025-05-11 17:32:14 +00:00
Sarah Kriesch
0bff6c916c OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/qore-ssh2-module?expand=0&rev=54 2025-05-11 17:27:55 +00:00
Sarah Kriesch
8defde8351 - export CMAKE_POLICY_VERSION_MINIMUM="3.5" to ignore cmakes
minimum version warnings

OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/qore-ssh2-module?expand=0&rev=53
2025-05-11 16:52:32 +00:00
f5a8ca80aa Accepting request 1240850 from devel:languages:misc
OBS-URL: https://build.opensuse.org/request/show/1240850
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qore-ssh2-module?expand=0&rev=11
2025-01-28 16:20:25 +00:00
Sarah Kriesch
743c29f6a4 fix order + Dez=>Dec to make it parsable
OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/qore-ssh2-module?expand=0&rev=51
2025-01-28 14:14:16 +00:00
2 changed files with 21 additions and 6 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon May 12 13:25:40 UTC 2025 - Sarah Kriesch <sarah.kriesch@opensuse.org>
- Add BuildRequire for qore-stdlib >= 2.0 with new qore package
-------------------------------------------------------------------
Wed May 7 10:57:38 UTC 2025 - Simon Lees <sflees@suse.de>
- export CMAKE_POLICY_VERSION_MINIMUM="3.5" to ignore cmakes
minimum version warnings
-------------------------------------------------------------------
Sun May 26 11:58:31 UTC 2024 - Sarah Kriesch <sarah.kriesch@opensuse.org>
@@ -47,6 +58,11 @@ Wed Apr 14 09:53:40 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Drop -m64/-m32 flags on Arm
- Fix build on aarch64
-------------------------------------------------------------------
Fri Dec 11 16:35:40 UTC 2020 - sarah.kriesch@ibm.com
- Fix s390x build
-------------------------------------------------------------------
Fri Aug 1 21:54:53 UTC 2014 - dvlaeev@suse.com
@@ -56,8 +72,3 @@ Fri Aug 1 21:54:53 UTC 2014 - dvlaeev@suse.com
Tue Jul 30 14:20:50 UTC 2014 - petr@yarpen.cz
- migrated to OBS file layout
-------------------------------------------------------------------
Fri Dez 11 16:35:40 UTC 2020 - sarah.kriesch@ibm.com
- Fix s390x build

View File

@@ -1,7 +1,7 @@
#
# spec file for package qore-ssh2-module
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -61,6 +61,7 @@ BuildRequires: libssh2-devel >= 1.1
BuildRequires: openssl-devel
BuildRequires: pkgconfig
BuildRequires: qore >= 1.18
BuildRequires: qore-stdlib >= 2.0
BuildRequires: qore-devel >= 1.18
Requires: /usr/bin/env
Requires: qore-module(abi)%{?_isa} = %{module_api}
@@ -92,6 +93,9 @@ This RPM provides API documentation, test and example programs
%setup -q
%build
# Remove cmake4 error due to not setting
# min cmake version - sflees.de
export CMAKE_POLICY_VERSION_MINIMUM=3.5
export CXXFLAGS="%{?optflags}"
cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -DCMAKE_BUILD_TYPE=RELWITHDEBINFO -DCMAKE_SKIP_RPATH=1 -DCMAKE_SKIP_INSTALL_RPATH=1 -DCMAKE_SKIP_BUILD_RPATH=1 -DCMAKE_PREFIX_PATH=${_prefix}/lib64/cmake/Qore .
make %{?_smp_mflags}