source: projects/specs/branches/6/I/ImageMagick/ImageMagick-vl.spec @ 8356

Revision 8356, 29.1 KB checked in by iwamoto, 10 years ago (diff)

ImageMagic?: update for security fixes

Line 
1# ImageMagick has adopted a new Version.Patchlevel version numbering system...
2# 6.2.9.7 is actually version 6.2.9, Patchlevel 0.
3
4%define VER 6.6.8
5%define Patchlevel 5
6
7Name: ImageMagick
8Summary: X application for displaying and manipulating images.
9Summary(ja): 画像ファイルの表示/処理を行う X のアプリケーション
10
11%if "%{Patchlevel}" != ""
12Version: %{VER}.%{Patchlevel}
13%else
14Version: %{VER}
15%endif
16Release: 7%{?_dist_release}
17
18License: freeware
19Group: Applications/Graphics
20%if "%{Patchlevel}" != ""
21Source: ftp://ftp.ImageMagick.org/pub/ImageMagick/ImageMagick-%{VER}-%{Patchlevel}.tar.bz2
22%else
23Source: ftp://ftp.ImageMagick.org/ImageMagick/ImageMagick-%{version}.tar.bz2
24%endif
25
26Patch100: ImageMagick-6.6.8-5_CVE-2012-0247-0248.patch
27Patch101: ImageMagick-6.6.8-5_CVE-2012-0247-0248-2.patch
28Patch110: ImageMagick-6.6.0-CVE-2012-0259-0260-1798-2.patch
29Patch120: ImageMagick-6.6.8-5_CVE-2012-1610.patch 
30Patch130: ImageMagick-6-CVE-2014-1958.patch
31Patch140: ImageMagick-6.6.8-5_CVE-2014-2030.patch
32Patch150: 0011-Prevent-buffer-overflow-in-messaging-system-CVE-2014.patch
33
34URL: http://www.imagemagick.org/
35
36Buildroot: %{_tmppath}/%{name}-%{version}-root
37BuildRequires: bzip2-devel
38BuildRequires: cairo-devel
39BuildRequires: freetype2-devel >= 2.1.7
40BuildRequires: fontconfig-devel
41BuildRequires: giflib-devel
42BuildRequires: graphviz-devel
43BuildRequires: lcms-devel
44BuildRequires: libjpeg-turbo-devel
45BuildRequires: libpng-devel >= 1.2.5
46BuildRequires: librsvg2-devel
47BuildRequires: libtiff-devel
48BuildRequires: libxml2-devel
49BuildRequires: libSM-devel
50BuildRequires: libX11-devel
51BuildRequires: libXext-devel
52BuildRequires: OpenEXR-devel
53BuildRequires: perl
54BuildRequires: xorg-x11-server-utils
55BuildRequires: zlib-devel
56BuildRequires: libXt-devel
57BuildRequires: xz-devel
58BuildRequires: xz-lzma-compat
59BuildRequires: libtool-ltdl-devel
60
61Requires: bzip2
62Requires: freetype2
63Requires: giflib
64Requires: graphviz
65Requires: lcms
66Requires: libjpeg-turbo
67Requires: libpng
68Requires: libtiff
69Requires: libxml2
70Requires: OpenEXR-libs
71Requires: xorg-x11-server-utils
72Requires: zlib
73
74Vendor: Project Vine
75Distribution: Vine Linux
76Packager: inagaki, iwamoto
77
78%description
79ImageMagick(TM) is an image display and manipulation tool for the X
80Window System. ImageMagick can read and write JPEG, TIFF, PNM, GIF,
81and Photo CD image formats. It can resize, rotate, sharpen, color
82reduce, or add special effects to an image, and when finished you can
83either save the completed work in the original format or a different
84one. ImageMagick also includes command line programs for creating
85animated or transparent .gifs, creating composite images, creating
86thumbnail images, and more.
87
88ImageMagick is one of your choices if you need a program to manipulate
89and dis play images. If you want to develop your own applications
90which use ImageMagick code or APIs, you need to install
91ImageMagick-devel as well.
92
93
94%description -l ja
95ImageMagick(TM) は X ウィンドウシステム用の画像表示/処理ツールです.
96ImageMagick が読み書き出来る画像形式には JPEG, TIFF, PNM, GIF, Photo CD
97イメージ型式等があります.また画像のリサイズ,回転,シャープ化,減色が
98出来ますし,画像に対してイフェクトをかけることも出来ます.変更した画像は
99オリジナルと同じ画像形式ででも,異なる画像形式にでも保存することが出来ます.
100また ImageMagick にはアニメーション GIF や透過 GIF の作成,画像の合成,
101サムネール画像の作成 等々を行うコマンドラインプログラムも含まれています.
102
103画像ファイルの表示/処理を行う為の幾多のプログラムが必要ならば,ImageMagick
104も選択肢の一つとなるでしょう.また,ImageMagick のコードや API を使った
105アプリケーションを開発したい場合は,ImageMagick-devel パッケージも同時に
106インストールして下さい.
107
108%package devel
109Summary: Static libraries and header files for ImageMagick app development.
110Summary(ja): ImageMagick アプリケーション開発用ライブラリ/ヘッダファイル
111Group: Development/Libraries
112Requires: ImageMagick = %{version}-%{release}
113
114%description devel
115Image-Magick-devel contains the static libraries and header files you'll
116need to develop ImageMagick applications. ImageMagick is an image
117manipulation program.
118
119If you want to create applications that will use ImageMagick code or
120APIs, you need to install ImageMagick-devel as well as ImageMagick.
121You do noy need to install it if you just want to use ImageMagick,
122however.
123
124%description devel -l ja
125ImageMagick-devel にはスタティックライブラリとヘッダファイルが収められており,
126これらは ImageMagick アプリケーションの開発の際に必要となります.
127ImageMagick は画像処理プログラムです.
128
129ImageMagick のコードや API を使ったアプリケーションを作りたい場合には,
130この ImageMagick-devel パッケージを ImageMagick パッケージと共にインストール
131する必要があります.単に ImageMagick を使いたいだけならば,devel パッケージは
132インストールする必要はありません.
133
134%package c++
135Summary: ImageMagick Magick++ library (C++ bindings)
136Summary(ja): ImageMagick Magick++ ライブラリ (C++ バインディング)
137Group: System Environment/Libraries
138Requires: ImageMagick = %{version}-%{release}
139
140%description c++
141This package contains the Magick++ library, a C++ binding to the ImageMagick
142graphics manipulation library.
143
144Install ImageMagick-c++ if you want to use any applications that use Magick++.
145
146%description c++
147このパッケージには Magick++ ライブラリが収められています.
148Magick++ とは ImageMagick ライブラリの C++ バインディングです.
149
150Magick++ を使ったアプリケーションを利用する際には ImageMagick-c++
151パッケージをインストールして下さい.
152
153%package c++-devel
154Summary: C++ bindings for the ImageMagick library
155Summary(ja): ImageMagick ライブラリの C++ バインディング
156Group: Development/Libraries
157Requires: ImageMagick = %{version}-%{release}
158Requires: ImageMagick-c++ = %{version}-%{release}
159Requires: ImageMagick-devel = %{version}-%{release}
160
161%description c++-devel
162ImageMagick-devel contains the static libraries and header files you'll
163need to develop ImageMagick applications using the Magick++ C++ bindings.
164ImageMagick is an image manipulation program.
165
166If you want to create applications that will use Magick++ code
167or APIs, you'll need to install ImageMagick-c++-devel, ImageMagick-devel and
168ImageMagick.
169You don't need to install it if you just want to use ImageMagick, or if you
170want to develop/compile applications using the ImageMagick C interface,
171however.
172
173%description c++-devel -l ja
174ImageMagick-c++-devel には Magick++ C++ バインディングを使った
175ImageMagick アプリケーション開発に必要なスタティックライブラリと
176ヘッダファイルが収められています.ImageMagick とは画像処理プログラムです.
177
178Magick++ コードや API を使ったアプリケーションを開発する場合は,
179ImageMagick-c++-devel, ImageMagick-devel, ImageMagick パッケージを
180インストールする必要があります.
181ImageMagick プログラムを使うだけの場合,あるいは ImageMagick C インタフェース
182を使ってアプリケーション開発を行う場合は,ImageMagick-c++-devel パッケージは
183インストールする必要はありません.
184
185%package -n perl-Image-Magick
186Summary: ImageMagick perl bindings
187Summary(ja): ImageMagick の Perl バインディング
188Group: Development/Libraries
189Requires: ImageMagick = %{version}-%{release}
190Requires: perl >= 5.8.0
191Obsoletes: ImageMagick-perl < %{version}-%{release}
192Provides: ImageMagick-perl = %{version}-%{release}
193
194%description -n perl-Image-Magick
195Perl bindings to ImageMagick.
196
197Install ImageMagick-perl if you want to use any perl scripts that use
198ImageMagick.
199
200%description -n perl-Image-Magick -l ja
201このパッケージは ImageMagick の Perl バインディングです.
202
203ImageMagick を利用する perl スクリプトを使いたい場合は
204ImageMagick-perl パッケージをインストールして下さい.
205
206
207%prep
208%setup -q -n %{name}-%{VER}-%{Patchlevel}
209
210%patch100 -p1 -b .CVE-2012-0247-0248
211%patch101 -p1 -b .CVE-2012-0247-0248-2
212%patch110 -p1 -b .CVE-2012-0259-0260-1798-2
213%patch120 -p1 -b .CVE-2012-1610
214%patch130 -p4 -b .CVE-2014-1958
215%patch140 -p1 -b .CVE-2014-2030_1947
216%patch150 -p1 -b .CVE-2014
217
218%build
219%configure \
220    --enable-silent-rules \
221    --enable-shared \
222    --disable-static \
223    --with-modules \
224    --with-quantum-depth=16 \
225    --without-frozenpaths \
226    --with-x \
227    --without-djvu \
228    --without-fftw \
229    --without-jbig \
230    --without-jp2 \
231    --without-lcms2 \
232    --without-wmf \
233    --with-perl \
234    --with-perl-options="INSTALLDIRS=vendor %{?perl_prefix} CC='%__cc -L$PWD/magick/.libs' LDDLFLAGS='-shared -L$PWD/magick/.libs'"
235
236# Disable rpath
237sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
238sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
239
240make %{?_smp_mflags}
241
242%install
243rm -rf $RPM_BUILD_ROOT
244
245make install DESTDIR=$RPM_BUILD_ROOT HTML_INSTALL_DATA_TARGETS=
246
247# perlmagick: fix perl path of demo files
248%{__perl} -MExtUtils::MakeMaker -e 'MY->fixin(@ARGV)' PerlMagick/demo/*.pl
249
250find $RPM_BUILD_ROOT -name "*.bs" |xargs rm -f
251find $RPM_BUILD_ROOT -name ".packlist" |xargs rm -f
252find $RPM_BUILD_ROOT -name "perllocal.pod" |xargs rm -f
253
254echo "%defattr(-,root,root)" > perl-pkg-files
255find $RPM_BUILD_ROOT%{_libdir}/perl?/vendor_perl/* -type d -name Image >> perl-pkg-files.orig
256sed -e s,$RPM_BUILD_ROOT,, perl-pkg-files.orig > perl-pkg-files
257
258# remove duplicated doc files
259rm -f `find $RPM_BUILD_ROOT%{_datadir}/%{name}-%{VER} -maxdepth 1 -type f`
260
261# remove files conflict with libtools
262rm -f $RPM_BUILD_ROOT%{_libdir}/libltdl.*a
263rm -f $RPM_BUILD_ROOT%{_libdir}/libltdl.so*
264
265# remove *.la files
266find $RPM_BUILD_ROOT%{_libdir} -name "lib*.la" |xargs rm -f
267
268%clean
269rm -rf $RPM_BUILD_ROOT
270
271%post -p /sbin/ldconfig
272
273%post c++ -p /sbin/ldconfig
274
275%postun -p /sbin/ldconfig
276
277%postun c++ -p /sbin/ldconfig
278
279
280%files
281%defattr(-,root,root)
282%doc www images
283%doc ChangeLog LICENSE NOTICE QuickStart.txt README.txt index.html
284%dir %{_libdir}/ImageMagick-%{VER}
285%{_libdir}/ImageMagick-%{VER}/config
286%dir %{_libdir}/ImageMagick-%{VER}/modules-Q16
287%dir %{_libdir}/ImageMagick-%{VER}/modules-Q16/*
288%{_libdir}/ImageMagick-%{VER}/modules-Q16/*/*.so
289%{_libdir}/ImageMagick-%{VER}/modules-Q16/*/*.la
290%{_libdir}/libMagickCore.so.*
291%{_libdir}/libMagickWand.so.*
292%{_bindir}/[a-z]*
293%dir %{_datadir}/ImageMagick-%{VER}
294%dir %{_datadir}/ImageMagick-%{VER}/config
295%{_datadir}/ImageMagick-%{VER}/config/*.xml
296%{_datadir}/ImageMagick-%{VER}/config/*.icm
297%{_mandir}/man1/ImageMagick.*
298%{_mandir}/man1/[a-z]*
299
300%files devel
301%defattr(-,root,root)
302%{_bindir}/Magick-config
303%{_bindir}/Wand-config
304%{_bindir}/MagickCore-config
305%{_bindir}/MagickWand-config
306#{_libdir}/ImageMagick-%{VER}/modules-Q16/*/*.a
307#{_libdir}/libMagickCore.a
308%{_libdir}/libMagickCore.so
309#{_libdir}/libMagickWand.a
310%{_libdir}/libMagickWand.so
311%{_libdir}/pkgconfig/ImageMagick.pc
312%{_libdir}/pkgconfig/Wand.pc
313%{_libdir}/pkgconfig/MagickCore.pc
314%{_libdir}/pkgconfig/MagickWand.pc
315%{_includedir}/ImageMagick/magick
316%{_includedir}/ImageMagick/wand
317%{_mandir}/man1/Magick-config*
318%{_mandir}/man1/Wand-config*
319%{_mandir}/man1/MagickCore-config*
320%{_mandir}/man1/MagickWand-config*
321
322%files c++
323%defattr(-,root,root)
324%{_libdir}/libMagick++.so.*
325
326%files c++-devel
327%defattr(-,root,root)
328%{_bindir}/Magick++-config
329%{_includedir}/ImageMagick/Magick++
330%{_includedir}/ImageMagick/Magick++.h
331#{_libdir}/libMagick++.a
332%{_libdir}/libMagick++.so
333%{_libdir}/pkgconfig/ImageMagick++.pc
334%{_libdir}/pkgconfig/Magick++.pc
335%{_mandir}/man1/Magick++-config*
336
337%files -n perl-Image-Magick -f perl-pkg-files
338%defattr(-,root,root)
339%{_mandir}/man3/*
340
341%changelog
342* Thu Apr 10 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 6.6.8.5-7
343- add patch150 from debian, thanks
344
345* Tue Feb 25 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 6.6.8.5-6
346- add Patch130 for fix CVE-2014-1958 (psd.c)
347- add Patch140 for fix CVE-2014-2030 (psd.c)
348
349* Fri May  4 2012 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 6.6.8.5-5
350- update patch110 (regression was found)
351
352* Thu May  3 2012 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 6.6.8.5-4
353- patch100 for fix CVE-2012-0247-0248
354- patch101 for fix CVE-2012-0247-0248 complited fixes
355- patch110 for fix CVE-2012-0259-0260-1798
356- patch120 for fix CVE-2012-1610
357
358* Sun Mar 27 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.6.8.5-3
359- add BuildRequires: libXt-devel, xz-devel, xz-lzma-compat, libtool-ltdl-devel
360
361* Sat Mar 26 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 6.6.8.5-2
362- built with perl-5.12.3
363- changed perl subpackage name
364
365* Sat Mar 19 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 6.6.8.5-1
366- new upstream release
367
368* Sun Oct 10 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.6.4.9-2
369- rebuilt with graphviz-2.26.3 again
370
371* Sat Oct  9 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 6.6.4.9-1
372- new upstream release
373- rebuilt with graphviz-2.26.3
374
375* Sat Oct  2 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 6.6.4.8-1
376- new upstream release
377
378* Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.6.1.5-2
379- rebuild with rpm-4.8.1 for pkg-config file
380- change BuildRequires: libjpeg-turbo-devel instead of libjpeg-devel
381- change Requires: libjpeg-turbo instead of libjpeg
382
383* Thu Apr 29 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 6.6.1.5-1
384- new upstream release
385- built with new toolchain
386- added --disable-static to %%configure, removed static libraries
387
388* Sun Nov  1 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 6.5.7.3-2
389- added --without-djvu --without-fftw
390
391* Sat Oct 31 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 6.5.7.3-1
392- new upstream release
393
394* Tue Aug  4 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 6.5.4.8-1
395- new upstream release
396
397* Sat Jul  4 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 6.5.4.2-1
398- new upstream release
399- add BR: graphviz-devel, OpenEXR-devel, ilmbase-devel
400- add R: graphviz, OpenEXR-libs, ilmbase
401
402* Sat Jun  6 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 6.5.3.2-1
403- new upstream release
404- added Packager tag
405
406* Sun Apr 26 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 6.5.1.6-1
407- new upstream release
408
409* Sat Apr  4 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 6.5.1.0-1
410- new upstream release
411- updated BuildRequires
412
413* Sun Mar 22 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.4.9.2-2
414- enabled lcms as default.
415
416* Fri Feb  6 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 6.4.9.2-1
417- new upstream release
418
419* Fri Jan  2 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 6.4.8.3-1
420- new upstream release
421
422* Tue Oct 14 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 6.4.4.6-1
423- new upstream release
424
425* Fri Aug  1 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 6.4.2.5-1
426- new upstream release
427
428* Tue May 27 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 6.4.1.3-1
429- new upstream release
430- spec in UTF-8
431
432* Mon May 19 2008 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 6.4.1.0-2
433- enabled to build with lcms (use '--with lcms' to enable).
434
435* Tue May  6 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 6.4.1.0-1
436- new upstream release
437- rebuilt with perl-5.10.0
438
439* Mon Apr 28 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 6.4.0.11-1
440- new upstream release
441- removed *.la files from devel packages
442
443* Sat Mar 22 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 6.3.9.10-1
444- new upstream release
445- change files section to fit new release
446- build under new versioning policy
447
448* Sat Dec 15 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 6.3.7.4-0vl1
449- new upstream release
450
451* Fri Sep 28 2007 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 6.3.5.10-0vl1
452- new upstream release with security fixes (CVE-2007-4985,4986,4987,4988)
453- add BuildPrereq: librsvg2-devel
454- add %%{?_smp_mflags} to make command arg
455
456* Thu Aug  9 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 6.3.5.6-0vl1
457- new upstream release
458- changed Group to Applications/Graphics
459
460* Wed Jun 27 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 6.3.0.1-0vl2
461- rebuilt for VineSeed
462
463* Mon Feb 12 2007 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 6.3.0.1-0vl1.1
464- update patch1 for fix CVE-2007-0770
465
466* Wed Nov 2 2006 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 6.3.0.1-0vl1
467- upstream release
468- add patch1 for fix CVE-2006-5456
469
470* Fri Oct 13 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 6.2.9.7-0vl2
471- rebuilt (for ppc) to resolve reference to invalid *la files
472
473* Mon Sep 25 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 6.2.9.7-0vl1
474- new upstream release
475
476* Wed Aug 16 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 6.2.9.0-0vl1
477- new upstream release (Security: http://www.overflow.pl/adv/imsgiheap.txt)
478
479* Mon Mar  6 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 6.2.6.3-0vl1
480- new upstream release
481- delete duplicated docs under %%{_datadir}/%%{name}-%%{VER}
482- add --with-perl-options to configure option
483
484* Sun Dec 25 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 6.2.5.4-0vl1
485- new upstream release
486- build with XOrg-6.9.0
487
488* Fri Apr 15 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 6.2.1.4-0vl1
489- new upstream release
490- add %%{_mandir}/man1/ImageMagick.* to main package
491
492* Thu Dec  2 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 6.1.5.8-0vl1
493- source upgrade
494- remove patch1
495- update %%files
496
497* Thu Dec  2 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 6.0.8.3-0vl3
498- add patch1 from http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=278401
499  (CAN-2004-0981)
500
501* Sat Oct 30 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 6.0.8.3-0vl2
502- move $(pkglibdir)/modules-Q16/*/*.la to main package.
503
504* Fri Oct  8 2004 NISHIMURA Daisuke <nishi@graco.c.u-tokyo.ac.jp> 6.0.8.3-0vl1
505- source upgrade
506- Patch: change default menu font so display can work without XOrg-75dpi-fonts
507- add missing docs
508- move $(pkglibdir)/modules-Q16/*/*.(a|la) to devel
509- *.pc should be in -devel package
510- add missing pkg{lib,data}dirs to %%files
511
512* Thu Sep 16 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 6.0.7.4-0vl1
513- source upgrade
514- add --without-dot to %%configure option
515- update %%files section
516
517* Sun Jun 20 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 6.0.2.7-0vl1
518- source upgrade
519
520* Fri Jun  4 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 6.0.1.4-0vl1
521- source upgrade
522
523* Thu May 13 2004 Satoshi MACHINO <machino@vinelinux.org> 6.0.0.7-0vl3
524- add --without-jbig to %%configure option
525
526* Sun May  2 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 6.0.0.7-0vl2
527- add --without-lcms to %%configure option
528
529* Sat May  1 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 6.0.0.7-0vl1
530- source upgrade
531- remove commented lines
532
533* Sun Apr 18 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 6.0.0.2-0vl2
534- add BuildPrereq: XOrg-devel libxml2-devel and Requires: libxml2
535
536* Thu Apr 15 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 6.0.0.2-0vl1
537- source upgrade
538- remove patch for freetype2, no need
539- remove commented lines
540- add --with-quantum-depth=16 --with-modules --enable-lzw
541  --without-frozenpaths to %%configure option
542- remove --with-threads --without-xml from %%configure option
543- update %%files
544
545* Wed Jan  7 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 5.5.7.15-0vl3
546- patch update
547- add --without-jp2 to configure option
548- change PerlMagick build method
549
550* Wed Dec 17 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 5.5.7.15-0vl2
551- rebuild without jasper-devel
552
553* Tue Dec 16 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 5.5.7.15-0vl1
554- source upgrade to 5.5.7-15
555
556* Tue Nov 25 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 5.5.7.13-0vl1
557- source upgrade to 5.5.7-13
558- add patch0 to build against freetype2-2.1.7
559
560* Thu Oct  2 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 5.5.7.11-0vl1
561- source upgrade to 5.5.7-11
562- clean up spec
563- build without previous package (do not require libMagick.so.0)
564
565* Sun Jun  9 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 5.5.7.9-0vl1
566- source upgrade to 5.5.7-9
567- revised name of pkgconfig files
568- remove BuildPrereq: freetype-devel
569
570* Sun Jun  1 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 5.5.7.6-0vl1
571- source upgrade to 5.5.7-6
572- disable all patches
573- revised %%files section
574- disable libtoolize and autotools
575- change PerlMagick build method
576- build without previous package (do not require libMagick.so.5)
577
578* Thu May  1 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 5.4.7-6vl4
579- rebuild with libpng-1.2.5 (BuildPrereq: libpng-devel >= 1.2.5)
580  and perl-5.8.0 (Requires: perl >= 5.8.0 for ImageMagick-perl)
581
582* Mon Apr  7 2003 Hiroaki Irokawa <irorin@terra.dti.ne.jp> 5.4.7-6vl3
583- rebuild
584
585* Sun Dec  8 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 5.4.7-6vl2
586- rename $arch-vine-linux-foo to foo, same as $arch-vine-linux-gnu-foo.
587- FIXME: rpm's macro problem?
588
589- based on 5.4.7-6vl1 from Rawhide and modified for Vine Linux
590  previous Vine version was 5.2.9-0vl6: Vine-specific changelog was:
591
592  - Wed Mar 13 2002 Toru Sagami <sagami@vinelinux.org> 5.2.9-0vl6
593  - remove unnecessary duplicated %%doc files
594  - --without-xml instead of --without-ttf
595  - eliminate libungif(-devel) from BuildReq/Requires
596  - use freetype2(-devel), instead of freetype1(-devel) for BuildReq/Requires
597
598  - Sat Mar 02 2002 Toru Sagami <sagami@vinelinux.org> 5.2.9-0vl5
599  - add delegetes.mgk (and %%{_libdir}/%%{name})
600
601  - Mon Jun 18 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@vinelinux.org>
602  - 5.2.9-0vl4
603  - Sorry, the spec was in Shift_JIS. Fixed.
604
605  - Sat Jun 16 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@vinelinux.org>
606  - 5.2.9-0vl3
607  - rebuilt with perl-5.6.1
608  - added Japanese summary and description :-P
609  - added --without-ttf in order to disable freetype2 (SeedPlus) support
610  - added --without-wmf in order to disable libwmf (SeedPlus) support
611
612  - Sat Jun 16 2001 Yasuhide OMORI <dasen@icntv.ne.jp>
613  - 5.2.9-0vl2
614  - rebuild on Perl-5.6
615  - use %%{perl_sitearch}
616  - install headers into /usr/X11R6/include/magick [VineSeed:04131]
617
618  - Tue Feb 20 2001 Jun Nishii <jun@vinelinux.org>
619  - 5.2.9-0vl1
620  - remove version number of BuildPrereq: freetype-devel >= 2.0.1
621
622* Fri Nov 22 2002 Tim Powers <timp@redhat.com>
623- fix perl paths in file list
624
625* Thu Nov 21 2002 Tim Powers <timp@redhat.com>
626- lib64'ize
627- don't throw stuff in /usr/X11R6, that's for X only
628- remove files we aren't shipping
629
630* Sat Aug 10 2002 Elliot Lee <sopwith@redhat.com>
631- rebuilt with gcc-3.2 (we hope)
632
633* Tue Jul 23 2002 Tim Powers <timp@redhat.com> 5.4.7-4
634- build using gcc-3.2-0.1
635
636* Wed Jul 03 2002 Karsten Hopp <karsten@redhat.de> 5.4.7-3
637- fix non-cpp headers in -devel package
638- fix #62157 (wrong path for include files in ImageMagick-devel)
639- fix #63897 (use _target instead of _arch) in libtool workaround
640- fix #65860, #65780 (tiff2ps) expands images to >10 MB Postscript files.
641
642* Mon Jul 01 2002 Karsten Hopp <karsten@redhat.de> 5.4.7-1
643- update
644- fix localdoc patch
645- fix %%files section
646- disable nonroot patch
647- fix #62100,55950,62162,63136 (display doesn't start form gnome menu)
648- fix libtool workaround
649- moved Magick*-config into -devel package (#64249)
650
651* Sun May 26 2002 Tim Powers <timp@redhat.com>
652- automated rebuild
653
654* Mon May  6 2002 Bernhard Rosenkraenzer <bero@redhat.com> 5.4.6-1
655- 5.4.6
656
657* Thu Mar 14 2002 Bernhard Rosenkraenzer <bero@redhat.com> 5.4.3.11-1
658- Update to pl 11
659
660* Fri Feb 22 2002 Bernhard Rosenkraenzer <bero@redhat.com> 5.4.3.5-1
661- Update to 5.4.3 pl5; this fixes #58080
662
663* Thu Jan 17 2002 Bernhard Rosenkraenzer <bero@redhat.com> 5.4.2.3-1
664- Patchlevel 3
665
666* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
667- automated rebuild
668
669* Fri Jan  4 2002 Bernhard Rosenkraenzer <bero@redhat.com> 5.4.2.2-1
670- Update to 5.4.2-2
671- Fix #57923, also don't hardcode netscape as html viewer
672
673* Wed Dec  5 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.4.1-1
674- 5.4.1
675- Link against new libstdc++
676
677* Fri Nov  9 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.4.0.5-1
678- 5.4.0.5
679- Make the error message when trying to display an hpgl file more
680  explicit (#55875)
681
682* Mon Nov  5 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.4.0.3-1
683- 5.4.0.3
684- Fix names of man pages
685
686* Mon Oct 22 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.4.0-1
687- 5.4.0
688- work around build system breakage causing applications to be named
689  %{_arch}-redhat-linux-foo rather than foo
690
691* Wed Sep 19 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.3.9-1
692- 5.3.9
693
694* Mon Aug 27 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.3.8-3
695- Add delegates.mgk back, got lost during the update to 5.3.8 (Makefile bug)
696  (#52611)
697
698* Mon Aug 20 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.3.8-2
699- Remove Magick++ includes from -devel, they're already in -c++-devel
700  (#51590)
701
702* Sun Jul 28 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.3.8-1
703- 5.3.8 (bugfix release)
704
705* Sat Jul 27 2001 Than Ngo <than@redhat.com> 5.3.7-3
706- fix to build Perlmagic on s390 s390x
707
708* Thu Jul 26 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.3.7-2
709- Add delegates.mgk to the package (#50725)
710
711* Tue Jul 24 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.3.7-1
712- 5.3.7
713- Fix build without previously installed ImageMagick-devel (#49816)
714- Move perl bindings to a separate package.
715
716* Mon Jul  9 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.3.6-2
717- Fix build as non-root again
718- Shut up rpmlint
719
720* Tue Jul  3 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.3.6-1
721- 5.3.6
722- Get rid of the ia64 patch, it's no longer needed since glibc was fixed
723
724* Sat Jun 16 2001 Than Ngo <than@redhat.com>
725- update to 5.3.5
726- cleanup specfile
727
728* Sat May 19 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.3.3-2
729- 5.3.3-respin, fixes #41196
730
731* Tue May  1 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.3.3-1
732- 5.3.3
733- Add a desktop file for "display" (RFE#17417)
734
735* Sun Apr 15 2001 Bernhard Rosenkraenzer <bero@redhat.com>
736- 5.3.2
737- work around bugs in ia64 glibc headers
738
739* Mon Jan 08 2001 Florian La Roche <Florian.LaRoche@redhat.de>
740- remove patch for s390, it is not necessary
741
742* Mon Jan  1 2001 Bernhard Rosenkraenzer <bero@redhat.com>
743- 5.2.7
744
745* Wed Dec 27 2000 Bernhard Rosenkraenzer <bero@redhat.com>
746- 5.2.6
747
748* Mon Dec 18 2000 Than Ngo <than@redhat.com>
749- ported to s390
750
751* Mon Sep 25 2000 Bernhard Rosenkraenzer <bero@redhat.com>
752- 5.2.4
753- Fix up and package the C++ bindings in the new c++/c++-devel packages.
754
755* Wed Aug  2 2000 Matt Wilson <msw@redhat.com>
756- rebuild against new libpng
757
758* Wed Jul 19 2000 Nalin Dahyabhai <nalin@redhat.com>
759- include images with docs (#10312)
760
761* Thu Jul 13 2000 Matt Wilson <msw@redhat.com>
762- don't build with -ggdb, use -g instead.
763
764* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
765- automatic rebuild
766
767* Mon Jul  3 2000 Florian La Roche <laroche@redhat.com>
768- update to 5.2.2 beta
769
770* Mon Jul  3 2000 Florian La Roche <laroche@redhat.com>
771- update to 5.2.1, redone patches as they failed
772
773* Fri Jun 30 2000 Matt Wilson <msw@redhat.com>
774- remove hacks to move perl man pages
775- don't include the perl*/man stuff, these files go in /usr/share/man now.
776
777* Thu Jun 15 2000 Nalin Dahyabhai <nalin@redhat.com>
778- disable optimization on Alpha and Sparc
779
780* Wed Jun 14 2000 Nalin Dahyabhai <nalin@redhat.com>
781- update to 5.2.0
782- update URL
783- remove redundant CXXFLAGS=$RPM_OPT_FLAGS
784
785* Thu Jun  1 2000 Matt Wilson <msw@redhat.com>
786- bootstrap rebuilt to nuke broken libbz2 deps
787- add Prefix: tag such that the FHS macros work properly
788
789* Wed May 17 2000 Trond Eivind Glomsr <teg@redhat.com>
790- now compiles with bzip2 1.0
791- changed buildroot to include version
792
793* Fri May  5 2000 Bill Nottingham <notting@redhat.com>
794- fix compilation with new perl
795
796* Sat Mar 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
797- 5.1.1
798
799* Thu Feb  3 2000 Bernhard Rosenkraenzer <bero@redhat.com>
800- Rebuild to get compressed man pages
801
802* Thu Nov 18 1999 Michael K. Johnson <johnsonm@redhat.com>
803- ugly hack to print with lpr instead of lp
804
805* Mon Aug 30 1999 Bill Nottingham <notting@redhat.com>
806- update to 4.2.9
807
808* Tue Aug 17 1999 Bill Nottingham <notting@redhat.com>
809- update to 4.2.8
810
811* Fri Apr 09 1999 Cristian Gafton <gafton@redhat.com>
812- include the perl man pages as well
813
814* Tue Apr 06 1999 Michael K. Johnson <johnsonm@redhat.com>
815- remove --enable-16bit because it damages interoperability
816
817* Mon Apr  5 1999 Bill Nottingham <notting@redhat.com>
818- update to 4.2.2
819- change ChangeLog to refer to actual dates.
820- strip binaries
821
822* Thu Apr  1 1999 Bill Nottingham <notting@redhat.com>
823- add more files. Oops.
824
825* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
826- auto rebuild in the new build environment (release 2)
827
828* Wed Mar 10 1999 Bill Nottingham <notting@redhat.com>
829- version 4.2.1
830
831* Tue Jan 19 1999 Michael K. Johnson <johnsonm@redhat.com>
832- changed group
833
834* Tue Jan 19 1999 Cristian Gafton <gafton@redhat.com>
835- hacks to make it work with the new perl
836- version 4.1.0 (actually installs the sonames as 4.0.10... doh!)
837- make sure the libraries have the x bit on
838
839* Wed Jun 10 1998 Prospector System <bugs@redhat.com>
840- translations modified for de, fr
841
842* Thu May 07 1998 Prospector System <bugs@redhat.com>
843- translations modified for de, fr, tr
844
845* Tue Apr 21 1998 Cristian Gafton <gafton@redhat.com>
846- updated to 4.0.5
847
848* Wed Apr 08 1998 Cristian Gafton <gafton@redhat.com>
849- updated to 4.0.4
850- added BuildRoot
851
852* Thu Oct 23 1997 Donnie Barnes <djb@redhat.com>
853- updated from 3.8.3 to 3.9.1
854- removed PNG patch (appears to be fixed)
855
856* Wed Oct 15 1997 Erik Troan <ewt@redhat.com>
857- build against new libpng
858
859* Thu Jul 10 1997 Erik Troan <ewt@redhat.com>
860- built against glibc
861
862* Thu Mar 20 1997 Michael Fulbright <msf@redhat.com>
863- updated to version 3.8.3.
864- updated source and url tags.
Note: See TracBrowser for help on using the repository browser.