Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libjpeg-turbo for openSUSE:Factory 
checked in at 2022-04-14 17:23:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libjpeg-turbo (Old)
 and      /work/SRC/openSUSE:Factory/.libjpeg-turbo.new.1941 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libjpeg-turbo"

Thu Apr 14 17:23:14 2022 rev:61 rq:969262 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/libjpeg-turbo/libjpeg-turbo.changes      
2021-11-28 21:29:59.654098201 +0100
+++ /work/SRC/openSUSE:Factory/.libjpeg-turbo.new.1941/libjpeg-turbo.changes    
2022-04-14 17:23:24.671119327 +0200
@@ -1,0 +2,22 @@
+Sun Mar 20 19:33:28 UTC 2022 - Dirk M??ller <dmuel...@suse.com>
+
+- update to 2.1.3:
+  * Fixed a regression introduced by 2.0 beta1[7] whereby cjpeg compressed PGM
+    input files into full-color JPEG images unless the `-grayscale` option was
+    used.
+  
+  * cjpeg now automatically compresses GIF and 8-bit BMP input files into
+    grayscale JPEG images if the input files contain only shades of gray.
+  
+  * The build system now enables the intrinsics implementation of the AArch64
+    (Arm 64-bit) Neon SIMD extensions by default when using GCC 12 or later.
+  
+  * Fixed a segfault that occurred while decompressing a 4:2:0 JPEG image using
+    the merged (non-fancy) upsampling algorithms (that is, with
+    `cinfo.do_fancy_upsampling` set to `FALSE`) along with 
`jpeg_crop_scanline()`.
+    Specifically, the segfault occurred if the number of bytes remaining in the
+    output buffer was less than the number of bytes required to represent one
+    uncropped scanline of the output image.  For that reason, the issue could 
only
+    be reproduced using the libjpeg API, not using djpeg.
+
+-------------------------------------------------------------------

Old:
----
  libjpeg-turbo-2.1.2.tar.gz
  libjpeg-turbo-2.1.2.tar.gz.sig

New:
----
  libjpeg-turbo-2.1.3.tar.gz
  libjpeg-turbo-2.1.3.tar.gz.sig

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

Other differences:
------------------
++++++ libjpeg-turbo.spec ++++++
--- /var/tmp/diff_new_pack.9gsBoY/_old  2022-04-14 17:23:25.319120084 +0200
+++ /var/tmp/diff_new_pack.9gsBoY/_new  2022-04-14 17:23:25.323120089 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libjpeg-turbo
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,6 @@
 
 %define asan_build 0
 %define debug_build 0
-%define srcver   2.1.2
 %define major    8
 %define minor    2
 %define micro    2
@@ -28,13 +27,13 @@
 %define tmicro   0
 %define tlibver  %{tmajor}.%{tminor}.%{tmicro}
 Name:           libjpeg-turbo
-Version:        %{srcver}
+Version:        2.1.3
 Release:        0
 Summary:        A SIMD-accelerated library for manipulating JPEG image files
 License:        BSD-3-Clause
 URL:            https://sourceforge.net/projects/libjpeg-turbo
-Source0:        
http://downloads.sf.net/libjpeg-turbo/libjpeg-turbo-%{version}.tar.gz
-Source1:        
http://downloads.sf.net/libjpeg-turbo/libjpeg-turbo-%{version}.tar.gz.sig
+Source0:        
https://downloads.sf.net/libjpeg-turbo/libjpeg-turbo-%{version}.tar.gz
+Source1:        
https://downloads.sf.net/libjpeg-turbo/libjpeg-turbo-%{version}.tar.gz.sig
 Source2:        libjpeg-turbo.keyring
 Source3:        baselibs.conf
 Patch1:         libjpeg-turbo-1.3.0-tiff-ojpeg.patch
@@ -133,14 +132,14 @@
 exit 0
 %endif
 export 
LD_LIBRARY_PATH=%{buildroot}%{_libdir}${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
-%if 0%{?fedora_version}
+%if 0%{?fedora_version} || 0%{?centos_version}
   ctest --output-on-failure --force-new-ctest-process
 %else
   %ctest
 %endif
 
 %install
-%if 0%{?fedora_version}
+%if 0%{?fedora_version} || 0%{?centos_version}
   make DESTDIR=%{buildroot} install/fast
 %else
   %cmake_install

++++++ libjpeg62-turbo.spec ++++++
--- /var/tmp/diff_new_pack.9gsBoY/_old  2022-04-14 17:23:25.343120112 +0200
+++ /var/tmp/diff_new_pack.9gsBoY/_new  2022-04-14 17:23:25.347120117 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libjpeg62-turbo
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,16 +19,16 @@
 %define major   62
 %define minor   3
 %define micro   0
-%define srcver  2.1.2
 %define libver  %{major}.%{minor}.%{micro}
+%define srcver  2.1.3
 Name:           libjpeg62-turbo
 Version:        %{srcver}
 Release:        0
 Summary:        A SIMD-accelerated library for manipulating JPEG image files
 License:        BSD-3-Clause
 URL:            https://sourceforge.net/projects/libjpeg-turbo
-Source0:        
http://downloads.sf.net/libjpeg-turbo/libjpeg-turbo-%{version}.tar.gz
-Source1:        
http://downloads.sf.net/libjpeg-turbo/libjpeg-turbo-%{version}.tar.gz.sig
+Source0:        
https://downloads.sf.net/libjpeg-turbo/libjpeg-turbo-%{version}.tar.gz
+Source1:        
https://downloads.sf.net/libjpeg-turbo/libjpeg-turbo-%{version}.tar.gz.sig
 Source2:        libjpeg-turbo.keyring
 Source3:        baselibs.conf
 Patch1:         libjpeg-turbo-1.3.0-tiff-ojpeg.patch

++++++ libjpeg-turbo-2.1.2.tar.gz -> libjpeg-turbo-2.1.3.tar.gz ++++++
++++ 4235 lines of diff (skipped)

Reply via email to