Hello community, here is the log from the commit of package libjpeg-turbo for openSUSE:Factory checked in at 2013-12-19 12:41:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libjpeg-turbo (Old) and /work/SRC/openSUSE:Factory/.libjpeg-turbo.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libjpeg-turbo" Changes: -------- --- /work/SRC/openSUSE:Factory/libjpeg-turbo/libjpeg-turbo.changes 2013-06-05 11:54:03.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libjpeg-turbo.new/libjpeg-turbo.changes 2013-12-19 12:41:01.000000000 +0100 @@ -1,0 +2,16 @@ +Tue Sep 10 12:42:45 UTC 2013 - [email protected] + +- update do 1.3.0: + * Fixed a Huffman encoder bug that prevented I/O suspension from + working properly. + * Added support for additional scaling factors (3/8, 5/8, 3/4, + 7/8, 9/8, 5/4, 11/8, 3/2, 13/8, 7/4, 15/8, and 2) when + decompressing. Note that the IDCT will not be SIMD-accelerated + when using any of these new scaling factors. + * The tjDecompressToYUV() function now supports the TJFLAG_FASTDCT + flag. + * cjpeg can now be used to generate JPEG files with the RGB + colorspace (feature ported from jpeg-8d.) + * etc. see ChangeLog.txt + +------------------------------------------------------------------- --- /work/SRC/openSUSE:Factory/libjpeg-turbo/libjpeg62-turbo.changes 2013-06-18 15:19:36.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libjpeg-turbo.new/libjpeg62-turbo.changes 2013-12-19 12:41:01.000000000 +0100 @@ -1,0 +2,16 @@ +Tue Sep 10 12:51:24 UTC 2013 - [email protected] + +- update do 1.3.0: + * Fixed a Huffman encoder bug that prevented I/O suspension from + working properly. + * Added support for additional scaling factors (3/8, 5/8, 3/4, + 7/8, 9/8, 5/4, 11/8, 3/2, 13/8, 7/4, 15/8, and 2) when + decompressing. Note that the IDCT will not be SIMD-accelerated + when using any of these new scaling factors. + * The tjDecompressToYUV() function now supports the TJFLAG_FASTDCT + flag. + * cjpeg can now be used to generate JPEG files with the RGB + colorspace (feature ported from jpeg-8d.) + * etc. see ChangeLog.txt + +------------------------------------------------------------------- Old: ---- libjpeg-turbo-1.2.1-int32.patch libjpeg-turbo-1.2.1-tiff-ojpeg.patch libjpeg-turbo-1.2.1.tar.gz New: ---- libjpeg-turbo-1.3.0-int32.patch libjpeg-turbo-1.3.0-tiff-ojpeg.patch libjpeg-turbo-1.3.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libjpeg-turbo.spec ++++++ --- /var/tmp/diff_new_pack.pgjibH/_old 2013-12-19 12:41:02.000000000 +0100 +++ /var/tmp/diff_new_pack.pgjibH/_new 2013-12-19 12:41:02.000000000 +0100 @@ -16,12 +16,15 @@ # +%define srcver 1.3.0 %define major 8 %define minor 0 %define micro 2 -%define srcver 1.2.1 %define libver %{major}.%{minor}.%{micro} -# major number of library from jpeg8 +%define tmajor 0 +%define tminor 0 +%define tmicro 0 +%define tlibver %{tmajor}.%{tminor}.%{tmicro} Name: libjpeg-turbo Version: %{srcver} @@ -65,6 +68,17 @@ This library contains MMX/SSE accelerated functions for manipulating JPEG images. +%package -n libturbojpeg%{tmajor} + +Version: %{version} +Release: 0 +Summary: The MMX/SSE accelerated JPEG compression/decompression library +Group: System/Libraries + +%description -n libturbojpeg%{tmajor} +This library contains MMX/SSE accelerated functions for manipulating +JPEG images. + %package -n libjpeg%{major}-devel Version: %{libver} Release: 0 @@ -103,18 +117,10 @@ %install %makeinstall - # Fix perms -chmod -x README-turbo.txt release/copyright - +chmod -x README-turbo.txt # Remove unwanted files rm -f %{buildroot}%{_libdir}/lib{,turbo}jpeg.la - -# Don't distribute libjpegturbo because it is unversioned -rm %{buildroot}%{_includedir}/turbojpeg.h -rm %{buildroot}%{_libdir}/libturbojpeg.so -rm %{buildroot}%{_bindir}/tjbench - # Remove docs, we'll select docs manually rm -rf %{buildroot}%{_datadir}/doc/ @@ -122,10 +128,14 @@ %postun -n libjpeg%{major} -p /sbin/ldconfig +%post -n libturbojpeg%{tmajor} -p /sbin/ldconfig + +%postun -n libturbojpeg%{tmajor} -p /sbin/ldconfig + %files %defattr(-,root,root) %doc README README-turbo.txt change.log ChangeLog.txt -%doc release/copyright usage.txt wizard.txt +%doc usage.txt wizard.txt %{_bindir}/* %doc %{_mandir}/man1/* @@ -134,10 +144,16 @@ %{_libdir}/libjpeg.so.%{libver} %{_libdir}/libjpeg.so.%{major} +%files -n libturbojpeg%{tmajor} +%defattr(-,root,root) +%{_libdir}/libturbojpeg.so.%{tmajor} +%{_libdir}/libturbojpeg.so.%{tlibver} + %files -n libjpeg%{major}-devel %defattr(-,root,root) %{_includedir}/*.h %{_libdir}/libjpeg.so +%{_libdir}/libturbojpeg.so %doc coderules.txt jconfig.txt libjpeg.txt structure.txt example.c %changelog ++++++ libjpeg62-turbo.spec ++++++ --- /var/tmp/diff_new_pack.pgjibH/_old 2013-12-19 12:41:02.000000000 +0100 +++ /var/tmp/diff_new_pack.pgjibH/_new 2013-12-19 12:41:02.000000000 +0100 @@ -17,9 +17,9 @@ %define major 62 -%define minor 0 +%define minor 1 %define micro 0 -%define srcver 1.2.1 +%define srcver 1.3.0 %define libver %{major}.%{minor}.%{micro} Name: libjpeg62-turbo @@ -99,19 +99,15 @@ %install %makeinstall - # Fix perms -chmod -x README-turbo.txt release/copyright - +chmod -x README-turbo.txt # Remove unwanted files rm -f %{buildroot}%{_libdir}/lib{,turbo}jpeg.la rm %{buildroot}%{_bindir}/* rm %{buildroot}%{_mandir}/man1/* - -# Don't distribute libjpegturbo because it is unversioned +# libjpegturbo is provided with libjpeg-turbo.spec yet rm %{buildroot}%{_includedir}/turbojpeg.h -rm %{buildroot}%{_libdir}/libturbojpeg.so - +rm %{buildroot}%{_libdir}/libturbojpeg.so* # Remove docs, we'll select docs manually rm -rf %{buildroot}%{_datadir}/doc/ @@ -122,12 +118,12 @@ %files %defattr(-,root,root) %doc README README-turbo.txt change.log ChangeLog.txt -%doc release/copyright usage.txt wizard.txt +%doc usage.txt wizard.txt %files -n libjpeg%{major} %defattr(-,root,root) -%{_libdir}/libjpeg.so.%{libver} %{_libdir}/libjpeg.so.%{major} +%{_libdir}/libjpeg.so.%{libver} %files -n libjpeg%{major}-devel %defattr(-,root,root) ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.pgjibH/_old 2013-12-19 12:41:02.000000000 +0100 +++ /var/tmp/diff_new_pack.pgjibH/_new 2013-12-19 12:41:02.000000000 +0100 @@ -6,4 +6,4 @@ libjpeg62-devel conflicts "jpeg-devel-<targettype>" provides "jpeg-devel-<targettype>" - +libjpegturbo0 ++++++ libjpeg-turbo-1.2.1-int32.patch -> libjpeg-turbo-1.3.0-int32.patch ++++++ ++++++ libjpeg-turbo-1.2.1-tiff-ojpeg.patch -> libjpeg-turbo-1.3.0-tiff-ojpeg.patch ++++++ ++++++ libjpeg-turbo-1.2.1.tar.gz -> libjpeg-turbo-1.3.0.tar.gz ++++++ ++++ 19592 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
