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-02-21 17:52:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jasper (Old) and /work/SRC/openSUSE:Factory/.jasper.new.1706 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jasper" Wed Feb 21 17:52:03 2024 rev:29 rq:1147689 version:4.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/jasper/jasper.changes 2024-02-06 16:34:02.973969128 +0100 +++ /work/SRC/openSUSE:Factory/.jasper.new.1706/jasper.changes 2024-02-21 17:52:13.106187582 +0100 @@ -1,0 +2,6 @@ +Tue Feb 20 05:47:05 UTC 2024 - Michael Vetter <[email protected]> + +- Update to 4.2.1: + * Fix a build problem for the DJGPP/MS-DOS environment (#372). + +------------------------------------------------------------------- Old: ---- version-4.2.0.tar.gz New: ---- version-4.2.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jasper.spec ++++++ --- /var/tmp/diff_new_pack.L3auqk/_old 2024-02-21 17:52:14.182226528 +0100 +++ /var/tmp/diff_new_pack.L3auqk/_new 2024-02-21 17:52:14.186226673 +0100 @@ -20,7 +20,7 @@ %global __builddir obs_build Name: jasper -Version: 4.2.0 +Version: 4.2.1 Release: 0 Summary: An Implementation of the JPEG-2000 Standard, Part 1 License: JasPer-2.0 ++++++ version-4.2.0.tar.gz -> version-4.2.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jasper-version-4.2.0/.github/workflows/ci.yml new/jasper-version-4.2.1/.github/workflows/ci.yml --- old/jasper-version-4.2.0/.github/workflows/ci.yml 2024-02-05 20:08:43.000000000 +0100 +++ new/jasper-version-4.2.1/.github/workflows/ci.yml 2024-02-18 10:37:59.000000000 +0100 @@ -1,6 +1,13 @@ name: ci -on: [push, pull_request] +on: + push: + branches: + - '**' + - '!mdadams-joss' + tags-ignore: + - '**' + pull_request: jobs: build: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jasper-version-4.2.0/CMakeLists.txt new/jasper-version-4.2.1/CMakeLists.txt --- old/jasper-version-4.2.0/CMakeLists.txt 2024-02-05 20:08:43.000000000 +0100 +++ new/jasper-version-4.2.1/CMakeLists.txt 2024-02-18 10:37:59.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 0) +set(JAS_VERSION_PATCH 1) # 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-4.2.0/NEWS.txt new/jasper-version-4.2.1/NEWS.txt --- old/jasper-version-4.2.0/NEWS.txt 2024-02-05 20:08:43.000000000 +0100 +++ new/jasper-version-4.2.1/NEWS.txt 2024-02-18 10:37:59.000000000 +0100 @@ -1,3 +1,8 @@ +4.2.1 (2024-02-18) +================== + +* Fix a build problem for the DJGPP/MS-DOS environment (#372). + 4.2.0 (2024-02-05) ================== diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jasper-version-4.2.0/src/libjasper/base/jas_malloc.c new/jasper-version-4.2.1/src/libjasper/base/jas_malloc.c --- old/jasper-version-4.2.0/src/libjasper/base/jas_malloc.c 2024-02-05 20:08:43.000000000 +0100 +++ new/jasper-version-4.2.1/src/libjasper/base/jas_malloc.c 2024-02-18 10:37:59.000000000 +0100 @@ -648,7 +648,7 @@ return 0; } return JAS_CAST(size_t, value); -#elif defined(__unix__) && (!defined(__linux__) && !defined(__APPLE__)) +#elif defined(__unix__) && (!defined(__linux__) && !defined(__APPLE__) && !defined(__DJGPP__)) /* Reference: https://stackoverflow.com/questions/2513505/how-to-get-available-memory-c-g
