Hello community, here is the log from the commit of package GraphicsMagick for openSUSE:Factory checked in at 2018-01-13 21:46:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/GraphicsMagick (Old) and /work/SRC/openSUSE:Factory/.GraphicsMagick.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "GraphicsMagick" Sat Jan 13 21:46:52 2018 rev:62 rq:563347 version:1.3.27 Changes: -------- --- /work/SRC/openSUSE:Factory/GraphicsMagick/GraphicsMagick.changes 2017-10-17 01:51:41.256768465 +0200 +++ /work/SRC/openSUSE:Factory/.GraphicsMagick.new/GraphicsMagick.changes 2018-01-13 21:46:59.099927898 +0100 @@ -1,0 +2,21 @@ +Wed Jan 10 11:42:53 UTC 2018 - [email protected] + +- update to 1.3.27: + * New Features: + . PNG: Implemented eXIf chunk support. + . WEBP: Add support for EXIF and ICC metadata provided that at + least libwebp 0.5.0 is used. + . Magick++ Image autoOrient(): New Image method to auto-orient an + image so it looks right-side up by default. + * Behavior Changes: + . PALM: PALM writer is disabled. + . ThrowLoggedException(): Capture the first exception + at ErrorException level or greater, or only capture exception + if it is more severe than an already reported exception. + . DestroyJNG(): This internal function is now declared static + and is removed from shared library or DLL namespace. + * lot of security and other bug fixes, see + https://sourceforge.net/projects/graphicsmagick/files/graphicsmagick/1.3.27/ +- added GraphicsMagick-release-date-missing-quote.patch + +------------------------------------------------------------------- Old: ---- GraphicsMagick-1.3.26.tar.bz2 New: ---- GraphicsMagick-1.3.27.tar.bz2 GraphicsMagick-release-date-missing-quote.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ GraphicsMagick.spec ++++++ --- /var/tmp/diff_new_pack.IOtuEs/_old 2018-01-13 21:46:59.775896386 +0100 +++ /var/tmp/diff_new_pack.IOtuEs/_new 2018-01-13 21:46:59.783896013 +0100 @@ -1,7 +1,7 @@ # # spec file for package GraphicsMagick # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,7 +27,7 @@ %define pp_so_ver 12 %define wand_so_ver 2 Name: GraphicsMagick -Version: 1.3.26 +Version: 1.3.27 Release: 0 Summary: Viewer and Converter for Images License: MIT @@ -42,6 +42,8 @@ %if %{bindperl} Patch0: GraphicsMagick-perl-linkage.patch %endif +# this is what makes 1.3.27a from 1.3.27, will be fixed in 1.3.28 +Patch1: GraphicsMagick-release-date-missing-quote.patch BuildRequires: cups-client BuildRequires: dcraw BuildRequires: gcc-c++ @@ -207,6 +209,7 @@ %if %{bindperl} %patch0 -p1 %endif +%patch1 -p1 %build # This shouldn't be there yet. ++++++ GraphicsMagick-1.3.26.tar.bz2 -> GraphicsMagick-1.3.27.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/GraphicsMagick/GraphicsMagick-1.3.26.tar.bz2 /work/SRC/openSUSE:Factory/.GraphicsMagick.new/GraphicsMagick-1.3.27.tar.bz2 differ: char 11, line 1 ++++++ GraphicsMagick-release-date-missing-quote.patch ++++++ Index: GraphicsMagick-1.3.27/version.sh =================================================================== --- GraphicsMagick-1.3.27.orig/version.sh 2017-12-09 21:02:50.000000000 +0100 +++ GraphicsMagick-1.3.27/version.sh 2018-01-10 16:16:01.475368300 +0100 @@ -27,7 +27,7 @@ PACKAGE_STRING="$PACKAGE_NAME $PACKAGE_V # # Formal Package release date # Set to string "unreleased" if package is not a formal release. -PACKAGE_RELEASE_DATE="2017-12-09 +PACKAGE_RELEASE_DATE="2017-12-09" #PACKAGE_RELEASE_DATE="unreleased" #
