Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package orthanc-python for openSUSE:Factory 
checked in at 2022-12-05 18:01:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/orthanc-python (Old)
 and      /work/SRC/openSUSE:Factory/.orthanc-python.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "orthanc-python"

Mon Dec  5 18:01:56 2022 rev:6 rq:1040230 version:4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/orthanc-python/orthanc-python.changes    
2021-09-02 23:20:51.420594040 +0200
+++ /work/SRC/openSUSE:Factory/.orthanc-python.new.1835/orthanc-python.changes  
2022-12-05 18:02:08.852890799 +0100
@@ -1,0 +2,8 @@
+Mon Dec  5 07:24:58 UTC 2022 - Dirk Müller <dmuel...@suse.com>
+
+- update to 4.0:
+  * New functions from the SDK wrapped in Python:
+    - orthanc.RegisterIncomingCStoreInstanceFilter()
+    - orthanc.RegisterReceivedInstanceCallback()
+
+-------------------------------------------------------------------

Old:
----
  OrthancPython-3.4.tar.gz

New:
----
  OrthancPython-4.0.tar.gz

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

Other differences:
------------------
++++++ orthanc-python.spec ++++++
--- /var/tmp/diff_new_pack.WTURqr/_old  2022-12-05 18:02:09.580894762 +0100
+++ /var/tmp/diff_new_pack.WTURqr/_new  2022-12-05 18:02:09.584894784 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package orthanc-python
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 # Copyright (c) 2020-2021 Dr. Axel Braun
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,11 +18,11 @@
 
 
 Name:           orthanc-python
+Version:        4.0
+Release:        0
 Summary:        Python plugin for Orthanc
 License:        AGPL-3.0-or-later
 Group:          Productivity/Graphics/Viewers
-Version:        3.4
-Release:        0
 URL:            https://orthanc-server.com
 Source0:        
https://www.orthanc-server.com/downloads/get.php?path=/plugin-python/OrthancPython-%{version}.tar.gz
 Source11:       orthanc-python-readme.openSUSE
@@ -38,19 +38,17 @@
 BuildRequires:  libboost_system-devel >= 1.66
 BuildRequires:  libboost_thread-devel >= 1.66
 BuildRequires:  libuuid-devel
-BuildRequires:  orthanc-devel
+BuildRequires:  orthanc-devel >= 1.10
 BuildRequires:  orthanc-source
+BuildRequires:  pkgconfig
 BuildRequires:  python3-devel
 BuildRequires:  unzip
 BuildRequires:  pkgconfig(python3)
-
 Requires:       orthanc
 
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-
 %description
 This plugin can be used to write Orthanc plugins in Python instead of C++
-See /usr/share/doc/packages/orthanc/orthanc-python-readme.openSUSE
+See %{_docdir}/orthanc/orthanc-python-readme.openSUSE
 
 %prep
 %setup -q -n OrthancPython-%{version}
@@ -66,7 +64,7 @@
        -DORTHANC_FRAMEWORK_SOURCE=path \
        -DBoost_NO_BOOST_CMAKE=ON \
        -DPYTHON_VERSION=%{python3_version} \
-       -DORTHANC_FRAMEWORK_ROOT=/usr/src/orthanc/OrthancFramework/Sources \
+       
-DORTHANC_FRAMEWORK_ROOT=%{_prefix}/src/orthanc/OrthancFramework/Sources \
        -DLIB_INSTALL_DIR=%{_libdir}/share/orthanc/plugins/
 
 %cmake_build %{?_smp_mflags}
@@ -79,18 +77,17 @@
 mkdir -p -m 755 %{buildroot}%{_libdir}/share/orthanc/plugins
 mkdir -p -m 755 %{buildroot}%{_docdir}/orthanc
 
-mv %{buildroot}%{_prefix}/share/orthanc/plugins/*.so* 
%{buildroot}%{_libdir}/share/orthanc/plugins/.
+mv %{buildroot}%{_datadir}/orthanc/plugins/*.so* 
%{buildroot}%{_libdir}/share/orthanc/plugins/.
 
 #Link from lib64 to orthanc plugin-directory, where it is expected
 ln -s 
../../../..%{_libdir}/share/orthanc/plugins/libOrthancPython.so.%{version} \
-      %{buildroot}%{_prefix}/share/orthanc/plugins/libOrthancPython.so
+      %{buildroot}%{_datadir}/orthanc/plugins/libOrthancPython.so
 
 rm %{buildroot}%{_libdir}/share/orthanc/plugins/*.so
 
-cp %{S:11} %{buildroot}%{_docdir}/orthanc/.
+cp %{SOURCE11} %{buildroot}%{_docdir}/orthanc/.
 
 %post -p /sbin/ldconfig
-
 %postun -p /sbin/ldconfig
 
 %files
@@ -101,8 +98,8 @@
 %dir %{_libdir}/share/orthanc
 %dir %{_libdir}/share/orthanc/plugins
 %{_libdir}/share/orthanc/plugins/*.so*
-%dir %{_prefix}/share/orthanc
-%dir %{_prefix}/share/orthanc/plugins
-%{_prefix}/share/orthanc/plugins/*.so*
+%dir %{_datadir}/orthanc
+%dir %{_datadir}/orthanc/plugins
+%{_datadir}/orthanc/plugins/*.so*
 
 %changelog

++++++ OrthancPython-3.4.tar.gz -> OrthancPython-4.0.tar.gz ++++++
++++ 18989 lines of diff (skipped)

Reply via email to