Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package jasper for openSUSE:Factory checked 
in at 2022-06-24 08:45:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jasper (Old)
 and      /work/SRC/openSUSE:Factory/.jasper.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jasper"

Fri Jun 24 08:45:07 2022 rev:19 rq:984730 version:3.0.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/jasper/jasper.changes    2022-06-04 
23:26:48.868742388 +0200
+++ /work/SRC/openSUSE:Factory/.jasper.new.1548/jasper.changes  2022-06-24 
08:45:19.567140224 +0200
@@ -1,0 +2,6 @@
+Thu Jun 23 14:09:05 UTC 2022 - Michael Vetter <mvet...@suse.com>
+
+- Update to 3.0.5:
+  * Fix a minor build issue (#328).
+
+-------------------------------------------------------------------

Old:
----
  version-3.0.4.tar.gz

New:
----
  version-3.0.5.tar.gz

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

Other differences:
------------------
++++++ jasper.spec ++++++
--- /var/tmp/diff_new_pack.pBtHDk/_old  2022-06-24 08:45:20.279141021 +0200
+++ /var/tmp/diff_new_pack.pBtHDk/_new  2022-06-24 08:45:20.283141026 +0200
@@ -20,7 +20,7 @@
 %global __builddir obs_build
 
 Name:           jasper
-Version:        3.0.4
+Version:        3.0.5
 Release:        0
 Summary:        An Implementation of the JPEG-2000 Standard, Part 1
 License:        JasPer-2.0

++++++ version-3.0.4.tar.gz -> version-3.0.5.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jasper-version-3.0.4/CMakeLists.txt 
new/jasper-version-3.0.5/CMakeLists.txt
--- old/jasper-version-3.0.4/CMakeLists.txt     2022-06-03 06:10:20.000000000 
+0200
+++ new/jasper-version-3.0.5/CMakeLists.txt     2022-06-23 15:58:55.000000000 
+0200
@@ -10,7 +10,7 @@
 # The major, minor, and micro version numbers of the project.
 set(JAS_VERSION_MAJOR 3)
 set(JAS_VERSION_MINOR 0)
-set(JAS_VERSION_PATCH 4)
+set(JAS_VERSION_PATCH 5)
 
 # The shared library versioning information.
 # Guidelines on how to change this information can be found below.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jasper-version-3.0.4/NEWS.txt 
new/jasper-version-3.0.5/NEWS.txt
--- old/jasper-version-3.0.4/NEWS.txt   2022-06-03 06:10:20.000000000 +0200
+++ new/jasper-version-3.0.5/NEWS.txt   2022-06-23 15:58:55.000000000 +0200
@@ -1,3 +1,8 @@
+3.0.5 (2022-06-23)
+==================
+
+* Fix a minor build issue.
+
 3.0.4 (2022-06-02)
 ==================
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/jasper-version-3.0.4/build/cmake/modules/JasGetStdcVersion.cmake 
new/jasper-version-3.0.5/build/cmake/modules/JasGetStdcVersion.cmake
--- old/jasper-version-3.0.4/build/cmake/modules/JasGetStdcVersion.cmake        
2022-06-03 06:10:20.000000000 +0200
+++ new/jasper-version-3.0.5/build/cmake/modules/JasGetStdcVersion.cmake        
2022-06-23 15:58:55.000000000 +0200
@@ -3,8 +3,12 @@
        #set(verbose TRUE)
        set(verbose FALSE)
 
-       set(source_dir ${CMAKE_SOURCE_DIR}/build/cmake/src)
-       set(bin_dir ${CMAKE_BINARY_DIR}/build/cmake/src)
+       if(CMAKE_VERSION VERSION_GREATER_EQUAL "3.17")
+               set(source_dir ${CMAKE_CURRENT_FUNCTION_LIST_DIR}/../src)
+       else()
+               set(source_dir ${CMAKE_CURRENT_SOURCE_DIR}/build/cmake/src)
+       endif()
+       set(bin_dir ${CMAKE_CURRENT_BINARY_DIR}/build/cmake/src)
 
        try_run(print_stdc_run_status print_stdc_compile_status
            ${bin_dir}

Reply via email to