Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package librtprocess for openSUSE:Factory 
checked in at 2021-06-07 22:43:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/librtprocess (Old)
 and      /work/SRC/openSUSE:Factory/.librtprocess.new.32437 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "librtprocess"

Mon Jun  7 22:43:46 2021 rev:2 rq:897929 version:0.12.0+20210408

Changes:
--------
--- /work/SRC/openSUSE:Factory/librtprocess/librtprocess.changes        
2020-10-02 17:44:47.795006726 +0200
+++ /work/SRC/openSUSE:Factory/.librtprocess.new.32437/librtprocess.changes     
2021-06-07 22:44:13.868559161 +0200
@@ -1,0 +2,15 @@
+Mon May 31 06:04:11 UTC 2021 - Paolo Stivanin <i...@paolostivanin.com>
+
+- Update to 0.12.0+20210408:
+  * Add missing copyright/license headers and Boost license text
+    for files derived from sleef
+  * Fix border issue
+  * rcd demosaic: speedup and reduced memory usage
+  * Fix some double promotions
+  * Fix bug in calculation of tile size
+  * make StopWatch more robust
+  * rcd_demosaic(): SSE code for step 3
+- Add add-missing-include.patch to fix a compilation issue
+- Add missing license BSL-1.0
+
+-------------------------------------------------------------------

Old:
----
  librtprocess-0.11.0+20200922.tar.xz

New:
----
  add-missing-include.patch
  librtprocess-0.12.0+20210408.tar.xz

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

Other differences:
------------------
++++++ librtprocess.spec ++++++
--- /var/tmp/diff_new_pack.SBWyXi/_old  2021-06-07 22:44:14.416560086 +0200
+++ /var/tmp/diff_new_pack.SBWyXi/_new  2021-06-07 22:44:14.420560093 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package librtprocess
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,14 +15,16 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 Name:           librtprocess
-Version:        0.11.0+20200922
+Version:        0.12.0+20210408
 Release:        0
 Summary:        A collection of functions for processing photos
-License:        GPL-3.0-or-later
+License:        BSL-1.0 AND GPL-3.0-or-later
 Group:          Development/Libraries/C and C++
 URL:            https://github.com/CarVac/librtprocess
 Source:         %{name}-%{version}.tar.xz
+Patch0:         add-missing-include.patch
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  pkg-config
@@ -56,6 +58,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %cmake .

++++++ _service ++++++
--- /var/tmp/diff_new_pack.SBWyXi/_old  2021-06-07 22:44:14.444560133 +0200
+++ /var/tmp/diff_new_pack.SBWyXi/_new  2021-06-07 22:44:14.448560140 +0200
@@ -2,7 +2,7 @@
   <service name="tar_scm" mode="disabled">
     <param name="url">https://github.com/CarVac/librtprocess.git</param>
     <param name="scm">git</param>
-    <param name="versionformat">0.11.0+%cd</param>
+    <param name="versionformat">0.12.0+%cd</param>
     <param name="revision">master</param>
     <param name="changesgenerate">enable</param>
   </service>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.SBWyXi/_old  2021-06-07 22:44:14.464560167 +0200
+++ /var/tmp/diff_new_pack.SBWyXi/_new  2021-06-07 22:44:14.464560167 +0200
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/CarVac/librtprocess.git</param>
-              <param 
name="changesrevision">4d92e84d04d5ef8f7b44fc4da2b82c7ebc88488c</param></service></servicedata>
\ No newline at end of file
+              <param 
name="changesrevision">b8990f7fa77cf08ffdcbe136a1547f5b1c4b0726</param></service></servicedata>

++++++ add-missing-include.patch ++++++
--- librtprocess-0.12.0+20210408/src/include/librtprocess.h.orig        
2021-05-31 07:59:26.183749715 +0200
+++ librtprocess-0.12.0+20210408/src/include/librtprocess.h     2021-05-31 
08:01:07.944132872 +0200
@@ -21,7 +21,7 @@
 #define _LIBRTPROCESS_
 
 #include <functional>
-
+#include <cstddef>
 
 enum rpError {RP_NO_ERROR, RP_MEMORY_ERROR, RP_WRONG_CFA, RP_CACORRECT_ERROR};
 rpError bayerborder_demosaic(int winw, int winh, int lborders, const float * 
const *rawData, float **red, float **green, float **blue, const unsigned 
cfarray[2][2]);
++++++ librtprocess-0.11.0+20200922.tar.xz -> 
librtprocess-0.12.0+20210408.tar.xz ++++++
++++ 6126 lines of diff (skipped)

Reply via email to