Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package jasper for openSUSE:Factory checked in at 2024-03-13 22:16:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jasper (Old) and /work/SRC/openSUSE:Factory/.jasper.new.1770 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jasper" Wed Mar 13 22:16:37 2024 rev:30 rq:1157079 version:4.2.2 Changes: -------- --- /work/SRC/openSUSE:Factory/jasper/jasper.changes 2024-02-21 17:52:13.106187582 +0100 +++ /work/SRC/openSUSE:Factory/.jasper.new.1770/jasper.changes 2024-03-13 22:17:02.476878531 +0100 @@ -1,0 +2,6 @@ +Tue Mar 12 05:12:23 UTC 2024 - Michael Vetter <mvet...@suse.com> + +- Update to 4.2.2: + * Fix minor build issue (#374). + +------------------------------------------------------------------- Old: ---- version-4.2.1.tar.gz New: ---- version-4.2.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jasper.spec ++++++ --- /var/tmp/diff_new_pack.eye0iF/_old 2024-03-13 22:17:03.160903695 +0100 +++ /var/tmp/diff_new_pack.eye0iF/_new 2024-03-13 22:17:03.160903695 +0100 @@ -20,7 +20,7 @@ %global __builddir obs_build Name: jasper -Version: 4.2.1 +Version: 4.2.2 Release: 0 Summary: An Implementation of the JPEG-2000 Standard, Part 1 License: JasPer-2.0 ++++++ version-4.2.1.tar.gz -> version-4.2.2.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jasper-version-4.2.1/CMakeLists.txt new/jasper-version-4.2.2/CMakeLists.txt --- old/jasper-version-4.2.1/CMakeLists.txt 2024-02-18 10:37:59.000000000 +0100 +++ new/jasper-version-4.2.2/CMakeLists.txt 2024-03-11 21:33:47.000000000 +0100 @@ -12,7 +12,7 @@ # The major, minor, and micro version numbers of the project. set(JAS_VERSION_MAJOR 4) set(JAS_VERSION_MINOR 2) -set(JAS_VERSION_PATCH 1) +set(JAS_VERSION_PATCH 2) # The shared library versioning information. # Guidelines on how to change this information can be found below. @@ -822,10 +822,10 @@ # We only want to include directories in the installed rpath if they # will not be considered implicitly. list(FIND CMAKE_PLATFORM_IMPLICIT_LINK_DIRECTORIES - "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}" jas_is_system_dir) + "${CMAKE_INSTALL_FULL_LIBDIR}" jas_is_system_dir) if(jas_is_system_dir EQUAL -1) set(CMAKE_INSTALL_RPATH - "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}") + "${CMAKE_INSTALL_FULL_LIBDIR}") endif() endif() diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jasper-version-4.2.1/NEWS.txt new/jasper-version-4.2.2/NEWS.txt --- old/jasper-version-4.2.1/NEWS.txt 2024-02-18 10:37:59.000000000 +0100 +++ new/jasper-version-4.2.2/NEWS.txt 2024-03-11 21:33:47.000000000 +0100 @@ -1,3 +1,8 @@ +4.2.2 (2024-03-11) +================== + +* Fix minor build issue (#374). + 4.2.1 (2024-02-18) ==================