Hello community,

here is the log from the commit of package SimGear for openSUSE:Factory checked 
in at 2018-01-05 01:00:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/SimGear (Old)
 and      /work/SRC/openSUSE:Factory/.SimGear.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "SimGear"

Fri Jan  5 01:00:27 2018 rev:6 rq:561448 version:2017.3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/SimGear/SimGear.changes  2017-12-12 
21:22:50.110816843 +0100
+++ /work/SRC/openSUSE:Factory/.SimGear.new/SimGear.changes     2018-01-05 
01:00:32.345583874 +0100
@@ -1,0 +2,5 @@
+Wed Jan  3 12:19:56 UTC 2018 - r...@fthiessen.de
+
+- Fixed dependencies
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ SimGear.spec ++++++
--- /var/tmp/diff_new_pack.Ea1rlV/_old  2018-01-05 01:00:34.880740394 +0100
+++ /var/tmp/diff_new_pack.Ea1rlV/_new  2018-01-05 01:00:34.884739064 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package SimGear
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,16 +27,21 @@
 Group:          Amusements/Games/3D/Simulation
 Url:            http://www.flightgear.org/
 Source0:        
https://sourceforge.net/projects/flightgear/files/release-%{main_version}/simgear-%{version}.tar.bz2
-BuildRequires:  OpenSceneGraph-plugins >= 3.0
-BuildRequires:  boost-devel
+BuildRequires:  OpenSceneGraph-plugins >= 3.2
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  libOpenSceneGraph-devel > 1.2
-BuildRequires:  libOpenThreads-devel
-BuildRequires:  libjpeg-devel
-BuildRequires:  openal-soft-devel
-BuildRequires:  zlib-devel
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(gl)
+BuildRequires:  pkgconfig(libcurl)
+BuildRequires:  pkgconfig(openal)
+BuildRequires:  pkgconfig(openthreads)
+BuildRequires:  pkgconfig(zlib)
+%if 0%{?suse_version} > 1330
+BuildRequires:  libboost_headers-devel
+%else
+BuildRequires:  boost-devel
+%endif
 
 %description
 SimGear is a set of open-source libraries designed to be used as building
@@ -46,12 +51,12 @@
 SimGear is developed as part of the FlightGear project and used by the
 FlightGear flight simulator and many of its related utilities.
 
-%package -n %libname
+%package -n %{libname}
 Summary:        Simulator Construction Gear
 Group:          Amusements/Games/3D/Simulation
 Requires:       OpenSceneGraph-plugins >= 3.0
 
-%description -n %libname
+%description -n %{libname}
 SimGear is a set of open-source libraries designed to be used as building
 blocks for quickly assembling 3D simulations, games, and visualization
 applications.
@@ -91,17 +96,14 @@
 install -m 755 -d %{buildroot}%{_docdir}/%{name}
 install -m 644 -t %{buildroot}%{_docdir}/%{name} AUTHORS ChangeLog NEWS README
 
-%post -n %libname -p /sbin/ldconfig
-
-%postun -n %libname -p /sbin/ldconfig
+%post -n %{libname} -p /sbin/ldconfig
+%postun -n %{libname} -p /sbin/ldconfig
 
-%files -n %libname
-%defattr(-,root,root,-)
+%files -n %{libname}
 %doc COPYING
 %{_libdir}/libSimGear*.so.*
 
 %files devel
-%defattr(-,root,root,-)
 %doc %{_docdir}/%{name}
 %{_includedir}/simgear/
 %{_libdir}/libSimGear*.so


Reply via email to