4 Commits

2 changed files with 13 additions and 2 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Nov 22 21:22:38 CET 2025 - Stanislav Brabec <sbrabec@suse.com>
- Remove unused BuildRequires: update-desktop-files.
-------------------------------------------------------------------
Wed Sep 24 08:07:11 CEST 2025 - aschnell@suse.com
- libboost_system was removed upstream (bsc#1249900)
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Dec 13 13:03:39 UTC 2024 - Stefan Brüns <stefan.bruens@rwth-aachen.de> Fri Dec 13 13:03:39 UTC 2024 - Stefan Brüns <stefan.bruens@rwth-aachen.de>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package OpenSceneGraph # spec file for package OpenSceneGraph
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2025 SUSE LLC and contributors
# #
# 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
@@ -73,7 +73,6 @@ BuildRequires: libjpeg-devel
BuildRequires: libpng-devel BuildRequires: libpng-devel
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: unzip BuildRequires: unzip
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(OpenEXR) BuildRequires: pkgconfig(OpenEXR)
BuildRequires: pkgconfig(freetype2) BuildRequires: pkgconfig(freetype2)
BuildRequires: pkgconfig(gstreamer-1.0) BuildRequires: pkgconfig(gstreamer-1.0)
@@ -97,8 +96,10 @@ BuildRequires: pkgconfig(xrandr)
%if %{with collada} %if %{with collada}
BuildRequires: collada-dom-devel BuildRequires: collada-dom-devel
BuildRequires: libboost_filesystem-devel BuildRequires: libboost_filesystem-devel
%if 0%{?suse_version} < 1600
BuildRequires: libboost_system-devel BuildRequires: libboost_system-devel
%endif %endif
%endif
%if %{with dcmtk} %if %{with dcmtk}
BuildRequires: cmake(DCMTK) BuildRequires: cmake(DCMTK)
BuildRequires: pkgconfig(icu-uc) BuildRequires: pkgconfig(icu-uc)