OBS User unknown 2008-04-09 19:51:38 +00:00 committed by Git OBS Bridge
parent 34c1615847
commit 1cfd35c61d
7 changed files with 17 additions and 21 deletions

View File

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

View File

@ -1,11 +0,0 @@
--- magick/random.c
+++ magick/random.c
@@ -545,7 +545,7 @@ MagickExport double GetPseudoRandomValue
if (random_seed[0] == ~0UL)
SeedPseudoRandomGenerator(~0UL);
- range=(~0U);
+ range=~0UL;
do
{
alpha=(unsigned long) (random_seed[1] ^ (random_seed[1] << 11));

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Apr 9 13:40:11 CEST 2008 - nadvornik@suse.cz
- update to 6.4.0-4, see ChangeLog for details
* mostly bugfixes
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Apr 7 17:11:59 CEST 2008 - schwab@suse.de Mon Apr 7 17:11:59 CEST 2008 - schwab@suse.de

View File

@ -1,5 +1,5 @@
# #
# spec file for package ImageMagick (Version 6.3.9.7) # spec file for package ImageMagick (Version 6.4.0.4)
# #
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine # This file and all modifications and additions to the pristine
@ -28,15 +28,14 @@ Provides: imagemag
License: Any permissive License: Any permissive
Group: Productivity/Graphics/Other Group: Productivity/Graphics/Other
AutoReqProv: on AutoReqProv: on
Version: 6.3.9.7 Version: 6.4.0.4
Release: 6 Release: 1
Summary: Viewer and Converter for Images Summary: Viewer and Converter for Images
Url: http://www.imagemagick.org Url: http://www.imagemagick.org
Source: ImageMagick-6.3.9-7.tar.bz2 Source: ImageMagick-6.4.0-4.tar.bz2
Source2: xtp-%{xtp_version}.tar.bz2 Source2: xtp-%{xtp_version}.tar.bz2
Patch1: ImageMagick-%{version}-examples.patch Patch1: ImageMagick-%{version}-examples.patch
Patch2: ImageMagick-%{version}-doc.patch Patch2: ImageMagick-%{version}-doc.patch
Patch3: ImageMagick-%{version}-random.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%package -n perl-PerlMagick %package -n perl-PerlMagick
@ -96,10 +95,9 @@ AutoReqProv: on
%prep %prep
rm -rf xtp-%{xtp_version} rm -rf xtp-%{xtp_version}
%setup -n ImageMagick-6.3.9 -b 2 %setup -n ImageMagick-6.4.0 -b 2
%patch1 %patch1
%patch2 %patch2
%patch3
%build %build
%define system_ltdl 0 %define system_ltdl 0
@ -400,6 +398,9 @@ Authors:
Bob Friesenhahn <bfriesen@simple.dallas.tx.us> Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
%changelog %changelog
* Wed Apr 09 2008 nadvornik@suse.cz
- update to 6.4.0-4, see ChangeLog for details
* mostly bugfixes
* Mon Apr 07 2008 schwab@suse.de * Mon Apr 07 2008 schwab@suse.de
- Fix PRNG. - Fix PRNG.
* Sat Mar 29 2008 coolo@suse.de * Sat Mar 29 2008 coolo@suse.de