1
0

4 Commits

4 changed files with 20 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:14ac7bf453e5a38d052d51b29ee6656ec8a1b252d943e88a8d7cceb27baccb6d
size 3250696

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a8c7ab2dd6732a8ea7b1718f2dbd833a3f36259b45270a875053c4de50bb09a8
size 3367478

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Sep 26 10:54:11 UTC 2025 - ecsos <ecsos@opensuse.org>
- Update to 1.17.0
- No changelog from upstream.
-------------------------------------------------------------------
Sun Jan 26 10:26:03 UTC 2025 - ecsos <ecsos@opensuse.org>
- Update ot 0.14.1
- No changelog from upstream.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Sep 28 09:03:33 UTC 2023 - ecsos <ecsos@opensuse.org> Thu Sep 28 09:03:33 UTC 2023 - ecsos <ecsos@opensuse.org>

View File

@@ -1,7 +1,7 @@
# #
# spec file # spec file for package icinga-php-library
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2025 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
%global module_name icinga-php-library %global module_name icinga-php-library
%global basedir %{_datadir}/icinga-php/ipl %global basedir %{_datadir}/icinga-php/ipl
Name: %{module_name} Name: %{module_name}
Version: 0.13.0 Version: 0.17.0
Release: %{revision}%{?dist} Release: %{revision}%{?dist}
Summary: Icinga PHP Library for Icinga Web 2 Summary: Icinga PHP Library for Icinga Web 2
License: MIT License: MIT
@@ -29,6 +29,8 @@ URL: https://icinga.com
Source0: https://github.com/Icinga/%{module_name}/archive/v%{version}/%{module_name}-%{version}.tar.gz Source0: https://github.com/Icinga/%{module_name}/archive/v%{version}/%{module_name}-%{version}.tar.gz
Source99: %{name}-rpmlintrc Source99: %{name}-rpmlintrc
BuildRequires: fdupes BuildRequires: fdupes
Requires: icingaweb2 >= 2.9
Requires: php >= 8.2
Requires: php-gettext Requires: php-gettext
Requires: php-intl Requires: php-intl
Requires: php-json Requires: php-json