Hello community,

here is the log from the commit of package ossim for openSUSE:Factory checked 
in at 2020-02-21 16:41:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ossim (Old)
 and      /work/SRC/openSUSE:Factory/.ossim.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ossim"

Fri Feb 21 16:41:32 2020 rev:2 rq:777684 version:2.11.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ossim/ossim.changes      2019-09-09 
12:33:10.457494026 +0200
+++ /work/SRC/openSUSE:Factory/.ossim.new.26092/ossim.changes   2020-02-21 
16:41:42.197954557 +0100
@@ -1,0 +2,6 @@
+Thu Feb 20 11:11:55 UTC 2020 - Dirk Stoecker <opens...@dstoecker.de>
+
+- update to 2.11.1
+- drop fix_hdf5_printErrorStack.patch (fixed upstream)
+
+-------------------------------------------------------------------

Old:
----
  fix_hdf5_printErrorStack.patch
  ossim-Islamorada-2.5.1.tar.gz

New:
----
  ossim-OrchidIsland-2.11.1.tar.gz

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

Other differences:
------------------
++++++ ossim.spec ++++++
--- /var/tmp/diff_new_pack.2pG9gC/_old  2020-02-21 16:41:44.997960152 +0100
+++ /var/tmp/diff_new_pack.2pG9gC/_new  2020-02-21 16:41:45.009960176 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ossim
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2015 Angelos Tzotsos <tzot...@opensuse.org>.
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,18 +17,15 @@
 #
 
 
-%define _release_name Islamorada
+%define _release_name OrchidIsland
 Name:           ossim
-Version:        2.5.1
+Version:        2.11.1
 Release:        0
 Summary:        Open Source Software Image Map (OSSIM)
 License:        LGPL-3.0-only
 Group:          Development/Libraries/C and C++
 URL:            http://trac.osgeo.org/ossim/
 Source0:        
https://github.com/ossimlabs/ossim/archive/%{_release_name}-%{version}.tar.gz#/%{name}-%{_release_name}-%{version}.tar.gz
-# hdf5 1.10.2+ deprecate printError() virtual function by removing it
-# Fix ossim code to use printErrorStack replacement
-Patch0:         fix_hdf5_printErrorStack.patch
 BuildRequires:  cmake >= 2.8.0
 BuildRequires:  fdupes
 BuildRequires:  freetype2-devel
@@ -80,7 +77,6 @@
 
 %prep
 %setup -q -n %{name}-%{_release_name}-%{version}
-%patch0 -p1
 
 %build
 export CXXFLAGS=" -std=c++03"
@@ -93,15 +89,7 @@
   -DBUILD_OSSIM_CURL_APPS=OFF \
   -DBUILD_OSSIM_TESTS=ON \
   -DBUILD_OSSIM_HDF5_SUPPORT=ON \
-  -DBUILD_SHARED_LIBS=ON \
-  -DGEOS_C_LIB=%{_libdir}/libgeos_c.so \
-  -DGEOS_INCLUDE_DIR=%{_includedir}/geos \
-  -DGEOS_LIB=%{_libdir}/libgeos.so \
-  -DGEOS_LIBRARY=%{_libdir}/libgeos.so \
-  -DGEOTIFF_INCLUDE_DIR=%{_includedir}/libgeotiff \
-  -DCMAKE_MODULE_PATH=$(CURDIR)/CMakeModules \
-  -DFREETYPE_INCLUDE_DIRS=%{_includedir}/freetype2 \
-  -DGEOTIFF_LIBRARY=%{_libdir}/libgeotiff.so
+  -DBUILD_SHARED_LIBS=ON
 
 make %{?_smp_mflags}
 


Reply via email to