Accepting request 90971 from graphics

- update to 6.7.3.3:
  * removed upstreamed scene.patch

OBS-URL: https://build.opensuse.org/request/show/90971
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ImageMagick?expand=0&rev=76
This commit is contained in:
Stephan Kulow 2011-11-14 10:53:47 +00:00 committed by Git OBS Bridge
commit 6c680338f9
5 changed files with 12 additions and 66 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b16f2b3984bd1098fc1586d26f41201c40cbd89db4617df9e76e3ce612d2b336
size 10222109

View File

@ -1,27 +0,0 @@
http://trac.imagemagick.org/changeset/5359
Index: magick/display.c
===================================================================
--- magick/display.c
+++ magick/display.c
@@ -14578,7 +14578,7 @@
Window name is the base of the filename.
*/
GetPathComponent(display_image->magick_filename,TailPath,filename);
- if (GetImageListLength(display_image) == 1)
+ if (display_image->scene == 0)
(void) FormatLocaleString(windows->image.name,MaxTextExtent,
"%s: %s",MagickPackageName,filename);
else
Index: wand/display.c
===================================================================
--- wand/display.c
+++ wand/display.c
@@ -667,6 +667,7 @@
state|=ExitState;
if (LocaleCompare(filename,"-") == 0)
state|=ExitState;
+ RemoveAllImageStack();
continue;
}
pend=image != (Image *) NULL ? MagickTrue : MagickFalse;

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:70cbd44afaadf7387c8b14f02bc3325e74c6a225255c7cc183ff6a57f5b1d98b
size 10404874

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Oct 31 13:51:57 UTC 2011 - pgajdos@suse.com
- update to 6.7.3.3:
* removed upstreamed scene.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Oct 18 14:23:33 UTC 2011 - pgajdos@suse.com Tue Oct 18 14:23:33 UTC 2011 - pgajdos@suse.com

View File

@ -90,8 +90,8 @@ BuildRequires: librsvg-devel
%endif %endif
%define xtp_version 5.4.3 %define xtp_version 5.4.3
%define mfr_version 6.7.2 %define mfr_version 6.7.3
%define mfr_revision 7 %define mfr_revision 3
%define source_version %{mfr_version}-%{mfr_revision} %define source_version %{mfr_version}-%{mfr_revision}
License: Public Domain, Freeware License: Public Domain, Freeware
Group: Productivity/Graphics/Other Group: Productivity/Graphics/Other
@ -113,7 +113,6 @@ Patch2: ImageMagick-6.6.8.9-doc.patch
# see http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=18435&hilit=include # see http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=18435&hilit=include
# for upstream progress # for upstream progress
Patch3: ImageMagick-6.6.9.1-inc-struct.diff Patch3: ImageMagick-6.6.9.1-inc-struct.diff
Patch4: ImageMagick-6.7.2.7-scene.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Provides: imagemag = %{version} Provides: imagemag = %{version}
Obsoletes: imagemag < %{version} Obsoletes: imagemag < %{version}
@ -209,7 +208,6 @@ rm -rf xtp-%{xtp_version}
%patch1 %patch1
%patch2 %patch2
%patch3 -p1 %patch3 -p1
%patch4
# remove together with inc-struct.diff ---- # remove together with inc-struct.diff ----
echo>header-test.c '#include "wand.h"' # echo>header-test.c '#include "wand.h"' #
echo>wand.h '#include "wand/MagickWand.h"' # echo>wand.h '#include "wand/MagickWand.h"' #
@ -299,6 +297,7 @@ echo>'%{buildroot}%{_includedir}/%{name}/wand.h' '#include "wand/MagickWand.h"'
%fdupes $RPM_BUILD_ROOT%{_includedir}/%{name}/wand %fdupes $RPM_BUILD_ROOT%{_includedir}/%{name}/wand
%fdupes $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}/www/api %fdupes $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}/www/api
%endif %endif
rm -rf %{buildroot}/%{_datadir}/doc/%{name}
%post -n libMagickCore%{libver} -p /sbin/ldconfig %post -n libMagickCore%{libver} -p /sbin/ldconfig
@ -316,10 +315,6 @@ echo>'%{buildroot}%{_includedir}/%{name}/wand.h' '#include "wand/MagickWand.h"'
%defattr(-,root,root) %defattr(-,root,root)
%docdir %{_docdir}/%{name} %docdir %{_docdir}/%{name}
%doc QuickStart.txt README.txt NEWS.txt ChangeLog LICENSE %doc QuickStart.txt README.txt NEWS.txt ChangeLog LICENSE
%define mfr_docdir %{_defaultdocdir}/../%{name}-%{mfr_version}/packages/%{name}/
%exclude %{mfr_docdir}ChangeLog
%exclude %{mfr_docdir}LICENSE
%exclude %{mfr_docdir}NEWS.txt
%{_bindir}/[^MW]* %{_bindir}/[^MW]*
%doc %{_mandir}/man1/* %doc %{_mandir}/man1/*
%exclude %{_mandir}/man1/*-config.1.gz %exclude %{_mandir}/man1/*-config.1.gz
@ -514,32 +509,4 @@ HTML documentation for ImageMagick library and scene examples.
%changelog %changelog